Trace number 3747487

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.05 1800.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.68/1.76	c run inc solver
1.68/1.76	c [INC SYSTEM] run initial solver
1.68/1.76	c [INC SYSTEM] preprocess with white file
9.01/9.27	c [INC SYSTEM] finished preprocessing in 7 s
9.01/9.27	c [INC SYSTEM] execute solver
1800.05/1800.60	c an unexpexted return value has been received, exit
1800.05/1800.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3747487-1339103840/watcher-3747487-1339103840 -o /tmp/evaluation-result-3747487-1339103840/solver-3747487-1339103840 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747487-1339103840.opb 1838985172 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.01 2.03 4/179 13408
/proc/meminfo: memFree=27635292/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0

[startup+0.091735 s]
/proc/loadavg: 2.07 2.01 2.03 4/179 13408
/proc/meminfo: memFree=27635292/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100333 s]
/proc/loadavg: 2.07 2.01 2.03 4/179 13408
/proc/meminfo: memFree=27635292/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.07 2.01 2.03 4/179 13408
/proc/meminfo: memFree=27635292/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.07 2.01 2.03 4/179 13408
/proc/meminfo: memFree=27635292/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.07 2.01 2.03 3/181 13410
/proc/meminfo: memFree=27543132/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=170496 CPUtime=1.48 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) R 13408 13408 11882 0 -1 4202496 7588 0 0 0 145 3 0 0 20 0 1 0 376512582 174587904 31750 33554432000 4194304 6004724 140736246460656 140736246455608 4534728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 42624 31750 154 442 0 42178 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 179644

[startup+3.1004 s]
/proc/loadavg: 2.07 2.01 2.02 3/183 13412
/proc/meminfo: memFree=27385596/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=1.75 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8476 0 0 0 157 18 0 0 20 0 1 0 376512582 146583552 26970 33554432000 4194304 6004724 140736246460656 140736246455120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26970 163 442 0 35341 0
[pid=13411] ppid=13409 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13411/stat : 13411 (cp2_pre.sh) S 13409 13408 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376512759 9367552 276 33554432000 4194304 5064252 140733894187984 140733894186688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13411/statm: 2287 276 234 213 0 72 0
[pid=13412] ppid=13411 vsize=358292 CPUtime=1.32 cores=0,2,4,6
/proc/13412/stat : 13412 (coprocessor) R 13411 13408 11882 0 -1 4202496 24080 0 0 0 123 9 0 0 20 0 1 0 376512759 366891008 79355 33554432000 4194304 6586260 140737018142000 140737018138760 4496291 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 89573 79355 163 584 0 88985 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 519736

[startup+6.3004 s]
/proc/loadavg: 2.07 2.01 2.02 3/183 13412
/proc/meminfo: memFree=26929888/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=1.75 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8476 0 0 0 157 18 0 0 20 0 1 0 376512582 146583552 26970 33554432000 4194304 6004724 140736246460656 140736246455120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26970 163 442 0 35341 0
[pid=13411] ppid=13409 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13411/stat : 13411 (cp2_pre.sh) S 13409 13408 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376512759 9367552 276 33554432000 4194304 5064252 140733894187984 140733894186688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13411/statm: 2287 276 234 213 0 72 0
[pid=13412] ppid=13411 vsize=513884 CPUtime=4.53 cores=0,2,4,6
/proc/13412/stat : 13412 (coprocessor) R 13411 13408 11882 0 -1 4202496 59721 0 0 0 438 15 0 0 20 0 1 0 376512759 526217216 125216 33554432000 4194304 6586260 140737018142000 140737018138024 4760327 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 128471 125216 180 584 0 127883 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 675328

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.02 3/182 13414
/proc/meminfo: memFree=27308488/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=213736 CPUtime=3.41 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 37216 0 0 0 332 9 0 0 20 0 1 0 376513510 218865664 45891 33554432000 4194304 5654031 140734112806672 140734112794488 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 53434 45891 139 357 0 53074 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 366032

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.02 3/182 13414
/proc/meminfo: memFree=27296400/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=239040 CPUtime=16.21 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 39062 0 0 0 1611 10 0 0 20 0 1 0 376513510 244776960 48232 33554432000 4194304 5654031 140734112806672 140734112794488 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13414/statm: 59760 48232 140 357 0 59400 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 391336

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.02 3/182 13414
/proc/meminfo: memFree=27292616/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=241484 CPUtime=41.81 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 39674 0 0 0 4170 11 0 0 20 0 1 0 376513510 247279616 49355 33554432000 4194304 5654031 140734112806672 140734112794488 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 60371 49355 140 357 0 60011 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 393780

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.02 3/181 13414
/proc/meminfo: memFree=27288496/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=247936 CPUtime=92.99 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 41720 0 0 0 9287 12 0 0 20 0 1 0 376513510 253886464 50321 33554432000 4194304 5654031 140734112806672 140734112794488 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 61984 50321 141 357 0 61624 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 400232

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.02 3/182 13417
/proc/meminfo: memFree=27286612/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=247936 CPUtime=152.96 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 42310 0 0 0 15283 13 0 0 20 0 1 0 376513510 253886464 50465 33554432000 4194304 5654031 140734112806672 140734112794488 4216690 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 61984 50465 141 357 0 61624 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 400232

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/181 13417
/proc/meminfo: memFree=27269132/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=253064 CPUtime=212.93 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 42334 0 0 0 21280 13 0 0 20 0 1 0 376513510 259137536 54865 33554432000 4194304 5654031 140734112806672 140734112794488 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 63266 54865 141 357 0 62906 0
Current children cumulated CPU time (s) 222.01

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

/proc/loadavg: 2.02 2.01 2.00 3/181 13474
/proc/meminfo: memFree=27087444/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=268136 CPUtime=1292.76 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 56730 0 0 0 129245 31 0 0 20 0 1 0 376513510 274571264 58898 33554432000 4194304 5654031 140734112806672 140734112794488 4208584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 67034 58898 141 357 0 66674 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 420432

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 13477
/proc/meminfo: memFree=27062084/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=298956 CPUtime=1352.75 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 57325 0 0 0 135243 32 0 0 20 0 1 0 376513510 306130944 62549 33554432000 4194304 5654031 140734112806672 140734112794488 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 74739 62549 141 357 0 74379 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 451252

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13477
/proc/meminfo: memFree=27063268/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=268136 CPUtime=1412.75 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 57854 0 0 0 141241 34 0 0 20 0 1 0 376513510 274571264 59524 33554432000 4194304 5654031 140734112806672 140734112794488 4208584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 67034 59524 141 357 0 66674 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 420432

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 13478
/proc/meminfo: memFree=27050380/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=301736 CPUtime=1472.73 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 58649 0 0 0 147238 35 0 0 20 0 1 0 376513510 308977664 63374 33554432000 4194304 5654031 140734112806672 140734112794488 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 75434 63374 141 357 0 75074 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 454032

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13478
/proc/meminfo: memFree=27065044/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=270916 CPUtime=1532.73 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 59501 0 0 0 153236 37 0 0 20 0 1 0 376513510 277417984 60546 33554432000 4194304 5654031 140734112806672 140734112794488 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 67729 60546 141 357 0 67369 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 423212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13478
/proc/meminfo: memFree=27039356/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=301736 CPUtime=1592.72 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 60096 0 0 0 159235 37 0 0 20 0 1 0 376513510 308977664 63685 33554432000 4194304 5654031 140734112806672 140734112794488 4208604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 75434 63685 141 357 0 75074 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 454032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13478
/proc/meminfo: memFree=27059556/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=270916 CPUtime=1652.71 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 60632 0 0 0 165233 38 0 0 20 0 1 0 376513510 277417984 60546 33554432000 4194304 5654031 140734112806672 140734112794488 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 67729 60546 141 357 0 67369 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 423212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13478
/proc/meminfo: memFree=27036412/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=304304 CPUtime=1712.7 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 61225 0 0 0 171231 39 0 0 20 0 1 0 376513510 311607296 63687 33554432000 4194304 5654031 140734112806672 140734112794488 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 76076 63687 141 357 0 75716 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 456600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13479
/proc/meminfo: memFree=27036488/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=273484 CPUtime=1772.68 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 61782 0 0 0 177228 40 0 0 20 0 1 0 376513510 280047616 60545 33554432000 4194304 5654031 140734112806672 140734112794488 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 68371 60545 141 357 0 68011 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 425780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13479
/proc/meminfo: memFree=27030220/32873844 swapFree=7372/7372
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-It) S 13406 13408 11882 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376512582 9367552 275 33554432000 4194304 5064252 140734876275680 140734876274592 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=143148 CPUtime=9.08 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 11882 0 -1 4202496 8494 68367 0 0 157 18 690 43 20 0 1 0 376512582 146583552 26974 33554432000 4194304 6004724 140736246460656 140736246446936 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 35787 26974 167 442 0 35341 0
[pid=13414] ppid=13409 vsize=273484 CPUtime=1790.97 cores=0,2,4,6
/proc/13414/stat : 13414 (glucosInc) R 13409 13408 11882 0 -1 4202496 61784 0 0 0 179057 40 0 0 20 0 1 0 376513510 280047616 61569 33554432000 4194304 5654031 140734112806672 140734112794488 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13414/statm: 68371 61569 141 357 0 68011 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 425780

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.61
CPU time (s): 1800.05
CPU user time (s): 1799.04
CPU system time (s): 1.01
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 748320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.48071
system time used= 0.625904
maximum resident set size= 576800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 259408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 16

runsolver used 3.58945 second user time and 8.34573 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-07 23:17:20
IDJOB=3747487
IDBENCH=71849
IDSOLVER=2332
FILE ID=node109/3747487-1339103840
RUNJOBID= node109-1339098176-11898
PBS_JOBID= 14643744
Free space on /tmp= 71028 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747487-1339103840/watcher-3747487-1339103840 -o /tmp/evaluation-result-3747487-1339103840/solver-3747487-1339103840 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747487-1339103840.opb 1838985172 HOME HOME

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1838985172

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27635936 kB
Buffers:         1922976 kB
Cached:          2307328 kB
SwapCached:         1268 kB
Active:          2448204 kB
Inactive:        1877844 kB
Active(anon):      86908 kB
Inactive(anon):     9016 kB
Active(file):    2361296 kB
Inactive(file):  1868828 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105640 kB
Dirty:              9708 kB
Writeback:             0 kB
AnonPages:         99720 kB
Mapped:            11304 kB
Shmem:                 4 kB
Slab:             770064 kB
SReclaimable:     211332 kB
SUnreclaim:       558732 kB
KernelStack:        1456 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     214684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 70928 MiB
End job on node109 at 2012-06-07 23:47:21