Trace number 3373478

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
claspmt 2.0-R4095-patched (fixed)UNSAT 2221.32 561.641

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...418290/instance-3373478-1305418290.cnf
5.50/5.55	c Solving...
2221.27/561.63	s UNSATISFIABLE
2221.27/561.63	
2221.27/561.63	c Models        : 0     
2221.27/561.63	c Time          : 561.087s (Solving: 555.54s 1st Model: 0.00s Unsat: 555.54s)
2221.27/561.63	c CPU Time      : 2220.760s

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: 961)

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-3373478-1305418290/watcher-3373478-1305418290 -o /tmp/evaluation-result-3373478-1305418290/solver-3373478-1305418290 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373478-1305418290.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: 3.11 5.31 6.88 2/352 19270
/proc/meminfo: memFree=24097780/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=75928 CPUtime=0 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 767 0 0 0 0 0 0 0 24 0 1 0 634244597 77750272 697 33554432000 4194304 4964800 140735644882912 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 18982 704 375 189 0 13856 0

[startup+0.112828 s]
/proc/loadavg: 3.11 5.31 6.88 2/352 19270
/proc/meminfo: memFree=24097780/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=113472 CPUtime=0.1 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 27267 0 0 0 7 3 0 0 24 0 1 0 634244597 116195328 23066 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095111877 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 28368 23067 385 189 0 23242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 113472

[startup+0.200808 s]
/proc/loadavg: 3.11 5.31 6.88 2/352 19270
/proc/meminfo: memFree=24097780/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=126584 CPUtime=0.19 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 31638 0 0 0 16 3 0 0 25 0 1 0 634244597 129622016 26423 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095111877 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 31646 26425 385 189 0 26520 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 126584

[startup+0.312788 s]
/proc/loadavg: 3.11 5.31 6.88 2/352 19270
/proc/meminfo: memFree=24097780/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=144340 CPUtime=0.3 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 37905 0 0 0 26 4 0 0 25 0 1 0 634244597 147804160 30410 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095450880 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 36085 30411 385 189 0 30959 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 144340

[startup+0.700718 s]
/proc/loadavg: 3.11 5.31 6.88 2/352 19270
/proc/meminfo: memFree=24097780/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=216504 CPUtime=0.69 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 61803 0 0 0 62 7 0 0 25 0 1 0 634244597 221700096 47917 33554432000 4194304 4964800 140735644882912 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 54126 47917 398 189 0 49000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 216504

[startup+1.50057 s]
/proc/loadavg: 3.11 5.31 6.88 3/356 19277
/proc/meminfo: memFree=23815392/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=247152 CPUtime=1.49 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 69270 0 0 0 141 8 0 0 25 0 1 0 634244597 253083648 55384 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095111877 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 61788 55384 403 189 0 56662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 247152

[startup+3.10028 s]
/proc/loadavg: 3.11 5.31 6.88 3/356 19277
/proc/meminfo: memFree=23632368/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=270912 CPUtime=3.09 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 75215 0 0 0 300 9 0 0 25 0 1 0 634244597 277413888 61329 33554432000 4194304 4964800 140735644882912 18446744073709551615 4600730 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/19270/statm: 67728 61329 403 189 0 62602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 270912

[startup+6.30065 s]
/proc/loadavg: 3.02 5.26 6.85 3/356 19277
/proc/meminfo: memFree=23530096/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=573780 CPUtime=8.28 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 134262 0 0 0 807 21 0 0 25 0 4 0 634244597 587550720 103355 33554432000 4194304 4964800 140735644882912 18446744073709551615 4629965 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 143445 103355 458 189 0 137794 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 573780

[startup+12.7005 s]
/proc/loadavg: 3.18 5.25 6.84 6/359 19280
/proc/meminfo: memFree=23366308/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=573940 CPUtime=33.8 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 135376 0 0 0 3357 23 0 0 25 0 4 0 634244597 587714560 104469 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 143485 104469 458 189 0 137834 0
[pid=19270/tid=19278] ppid=19268 vsize=573940 CPUtime=7 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 15808 0 0 0 697 3 0 0 25 0 4 0 634245152 587714560 104469 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=573940 CPUtime=7.12 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 17700 0 0 0 708 4 0 0 25 0 4 0 634245152 587714560 104469 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668544 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=573940 CPUtime=7.11 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 18678 0 0 0 708 3 0 0 25 0 4 0 634245152 587714560 104469 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.8
Current children cumulated vsize (KiB) 573940

[startup+25.5011 s]
/proc/loadavg: 4.04 5.34 6.84 9/362 19284
/proc/meminfo: memFree=23279864/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=573940 CPUtime=84.85 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 139098 0 0 0 8457 28 0 0 25 0 4 0 634244597 587714560 108191 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 143485 108191 458 189 0 137834 0
[pid=19270/tid=19278] ppid=19268 vsize=573940 CPUtime=19.65 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 15852 0 0 0 1962 3 0 0 25 0 4 0 634245152 587714560 108191 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=573940 CPUtime=19.92 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 20212 0 0 0 1985 7 0 0 25 0 4 0 634245152 587714560 108191 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=573940 CPUtime=19.91 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 19803 0 0 0 1986 5 0 0 25 0 4 0 634245152 587714560 108191 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.85
Current children cumulated vsize (KiB) 573940

[startup+51.1004 s]
/proc/loadavg: 5.47 5.57 6.88 9/362 19284
/proc/meminfo: memFree=23206272/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=576872 CPUtime=186.94 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 147620 0 0 0 18656 38 0 0 25 0 4 0 634244597 590716928 116713 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670144 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 144218 116713 460 189 0 138567 0
[pid=19270/tid=19278] ppid=19268 vsize=576872 CPUtime=44.95 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 15901 0 0 0 4492 3 0 0 25 0 4 0 634245152 590716928 116713 33554432000 4194304 4964800 140735644882912 18446744073709551615 4342154 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=576872 CPUtime=45.51 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 25750 0 0 0 4538 13 0 0 25 0 4 0 634245152 590716928 116713 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=576872 CPUtime=45.5 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 22737 0 0 0 4542 8 0 0 25 0 4 0 634245152 590716928 116713 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 186.94
Current children cumulated vsize (KiB) 576872

[startup+102.301 s]
/proc/loadavg: 6.96 5.96 6.94 9/362 19286
/proc/meminfo: memFree=23045940/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=644572 CPUtime=391.15 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 154446 0 0 0 39070 45 0 0 25 0 4 0 634244597 660041728 123539 33554432000 4194304 4964800 140735644882912 18446744073709551615 4338784 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 161143 123539 460 189 0 155492 0
[pid=19270/tid=19278] ppid=19268 vsize=644572 CPUtime=95.55 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16100 0 0 0 9552 3 0 0 25 0 4 0 634245152 660041728 123539 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=644572 CPUtime=96.74 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 30279 0 0 0 9655 19 0 0 25 0 4 0 634245152 660041728 123539 33554432000 4194304 4964800 140735644882912 18446744073709551615 4362864 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=644572 CPUtime=96.72 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 24774 0 0 0 9662 10 0 0 25 0 4 0 634245152 660041728 123539 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 391.15
Current children cumulated vsize (KiB) 644572

[startup+162.301 s]
/proc/loadavg: 7.68 6.35 7.01 9/362 19287
/proc/meminfo: memFree=22645496/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=711208 CPUtime=630.43 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 163774 0 0 0 62986 57 0 0 25 0 4 0 634244597 728276992 132867 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 177802 132867 460 189 0 172151 0
[pid=19270/tid=19278] ppid=19268 vsize=711208 CPUtime=154.84 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16202 0 0 0 15480 4 0 0 25 0 4 0 634245152 728276992 132867 33554432000 4194304 4964800 140735644882912 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=711208 CPUtime=156.72 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 37321 0 0 0 15644 28 0 0 25 0 4 0 634245152 728276992 132867 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=711208 CPUtime=156.71 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 26892 0 0 0 15659 12 0 0 25 0 4 0 634245152 728276992 132867 33554432000 4194304 4964800 140735644882912 18446744073709551615 4320173 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 630.43
Current children cumulated vsize (KiB) 711208

[startup+222.314 s]
/proc/loadavg: 7.93 6.66 7.08 9/362 19289
/proc/meminfo: memFree=22321088/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=722352 CPUtime=869.77 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 171952 0 0 0 86912 65 0 0 25 0 4 0 634244597 739688448 141045 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 180588 141045 460 189 0 174937 0
[pid=19270/tid=19278] ppid=19268 vsize=722352 CPUtime=214.14 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16401 0 0 0 21410 4 0 0 25 0 4 0 634245152 739688448 141045 33554432000 4194304 4964800 140735644882912 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=722352 CPUtime=216.74 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 42386 0 0 0 21639 35 0 0 25 0 4 0 634245152 739688448 141045 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=722352 CPUtime=216.73 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 29758 0 0 0 21659 14 0 0 25 0 4 0 634245152 739688448 141045 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 869.77
Current children cumulated vsize (KiB) 722352

[startup+282.301 s]
/proc/loadavg: 8.10 6.94 7.14 9/362 19291
/proc/meminfo: memFree=22018132/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=795176 CPUtime=1109.02 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 186568 0 0 0 110820 82 0 0 25 0 4 0 634244597 814260224 155661 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668715 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 198794 155661 460 189 0 193143 0
[pid=19270/tid=19278] ppid=19268 vsize=795176 CPUtime=273.43 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16411 0 0 0 27339 4 0 0 25 0 4 0 634245152 814260224 155661 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=795176 CPUtime=276.72 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 53836 0 0 0 27623 49 0 0 25 0 4 0 634245152 814260224 155661 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=795176 CPUtime=276.71 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 32903 0 0 0 27655 16 0 0 25 0 4 0 634245152 814260224 155661 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1109.02
Current children cumulated vsize (KiB) 795176

[startup+342.301 s]
/proc/loadavg: 8.08 7.14 7.20 9/362 19292
/proc/meminfo: memFree=21720268/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=795820 CPUtime=1348.32 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 199821 0 0 0 134732 100 0 0 25 0 4 0 634244597 814919680 168914 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 198955 168914 460 189 0 193304 0
[pid=19270/tid=19278] ppid=19268 vsize=795820 CPUtime=332.72 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16549 0 0 0 33268 4 0 0 25 0 4 0 634245152 814919680 168914 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=795820 CPUtime=336.73 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 63184 0 0 0 33611 62 0 0 25 0 4 0 634245152 814919680 168914 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=795820 CPUtime=336.71 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 36660 0 0 0 33650 21 0 0 25 0 4 0 634245152 814919680 168914 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1348.32
Current children cumulated vsize (KiB) 795820

[startup+402.301 s]
/proc/loadavg: 8.18 7.34 7.26 9/362 19294
/proc/meminfo: memFree=21362632/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=861356 CPUtime=1587.62 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 208554 0 0 0 158649 113 0 0 25 0 4 0 634244597 882028544 177647 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370229 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 215339 177647 460 189 0 209688 0
[pid=19270/tid=19278] ppid=19268 vsize=861356 CPUtime=392.02 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16564 0 0 0 39198 4 0 0 25 0 4 0 634245152 882028544 177647 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=861356 CPUtime=396.73 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 70518 0 0 0 39600 73 0 0 25 0 4 0 634245152 882028544 177647 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=861356 CPUtime=396.72 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 38000 0 0 0 39649 23 0 0 25 0 4 0 634245152 882028544 177647 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1587.62
Current children cumulated vsize (KiB) 861356

[startup+462.3 s]
/proc/loadavg: 8.10 7.47 7.31 9/362 19295
/proc/meminfo: memFree=21002272/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=865772 CPUtime=1826.91 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 216533 0 0 0 182570 121 0 0 25 0 4 0 634244597 886550528 185619 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216443 185619 460 189 0 210792 0
[pid=19270/tid=19278] ppid=19268 vsize=865772 CPUtime=451.3 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16646 0 0 0 45126 4 0 0 25 0 4 0 634245152 886550528 185619 33554432000 4194304 4964800 140735644882912 18446744073709551615 4651391 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=865772 CPUtime=456.73 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 73872 0 0 0 45597 76 0 0 25 0 4 0 634245152 886550528 185619 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=865772 CPUtime=456.72 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42543 0 0 0 45644 28 0 0 25 0 4 0 634245152 886550528 185619 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1826.91
Current children cumulated vsize (KiB) 865772

[startup+522.3 s]
/proc/loadavg: 8.09 7.58 7.35 9/362 19297
/proc/meminfo: memFree=20748796/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2066.22 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 220707 0 0 0 206495 127 0 0 25 0 4 0 634244597 886902784 189781 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370259 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 189781 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=510.6 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 51056 4 0 0 25 0 4 0 634245152 886902784 189781 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=516.73 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 77925 0 0 0 51592 81 0 0 25 0 4 0 634245152 886902784 189781 33554432000 4194304 4964800 140735644882912 18446744073709551615 4362958 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=516.72 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42610 0 0 0 51644 28 0 0 25 0 4 0 634245152 886902784 189781 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2066.22
Current children cumulated vsize (KiB) 866116

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

[startup+537.601 s]
/proc/loadavg: 8.07 7.60 7.37 9/362 19297
/proc/meminfo: memFree=20695476/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2127.24 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 220709 0 0 0 212597 127 0 0 25 0 4 0 634244597 886902784 189783 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 189783 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=525.72 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 52568 4 0 0 25 0 4 0 634245152 886902784 189783 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=532.03 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 77925 0 0 0 53122 81 0 0 25 0 4 0 634245152 886902784 189783 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=532.02 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42612 0 0 0 53174 28 0 0 25 0 4 0 634245152 886902784 189783 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2127.24
Current children cumulated vsize (KiB) 866116

[startup+550.401 s]
/proc/loadavg: 8.06 7.62 7.37 9/362 19298
/proc/meminfo: memFree=20630992/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2178.29 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 220855 0 0 0 217702 127 0 0 25 0 4 0 634244597 886902784 189929 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 189929 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=538.36 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 53832 4 0 0 25 0 4 0 634245152 886902784 189929 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=544.83 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 78068 0 0 0 54402 81 0 0 25 0 4 0 634245152 886902784 189929 33554432000 4194304 4964800 140735644882912 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=544.82 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42615 0 0 0 54454 28 0 0 25 0 4 0 634245152 886902784 189929 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2178.29
Current children cumulated vsize (KiB) 866116

[startup+556.801 s]
/proc/loadavg: 8.13 7.64 7.38 9/362 19298
/proc/meminfo: memFree=20608176/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2203.81 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 221383 0 0 0 220254 127 0 0 25 0 4 0 634244597 886902784 190457 33554432000 4194304 4964800 140735644882912 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 190457 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=544.69 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 54465 4 0 0 25 0 4 0 634245152 886902784 190457 33554432000 4194304 4964800 140735644882912 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=551.24 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 78595 0 0 0 55042 82 0 0 25 0 4 0 634245152 886902784 190457 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=551.22 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42615 0 0 0 55094 28 0 0 25 0 4 0 634245152 886902784 190457 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2203.81
Current children cumulated vsize (KiB) 866116

[startup+560.013 s]
/proc/loadavg: 8.12 7.65 7.39 9/362 19298
/proc/meminfo: memFree=20597012/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2216.62 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 221565 0 0 0 221535 127 0 0 25 0 4 0 634244597 886902784 190639 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 190639 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=547.86 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 54782 4 0 0 25 0 4 0 634245152 886902784 190639 33554432000 4194304 4964800 140735644882912 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=554.45 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 78774 0 0 0 55363 82 0 0 25 0 4 0 634245152 886902784 190639 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669417 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=554.44 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42618 0 0 0 55416 28 0 0 25 0 4 0 634245152 886902784 190639 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2216.62
Current children cumulated vsize (KiB) 866116

[startup+560.8 s]
/proc/loadavg: 8.12 7.65 7.39 9/362 19298
/proc/meminfo: memFree=20597012/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=866116 CPUtime=2219.76 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 221565 0 0 0 221849 127 0 0 25 0 4 0 634244597 886902784 190638 33554432000 4194304 4964800 140735644882912 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19270/statm: 216529 190638 460 189 0 210878 0
[pid=19270/tid=19278] ppid=19268 vsize=866116 CPUtime=548.65 cores=1,3,5,7
/proc/19270/task/19278/stat : 19278 (claspmt) R 19268 19270 18548 0 -1 4202560 16700 0 0 0 54861 4 0 0 25 0 4 0 634245152 886902784 190638 33554432000 4194304 4964800 140735644882912 18446744073709551615 4647774 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19270/tid=19279] ppid=19268 vsize=866116 CPUtime=555.23 cores=1,3,5,7
/proc/19270/task/19279/stat : 19279 (claspmt) R 19268 19270 18548 0 -1 4202560 78774 0 0 0 55441 82 0 0 25 0 4 0 634245152 886902784 190638 33554432000 4194304 4964800 140735644882912 18446744073709551615 4660402 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19270/tid=19280] ppid=19268 vsize=866116 CPUtime=555.22 cores=1,3,5,7
/proc/19270/task/19280/stat : 19280 (claspmt) R 19268 19270 18548 0 -1 4202560 42618 0 0 0 55494 28 0 0 25 0 4 0 634245152 886902784 190638 33554432000 4194304 4964800 140735644882912 18446744073709551615 4669552 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2219.76
Current children cumulated vsize (KiB) 866116

[startup+561.2 s]
/proc/loadavg: 8.12 7.65 7.39 9/362 19298
/proc/meminfo: memFree=20594656/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=811488 CPUtime=2220.87 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 221575 0 0 0 221959 128 0 0 25 0 1 0 634244597 830963712 176991 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095106956 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19270/statm: 202872 176991 470 189 0 197221 0
Current children cumulated CPU time (s) 2220.87
Current children cumulated vsize (KiB) 811488

[startup+561.601 s]
/proc/loadavg: 8.12 7.65 7.39 9/362 19298
/proc/meminfo: memFree=20594656/32951124 swapFree=65980216/67111528
[pid=19270] ppid=19268 vsize=750504 CPUtime=2221.27 cores=1,3,5,7
/proc/19270/stat : 19270 (claspmt) R 19268 19270 18548 0 -1 4202496 221576 0 0 0 221998 129 0 0 25 0 1 0 634244597 768516096 151914 33554432000 4194304 4964800 140735644882912 18446744073709551615 228095106971 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19270/statm: 187626 151914 471 189 0 181975 0
Current children cumulated CPU time (s) 2221.27
Current children cumulated vsize (KiB) 750504

Child status: 20
Real time (s): 561.641
CPU time (s): 2221.32
CPU user time (s): 2220
CPU system time (s): 1.3218
CPU usage (%): 395.505
Max. virtual memory (cumulated for all children) (KiB): 866116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2220
system time used= 1.3218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221577
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= 4695
involuntary context switches= 15205

runsolver used 1.70774 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 02:11:31
IDJOB=3373478
IDBENCH=69591
IDSOLVER=1853
FILE ID=node142/3373478-1305418290
RUNJOBID= node142-1305418255-19192
PBS_JOBID= 13324550
Free space on /tmp= 73380 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373478-1305418290/watcher-3373478-1305418290 -o /tmp/evaluation-result-3373478-1305418290/solver-3373478-1305418290 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373478-1305418290.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1064572050

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24097936 kB
Buffers:        321704 kB
Cached:        3979468 kB
SwapCached:      11520 kB
Active:        6070604 kB
Inactive:      2446568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24097936 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           67432 kB
Writeback:           0 kB
AnonPages:     4213080 kB
Mapped:          19808 kB
Slab:           237460 kB
PageTables:      31844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77019828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node142 at 2011-05-15 02:20:53