Trace number 3694658

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
pb2satCp2 2012-05-19? (TO) 1800.11 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_5_mh.opb
MD5SUMdea82fb627e6a79192851c69f83767e0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6311552
Best CPU time to get the best result obtained on this benchmark1800.63
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15648073763
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15648073763
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.98/1.08	c model valid
0.98/1.08	c current solution ok
1.77/1.83	o 522516826
1.77/1.83	c fallback to adder encoding
397.55/397.78	c model valid
397.55/397.78	c current solution ok
397.63/397.84	o 161617556
397.63/397.84	c fallback to adder encoding
1800.11/1800.61	c error: unexpected solver exit code
1800.11/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3694658-1338162103/watcher-3694658-1338162103 -o /tmp/evaluation-result-3694658-1338162103/solver-3694658-1338162103 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694658-1338162103.opb 1312769381 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.00 2.00 2/179 17729
/proc/meminfo: memFree=30976128/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0

[startup+0.0802299 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 17729
/proc/meminfo: memFree=30976128/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 17729
/proc/meminfo: memFree=30976128/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 17729
/proc/meminfo: memFree=30976128/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 17729
/proc/meminfo: memFree=30976128/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17733
/proc/meminfo: memFree=30949180/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=22392 CPUtime=1.47 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) R 17729 17729 17405 0 -1 4202496 5609 11954 0 0 50 38 56 3 20 0 1 0 282334829 22929408 5031 33554432000 4194304 5873084 140736702369088 140736702364520 5127520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17730/statm: 5598 5031 176 410 0 5180 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31540

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17734
/proc/meminfo: memFree=30901060/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=177024 CPUtime=3.08 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) R 17729 17729 17405 0 -1 4202496 14015 12467 0 0 180 67 56 5 20 0 1 0 282334829 181272576 31725 33554432000 4194304 5873084 140736702369088 140736702363160 4394338 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17730/statm: 44256 31725 183 410 0 43838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 186172

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17736
/proc/meminfo: memFree=30428940/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=364532 CPUtime=1.31 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 44889 0 0 0 119 12 0 0 20 0 1 0 282335326 373280768 72420 33554432000 4194304 4896791 140735862031712 140735860980504 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 91133 72420 58 172 0 90959 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 690924

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 17739
/proc/meminfo: memFree=30064116/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=538952 CPUtime=7.71 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 78887 0 0 0 746 25 0 0 20 0 1 0 282335326 551886848 118212 33554432000 4194304 4896791 140735862031712 140735862028920 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 134738 118212 78 172 0 134564 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 865344

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17739
/proc/meminfo: memFree=30065260/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=540564 CPUtime=20.52 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 79629 0 0 0 2026 26 0 0 20 0 1 0 282335326 553537536 119465 33554432000 4194304 4896791 140735862031712 140735862028920 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 135141 119465 78 172 0 134967 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 866956

[startup+51.1068 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17739
/proc/meminfo: memFree=30060360/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=542016 CPUtime=46.12 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 79983 0 0 0 4586 26 0 0 20 0 1 0 282335326 555024384 119819 33554432000 4194304 4896791 140735862031712 140735862028920 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 135504 119819 78 172 0 135330 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 868408

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 17745
/proc/meminfo: memFree=30060628/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=543096 CPUtime=97.3 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 80260 0 0 0 9704 26 0 0 20 0 1 0 282335326 556130304 120607 33554432000 4194304 4896791 140735862031712 140735862028920 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 135774 120607 78 172 0 135600 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 869488

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 17745
/proc/meminfo: memFree=30048592/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=308096 CPUtime=4.95 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 15592 12467 0 0 336 98 56 5 20 0 1 0 282334829 315490304 58349 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 77024 58349 183 410 0 76606 0
[pid=17735] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17735/stat : 17735 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282335326 9367552 266 33554432000 4194304 5064252 140737220324480 140737220323392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17735/statm: 2287 266 226 213 0 72 0
[pid=17736] ppid=17735 vsize=544984 CPUtime=157.29 cores=0,2,4,6
/proc/17736/stat : 17736 (glucose_static) R 17735 17729 17405 0 -1 4202496 80932 0 0 0 15703 26 0 0 20 0 1 0 282335326 558063616 122284 33554432000 4194304 4896791 140735862031712 140735862028920 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17736/statm: 136246 122284 78 172 0 136072 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 871376

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17745
/proc/meminfo: memFree=30045776/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6

################
# More data... #
################

/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 103219 0 0 0 102099 32 0 0 20 0 1 0 282374901 653242368 130707 33554432000 4194304 4896791 140735387001744 140735386999272 4224943 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 159483 130707 78 172 0 159309 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 993536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 17785
/proc/meminfo: memFree=30010832/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=557320 CPUtime=1081.3 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 103895 0 0 0 108096 34 0 0 20 0 1 0 282374901 570695680 123069 33554432000 4194304 4896791 140735387001744 140735386998952 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 139330 123069 78 172 0 139156 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 912924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 17785
/proc/meminfo: memFree=30001772/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=558020 CPUtime=1141.29 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 104070 0 0 0 114095 34 0 0 20 0 1 0 282374901 571412480 123755 33554432000 4194304 4896791 140735387001744 140735386998952 4225507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 139505 123755 78 172 0 139331 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 913624

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 17785
/proc/meminfo: memFree=30006524/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=558796 CPUtime=1201.29 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 104253 0 0 0 120094 35 0 0 20 0 1 0 282374901 572207104 125471 33554432000 4194304 4896791 140735387001744 140735386999272 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 139699 125471 78 172 0 139525 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 914400

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 17788
/proc/meminfo: memFree=30025584/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=559456 CPUtime=1261.27 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 106490 0 0 0 126092 35 0 0 20 0 1 0 282374901 572882944 127182 33554432000 4194304 4896791 140735387001744 140735386998952 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 139864 127182 78 172 0 139690 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 915060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 17791
/proc/meminfo: memFree=30012088/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=559712 CPUtime=1321.26 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 110728 0 0 0 132090 36 0 0 20 0 1 0 282374901 573145088 128305 33554432000 4194304 4896791 140735387001744 140735386997480 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 139928 128305 78 172 0 139754 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 915316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17792
/proc/meminfo: memFree=30007976/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=560052 CPUtime=1381.26 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 112176 0 0 0 138089 37 0 0 20 0 1 0 282374901 573493248 129736 33554432000 4194304 4896791 140735387001744 140735386999256 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 140013 129736 78 172 0 139839 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 915656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17834
/proc/meminfo: memFree=30168360/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=641572 CPUtime=1399.56 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 112442 0 0 0 139918 38 0 0 20 0 1 0 282374901 656969728 129999 33554432000 4194304 4896791 140735387001744 140735386998952 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 160393 129999 78 172 0 160219 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 997176

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17834
/proc/meminfo: memFree=30168360/32873844 swapFree=6080/6080
[pid=17729] ppid=17727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17729/stat : 17729 (runPb2satCp2.sh) S 17727 17729 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282334829 9367552 275 33554432000 4194304 5064252 140736027008480 140736027007392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17729/statm: 2287 275 233 213 0 72 0
[pid=17730] ppid=17729 vsize=337308 CPUtime=400.55 cores=0,2,4,6
/proc/17730/stat : 17730 (pb2sat) S 17729 17729 17405 0 -1 4202496 30649 99424 0 0 608 131 39276 40 20 0 1 0 282334829 345403392 64116 33554432000 4194304 5873084 140736702369088 140736702362904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17730/statm: 84327 64116 183 410 0 83909 0
[pid=17748] ppid=17730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17748/stat : 17748 (satsolver.sh) S 17730 17729 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282374900 9367552 267 33554432000 4194304 5064252 140737191516384 140737191515296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17748/statm: 2287 267 226 213 0 72 0
[pid=17749] ppid=17748 vsize=641572 CPUtime=1399.56 cores=0,2,4,6
/proc/17749/stat : 17749 (glucose_static) R 17748 17729 17405 0 -1 4202496 112442 0 0 0 139918 38 0 0 20 0 1 0 282374901 656969728 129999 33554432000 4194304 4896791 140735387001744 140735386998952 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17749/statm: 160393 129999 78 172 0 160219 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 997176

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17729 and gives
#  childrusage.ru_utime.tv_sec=398
#  childrusage.ru_utime.tv_usec=846366
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=733736
# CPU time returned by wait4() is 400.58
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1798.02
CPU system time (s): 2.09
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 1124408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 398.846
system time used= 1.73374
maximum resident set size= 609668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 820152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115
involuntary context switches= 443

runsolver used 3.36649 second user time and 8.84266 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 01:41:43
IDJOB=3694658
IDBENCH=92700
IDSOLVER=2273
FILE ID=node139/3694658-1338162103
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71600 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_5_mh.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694658-1338162103/watcher-3694658-1338162103 -o /tmp/evaluation-result-3694658-1338162103/solver-3694658-1338162103 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694658-1338162103.opb 1312769381 HOME HOME

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

MD5SUM BENCH= dea82fb627e6a79192851c69f83767e0
RANDOM SEED=1312769381

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30977036 kB
Buffers:          396672 kB
Cached:           473816 kB
SwapCached:          828 kB
Active:           861696 kB
Inactive:         179376 kB
Active(anon):     163680 kB
Inactive(anon):     7968 kB
Active(file):     698016 kB
Inactive(file):   171408 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             63576 kB
Writeback:             0 kB
AnonPages:        129208 kB
Mapped:            12688 kB
Shmem:                 8 kB
Slab:             718860 kB
SReclaimable:     158624 kB
SUnreclaim:       560236 kB
KernelStack:        1520 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     325044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71424 MiB
End job on node139 at 2012-05-28 02:11:43