Trace number 3746989

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.01 1803.32

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.69/2.71	c old isEQ: 0, new EQ is 1
2.69/2.73	c old isEQ: 88, new EQ is 0
2.69/2.78	c old isEQ: 0, new EQ is 0
2.79/2.83	c old isEQ: 0, new EQ is 0
2.79/2.87	c old isEQ: 0, new EQ is 0
2.89/2.92	c old isEQ: 0, new EQ is 0
2.89/2.96	c old isEQ: 0, new EQ is 0
2.99/3.01	c old isEQ: 0, new EQ is 0
2.99/3.06	c old isEQ: 0, new EQ is 0
3.09/3.10	c old isEQ: 0, new EQ is 0
3.09/3.15	c old isEQ: 0, new EQ is 0
3.09/3.19	c old isEQ: 0, new EQ is 0
44.18/44.20	c run inc solver
44.18/44.20	c [INC SYSTEM] run initial solver
44.18/44.20	c [INC SYSTEM] preprocess with white file
167.45/170.54	c [INC SYSTEM] finished preprocessing in 126 s
167.45/170.54	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-3746989-1339108640/watcher-3746989-1339108640 -o /tmp/evaluation-result-3746989-1339108640/solver-3746989-1339108640 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746989-1339108640.opb 990983720 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.69 3.86 3.00 3/176 9379
/proc/meminfo: memFree=31796184/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0

[startup+0.087716 s]
/proc/loadavg: 4.69 3.86 3.00 3/176 9379
/proc/meminfo: memFree=31796184/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10032 s]
/proc/loadavg: 4.69 3.86 3.00 3/176 9379
/proc/meminfo: memFree=31796184/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300308 s]
/proc/loadavg: 4.69 3.86 3.00 3/176 9379
/proc/meminfo: memFree=31796184/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700338 s]
/proc/loadavg: 4.69 3.86 3.00 3/176 9379
/proc/meminfo: memFree=31796184/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.69 3.86 3.00 3/178 9381
/proc/meminfo: memFree=31585240/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=218516 CPUtime=1.48 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) R 9379 9379 7832 0 -1 4202496 24673 0 0 0 141 7 0 0 20 0 1 0 376989584 223760384 38002 33554432000 4194304 6004724 140734400073024 140734400068920 4968639 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9380/statm: 54629 38002 130 442 0 54183 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 227664

[startup+3.10037 s]
/proc/loadavg: 4.69 3.86 3.00 3/178 9381
/proc/meminfo: memFree=31360740/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=357860 CPUtime=3.09 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) R 9379 9379 7832 0 -1 4202496 66971 0 0 0 292 17 0 0 20 0 1 0 376989584 366448640 88765 33554432000 4194304 6004724 140734400073024 140734400068408 4223920 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9380/statm: 89465 88765 156 442 0 89019 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367008

[startup+6.30034 s]
/proc/loadavg: 4.48 3.83 3.00 3/178 9381
/proc/meminfo: memFree=30721324/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=620188 CPUtime=6.29 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) R 9379 9379 7832 0 -1 4202496 68556 0 0 0 604 25 0 0 20 0 1 0 376989584 635072512 150552 33554432000 4194304 6004724 140734400073024 140734400067640 4582461 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9380/statm: 155047 150552 163 442 0 154601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629336

[startup+12.7003 s]
/proc/loadavg: 4.28 3.80 2.99 3/178 9381
/proc/meminfo: memFree=29730904/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=1406620 CPUtime=12.69 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) R 9379 9379 7832 0 -1 4202496 70192 0 0 0 1222 47 0 0 20 0 1 0 376989584 1440378880 268312 33554432000 4194304 6004724 140734400073024 140734400067640 5055540 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9380/statm: 351655 268312 163 442 0 351209 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415768

[startup+25.5004 s]
/proc/loadavg: 3.77 3.71 2.98 3/178 9382
/proc/meminfo: memFree=27806540/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=2455196 CPUtime=25.49 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) R 9379 9379 7832 0 -1 4202496 71663 0 0 0 2468 81 0 0 20 0 1 0 376989584 2514120704 497688 33554432000 4194304 6004724 140734400073024 140734400067832 4534761 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9380/statm: 613799 497688 163 442 0 613353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2464344

[startup+51.1006 s]
/proc/loadavg: 3.55 3.65 2.98 3/182 9386
/proc/meminfo: memFree=18817832/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=44.41 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75285 0 0 0 3813 628 0 0 20 0 1 0 376989584 4661604352 753184 33554432000 4194304 6004724 140734400073024 140734400067488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753184 171 442 0 1137641 0
[pid=9385] ppid=9380 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (cp2_pre.sh) S 9380 9379 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376994027 9367552 277 33554432000 4194304 5064252 140733780891232 140733780889936 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9385/statm: 2287 277 234 213 0 72 0
[pid=9386] ppid=9385 vsize=809132 CPUtime=6.65 cores=1,3,5,7
/proc/9386/stat : 9386 (coprocessor) R 9385 9379 7832 0 -1 4202496 18554 0 0 0 632 33 0 0 20 0 1 0 376994028 828551168 186772 33554432000 4194304 6586260 140734316788592 140734316785480 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9386/statm: 202283 186772 137 584 0 201695 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5379776

[startup+102.307 s]
/proc/loadavg: 3.80 3.70 3.03 3/181 9386
/proc/meminfo: memFree=10802936/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=44.41 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75285 0 0 0 3813 628 0 0 20 0 1 0 376989584 4661604352 753184 33554432000 4194304 6004724 140734400073024 140734400067488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753184 171 442 0 1137641 0
[pid=9385] ppid=9380 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (cp2_pre.sh) S 9380 9379 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376994027 9367552 277 33554432000 4194304 5064252 140733780891232 140733780889936 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9385/statm: 2287 277 234 213 0 72 0
[pid=9386] ppid=9385 vsize=4954940 CPUtime=57.84 cores=1,3,5,7
/proc/9386/stat : 9386 (coprocessor) R 9385 9379 7832 0 -1 4202496 29809 0 0 0 5489 295 0 0 20 0 1 0 376994028 5073858560 1002390 33554432000 4194304 6586260 140734316788592 140734316784344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9386/statm: 1238735 1002390 158 584 0 1238147 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9525584

[startup+162.3 s]
/proc/loadavg: 3.96 3.77 3.09 3/182 9387
/proc/meminfo: memFree=7912140/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=44.41 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75285 0 0 0 3813 628 0 0 20 0 1 0 376989584 4661604352 753184 33554432000 4194304 6004724 140734400073024 140734400067488 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753184 171 442 0 1137641 0
[pid=9385] ppid=9380 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (cp2_pre.sh) S 9380 9379 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376994027 9367552 277 33554432000 4194304 5064252 140733780891232 140733780889936 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9385/statm: 2287 277 234 213 0 72 0
[pid=9386] ppid=9385 vsize=4954940 CPUtime=117.31 cores=1,3,5,7
/proc/9386/stat : 9386 (coprocessor) R 9385 9379 7832 0 -1 4202496 29809 0 0 0 11081 650 0 0 20 0 1 0 376994028 5073858560 1002390 33554432000 4194304 6586260 140734316788592 140734316784344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 52 0 0
/proc/9386/statm: 1238735 1002390 158 584 0 1238147 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 9525584

[startup+222.3 s]
/proc/loadavg: 3.62 3.75 3.13 3/180 9393
/proc/meminfo: memFree=9594840/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6660536 CPUtime=51.73 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 599327 0 0 0 4942 231 0 0 20 0 1 0 377006638 6820388864 1409048 33554432000 4194304 5654031 140736923653136 140736923650920 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1665134 1409048 131 357 0 1664774 0
Current children cumulated CPU time (s) 219.24
Current children cumulated vsize (KiB) 11222032

[startup+282.3 s]
/proc/loadavg: 2.66 3.46 3.07 3/179 9393
/proc/meminfo: memFree=9575088/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7

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

/proc/meminfo: memFree=9394512/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6757532 CPUtime=1191.57 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 689365 0 0 0 118884 273 0 0 20 0 1 0 377006638 6919712768 1434552 33554432000 4194304 5654031 140736923653136 140736923650920 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1689383 1434552 141 357 0 1689023 0
Current children cumulated CPU time (s) 1359.08
Current children cumulated vsize (KiB) 11319028

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.29 3/180 9426
/proc/meminfo: memFree=9386384/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6759512 CPUtime=1251.55 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 694078 0 0 0 124880 275 0 0 20 0 1 0 377006638 6921740288 1435118 33554432000 4194304 5654031 140736923653136 140736923650920 4232431 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1689878 1435118 141 357 0 1689518 0
Current children cumulated CPU time (s) 1419.06
Current children cumulated vsize (KiB) 11321008

[startup+1482.31 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9426
/proc/meminfo: memFree=9383952/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6761416 CPUtime=1311.54 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 698243 0 0 0 130877 277 0 0 20 0 1 0 377006638 6923689984 1435626 33554432000 4194304 5654031 140736923653136 140736923650920 4232581 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1690354 1435626 141 357 0 1689994 0
Current children cumulated CPU time (s) 1479.05
Current children cumulated vsize (KiB) 11322912

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.25 3/178 9426
/proc/meminfo: memFree=9378452/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6764388 CPUtime=1371.53 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 702650 0 0 0 136873 280 0 0 20 0 1 0 377006638 6926733312 1436393 33554432000 4194304 5654031 140736923653136 140736923650920 4214494 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1691097 1436393 141 357 0 1690737 0
Current children cumulated CPU time (s) 1539.04
Current children cumulated vsize (KiB) 11325884

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.24 3/179 9427
/proc/meminfo: memFree=9371004/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6767000 CPUtime=1431.52 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 707016 0 0 0 142870 282 0 0 20 0 1 0 377006638 6929408000 1437120 33554432000 4194304 5654031 140736923653136 140736923650920 4232601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1691750 1437120 141 357 0 1691390 0
Current children cumulated CPU time (s) 1599.03
Current children cumulated vsize (KiB) 11328496

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.22 3/179 9427
/proc/meminfo: memFree=9367408/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6768160 CPUtime=1491.51 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 710975 0 0 0 148867 284 0 0 20 0 1 0 377006638 6930595840 1437441 33554432000 4194304 5654031 140736923653136 140736923650920 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1692040 1437441 141 357 0 1691680 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 11329656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/179 9427
/proc/meminfo: memFree=9362436/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6771724 CPUtime=1551.51 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 716001 0 0 0 154864 287 0 0 20 0 1 0 377006638 6934245376 1438321 33554432000 4194304 5654031 140736923653136 140736923650920 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1692931 1438321 141 357 0 1692571 0
Current children cumulated CPU time (s) 1719.02
Current children cumulated vsize (KiB) 11333220

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.19 3/179 9427
/proc/meminfo: memFree=9355512/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6774496 CPUtime=1611.49 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 720909 0 0 0 160861 288 0 0 20 0 1 0 377006638 6937083904 1439083 33554432000 4194304 5654031 140736923653136 140736923650920 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1693624 1439083 141 357 0 1693264 0
Current children cumulated CPU time (s) 1779
Current children cumulated vsize (KiB) 11335992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.03 2.02 2.18 3/179 9427
/proc/meminfo: memFree=9353512/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6775816 CPUtime=1632.5 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 721272 0 0 0 162961 289 0 0 20 0 1 0 377006638 6938435584 1439446 33554432000 4194304 5654031 140736923653136 140736923650920 4214616 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1693954 1439446 141 357 0 1693594 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11337312

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

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

[startup+1803.3 s]
/proc/loadavg: 2.03 2.02 2.18 3/179 9427
/proc/meminfo: memFree=9353512/32873852 swapFree=6864/6864
[pid=9379] ppid=9377 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (npSolver-pbo-It) S 9377 9379 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376989584 9367552 275 33554432000 4194304 5064252 140736047752272 140736047751184 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9379/statm: 2287 275 233 213 0 72 0
[pid=9380] ppid=9379 vsize=4552348 CPUtime=167.51 cores=1,3,5,7
/proc/9380/stat : 9380 (npSolver-pbo) S 9379 9379 7832 0 -1 4202496 75302 30711 0 1 3813 629 11578 731 20 0 1 0 376989584 4661604352 753187 33554432000 4194304 6004724 140734400073024 140734400059304 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9380/statm: 1138087 753187 174 442 0 1137641 0
[pid=9391] ppid=9380 vsize=6775816 CPUtime=1632.5 cores=1,3,5,7
/proc/9391/stat : 9391 (glucosInc) R 9380 9379 7832 0 -1 4202496 721272 0 0 0 162961 289 0 0 20 0 1 0 377006638 6938435584 1439446 33554432000 4194304 5654031 140736923653136 140736923650920 4214616 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9391/statm: 1693954 1439446 141 357 0 1693594 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11337312

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1803.32
CPU time (s): 1800.01
CPU user time (s): 1783.52
CPU system time (s): 16.49
CPU usage (%): 99.8165
Max. virtual memory (cumulated for all children) (KiB): 11395640

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

The end

Launcher Data

Begin job on node129 at 2012-06-08 00:37:21
IDJOB=3746989
IDBENCH=92672
IDSOLVER=2332
FILE ID=node129/3746989-1339108640
RUNJOBID= node129-1339098175-7849
PBS_JOBID= 14643724
Free space on /tmp= 70724 MiB

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

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

MD5SUM BENCH= 3eaa96d95c87970ffa908b3a1331e29d
RANDOM SEED=990983720

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31797680 kB
Buffers:           81804 kB
Cached:           176632 kB
SwapCached:         2324 kB
Active:           248888 kB
Inactive:          14576 kB
Active(anon):       2392 kB
Inactive(anon):     5880 kB
Active(file):     246496 kB
Inactive(file):     8696 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:             97480 kB
Writeback:             0 kB
AnonPages:         11552 kB
Mapped:             8848 kB
Shmem:                 0 kB
Slab:             671980 kB
SReclaimable:     112900 kB
SUnreclaim:       559080 kB
KernelStack:        1408 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     126652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 66096 MiB
End job on node129 at 2012-06-08 01:07:27