Trace number 3266082

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 459.998 115.42

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

459.97/115.41	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3266082-1304107926/watcher-3266082-1304107926 -o /tmp/evaluation-result-3266082-1304107926/solver-3266082-1304107926 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3266082-1304107926.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.54 8.04 8.04 1/170 10020
/proc/meminfo: memFree=30999716/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=9492 CPUtime=0 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) R 10018 10020 9622 0 -1 4202496 467 1250 0 0 0 0 0 0 24 0 1 0 522392255 9719808 396 33554432000 4194304 4417332 140737343349008 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10020/statm: 2373 396 147 55 0 259 0

[startup+0.0604031 s]
/proc/loadavg: 7.54 8.04 8.04 1/170 10020
/proc/meminfo: memFree=30999716/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=53928 CPUtime=0.16 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 1500 1250 0 0 16 0 0 0 24 0 5 0 522392255 55222272 1294 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 13482 1294 180 55 0 11368 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 53928

[startup+0.100396 s]
/proc/loadavg: 7.54 8.04 8.04 1/170 10020
/proc/meminfo: memFree=30999716/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=119432 CPUtime=0.32 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 1608 1250 0 0 32 0 0 0 24 0 5 0 522392255 122298368 1308 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 29858 1308 181 55 0 27744 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 119432

[startup+0.300363 s]
/proc/loadavg: 7.54 8.04 8.04 1/170 10020
/proc/meminfo: memFree=30999716/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=122968 CPUtime=1.12 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 2740 1250 0 0 112 0 0 0 24 0 5 0 522392255 125919232 2207 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 30742 2207 181 55 0 28628 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 122968

[startup+0.700298 s]
/proc/loadavg: 7.54 8.04 8.04 1/170 10020
/proc/meminfo: memFree=30999716/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=126576 CPUtime=2.72 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 5409 1250 0 0 271 1 0 0 24 0 5 0 522392255 129613824 3111 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 31644 3111 181 55 0 29530 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 126576

[startup+1.50116 s]
/proc/loadavg: 7.57 8.04 8.03 9/184 10047
/proc/meminfo: memFree=30910788/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=129996 CPUtime=5.91 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 9724 1250 0 0 590 1 0 0 24 0 5 0 522392255 133115904 3957 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 32499 3957 181 55 0 30385 0
[pid=10020/tid=10029] ppid=10018 vsize=129996 CPUtime=1.47 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 1703 1250 0 0 147 0 0 0 25 0 5 0 522392257 133115904 3957 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=129996 CPUtime=1.47 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 2179 1250 0 0 147 0 0 0 25 0 5 0 522392257 133115904 3957 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=129996 CPUtime=1.46 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 2228 1250 0 0 146 0 0 0 25 0 5 0 522392257 133115904 3957 33554432000 4194304 4417332 140737343349008 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=129996 CPUtime=1.47 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 2551 1250 0 0 147 0 0 0 25 0 5 0 522392257 133115904 3957 33554432000 4194304 4417332 140737343349008 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 129996

[startup+3.10089 s]
/proc/loadavg: 7.57 8.04 8.03 9/184 10047
/proc/meminfo: memFree=30902908/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=137176 CPUtime=12.31 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 17265 1250 0 0 1228 3 0 0 24 0 5 0 522392255 140468224 5752 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 34294 5752 181 55 0 32180 0
[pid=10020/tid=10029] ppid=10018 vsize=137176 CPUtime=3.07 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 3295 1250 0 0 307 0 0 0 25 0 5 0 522392257 140468224 5752 33554432000 4194304 4417332 140737343349008 18446744073709551615 4309875 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=137176 CPUtime=3.07 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 4165 1250 0 0 306 1 0 0 25 0 5 0 522392257 140468224 5752 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=137176 CPUtime=3.05 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 4459 1250 0 0 305 0 0 0 25 0 5 0 522392257 140468224 5752 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=137176 CPUtime=3.07 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 4283 1250 0 0 307 0 0 0 25 0 5 0 522392257 140468224 5752 33554432000 4194304 4417332 140737343349008 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 137176

[startup+6.30036 s]
/proc/loadavg: 7.57 8.04 8.03 9/184 10047
/proc/meminfo: memFree=30904780/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=142996 CPUtime=25.08 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 30214 1250 0 0 2503 5 0 0 24 0 5 0 522392255 146427904 7239 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 35749 7239 181 55 0 33635 0
[pid=10020/tid=10029] ppid=10018 vsize=142996 CPUtime=6.27 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 6520 1250 0 0 626 1 0 0 25 0 5 0 522392257 146427904 7239 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=142996 CPUtime=6.26 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 7729 1250 0 0 625 1 0 0 25 0 5 0 522392257 146427904 7239 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=142996 CPUtime=6.24 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 7490 1250 0 0 623 1 0 0 25 0 5 0 522392257 146427904 7239 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=142996 CPUtime=6.26 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 7412 1250 0 0 626 0 0 0 25 0 5 0 522392257 146427904 7239 33554432000 4194304 4417332 140737343349008 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 142996

[startup+12.7003 s]
/proc/loadavg: 7.64 8.04 8.03 9/184 10047
/proc/meminfo: memFree=30891324/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=157172 CPUtime=50.66 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 48928 1250 0 0 5057 9 0 0 24 0 5 0 522392255 160944128 10751 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 39293 10751 181 55 0 37179 0
[pid=10020/tid=10029] ppid=10018 vsize=157172 CPUtime=12.67 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 12319 1250 0 0 1265 2 0 0 25 0 5 0 522392257 160944128 10751 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=157172 CPUtime=12.67 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 12100 1250 0 0 1265 2 0 0 25 0 5 0 522392257 160944128 10751 33554432000 4194304 4417332 140737343349008 18446744073709551615 4308171 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=157172 CPUtime=12.6 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 12825 1250 0 0 1258 2 0 0 25 0 5 0 522392257 160944128 10751 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=157172 CPUtime=12.66 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 10621 1250 0 0 1265 1 0 0 25 0 5 0 522392257 160944128 10751 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 157172

[startup+25.5011 s]
/proc/loadavg: 7.69 8.04 8.03 9/184 10047
/proc/meminfo: memFree=30861472/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=182800 CPUtime=101.78 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 70163 1250 0 0 10166 12 0 0 24 0 5 0 522392255 187187200 17158 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 45700 17158 181 55 0 43586 0
[pid=10020/tid=10029] ppid=10018 vsize=182800 CPUtime=25.48 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 16543 1250 0 0 2545 3 0 0 25 0 5 0 522392257 187187200 17158 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=182800 CPUtime=25.46 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 17781 1250 0 0 2544 2 0 0 25 0 5 0 522392257 187187200 17158 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=182800 CPUtime=25.32 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 18265 1250 0 0 2530 2 0 0 25 0 5 0 522392257 187187200 17158 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=182800 CPUtime=25.47 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 16511 1250 0 0 2544 3 0 0 25 0 5 0 522392257 187187200 17158 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 182800

[startup+51.1008 s]
/proc/loadavg: 7.93 8.07 8.04 9/184 10048
/proc/meminfo: memFree=30806760/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=224212 CPUtime=204.04 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 103518 1250 0 0 20387 17 0 0 24 0 5 0 522392255 229593088 27511 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 56053 27511 181 55 0 53939 0
[pid=10020/tid=10029] ppid=10018 vsize=224212 CPUtime=51.07 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 25552 1250 0 0 5103 4 0 0 25 0 5 0 522392257 229593088 27511 33554432000 4194304 4417332 140737343349008 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=224212 CPUtime=51.07 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 27551 1250 0 0 5103 4 0 0 25 0 5 0 522392257 229593088 27511 33554432000 4194304 4417332 140737343349008 18446744073709551615 4354063 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=224212 CPUtime=50.79 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 25567 1250 0 0 5075 4 0 0 25 0 5 0 522392257 229593088 27511 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=224212 CPUtime=51.07 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 23785 1250 0 0 5103 4 0 0 25 0 5 0 522392257 229593088 27511 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 224212

[startup+102.306 s]
/proc/loadavg: 8.11 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30760996/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=258912 CPUtime=408.58 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 166184 1250 0 0 40831 27 0 0 24 0 5 0 522392255 265125888 36186 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 64728 36186 181 55 0 62614 0
[pid=10020/tid=10029] ppid=10018 vsize=258912 CPUtime=102.28 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 47797 1250 0 0 10220 8 0 0 25 0 5 0 522392257 265125888 36186 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=258912 CPUtime=102.28 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 45156 1250 0 0 10221 7 0 0 25 0 5 0 522392257 265125888 36186 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=258912 CPUtime=101.71 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 37947 1250 0 0 10165 6 0 0 25 0 5 0 522392257 265125888 36186 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=258912 CPUtime=102.27 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 34221 1250 0 0 10222 5 0 0 25 0 5 0 522392257 265125888 36186 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 258912

Solver just ended. Dumping a history of the last processes samples

[startup+108.701 s]
/proc/loadavg: 8.10 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30751696/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=262388 CPUtime=434.13 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 170352 1250 0 0 43385 28 0 0 24 0 5 0 522392255 268685312 37055 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 65597 37055 181 55 0 63483 0
[pid=10020/tid=10029] ppid=10018 vsize=262388 CPUtime=108.67 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 47797 1250 0 0 10859 8 0 0 25 0 5 0 522392257 268685312 37055 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=262388 CPUtime=108.67 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 47276 1250 0 0 10860 7 0 0 25 0 5 0 522392257 268685312 37055 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364709 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=262388 CPUtime=108.07 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 39995 1250 0 0 10801 6 0 0 25 0 5 0 522392257 268685312 37055 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=262388 CPUtime=108.67 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 34221 1250 0 0 10862 5 0 0 25 0 5 0 522392257 268685312 37055 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 434.13
Current children cumulated vsize (KiB) 262388

[startup+111.901 s]
/proc/loadavg: 8.09 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30751568/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=271712 CPUtime=446.91 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 175436 1250 0 0 44662 29 0 0 24 0 5 0 522392255 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 67928 39386 181 55 0 65814 0
[pid=10020/tid=10029] ppid=10018 vsize=271712 CPUtime=111.87 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 52160 1250 0 0 11178 9 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=271712 CPUtime=111.87 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 47276 1250 0 0 11180 7 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=271712 CPUtime=111.25 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 40716 1250 0 0 11119 6 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=271712 CPUtime=111.87 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 34221 1250 0 0 11182 5 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 446.91
Current children cumulated vsize (KiB) 271712

[startup+113.5 s]
/proc/loadavg: 8.09 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30735696/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=271712 CPUtime=453.3 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 175436 1250 0 0 45301 29 0 0 24 0 5 0 522392255 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 67928 39386 181 55 0 65814 0
[pid=10020/tid=10029] ppid=10018 vsize=271712 CPUtime=113.47 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 52160 1250 0 0 11338 9 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=271712 CPUtime=113.47 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 47276 1250 0 0 11340 7 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=271712 CPUtime=112.84 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 40716 1250 0 0 11278 6 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=271712 CPUtime=113.47 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 34221 1250 0 0 11342 5 0 0 25 0 5 0 522392257 278233088 39386 33554432000 4194304 4417332 140737343349008 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 453.3
Current children cumulated vsize (KiB) 271712

[startup+114.301 s]
/proc/loadavg: 8.09 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30717592/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=289616 CPUtime=456.52 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 179912 1250 0 0 45622 30 0 0 24 0 5 0 522392255 296566784 43862 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 72404 43862 181 55 0 70290 0
[pid=10020/tid=10029] ppid=10018 vsize=289616 CPUtime=114.28 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 52160 1250 0 0 11419 9 0 0 25 0 5 0 522392257 296566784 43862 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=289616 CPUtime=114.27 cores=1,3,5,7
/proc/10020/task/10030/stat : 10030 (plingeling) R 10018 10020 9622 0 -1 4202560 49373 1250 0 0 11420 7 0 0 25 0 5 0 522392257 296566784 43862 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=289616 CPUtime=113.64 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 41711 1250 0 0 11358 6 0 0 25 0 5 0 522392257 296566784 43862 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=289616 CPUtime=114.28 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 35605 1250 0 0 11422 6 0 0 25 0 5 0 522392257 296566784 43862 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 456.52
Current children cumulated vsize (KiB) 289616

[startup+115.101 s]
/proc/loadavg: 8.09 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30717592/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=289616 CPUtime=459.51 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 179913 1250 0 0 45921 30 0 0 24 0 4 0 522392255 296566784 43863 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 72404 43863 182 55 0 70290 0
[pid=10020/tid=10029] ppid=10018 vsize=289616 CPUtime=115.07 cores=1,3,5,7
/proc/10020/task/10029/stat : 10029 (plingeling) R 10018 10020 9622 0 -1 4202560 52160 1250 0 0 11498 9 0 0 25 0 4 0 522392257 296566784 43863 33554432000 4194304 4417332 140737343349008 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=289616 CPUtime=114.44 cores=1,3,5,7
/proc/10020/task/10031/stat : 10031 (plingeling) R 10018 10020 9622 0 -1 4202560 41711 1250 0 0 11438 6 0 0 25 0 4 0 522392257 296566784 43863 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=289616 CPUtime=115.07 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 35605 1250 0 0 11501 6 0 0 25 0 4 0 522392257 296566784 43863 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 459.51
Current children cumulated vsize (KiB) 289616

[startup+115.301 s]
/proc/loadavg: 8.09 8.08 8.05 9/184 10050
/proc/meminfo: memFree=30717592/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=289584 CPUtime=459.87 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 179913 1250 0 0 45957 30 0 0 18 0 2 0 522392255 296534016 43855 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 72396 43855 182 55 0 70282 0
[pid=10020/tid=10032] ppid=10018 vsize=289584 CPUtime=115.27 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 35605 1250 0 0 11521 6 0 0 25 0 2 0 522392257 296534016 43855 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 459.87
Current children cumulated vsize (KiB) 289584

[startup+115.401 s]
/proc/loadavg: 8.09 8.08 8.05 6/181 10050
/proc/meminfo: memFree=30717616/32951132 swapFree=67080208/67111528
[pid=10020] ppid=10018 vsize=289584 CPUtime=459.97 cores=1,3,5,7
/proc/10020/stat : 10020 (plingeling) S 10018 10020 9622 0 -1 4202496 179913 1250 0 0 45967 30 0 0 18 0 2 0 522392255 296534016 43855 33554432000 4194304 4417332 140737343349008 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10020/statm: 72396 43855 182 55 0 70282 0
[pid=10020/tid=10032] ppid=10018 vsize=289584 CPUtime=115.38 cores=1,3,5,7
/proc/10020/task/10032/stat : 10032 (plingeling) R 10018 10020 9622 0 -1 4202560 35605 1250 0 0 11532 6 0 0 25 0 2 0 522392257 296534016 43855 33554432000 4194304 4417332 140737343349008 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 459.97
Current children cumulated vsize (KiB) 289584

Child status: 20
Real time (s): 115.42
CPU time (s): 459.998
CPU user time (s): 459.683
CPU system time (s): 0.314952
CPU usage (%): 398.543
Max. virtual memory (cumulated for all children) (KiB): 303656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.683
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194
involuntary context switches= 3383

runsolver used 0.19097 second user time and 0.443932 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 22:12:06
IDJOB=3266082
IDBENCH=85959
IDSOLVER=1605
FILE ID=node129/3266082-1304107926
RUNJOBID= node129-1304107926-9937
PBS_JOBID= 13170649
Free space on /tmp= 66372 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT05/crafted/sorge05/QG6/dead-dnd002.shuffled-as.sat05-2713.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266082-1304107926/watcher-3266082-1304107926 -o /tmp/evaluation-result-3266082-1304107926/solver-3266082-1304107926 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3266082-1304107926.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=1927490222

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30999872 kB
Buffers:        362916 kB
Cached:        1161824 kB
SwapCached:       5960 kB
Active:         104240 kB
Inactive:      1458940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30999872 kB
SwapTotal:    67111528 kB
SwapFree:     67080208 kB
Dirty:             564 kB
Writeback:           0 kB
AnonPages:       35636 kB
Mapped:          11620 kB
Slab:           324128 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   188188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node129 at 2011-04-29 22:14:02