Trace number 3481736

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
borg pb-opt-11.04.03? (MO) 286.39 283.893

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM05ceccb8ea9c274c844c39df1472d3cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-39
Best CPU time to get the best result obtained on this benchmark1797.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.68	c INFO: solving HOME/instance-3481736-1307577004.opb
0.63/0.94	c INFO: parsing took 0.25 s
1.12/1.43	c INFO: features took 0.49 CPU seconds
1.12/1.45	c INFO: running sat4j-pb-v20101225@0 for 45 with 1798 remaining (b = 0.05)
47.24/46.27	c INFO: running wbo1.4a@0 for 45 with 1753 remaining (b = 0.01)
94.30/93.03	c INFO: running sat4j-pb-v20101225@45 for 45 with 1706 remaining (b = 0.00)
142.53/140.98	c INFO: running clasp-1.3.7@0 for 91 with 1658 remaining (b = 0.02)
237.88/235.98	c INFO: running pbct-0.1.2-linear@0 for 45 with 1563 remaining (b = 0.01)
285.38/283.35	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1517 remaining (b = 0.00)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3481736-1307577004/watcher-3481736-1307577004 -o /tmp/evaluation-result-3481736-1307577004/solver-3481736-1307577004 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481736-1307577004.opb -seed 137940777 -budget 1800 

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.12 1.78 0.94 1/597 18356
/proc/meminfo: memFree=22206744/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/18356/stat : 18356 (python) R 18354 18356 17566 0 -1 4202496 791 0 0 0 0 0 0 0 23 0 1 0 947930921 15753216 679 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458065664 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18356/statm: 3846 681 322 364 0 333 0

[startup+0.119931 s]
/proc/loadavg: 2.12 1.78 0.94 1/597 18356
/proc/meminfo: memFree=22206744/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/18356/stat : 18356 (python) R 18354 18356 17566 0 -1 4202496 3168 929 1 0 5 2 0 0 18 0 1 0 947930921 98435072 2483 33554432000 4194304 5683644 140735998465680 18446744073709551615 5172176 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18356/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.200881 s]
/proc/loadavg: 2.12 1.78 0.94 1/597 18356
/proc/meminfo: memFree=22206744/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=119988 CPUtime=0.12 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 4928 929 1 0 9 3 0 0 18 0 1 0 947930921 122867712 3351 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458061669 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18356/statm: 29997 3351 919 364 0 2446 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 119988

[startup+0.300848 s]
/proc/loadavg: 2.12 1.78 0.94 1/597 18356
/proc/meminfo: memFree=22206744/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=123744 CPUtime=0.17 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 5357 929 1 0 12 5 0 0 18 0 1 0 947930921 126713856 3744 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18356/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123744

[startup+0.70483 s]
/proc/loadavg: 2.12 1.78 0.94 1/597 18356
/proc/meminfo: memFree=22206744/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=284428 CPUtime=0.42 cores=0,2,4,6
/proc/18356/stat : 18356 (python) R 18354 18356 17566 0 -1 4202496 9557 929 1 0 32 10 0 0 17 0 1 0 947930921 291254272 7419 33554432000 4194304 5683644 140735998465680 18446744073709551615 4639731 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18356/statm: 71107 7419 1781 364 0 6000 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 284428

[startup+1.5006 s]
/proc/loadavg: 1.95 1.75 0.94 2/597 18361
/proc/meminfo: memFree=22175248/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=303472 CPUtime=1.18 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 13810 929 1 0 107 11 0 0 20 0 2 0 947930921 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18356/statm: 75868 9706 1870 364 0 10755 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 303472

[startup+3.10136 s]
/proc/loadavg: 1.95 1.75 0.94 2/617 18382
/proc/meminfo: memFree=22047252/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=303472 CPUtime=1.18 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 13810 929 1 0 107 11 0 0 20 0 2 0 947930921 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18356/statm: 75868 9706 1870 364 0 10755 0
[pid=18362] ppid=18356 vsize=294252 CPUtime=0 cores=0,2,4,6
/proc/18362/stat : 18362 (python) S 18356 18356 17566 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 947931067 301314048 8186 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458085903 0 0 16781312 33554946 241729409483014144 0 0 17 6 0 0 0
/proc/18362/statm: 73563 8186 353 364 0 8450 0
[pid=18364] ppid=18362 vsize=8538340 CPUtime=2.37 cores=0,2,4,6
/proc/18364/stat : 18364 (java) S 18362 18364 18364 0 -1 4202496 38395 0 1 0 233 4 0 0 21 0 19 0 947931067 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18364/statm: 2134585 35986 2225 9 0 2125326 0
[pid=18364/tid=18365] ppid=18362 vsize=8538340 CPUtime=1.62 cores=0,2,4,6
/proc/18364/task/18365/stat : 18365 (java) R 18362 18364 18364 0 -1 4202560 32098 0 1 0 159 3 0 0 20 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 47338810227539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18364/tid=18366] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18366/stat : 18366 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18367] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18367/stat : 18367 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18368] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18368/stat : 18368 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18369] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18369/stat : 18369 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18370] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18370/stat : 18370 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35986 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18371] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18371/stat : 18371 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18372] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18372/stat : 18372 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18373] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18373/stat : 18373 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931068 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18374] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18374/stat : 18374 (java) S 18362 18364 18364 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 947931069 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 0 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18375] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18375/stat : 18375 (java) S 18362 18364 18364 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 947931070 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18376] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18376/stat : 18376 (java) S 18362 18364 18364 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 947931070 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18377] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18377/stat : 18377 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931072 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469889457 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18378] ppid=18362 vsize=8538340 CPUtime=0.37 cores=0,2,4,6
/proc/18364/task/18378/stat : 18378 (java) S 18362 18364 18364 0 -1 4202560 1732 0 0 0 37 0 0 0 18 0 19 0 947931072 8743260160 35987 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18379] ppid=18362 vsize=8538340 CPUtime=0.36 cores=0,2,4,6
/proc/18364/task/18379/stat : 18379 (java) S 18362 18364 18364 0 -1 4202560 3179 0 0 0 36 0 0 0 15 0 19 0 947931072 8743260160 35988 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18380] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18380/stat : 18380 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931072 8743260160 35988 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18381] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18381/stat : 18381 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947931072 8743260160 35988 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18382] ppid=18362 vsize=8538340 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18382/stat : 18382 (java) S 18362 18364 18364 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947931127 8743260160 35988 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18356/tid=18363] ppid=18354 vsize=303472 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (python) S 18354 18356 17566 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 2 0 947931067 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9136064

[startup+6.30078 s]
/proc/loadavg: 1.95 1.76 0.94 3/620 18413
/proc/meminfo: memFree=21900232/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=303472 CPUtime=1.18 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 13810 929 1 0 107 11 0 0 20 0 2 0 947930921 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18356/statm: 75868 9706 1870 364 0 10755 0
[pid=18362] ppid=18356 vsize=294252 CPUtime=0.02 cores=0,2,4,6
/proc/18362/stat : 18362 (python) S 18356 18356 17566 0 -1 4202560 899 0 0 0 1 1 0 0 15 0 1 0 947931067 301314048 8210 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458085903 0 0 16781312 33554946 15330728709002854658 0 0 17 6 0 0 0
/proc/18362/statm: 73563 8210 377 364 0 8450 0
[pid=18364] ppid=18362 vsize=8538140 CPUtime=5.77 cores=0,2,4,6
/proc/18364/stat : 18364 (java) S 18362 18364 18364 0 -1 4202496 54945 0 1 0 570 7 0 0 21 0 19 0 947931067 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18364/statm: 2134535 51339 2256 9 0 2125276 0
[pid=18364/tid=18365] ppid=18362 vsize=8538140 CPUtime=4.76 cores=0,2,4,6
/proc/18364/task/18365/stat : 18365 (java) R 18362 18364 18364 0 -1 4202560 33018 0 1 0 473 3 0 0 25 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 46912505798751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18364/tid=18366] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18366/stat : 18366 (java) S 18362 18364 18364 0 -1 4202560 817 0 0 0 0 0 0 0 17 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18367] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18367/stat : 18367 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18368] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18368/stat : 18368 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18369] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18369/stat : 18369 (java) S 18362 18364 18364 0 -1 4202560 3202 0 0 0 0 0 0 0 15 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18370] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18370/stat : 18370 (java) S 18362 18364 18364 0 -1 4202560 2214 0 0 0 0 0 0 0 16 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18371] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18371/stat : 18371 (java) S 18362 18364 18364 0 -1 4202560 378 0 0 0 0 0 0 0 17 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18372] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18372/stat : 18372 (java) S 18362 18364 18364 0 -1 4202560 2082 0 0 0 0 0 0 0 18 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18373] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18373/stat : 18373 (java) S 18362 18364 18364 0 -1 4202560 322 0 0 0 0 0 0 0 18 0 19 0 947931068 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18374] ppid=18362 vsize=8538140 CPUtime=0.03 cores=0,2,4,6
/proc/18364/task/18374/stat : 18374 (java) S 18362 18364 18364 0 -1 4202560 5448 0 0 0 3 0 0 0 16 0 19 0 947931069 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 0 0 16800975 18446604451738974976 0 0 -1 0 0 0 0
[pid=18364/tid=18375] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18375/stat : 18375 (java) S 18362 18364 18364 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947931070 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18376] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18376/stat : 18376 (java) S 18362 18364 18364 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947931070 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18377] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18377/stat : 18377 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931072 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469889457 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18378] ppid=18362 vsize=8538140 CPUtime=0.46 cores=0,2,4,6
/proc/18364/task/18378/stat : 18378 (java) S 18362 18364 18364 0 -1 4202560 2419 0 0 0 46 0 0 0 15 0 19 0 947931072 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18379] ppid=18362 vsize=8538140 CPUtime=0.45 cores=0,2,4,6
/proc/18364/task/18379/stat : 18379 (java) S 18362 18364 18364 0 -1 4202560 3667 0 0 0 45 0 0 0 15 0 19 0 947931072 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18380] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18380/stat : 18380 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947931072 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18381] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18381/stat : 18381 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947931072 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18382] ppid=18362 vsize=8538140 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18382/stat : 18382 (java) S 18362 18364 18364 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947931127 8743055360 51339 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18356/tid=18363] ppid=18354 vsize=303472 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (python) S 18354 18356 17566 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 2 0 947931067 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9135864

[startup+12.7016 s]
/proc/loadavg: 1.96 1.76 0.95 3/641 18434
/proc/meminfo: memFree=21633800/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=303472 CPUtime=1.18 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 13810 929 1 0 107 11 0 0 20 0 2 0 947930921 310755328 9706 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18356/statm: 75868 9706 1870 364 0 10755 0
[pid=18362] ppid=18356 vsize=294252 CPUtime=0.04 cores=0,2,4,6
/proc/18362/stat : 18362 (python) S 18356 18356 17566 0 -1 4202560 904 0 0 0 1 3 0 0 15 0 1 0 947931067 301314048 8210 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458085903 0 0 16781312 33554946 2575649981415292928 0 0 17 0 0 0 0
/proc/18362/statm: 73563 8210 377 364 0 8450 0
[pid=18364] ppid=18362 vsize=8537440 CPUtime=12.24 cores=0,2,4,6
/proc/18364/stat : 18364 (java) S 18362 18364 18364 0 -1 4202496 63706 0 1 0 1216 8 0 0 21 0 19 0 947931067 8742338560 59787 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18364/statm: 2134360 59787 2256 9 0 2125101 0
[pid=18364/tid=18365] ppid=18362 vsize=8537440 CPUtime=11.04 cores=0,2,4,6
/proc/18364/task/18365/stat : 18365 (java) R 18362 18364 18364 0 -1 4202560 33021 0 1 0 1101 3 0 0 25 0 19 0 947931068 8742338560 59787 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 46912505791415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18364/tid=18366] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18366/stat : 18366 (java) S 18362 18364 18364 0 -1 4202560 1755 0 0 0 0 0 0 0 15 0 19 0 947931068 8742338560 59787 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18367] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18367/stat : 18367 (java) S 18362 18364 18364 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 947931068 8742338560 59787 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 6 0 0 0
[pid=18364/tid=18368] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18368/stat : 18368 (java) S 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947931068 8742338560 59787 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446604451738974976 0 0 -1 2 0 0 0
[pid=18364/tid=18369] ppid=18362 vsize=8537440 CPUtime=0.01 cores=0,2,4,6

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

[pid=18470/tid=18482] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18482/stat : 18482 (java) S 18468 18470 18470 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 947959260 8741605376 22296 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18483] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18483/stat : 18483 (java) S 18468 18470 18470 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 947959263 8741605376 22298 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469889457 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18484] ppid=18468 vsize=8536724 CPUtime=0.26 cores=0,2,4,6
/proc/18470/task/18484/stat : 18484 (java) S 18468 18470 18470 0 -1 4202560 2070 0 0 0 26 0 0 0 25 0 18 0 947959263 8741605376 22298 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18470/tid=18485] ppid=18468 vsize=8536724 CPUtime=0.22 cores=0,2,4,6
/proc/18470/task/18485/stat : 18485 (java) S 18468 18470 18470 0 -1 4202560 2649 0 0 0 22 0 0 0 16 0 18 0 947959263 8741605376 22301 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18470/tid=18486] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18486/stat : 18486 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959263 8741605376 22304 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18487] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18487/stat : 18487 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 947959263 8741605376 22307 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469882368 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18356/tid=18363] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (python) S 18354 18356 17566 0 -1 4202560 32 929 0 0 0 0 0 0 18 0 6 0 947931067 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18438] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18438/stat : 18438 (python) S 18354 18356 17566 0 -1 4202560 31 929 0 0 0 0 0 0 20 0 6 0 947935549 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18450] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18450/stat : 18450 (python) S 18354 18356 17566 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 6 0 947945020 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18463] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18463/stat : 18463 (python) S 18354 18356 17566 0 -1 4202560 30 929 0 0 0 0 0 0 20 0 6 0 947954520 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 0 0 0 0
[pid=18356/tid=18469] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18469/stat : 18469 (python) S 18354 18356 17566 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 6 0 947959257 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 286.39
Current children cumulated vsize (KiB) 19331612

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

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

[startup+283.802 s]
/proc/loadavg: 2.03 1.94 1.22 8/686 18487
/proc/meminfo: memFree=20579588/32951124 swapFree=56297244/67111528
[pid=18356] ppid=18354 vsize=344496 CPUtime=1.3 cores=0,2,4,6
/proc/18356/stat : 18356 (python) S 18354 18356 17566 0 -1 4202496 17469 929 1 0 118 12 0 0 20 0 6 0 947930921 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/18356/statm: 86124 9731 1879 364 0 20999 0
[pid=18362] ppid=18356 vsize=304496 CPUtime=0.45 cores=0,2,4,6
/proc/18362/stat : 18362 (python) S 18356 18356 17566 0 -1 4202560 1108 0 0 0 23 22 0 0 16 0 2 0 947931067 311803904 8246 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/18362/statm: 76124 8246 408 364 0 11011 0
[pid=18364] ppid=18362 vsize=8537440 CPUtime=93.95 cores=0,2,4,6
/proc/18364/stat : 18364 (java) T 18362 18364 18364 0 -1 4202496 96461 0 1 0 9380 15 0 0 18 0 19 0 947931067 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18364/statm: 2134360 90670 2256 9 0 2125101 0
[pid=18364/tid=18365] ppid=18362 vsize=8537440 CPUtime=91.59 cores=0,2,4,6
/proc/18364/task/18365/stat : 18365 (java) T 18362 18364 18364 0 -1 4202560 33035 0 1 0 9156 3 0 0 25 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 46912505902831 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18366] ppid=18362 vsize=8537440 CPUtime=0.06 cores=0,2,4,6
/proc/18364/task/18366/stat : 18366 (java) T 18362 18364 18364 0 -1 4202560 6077 0 0 0 6 0 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18364/tid=18367] ppid=18362 vsize=8537440 CPUtime=0.05 cores=0,2,4,6
/proc/18364/task/18367/stat : 18367 (java) T 18362 18364 18364 0 -1 4202560 4304 0 0 0 5 0 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18364/tid=18368] ppid=18362 vsize=8537440 CPUtime=0.05 cores=0,2,4,6
/proc/18364/task/18368/stat : 18368 (java) T 18362 18364 18364 0 -1 4202560 1876 0 0 0 5 0 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18364/tid=18369] ppid=18362 vsize=8537440 CPUtime=0.11 cores=0,2,4,6
/proc/18364/task/18369/stat : 18369 (java) T 18362 18364 18364 0 -1 4202560 9770 0 0 0 10 1 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18364/tid=18370] ppid=18362 vsize=8537440 CPUtime=0.06 cores=0,2,4,6
/proc/18364/task/18370/stat : 18370 (java) T 18362 18364 18364 0 -1 4202560 8215 0 0 0 5 1 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18364/tid=18371] ppid=18362 vsize=8537440 CPUtime=0.06 cores=0,2,4,6
/proc/18364/task/18371/stat : 18371 (java) T 18362 18364 18364 0 -1 4202560 4046 0 0 0 6 0 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18364/tid=18372] ppid=18362 vsize=8537440 CPUtime=0.07 cores=0,2,4,6
/proc/18364/task/18372/stat : 18372 (java) T 18362 18364 18364 0 -1 4202560 7672 0 0 0 6 1 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18373] ppid=18362 vsize=8537440 CPUtime=0.06 cores=0,2,4,6
/proc/18364/task/18373/stat : 18373 (java) T 18362 18364 18364 0 -1 4202560 4586 0 0 0 6 0 0 0 15 0 19 0 947931068 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18374] ppid=18362 vsize=8537440 CPUtime=0.75 cores=0,2,4,6
/proc/18364/task/18374/stat : 18374 (java) T 18362 18364 18364 0 -1 4202560 9399 0 0 0 74 1 0 0 15 0 19 0 947931069 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18364/tid=18375] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18375/stat : 18375 (java) T 18362 18364 18364 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947931070 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18376] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18376/stat : 18376 (java) T 18362 18364 18364 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947931070 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18377] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18377/stat : 18377 (java) T 18362 18364 18364 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 947931072 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469889457 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18378] ppid=18362 vsize=8537440 CPUtime=0.5 cores=0,2,4,6
/proc/18364/task/18378/stat : 18378 (java) T 18362 18364 18364 0 -1 4202560 2429 0 0 0 50 0 0 0 15 0 19 0 947931072 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18379] ppid=18362 vsize=8537440 CPUtime=0.45 cores=0,2,4,6
/proc/18364/task/18379/stat : 18379 (java) T 18362 18364 18364 0 -1 4202560 3667 0 0 0 45 0 0 0 15 0 19 0 947931072 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18364/tid=18380] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18380/stat : 18380 (java) T 18362 18364 18364 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947931072 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18364/tid=18381] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18381/stat : 18381 (java) T 18362 18364 18364 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 947931072 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18364/tid=18382] ppid=18362 vsize=8537440 CPUtime=0 cores=0,2,4,6
/proc/18364/task/18382/stat : 18382 (java) T 18362 18364 18364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947931127 8742338560 90670 33554432000 1073741824 1073778376 140735079059840 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18362/tid=18436] ppid=18356 vsize=304496 CPUtime=0 cores=0,2,4,6
/proc/18362/task/18436/stat : 18436 (python) S 18356 18356 17566 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 947935547 311803904 8246 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554946 18446604444477684480 0 0 -1 0 0 0 0
[pid=18437] ppid=18356 vsize=304508 CPUtime=0.25 cores=0,2,4,6
/proc/18437/stat : 18437 (python) S 18356 18356 17566 0 -1 4202560 1139 0 0 0 14 11 0 0 16 0 2 0 947935549 311816192 8235 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/18437/statm: 76127 8235 397 364 0 11011 0
[pid=18439] ppid=18437 vsize=35852 CPUtime=46.71 cores=0,2,4,6
/proc/18439/stat : 18439 (wbo1.4a) T 18437 18439 18439 0 -1 4202496 12139 0 0 0 4640 31 0 0 25 0 1 0 947935549 36712448 8521 33554432000 134512640 135751879 4292611360 18446744073709551615 134616866 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/18439/statm: 8963 8521 146 303 0 8658 0
[pid=18437/tid=18446] ppid=18356 vsize=304508 CPUtime=0 cores=0,2,4,6
/proc/18437/task/18446/stat : 18446 (python) S 18356 18356 17566 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 947940222 311816192 8235 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554946 18446604448868661376 0 0 -1 0 0 0 0
[pid=18449] ppid=18356 vsize=314764 CPUtime=0.4 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18356 18356 17566 0 -1 4202560 1133 0 0 0 20 20 0 0 16 0 2 0 947945020 322318336 8239 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18449/statm: 78691 8239 397 364 0 13572 0
[pid=18451] ppid=18449 vsize=77560 CPUtime=94.95 cores=0,2,4,6
/proc/18451/stat : 18451 (clasp-1.3.7-x86) T 18449 18451 18451 0 -1 4202496 19572 0 0 0 9492 3 0 0 25 0 1 0 947945020 79421440 19141 33554432000 134512640 136139019 4291156736 18446744073709551615 134634749 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/18451/statm: 19390 19141 187 398 0 18990 0
[pid=18449/tid=18461] ppid=18356 vsize=314764 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (python) S 18356 18356 17566 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 947954517 322318336 8239 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554946 18446604449686270336 0 0 -1 6 0 0 0
[pid=18462] ppid=18356 vsize=325020 CPUtime=0.21 cores=0,2,4,6
/proc/18462/stat : 18462 (python) S 18356 18356 17566 0 -1 4202560 1127 0 0 0 11 10 0 0 16 0 2 0 947954520 332820480 8243 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18462/statm: 81255 8243 397 364 0 16133 0
[pid=18464] ppid=18462 vsize=215476 CPUtime=47.22 cores=0,2,4,6
/proc/18464/stat : 18464 (pbct-0.1.2-linu) T 18462 18464 18464 0 -1 4202496 54927 0 0 0 4667 55 0 0 25 0 1 0 947954520 220647424 52669 33554432000 134512640 136422188 4288232208 18446744073709551615 135022546 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/18464/statm: 53869 52669 236 467 0 53400 0
[pid=18462/tid=18467] ppid=18356 vsize=325020 CPUtime=0 cores=0,2,4,6
/proc/18462/task/18467/stat : 18467 (python) S 18356 18356 17566 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 947959254 332820480 8243 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554946 18446604441512188992 0 0 -1 6 0 0 0
[pid=18468] ppid=18356 vsize=335276 CPUtime=0 cores=0,2,4,6
/proc/18468/stat : 18468 (python) S 18356 18356 17566 0 -1 4202560 786 0 0 0 0 0 0 0 19 0 1 0 947959257 343322624 8199 33554432000 4194304 5683644 140735998465680 18446744073709551615 252458085958 0 0 16781312 33554946 1966460736502759424 0 0 17 6 0 0 0
/proc/18468/statm: 83819 8199 350 364 0 18694 0
[pid=18470] ppid=18468 vsize=8536724 CPUtime=0.95 cores=0,2,4,6
/proc/18470/stat : 18470 (java) S 18468 18470 18470 0 -1 4202496 23076 0 1 0 91 4 0 0 20 0 18 0 947959257 8741605376 20942 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18470/statm: 2134181 20944 2205 9 0 2124922 0
[pid=18470/tid=18471] ppid=18468 vsize=8536724 CPUtime=0.47 cores=0,2,4,6
/proc/18470/task/18471/stat : 18471 (java) R 18468 18470 18470 0 -1 4202560 18280 0 1 0 44 3 0 0 18 0 18 0 947959258 8741605376 22261 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 46912505631761 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18470/tid=18472] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18472/stat : 18472 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 947959259 8741605376 22264 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18473] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18473/stat : 18473 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 947959259 8741605376 22268 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18474] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18474/stat : 18474 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 947959259 8741605376 22271 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18475] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18475/stat : 18475 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959259 8741605376 22274 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18476] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18476/stat : 18476 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959259 8741605376 22277 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18477] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18477/stat : 18477 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959259 8741605376 22279 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18478] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18478/stat : 18478 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959259 8741605376 22283 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18479] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18479/stat : 18479 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959259 8741605376 22286 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18480] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18480/stat : 18480 (java) S 18468 18470 18470 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 947959260 8741605376 22290 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469882368 0 0 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18481] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18481/stat : 18481 (java) S 18468 18470 18470 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 947959260 8741605376 22293 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18482] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18482/stat : 18482 (java) S 18468 18470 18470 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 947959260 8741605376 22296 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 6 0 0 0
[pid=18470/tid=18483] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18483/stat : 18483 (java) S 18468 18470 18470 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 947959263 8741605376 22298 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469889457 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18484] ppid=18468 vsize=8536724 CPUtime=0.26 cores=0,2,4,6
/proc/18470/task/18484/stat : 18484 (java) S 18468 18470 18470 0 -1 4202560 2070 0 0 0 26 0 0 0 25 0 18 0 947959263 8741605376 22298 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18470/tid=18485] ppid=18468 vsize=8536724 CPUtime=0.22 cores=0,2,4,6
/proc/18470/task/18485/stat : 18485 (java) S 18468 18470 18470 0 -1 4202560 2649 0 0 0 22 0 0 0 16 0 18 0 947959263 8741605376 22301 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18470/tid=18486] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18486/stat : 18486 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947959263 8741605376 22304 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469881753 0 4 0 16800975 18446604441512188096 0 0 -1 2 0 0 0
[pid=18470/tid=18487] ppid=18468 vsize=8536724 CPUtime=0 cores=0,2,4,6
/proc/18470/task/18487/stat : 18487 (java) S 18468 18470 18470 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 947959263 8741605376 22307 33554432000 1073741824 1073778376 140736994537488 18446744073709551615 252469882368 0 4 0 16800975 18446604441512188096 0 0 -1 0 0 0 0
[pid=18356/tid=18363] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (python) S 18354 18356 17566 0 -1 4202560 32 929 0 0 0 0 0 0 18 0 6 0 947931067 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18438] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18438/stat : 18438 (python) S 18354 18356 17566 0 -1 4202560 31 929 0 0 0 0 0 0 20 0 6 0 947935549 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18450] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18450/stat : 18450 (python) S 18354 18356 17566 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 6 0 947945020 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 2 0 0 0
[pid=18356/tid=18463] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18463/stat : 18463 (python) S 18354 18356 17566 0 -1 4202560 30 929 0 0 0 0 0 0 20 0 6 0 947954520 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 0 0 0 0
[pid=18356/tid=18469] ppid=18354 vsize=344496 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18469/stat : 18469 (python) S 18354 18356 17566 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 6 0 947959257 352763904 9731 33554432000 4194304 5683644 140735998465680 18446744073709551615 252469889457 0 0 16781312 33554434 18446604449670715584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 286.39
Current children cumulated vsize (KiB) 19331612

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 283.893
CPU time (s): 286.39
CPU user time (s): 284.56
CPU system time (s): 1.83
CPU usage (%): 100.88
Max. virtual memory (cumulated for all children) (KiB): 19331612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18882
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2867
involuntary context switches= 18

runsolver used 1.87971 second user time and 3.3175 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-09 01:50:04
IDJOB=3481736
IDBENCH=2252
IDSOLVER=1970
FILE ID=node111/3481736-1307577004
RUNJOBID= node111-1307576439-17584
PBS_JOBID= 13547694
Free space on /tmp= 73624 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481736-1307577004/watcher-3481736-1307577004 -o /tmp/evaluation-result-3481736-1307577004/solver-3481736-1307577004 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481736-1307577004.opb -seed 137940777 -budget 1800

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

MD5SUM BENCH= 05ceccb8ea9c274c844c39df1472d3cc
RANDOM SEED=137940777

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22206908 kB
Buffers:        166384 kB
Cached:         734564 kB
SwapCached:      11444 kB
Active:       10214928 kB
Inactive:       220920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22206908 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:          103308 kB
Writeback:           8 kB
AnonPages:     9532540 kB
Mapped:          79780 kB
Slab:           165224 kB
PageTables:      72404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 154064392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73480 MiB
End job on node111 at 2011-06-09 01:54:50