Trace number 3746985

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 (fixed)? (TO) 1800.07 1804.32

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_3_mh_ic.opb
MD5SUMe746951c72dd3c581de09cc22407090d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3638518
Best CPU time to get the best result obtained on this benchmark1800.55
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 132250
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 71701401518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 71701401518
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.59/2.69	c old isEQ: 0, new EQ is 1
2.69/2.71	c old isEQ: 88, new EQ is 0
2.69/2.75	c old isEQ: 0, new EQ is 0
2.79/2.80	c old isEQ: 0, new EQ is 0
2.79/2.84	c old isEQ: 0, new EQ is 0
2.79/2.89	c old isEQ: 0, new EQ is 0
2.89/2.93	c old isEQ: 0, new EQ is 0
2.89/2.98	c old isEQ: 0, new EQ is 0
2.99/3.03	c old isEQ: 0, new EQ is 0
2.99/3.07	c old isEQ: 0, new EQ is 0
3.09/3.12	c old isEQ: 0, new EQ is 0
3.09/3.16	c old isEQ: 0, new EQ is 0
44.66/44.89	c run inc solver
44.66/44.89	c [INC SYSTEM] run initial solver
44.66/44.89	c [INC SYSTEM] preprocess with white file
166.93/171.37	c [INC SYSTEM] finished preprocessing in 126 s
166.93/171.37	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-3746985-1339108734/watcher-3746985-1339108734 -o /tmp/evaluation-result-3746985-1339108734/solver-3746985-1339108734 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746985-1339108734.opb 2001389730 HOME HOME 

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

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.98 3.73 2.71 4/180 10566
/proc/meminfo: memFree=24218924/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0

[startup+0.0269979 s]
/proc/loadavg: 4.98 3.73 2.71 4/180 10566
/proc/meminfo: memFree=24218924/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100222 s]
/proc/loadavg: 4.98 3.73 2.71 4/180 10566
/proc/meminfo: memFree=24218924/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300316 s]
/proc/loadavg: 4.98 3.73 2.71 4/180 10566
/proc/meminfo: memFree=24218924/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700246 s]
/proc/loadavg: 4.98 3.73 2.71 4/180 10566
/proc/meminfo: memFree=24218924/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 4.82 3.72 2.71 4/182 10568
/proc/meminfo: memFree=30185152/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=218780 CPUtime=1.49 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) R 10566 10566 7954 0 -1 4202496 24529 0 0 0 140 9 0 0 20 0 1 0 376997819 224030720 37956 33554432000 4194304 6004724 140733235907952 140733235903976 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10567/statm: 54695 37956 130 442 0 54249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227928

[startup+3.10033 s]
/proc/loadavg: 4.82 3.72 2.71 3/181 10568
/proc/meminfo: memFree=30069972/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=357856 CPUtime=3.09 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) R 10566 10566 7954 0 -1 4202496 66776 0 0 0 291 18 0 0 20 0 1 0 376997819 366444544 88764 33554432000 4194304 6004724 140733235907952 140733235904392 4227300 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10567/statm: 89464 88764 156 442 0 89018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367004

[startup+6.30032 s]
/proc/loadavg: 4.82 3.72 2.71 3/181 10568
/proc/meminfo: memFree=29755616/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=620184 CPUtime=6.29 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) R 10566 10566 7954 0 -1 4202496 68262 0 0 0 603 26 0 0 20 0 1 0 376997819 635068416 149430 33554432000 4194304 6004724 140733235907952 140733235902568 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10567/statm: 155046 149430 163 442 0 154600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629332

[startup+12.7003 s]
/proc/loadavg: 4.39 3.66 2.70 3/181 10568
/proc/meminfo: memFree=29272184/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=1406616 CPUtime=12.68 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) R 10566 10566 7954 0 -1 4202496 69892 0 0 0 1221 47 0 0 20 0 1 0 376997819 1440374784 264118 33554432000 4194304 6004724 140733235907952 140733235902568 4617922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10567/statm: 351654 264118 163 442 0 351208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1415764

[startup+25.5004 s]
/proc/loadavg: 4.02 3.61 2.70 3/181 10568
/proc/meminfo: memFree=28318668/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=2455192 CPUtime=25.49 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) R 10566 10566 7954 0 -1 4202496 71354 0 0 0 2467 82 0 0 20 0 1 0 376997819 2514116608 489263 33554432000 4194304 6004724 140733235907952 140733235902760 5055579 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10567/statm: 613798 489263 163 442 0 613352 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2464340

[startup+51.1004 s]
/proc/loadavg: 3.41 3.49 2.68 3/183 10570
/proc/meminfo: memFree=23804868/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=44.97 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75505 0 0 0 3930 567 0 0 20 0 1 0 376997819 4661600256 753975 33554432000 4194304 6004724 140733235907952 140733235902416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753975 171 442 0 1137640 0
[pid=10569] ppid=10567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10569/stat : 10569 (cp2_pre.sh) S 10567 10566 7954 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377002329 9367552 277 33554432000 4194304 5064252 140735371958432 140735371957136 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10569/statm: 2287 277 234 213 0 72 0
[pid=10570] ppid=10569 vsize=612784 CPUtime=5.97 cores=1,3,5,7
/proc/10570/stat : 10570 (coprocessor) R 10569 10566 7954 0 -1 4202496 18089 0 0 0 572 25 0 0 20 0 1 0 377002330 627490816 151720 33554432000 4194304 6586260 140737046024416 140737046021176 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10570/statm: 153196 151720 137 584 0 152608 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 5183424

[startup+102.307 s]
/proc/loadavg: 3.04 3.39 2.69 3/183 10573
/proc/meminfo: memFree=19960060/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=44.97 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75505 0 0 0 3930 567 0 0 20 0 1 0 376997819 4661600256 753975 33554432000 4194304 6004724 140733235907952 140733235902416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753975 171 442 0 1137640 0
[pid=10569] ppid=10567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10569/stat : 10569 (cp2_pre.sh) S 10567 10566 7954 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377002329 9367552 277 33554432000 4194304 5064252 140735371958432 140735371957136 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10569/statm: 2287 277 234 213 0 72 0
[pid=10570] ppid=10569 vsize=4954940 CPUtime=55.57 cores=1,3,5,7
/proc/10570/stat : 10570 (coprocessor) R 10569 10566 7954 0 -1 4202496 30197 0 0 0 5280 277 0 0 20 0 1 0 377002330 5073858560 1002268 33554432000 4194304 6586260 140737046024416 140737046020168 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 160 0 0
/proc/10570/statm: 1238735 1002268 158 584 0 1238147 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 9525580

[startup+162.3 s]
/proc/loadavg: 2.46 3.16 2.66 3/182 10573
/proc/meminfo: memFree=18322920/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=44.97 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75505 0 0 0 3930 567 0 0 20 0 1 0 376997819 4661600256 753975 33554432000 4194304 6004724 140733235907952 140733235902416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753975 171 442 0 1137640 0
[pid=10569] ppid=10567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10569/stat : 10569 (cp2_pre.sh) S 10567 10566 7954 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377002329 9367552 277 33554432000 4194304 5064252 140735371958432 140735371957136 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10569/statm: 2287 277 234 213 0 72 0
[pid=10570] ppid=10569 vsize=4954940 CPUtime=113.78 cores=1,3,5,7
/proc/10570/stat : 10570 (coprocessor) R 10569 10566 7954 0 -1 4202496 30197 0 0 0 10801 577 0 0 20 0 1 0 377002330 5073858560 1002268 33554432000 4194304 6586260 140737046024416 140737046020168 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 337 0 0
/proc/10570/statm: 1238735 1002268 158 584 0 1238147 0
Current children cumulated CPU time (s) 158.75
Current children cumulated vsize (KiB) 9525580

[startup+222.3 s]
/proc/loadavg: 2.22 2.96 2.62 3/181 10575
/proc/meminfo: memFree=19262160/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6660012 CPUtime=50.9 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 599723 0 0 0 4863 227 0 0 20 0 1 0 377014957 6819852288 1409017 33554432000 4194304 5654031 140736328512976 140736328510760 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1665003 1409017 131 357 0 1664643 0
Current children cumulated CPU time (s) 218.3
Current children cumulated vsize (KiB) 11221504

[startup+282.3 s]
/proc/loadavg: 2.08 2.78 2.58 3/181 10575
/proc/meminfo: memFree=19140952/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7

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

/proc/meminfo: memFree=18545472/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6751508 CPUtime=1190.73 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 706156 0 0 0 118802 271 0 0 20 0 1 0 377014957 6913544192 1433094 33554432000 4194304 5654031 140736328512976 140736328500792 4232651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1687877 1433094 141 357 0 1687517 0
Current children cumulated CPU time (s) 1358.13
Current children cumulated vsize (KiB) 11313000

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.15 3/181 10658
/proc/meminfo: memFree=18548376/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6753312 CPUtime=1250.72 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 711829 0 0 0 124799 273 0 0 20 0 1 0 377014957 6915391488 1433594 33554432000 4194304 5654031 140736328512976 140736328510760 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1688328 1433594 141 357 0 1687968 0
Current children cumulated CPU time (s) 1418.12
Current children cumulated vsize (KiB) 11314804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/181 10658
/proc/meminfo: memFree=18523476/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6757536 CPUtime=1310.7 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 718103 0 0 0 130794 276 0 0 20 0 1 0 377014957 6919716864 1434699 33554432000 4194304 5654031 140736328512976 140736328511048 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1689384 1434699 141 357 0 1689024 0
Current children cumulated CPU time (s) 1478.1
Current children cumulated vsize (KiB) 11319028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/181 10659
/proc/meminfo: memFree=18515596/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6759516 CPUtime=1370.69 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 718639 0 0 0 136793 276 0 0 20 0 1 0 377014957 6921744384 1435235 33554432000 4194304 5654031 140736328512976 140736328510760 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1689879 1435235 141 357 0 1689519 0
Current children cumulated CPU time (s) 1538.09
Current children cumulated vsize (KiB) 11321008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 10659
/proc/meminfo: memFree=18534752/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6761288 CPUtime=1430.68 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 724306 0 0 0 142790 278 0 0 20 0 1 0 377014957 6923558912 1435712 33554432000 4194304 5654031 140736328512976 140736328510760 4232559 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1690322 1435712 141 357 0 1689962 0
Current children cumulated CPU time (s) 1598.08
Current children cumulated vsize (KiB) 11322780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 10659
/proc/meminfo: memFree=18487508/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6764260 CPUtime=1490.68 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 730231 0 0 0 148787 281 0 0 20 0 1 0 377014957 6926602240 1436464 33554432000 4194304 5654031 140736328512976 140736328510760 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1691065 1436464 141 357 0 1690705 0
Current children cumulated CPU time (s) 1658.08
Current children cumulated vsize (KiB) 11325752

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.10 3/181 10659
/proc/meminfo: memFree=18514796/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6766608 CPUtime=1550.67 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 736067 0 0 0 154784 283 0 0 20 0 1 0 377014957 6929006592 1437128 33554432000 4194304 5654031 140736328512976 140736328510760 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1691652 1437128 141 357 0 1691292 0
Current children cumulated CPU time (s) 1718.07
Current children cumulated vsize (KiB) 11328100

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.09 3/181 10659
/proc/meminfo: memFree=18499820/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6768032 CPUtime=1610.66 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 741625 0 0 0 160781 285 0 0 20 0 1 0 377014957 6930464768 1438026 33554432000 4194304 5654031 140736328512976 140736328510760 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1692008 1438026 141 357 0 1691648 0
Current children cumulated CPU time (s) 1778.06
Current children cumulated vsize (KiB) 11329524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.04 2.02 2.09 3/181 10659
/proc/meminfo: memFree=18498020/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6768164 CPUtime=1632.67 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 741664 0 0 0 162982 285 0 0 20 0 1 0 377014957 6930599936 1438065 33554432000 4194304 5654031 140736328512976 140736328510760 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1692041 1438065 141 357 0 1691681 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11329656

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

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

[startup+1804.3 s]
/proc/loadavg: 2.04 2.02 2.09 3/181 10659
/proc/meminfo: memFree=18498020/32873844 swapFree=7632/7632
[pid=10566] ppid=10564 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10566/stat : 10566 (npSolver-pbo-It) S 10564 10566 7954 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376997819 9367552 275 33554432000 4194304 5064252 140733256052528 140733256051440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10566/statm: 2287 275 233 213 0 72 0
[pid=10567] ppid=10566 vsize=4552344 CPUtime=167.4 cores=1,3,5,7
/proc/10567/stat : 10567 (npSolver-pbo) S 10566 10566 7954 0 -1 4202496 75522 31099 0 0 3930 568 11568 674 20 0 1 0 376997819 4661600256 753978 33554432000 4194304 6004724 140733235907952 140733235894232 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 11 0 0
/proc/10567/statm: 1138086 753978 174 442 0 1137640 0
[pid=10575] ppid=10567 vsize=6768164 CPUtime=1632.67 cores=1,3,5,7
/proc/10575/stat : 10575 (glucosInc) R 10567 10566 7954 0 -1 4202496 741664 0 0 0 162982 285 0 0 20 0 1 0 377014957 6930599936 1438065 33554432000 4194304 5654031 140736328512976 140736328510760 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 1692041 1438065 141 357 0 1691681 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11329656

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10566 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.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.32
CPU time (s): 1800.07
CPU user time (s): 1784.8
CPU system time (s): 15.27
CPU usage (%): 99.7647
Max. virtual memory (cumulated for all children) (KiB): 11390888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
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.08138 second user time and 11.2133 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-08 00:38:55
IDJOB=3746985
IDBENCH=92678
IDSOLVER=2332
FILE ID=node141/3746985-1339108734
RUNJOBID= node141-1339098177-7971
PBS_JOBID= 14643712
Free space on /tmp= 70768 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_3_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746985-1339108734/watcher-3746985-1339108734 -o /tmp/evaluation-result-3746985-1339108734/solver-3746985-1339108734 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746985-1339108734.opb 2001389730 HOME HOME

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

MD5SUM BENCH= e746951c72dd3c581de09cc22407090d
RANDOM SEED=2001389730

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:        24107596 kB
Buffers:          114116 kB
Cached:          7239100 kB
SwapCached:         2552 kB
Active:           568620 kB
Inactive:        7057488 kB
Active(anon):     273436 kB
Inactive(anon):     1924 kB
Active(file):     295184 kB
Inactive(file):  7055564 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098952 kB
Dirty:             54232 kB
Writeback:             0 kB
AnonPages:        285768 kB
Mapped:             9912 kB
Shmem:                 0 kB
Slab:             990588 kB
SReclaimable:     431624 kB
SUnreclaim:       558964 kB
KernelStack:        1480 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     440124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 68252 MiB
End job on node141 at 2012-06-08 01:09:01