Trace number 3750422

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 1.0 (fixed)? (TO) 1800.06 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
MD5SUM98c81efbf429745622d6705fab70d2ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109601
Number of constraints which are clauses109601
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
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

0.00/0.28	c run usual solver
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.78	o 0
0.00/0.78	c current bound: 700
0.00/0.78	c (debug) using card networks
0.00/0.78	c old isEQ: 188, new EQ is 0
5.26/5.32	c current bound: 1050
5.26/5.32	c (debug) using card networks
5.26/5.32	c old isEQ: 26, new EQ is 0
13.26/13.37	c current bound: 1225
13.26/13.37	c (debug) using card networks
13.26/13.37	c old isEQ: 201, new EQ is 0
26.38/26.47	c current bound: 1313
26.38/26.47	c (debug) using card networks
26.38/26.47	c old isEQ: 33, new EQ is 0
44.26/44.39	c current bound: 1357
44.26/44.39	c (debug) using card networks
44.26/44.39	c old isEQ: 77, new EQ is 0
58.97/59.03	c model valid
58.97/59.03	c current solution ok
58.97/59.03	o -43
58.97/59.03	c current bound: 1335
58.97/59.03	c (debug) using card networks
58.97/59.03	c old isEQ: 55, new EQ is 0
86.25/86.33	c current bound: 1346
86.25/86.33	c (debug) using card networks
86.25/86.33	c old isEQ: 66, new EQ is 0
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	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-3750422-1339120404/watcher-3750422-1339120404 -o /tmp/evaluation-result-3750422-1339120404/solver-3750422-1339120404 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750422-1339120404.opb 977120874 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: 1.96 1.98 1.99 3/177 4340
/proc/meminfo: memFree=30342960/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0

[startup+0.0842279 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 4340
/proc/meminfo: memFree=30342960/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100349 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 4340
/proc/meminfo: memFree=30342960/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300307 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 4340
/proc/meminfo: memFree=30342960/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 4340
/proc/meminfo: memFree=30342960/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 4354
/proc/meminfo: memFree=30241288/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=0.82 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 11764 7680 0 0 44 16 20 2 20 0 1 0 378168837 68829184 16466 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16466 171 442 0 16358 0
[pid=4353] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4353/stat : 4353 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378168921 9367552 267 33554432000 4194304 5064252 140733264059040 140733264057952 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4353/statm: 2287 267 226 213 0 72 0
[pid=4354] ppid=4353 vsize=37260 CPUtime=0.65 cores=1,3,5,7
/proc/4354/stat : 4354 (glucose) R 4353 4340 694 0 -1 4202496 7840 0 0 0 64 1 0 0 20 0 1 0 378168921 38154240 7811 33554432000 4194304 5208918 140734037910912 140734037908744 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4354/statm: 9315 7811 95 248 0 9064 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 122772

[startup+3.10044 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 4354
/proc/meminfo: memFree=30236992/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=0.82 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 11764 7680 0 0 44 16 20 2 20 0 1 0 378168837 68829184 16466 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16466 171 442 0 16358 0
[pid=4353] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4353/stat : 4353 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378168921 9367552 267 33554432000 4194304 5064252 140733264059040 140733264057952 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4353/statm: 2287 267 226 213 0 72 0
[pid=4354] ppid=4353 vsize=37260 CPUtime=2.24 cores=1,3,5,7
/proc/4354/stat : 4354 (glucose) R 4353 4340 694 0 -1 4202496 7926 0 0 0 223 1 0 0 20 0 1 0 378168921 38154240 7896 33554432000 4194304 5208918 140734037910912 140734037908744 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4354/statm: 9315 7896 103 248 0 9064 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 122772

[startup+6.30045 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 4368
/proc/meminfo: memFree=30269320/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=5.36 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 13867 18547 0 0 49 17 465 5 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4367] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4367/stat : 4367 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378169375 9367552 267 33554432000 4194304 5064252 140735722598080 140735722596992 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4367/statm: 2287 267 226 213 0 72 0
[pid=4368] ppid=4367 vsize=38320 CPUtime=0.9 cores=1,3,5,7
/proc/4368/stat : 4368 (glucose) R 4367 4340 694 0 -1 4202496 7489 0 0 0 89 1 0 0 20 0 1 0 378169375 39239680 8746 33554432000 4194304 5208918 140737394020624 140735722597016 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4368/statm: 9580 8746 95 248 0 9329 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 123832

[startup+12.7004 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 4375
/proc/meminfo: memFree=30239744/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=5.36 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 13867 18547 0 0 49 17 465 5 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4367] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4367/stat : 4367 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378169375 9367552 267 33554432000 4194304 5064252 140735722598080 140735722596992 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4367/statm: 2287 267 226 213 0 72 0
[pid=4368] ppid=4367 vsize=38776 CPUtime=7.3 cores=1,3,5,7
/proc/4368/stat : 4368 (glucose) R 4367 4340 694 0 -1 4202496 7553 0 0 0 729 1 0 0 20 0 1 0 378169375 39706624 8810 33554432000 4194304 5208918 140737394020624 140737394018456 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4368/statm: 9694 8810 103 248 0 9443 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 124288

[startup+25.5005 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 4382
/proc/meminfo: memFree=30225312/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=13.42 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 15969 28941 0 0 55 17 1261 9 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4381] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4381/stat : 4381 (satsolver.sh) S 4341 4340 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378170180 9367552 267 33554432000 4194304 5064252 140737128729056 140737128727968 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4381/statm: 2287 267 226 213 0 72 0
[pid=4382] ppid=4381 vsize=38960 CPUtime=12.05 cores=1,3,5,7
/proc/4382/stat : 4382 (glucose) R 4381 4340 694 0 -1 4202496 8726 0 0 0 1203 2 0 0 20 0 1 0 378170181 39895040 8759 33554432000 4194304 5208918 140734278352224 140734278350056 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4382/statm: 9740 8759 104 248 0 9489 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 124472

[startup+51.1004 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 4396
/proc/meminfo: memFree=30214384/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=44.43 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 20173 52784 0 0 66 19 4342 16 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4395] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4395/stat : 4395 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378173282 9367552 267 33554432000 4194304 5064252 140736180930480 140736180929392 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4395/statm: 2287 267 226 213 0 72 0
[pid=4396] ppid=4395 vsize=38616 CPUtime=6.63 cores=1,3,5,7
/proc/4396/stat : 4396 (glucose) R 4395 4340 694 0 -1 4202496 7636 0 0 0 662 1 0 0 20 0 1 0 378173282 39542784 8872 33554432000 4194304 5208918 140733525196432 140733525194264 4229206 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4396/statm: 9654 8872 103 248 0 9403 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 124128

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4410
/proc/meminfo: memFree=30206904/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=39712 CPUtime=15.89 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 10227 0 0 0 1588 1 0 0 20 0 1 0 378177476 40665088 8968 33554432000 4194304 5208918 140733249939664 140733249937496 4229476 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 9928 8968 105 248 0 9677 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 125224

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4411
/proc/meminfo: memFree=30146780/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 38748 0 0 0 127522 47 0 0 20 0 1 0 378177476 198750208 43555 33554432000 4194304 5208918 140733249939664 140733249937752 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 48523 43555 105 248 0 48272 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 279604

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 4562
/proc/meminfo: memFree=29918836/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=194092 CPUtime=1335.68 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 39744 0 0 0 133519 49 0 0 20 0 1 0 378177476 198750208 46119 33554432000 4194304 5208918 140733249939664 140733249937656 4205227 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 48523 46119 105 248 0 48272 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 279604

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 4562
/proc/meminfo: memFree=29957888/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=194092 CPUtime=1395.66 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 40738 0 0 0 139516 50 0 0 20 0 1 0 378177476 198750208 45607 33554432000 4194304 5208918 140733249939664 140733249937656 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 48523 45607 105 248 0 48272 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 279604

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 4562
/proc/meminfo: memFree=29913904/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=224912 CPUtime=1455.66 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 41992 0 0 0 145513 53 0 0 20 0 1 0 378177476 230309888 47909 33554432000 4194304 5208918 140733249939664 140733249937656 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 56228 47909 105 248 0 55977 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 310424

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 4565
/proc/meminfo: memFree=29895536/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=224912 CPUtime=1515.64 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 43320 0 0 0 151509 55 0 0 20 0 1 0 378177476 230309888 49770 33554432000 4194304 5208918 140733249939664 140733249937816 4212476 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 56228 49770 105 248 0 55977 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 310424

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 4565
/proc/meminfo: memFree=29949932/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=144772 CPUtime=1575.64 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 44314 0 0 0 157506 58 0 0 20 0 1 0 378177476 148246528 35503 33554432000 4194304 5208918 140733249939664 140733249937752 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 36193 35503 105 248 0 35942 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 230284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4566
/proc/meminfo: memFree=29914420/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=194092 CPUtime=1635.62 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 45714 0 0 0 163501 61 0 0 20 0 1 0 378177476 198750208 46119 33554432000 4194304 5208918 140733249939664 140733249937656 4229824 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 48523 46119 105 248 0 48272 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 279604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4566
/proc/meminfo: memFree=29916144/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=194092 CPUtime=1695.62 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 46709 0 0 0 169498 64 0 0 20 0 1 0 378177476 198750208 47143 33554432000 4194304 5208918 140733249939664 140733249937656 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 48523 47143 105 248 0 48272 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 279604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4566
/proc/meminfo: memFree=29880712/32873844 swapFree=7124/7124
[pid=4340] ppid=4338 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4340/stat : 4340 (npSolver-pbo.sh) S 4338 4340 694 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378168836 9367552 275 33554432000 4194304 5064252 140734453896752 140734453895664 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4340/statm: 2287 275 233 213 0 72 0
[pid=4341] ppid=4340 vsize=67216 CPUtime=86.34 cores=1,3,5,7
/proc/4341/stat : 4341 (npSolver-pbo) S 4340 4340 694 0 -1 4202496 24406 78741 0 0 87 20 8500 27 20 0 1 0 378168837 68829184 16467 33554432000 4194304 6004724 140733729438864 140733729431216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4341/statm: 16804 16467 172 442 0 16358 0
[pid=4409] ppid=4341 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4409/stat : 4409 (satsolver.sh) S 4341 4340 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378177476 9367552 266 33554432000 4194304 5064252 140734089134848 140734089133760 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4409/statm: 2287 266 226 213 0 72 0
[pid=4410] ppid=4409 vsize=224912 CPUtime=1713.72 cores=1,3,5,7
/proc/4410/stat : 4410 (glucose) R 4409 4340 694 0 -1 4202496 47300 0 0 0 171307 65 0 0 20 0 1 0 378177476 230309888 50794 33554432000 4194304 5208918 140733249939664 140733249937816 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4410/statm: 56228 50794 105 248 0 55977 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 310424

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 4340 and gives
#  childrusage.ru_utime.tv_sec=85
#  childrusage.ru_utime.tv_usec=882943
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=493924
# CPU time returned by wait4() is 86.3769
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.06
CPU user time (s): 1798.94
CPU system time (s): 1.12
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 310424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.8829
system time used= 0.493924
maximum resident set size= 65872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 69920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295
involuntary context switches= 173

runsolver used 2.72558 second user time and 7.10992 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-08 03:53:24
IDJOB=3750422
IDBENCH=2247
IDSOLVER=2334
FILE ID=node110/3750422-1339120404
RUNJOBID= node110-1339111340-2980
PBS_JOBID= 14643743
Free space on /tmp= 70924 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750422-1339120404/watcher-3750422-1339120404 -o /tmp/evaluation-result-3750422-1339120404/solver-3750422-1339120404 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750422-1339120404.opb 977120874 HOME HOME

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

MD5SUM BENCH= 98c81efbf429745622d6705fab70d2ee
RANDOM SEED=977120874

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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:        30343488 kB
Buffers:          103332 kB
Cached:          1600468 kB
SwapCached:         3684 kB
Active:           228380 kB
Inactive:        1520468 kB
Active(anon):      43612 kB
Inactive(anon):     3832 kB
Active(file):     184768 kB
Inactive(file):  1516636 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67097344 kB
Dirty:             22712 kB
Writeback:             0 kB
AnonPages:         49072 kB
Mapped:             9664 kB
Shmem:                 0 kB
Slab:             642396 kB
SReclaimable:      82760 kB
SUnreclaim:       559636 kB
KernelStack:        1504 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 70908 MiB
End job on node110 at 2012-06-08 04:23:24