Trace number 3751777

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
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.09 1802.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_7_mh_ic.opb
MD5SUM3eaa96d95c87970ffa908b3a1331e29d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6201610
Best CPU time to get the best result obtained on this benchmark1801.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 135796744
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69525451982
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 135796744
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69525451982
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.58/2.62	c old isEQ: 0, new EQ is 1
2.58/2.64	c old isEQ: 88, new EQ is 0
2.58/2.68	c old isEQ: 0, new EQ is 0
2.68/2.73	c old isEQ: 0, new EQ is 0
2.68/2.77	c old isEQ: 0, new EQ is 0
2.78/2.82	c old isEQ: 0, new EQ is 0
2.78/2.86	c old isEQ: 0, new EQ is 0
2.88/2.91	c old isEQ: 0, new EQ is 0
2.88/2.95	c old isEQ: 0, new EQ is 0
2.88/3.00	c old isEQ: 0, new EQ is 0
2.98/3.04	c old isEQ: 0, new EQ is 0
2.98/3.08	c old isEQ: 0, new EQ is 0
42.24/42.37	c run inc solver
42.24/42.37	c [INC SYSTEM] run initial solver
42.24/42.37	c [INC SYSTEM] preprocess with white file
165.04/166.87	c [INC SYSTEM] finished preprocessing in 124 s
165.04/166.87	c [INC SYSTEM] execute solver

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-3751777-1339174340/watcher-3751777-1339174340 -o /tmp/evaluation-result-3751777-1339174340/solver-3751777-1339174340 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751777-1339174340.opb 156577069 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: 4.97 4.28 3.11 4/182 4903
/proc/meminfo: memFree=18097072/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0

[startup+0.0195239 s]
/proc/loadavg: 4.97 4.28 3.11 4/182 4903
/proc/meminfo: memFree=18097072/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 4.97 4.28 3.11 4/182 4903
/proc/meminfo: memFree=18097072/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 4.97 4.28 3.11 4/182 4903
/proc/meminfo: memFree=18097072/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 4.97 4.28 3.11 4/182 4903
/proc/meminfo: memFree=18097072/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 4.97 4.28 3.11 4/184 4905
/proc/meminfo: memFree=23480916/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=220496 CPUtime=1.49 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) R 4903 4903 4273 0 -1 4202496 24551 0 0 0 143 6 0 0 20 0 1 0 27401222 225787904 38690 33554432000 4194304 6004724 140737413113552 140737413109576 4968639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4904/statm: 55124 38690 130 442 0 54678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229644

[startup+3.10026 s]
/proc/loadavg: 4.97 4.28 3.11 3/183 4905
/proc/meminfo: memFree=24388336/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=357864 CPUtime=3.08 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) R 4903 4903 4273 0 -1 4202496 66885 0 0 0 295 13 0 0 20 0 1 0 27401222 366452736 88765 33554432000 4194304 6004724 140737413113552 140737413109992 4975593 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4904/statm: 89466 88765 156 442 0 89020 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367012

[startup+6.3003 s]
/proc/loadavg: 4.73 4.24 3.11 3/183 4905
/proc/meminfo: memFree=24064256/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=620192 CPUtime=6.29 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) R 4903 4903 4273 0 -1 4202496 68689 0 0 0 608 21 0 0 20 0 1 0 27401222 635076608 153837 33554432000 4194304 6004724 140737413113552 140737413108168 4534738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4904/statm: 155048 153837 163 442 0 154602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629340

[startup+12.7003 s]
/proc/loadavg: 4.51 4.20 3.10 3/183 4905
/proc/meminfo: memFree=23562696/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=1406624 CPUtime=12.68 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) R 4903 4903 4273 0 -1 4202496 70333 0 0 0 1228 40 0 0 20 0 1 0 27401222 1440382976 275693 33554432000 4194304 6004724 140737413113552 140737413108168 4579246 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4904/statm: 351656 275693 163 442 0 351210 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1415772

[startup+25.5003 s]
/proc/loadavg: 3.95 4.09 3.08 3/183 4905
/proc/meminfo: memFree=22590568/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=2455200 CPUtime=25.48 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) R 4903 4903 4273 0 -1 4202496 71815 0 0 0 2478 70 0 0 20 0 1 0 27401222 2514124800 510701 33554432000 4194304 6004724 140737413113552 140737413108360 4534752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4904/statm: 613800 510701 163 442 0 613354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464348

[startup+51.1003 s]
/proc/loadavg: 3.37 3.94 3.06 3/185 4907
/proc/meminfo: memFree=18049004/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=42.53 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75412 0 0 0 3726 527 0 0 20 0 1 0 27401222 4661608448 753397 33554432000 4194304 6004724 140737413113552 140737413108016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753397 171 442 0 1137642 0
[pid=4906] ppid=4904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4906/stat : 4906 (cp2_pre.sh) S 4904 4903 4273 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27405480 9367552 277 33554432000 4194304 5064252 140736994678640 140736994677344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4906/statm: 2287 277 234 213 0 72 0
[pid=4907] ppid=4906 vsize=974568 CPUtime=8.49 cores=0,2,4,6
/proc/4907/stat : 4907 (coprocessor) R 4906 4903 4273 0 -1 4202496 18841 0 0 0 817 32 0 0 20 0 1 0 27405481 997957632 233049 33554432000 4194304 6586260 140734597525184 140734597521944 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/4907/statm: 243642 233049 137 584 0 243054 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 5545216

[startup+102.307 s]
/proc/loadavg: 3.45 3.87 3.08 3/184 4907
/proc/meminfo: memFree=14151364/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=42.53 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75412 0 0 0 3726 527 0 0 20 0 1 0 27401222 4661608448 753397 33554432000 4194304 6004724 140737413113552 140737413108016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753397 171 442 0 1137642 0
[pid=4906] ppid=4904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4906/stat : 4906 (cp2_pre.sh) S 4904 4903 4273 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27405480 9367552 277 33554432000 4194304 5064252 140736994678640 140736994677344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4906/statm: 2287 277 234 213 0 72 0
[pid=4907] ppid=4906 vsize=4954940 CPUtime=59.52 cores=0,2,4,6
/proc/4907/stat : 4907 (coprocessor) R 4906 4903 4273 0 -1 4202496 28789 0 0 0 5649 303 0 0 20 0 1 0 27405481 5073858560 1002392 33554432000 4194304 6586260 140734597525184 140734597520936 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 16 0 0
/proc/4907/statm: 1238735 1002392 158 584 0 1238147 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 9525588

[startup+162.3 s]
/proc/loadavg: 2.69 3.57 3.03 3/184 4907
/proc/meminfo: memFree=12564416/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=42.53 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75412 0 0 0 3726 527 0 0 20 0 1 0 27401222 4661608448 753397 33554432000 4194304 6004724 140737413113552 140737413108016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753397 171 442 0 1137642 0
[pid=4906] ppid=4904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4906/stat : 4906 (cp2_pre.sh) S 4904 4903 4273 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27405480 9367552 277 33554432000 4194304 5064252 140736994678640 140736994677344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4906/statm: 2287 277 234 213 0 72 0
[pid=4907] ppid=4906 vsize=4954940 CPUtime=118.52 cores=0,2,4,6
/proc/4907/stat : 4907 (coprocessor) R 4906 4903 4273 0 -1 4202496 28789 0 0 0 11216 636 0 0 20 0 1 0 27405481 5073858560 1002392 33554432000 4194304 6586260 140734597525184 140734597520936 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 115 0 0
/proc/4907/statm: 1238735 1002392 158 584 0 1238147 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 9525588

[startup+222.3 s]
/proc/loadavg: 2.28 3.30 2.96 3/183 4910
/proc/meminfo: memFree=13506892/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6662800 CPUtime=55.4 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 601911 0 0 0 5320 220 0 0 20 0 1 0 27417910 6822707200 1410055 33554432000 4194304 5654031 140734248131040 140734248128824 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1665700 1410055 131 357 0 1665340 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 11224300

[startup+282.3 s]
/proc/loadavg: 2.14 3.07 2.91 3/183 4910
/proc/meminfo: memFree=13496184/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6

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

/proc/meminfo: memFree=8424308/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6758324 CPUtime=1195.22 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 696642 0 0 0 119255 267 0 0 20 0 1 0 27417910 6920523776 1435232 33554432000 4194304 5654031 140734248131040 140734248128824 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1689581 1435232 141 357 0 1689221 0
Current children cumulated CPU time (s) 1360.35
Current children cumulated vsize (KiB) 11319824

[startup+1422.31 s]
/proc/loadavg: 2.00 2.09 2.36 3/183 4987
/proc/meminfo: memFree=8416796/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6760624 CPUtime=1255.23 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 700938 0 0 0 125254 269 0 0 20 0 1 0 27417910 6922878976 1435819 33554432000 4194304 5654031 140734248131040 140734248118856 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1690156 1435819 141 357 0 1689796 0
Current children cumulated CPU time (s) 1420.36
Current children cumulated vsize (KiB) 11322124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.34 3/183 4988
/proc/meminfo: memFree=8404860/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6764124 CPUtime=1315.21 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 705574 0 0 0 131250 271 0 0 20 0 1 0 27417910 6926462976 1436763 33554432000 4194304 5654031 140734248131040 140734248128824 4214567 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1691031 1436763 141 357 0 1690671 0
Current children cumulated CPU time (s) 1480.34
Current children cumulated vsize (KiB) 11325624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.31 3/183 4988
/proc/meminfo: memFree=8398612/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6766604 CPUtime=1375.2 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 709941 0 0 0 137247 273 0 0 20 0 1 0 27417910 6929002496 1437438 33554432000 4194304 5654031 140734248131040 140734248128824 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1691651 1437438 141 357 0 1691291 0
Current children cumulated CPU time (s) 1540.33
Current children cumulated vsize (KiB) 11328104

[startup+1602.3 s]
/proc/loadavg: 2.03 2.06 2.29 3/183 4988
/proc/meminfo: memFree=8395824/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6768160 CPUtime=1435.19 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 714036 0 0 0 143244 275 0 0 20 0 1 0 27417910 6930595840 1437842 33554432000 4194304 5654031 140734248131040 140734248128824 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1692040 1437842 141 357 0 1691680 0
Current children cumulated CPU time (s) 1600.32
Current children cumulated vsize (KiB) 11329660

[startup+1662.3 s]
/proc/loadavg: 2.06 2.06 2.28 3/184 4991
/proc/meminfo: memFree=8391956/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6770800 CPUtime=1495.18 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 718915 0 0 0 149241 277 0 0 20 0 1 0 27417910 6933299200 1438522 33554432000 4194304 5654031 140734248131040 140734248128824 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1692700 1438522 141 357 0 1692340 0
Current children cumulated CPU time (s) 1660.31
Current children cumulated vsize (KiB) 11332300

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.26 3/183 4991
/proc/meminfo: memFree=8386824/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6773968 CPUtime=1555.17 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 723971 0 0 0 155238 279 0 0 20 0 1 0 27417910 6936543232 1439379 33554432000 4194304 5654031 140734248131040 140734248128824 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1693492 1439379 141 357 0 1693132 0
Current children cumulated CPU time (s) 1720.3
Current children cumulated vsize (KiB) 11335468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.24 3/183 4992
/proc/meminfo: memFree=8378488/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6778544 CPUtime=1615.16 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 728847 0 0 0 161235 281 0 0 20 0 1 0 27417910 6941229056 1440564 33554432000 4194304 5654031 140734248131040 140734248128824 4232581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1694636 1440564 141 357 0 1694276 0
Current children cumulated CPU time (s) 1780.29
Current children cumulated vsize (KiB) 11340044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.00 2.03 2.23 3/183 4992
/proc/meminfo: memFree=8377556/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6779204 CPUtime=1634.96 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 729059 0 0 0 163215 281 0 0 20 0 1 0 27417910 6941904896 1440776 33554432000 4194304 5654031 140734248131040 140734248128824 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1694801 1440776 141 357 0 1694441 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11340704

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1802.1 s]
/proc/loadavg: 2.00 2.03 2.23 3/183 4992
/proc/meminfo: memFree=8377556/32873844 swapFree=7124/7124
[pid=4903] ppid=4901 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (npSolver-pbo-It) S 4901 4903 4273 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 27401222 9367552 274 33554432000 4194304 5064252 140733238704896 140733238703808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4903/statm: 2287 274 233 213 0 72 0
[pid=4904] ppid=4903 vsize=4552352 CPUtime=165.13 cores=0,2,4,6
/proc/4904/stat : 4904 (npSolver-pbo) S 4903 4903 4273 0 -1 4202496 75428 29691 0 1 3726 527 11557 703 20 0 1 0 27401222 4661608448 753400 33554432000 4194304 6004724 140737413113552 140737413099832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 4 0 0
/proc/4904/statm: 1138088 753400 174 442 0 1137642 0
[pid=4909] ppid=4904 vsize=6779204 CPUtime=1634.96 cores=0,2,4,6
/proc/4909/stat : 4909 (glucosInc) R 4904 4903 4273 0 -1 4202496 729059 0 0 0 163215 281 0 0 20 0 1 0 27417910 6941904896 1440776 33554432000 4194304 5654031 140734248131040 140734248128824 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4909/statm: 1694801 1440776 141 357 0 1694441 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11340704

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4903 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.12
CPU time (s): 1800.09
CPU user time (s): 1784.98
CPU system time (s): 15.11
CPU usage (%): 99.8876
Max. virtual memory (cumulated for all children) (KiB): 11400484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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= 4
involuntary context switches= 1

runsolver used 4.18936 second user time and 9.79551 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 18:52:22
IDJOB=3751777
IDBENCH=92672
IDSOLVER=2335
FILE ID=node134/3751777-1339174340
RUNJOBID= node134-1339168328-4289
PBS_JOBID= 14643800
Free space on /tmp= 69556 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_7_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751777-1339174340/watcher-3751777-1339174340 -o /tmp/evaluation-result-3751777-1339174340/solver-3751777-1339174340 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751777-1339174340.opb 156577069 HOME HOME

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

MD5SUM BENCH= 3eaa96d95c87970ffa908b3a1331e29d
RANDOM SEED=156577069

node134.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		: 2667.091
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	: 5334.18
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        17996880 kB
Buffers:          328212 kB
Cached:          8518784 kB
SwapCached:            0 kB
Active:          6474012 kB
Inactive:        7188724 kB
Active(anon):    4693524 kB
Inactive(anon):   121016 kB
Active(file):    1780488 kB
Inactive(file):  7067708 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             52676 kB
Writeback:             0 kB
AnonPages:       4819364 kB
Mapped:            15400 kB
Shmem:               212 kB
Slab:            1062832 kB
SReclaimable:     504064 kB
SUnreclaim:       558768 kB
KernelStack:        1496 kB
PageTables:        13600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6351644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2744320 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= 66244 MiB
End job on node134 at 2012-06-08 19:22:26