Trace number 3481771

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) 284.79 282.281

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM604c6b786f56b09c749bc0d6b7c8f76d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
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 1272
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 1272
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 1272
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.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.36/0.67	c INFO: solving HOME/instance-3481771-1307577032.opb
0.75/1.07	c INFO: parsing took 0.39 s
1.25/1.76	c INFO: features took 0.68 CPU seconds
1.25/2.25	c INFO: running sat4j-pb-v20101225@0 for 45 with 1798 remaining (b = 0.03)
47.83/46.61	c INFO: running wbo1.4a@0 for 45 with 1752 remaining (b = 0.01)
94.59/93.19	c INFO: running sat4j-pb-v20101225@45 for 45 with 1706 remaining (b = 0.00)
142.58/140.80	c INFO: running clasp-1.3.7@0 for 91 with 1658 remaining (b = 0.01)
235.74/233.51	c INFO: running pbct-0.1.2-linear@0 for 45 with 1566 remaining (b = 0.00)
284.31/281.91	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1518 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-3481771-1307577032/watcher-3481771-1307577032 -o /tmp/evaluation-result-3481771-1307577032/solver-3481771-1307577032 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481771-1307577032.opb -seed 197850423 -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: 1.92 1.78 1.01 3/514 1754
/proc/meminfo: memFree=23168808/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 869301471 15441920 545 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/1754/statm: 3770 545 312 364 0 257 0

[startup+0.0191591 s]
/proc/loadavg: 1.92 1.78 1.01 3/514 1754
/proc/meminfo: memFree=23168808/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/1754/stat : 1754 (python) R 1751 1754 1406 0 -1 4202496 1039 0 0 0 0 0 0 0 25 0 1 0 869301471 16629760 910 33554432000 4194304 5683644 140736337425520 18446744073709551615 4619808 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1754/statm: 4060 910 380 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100382 s]
/proc/loadavg: 1.92 1.78 1.01 3/514 1754
/proc/meminfo: memFree=23168808/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 2665 0 0 0 5 1 0 0 18 0 1 0 869301471 87674880 2382 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516830053 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/1754/statm: 21405 2382 715 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.301224 s]
/proc/loadavg: 1.92 1.78 1.01 3/514 1754
/proc/meminfo: memFree=23168808/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=123740 CPUtime=0.17 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 5357 928 1 0 13 4 0 0 17 0 1 0 869301471 126709760 3744 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/1754/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123740

[startup+0.706098 s]
/proc/loadavg: 1.92 1.78 1.01 3/514 1754
/proc/meminfo: memFree=23168808/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=285708 CPUtime=0.45 cores=0,2,4,6
/proc/1754/stat : 1754 (python) R 1751 1754 1406 0 -1 4202496 9877 928 1 0 34 11 0 0 16 0 1 0 869301471 292564992 7739 33554432000 4194304 5683644 140736337425520 18446744073709551615 4539154 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1754/statm: 71427 7739 1781 364 0 6320 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 285708

[startup+1.50094 s]
/proc/loadavg: 1.92 1.78 1.01 4/515 1760
/proc/meminfo: memFree=23136188/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=298392 CPUtime=1.25 cores=0,2,4,6
/proc/1754/stat : 1754 (python) R 1751 1754 1406 0 -1 4202496 15863 928 1 0 113 12 0 0 16 0 1 0 869301471 305553408 10946 33554432000 4194304 5683644 140736337425520 18446744073709551615 4313541 0 0 16781312 33554434 0 0 0 17 2 0 0 0
/proc/1754/statm: 74598 10946 1816 364 0 9491 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 298392

[startup+3.10163 s]
/proc/loadavg: 1.92 1.78 1.01 4/536 1783
/proc/meminfo: memFree=22974008/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=310132 CPUtime=1.54 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 16504 928 1 0 142 12 0 0 19 0 2 0 869301471 317575168 11364 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/1754/statm: 77533 11364 1862 364 0 12420 0
[pid=1762] ppid=1754 vsize=299888 CPUtime=0 cores=0,2,4,6
/proc/1762/stat : 1762 (python) S 1754 1754 1406 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 869301650 307085312 9849 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516854287 0 0 16781312 33554946 1998599847929676035 0 0 17 2 0 0 0
/proc/1762/statm: 74972 9849 351 364 0 9859 0
[pid=1764] ppid=1762 vsize=8537916 CPUtime=2.17 cores=0,2,4,6
/proc/1764/stat : 1764 (java) S 1762 1764 1764 0 -1 4202496 43804 0 1 0 211 6 0 0 19 0 19 0 869301650 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1764/statm: 2134479 40416 2245 9 0 2125220 0
[pid=1764/tid=1765] ppid=1762 vsize=8537916 CPUtime=1.28 cores=0,2,4,6
/proc/1764/task/1765/stat : 1765 (java) R 1762 1764 1764 0 -1 4202560 35273 0 1 0 123 5 0 0 19 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 46912505902587 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1764/tid=1766] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1766/stat : 1766 (java) S 1762 1764 1764 0 -1 4202560 602 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1767] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1767/stat : 1767 (java) S 1762 1764 1764 0 -1 4202560 470 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1768] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1768/stat : 1768 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1769] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1769/stat : 1769 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1770] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1770/stat : 1770 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1771] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1771/stat : 1771 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1773] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1773/stat : 1773 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1774] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1774/stat : 1774 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869301651 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1775] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1775/stat : 1775 (java) S 1762 1764 1764 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 19 0 869301652 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1776] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1776/stat : 1776 (java) S 1762 1764 1764 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 869301653 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1777] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1777/stat : 1777 (java) S 1762 1764 1764 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 869301653 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1778] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1778/stat : 1778 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869301655 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1779] ppid=1762 vsize=8537916 CPUtime=0.4 cores=0,2,4,6
/proc/1764/task/1779/stat : 1779 (java) S 1762 1764 1764 0 -1 4202560 2978 0 0 0 40 0 0 0 22 0 19 0 869301655 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1780] ppid=1762 vsize=8537916 CPUtime=0.45 cores=0,2,4,6
/proc/1764/task/1780/stat : 1780 (java) S 1762 1764 1764 0 -1 4202560 3028 0 0 0 45 0 0 0 20 0 19 0 869301655 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1781] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1781/stat : 1781 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869301655 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1782] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1782/stat : 1782 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869301655 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1783] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1783/stat : 1783 (java) S 1762 1764 1764 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869301723 8742825984 40416 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1754/tid=1763] ppid=1751 vsize=310132 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1763/stat : 1763 (python) S 1751 1754 1406 0 -1 4202560 26 928 0 0 0 0 0 0 19 0 2 0 869301650 317575168 11364 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9147936

[startup+6.30107 s]
/proc/loadavg: 2.01 1.80 1.02 4/536 1783
/proc/meminfo: memFree=22907408/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=310132 CPUtime=1.54 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 16504 928 1 0 142 12 0 0 19 0 2 0 869301471 317575168 11364 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/1754/statm: 77533 11364 1862 364 0 12420 0
[pid=1762] ppid=1754 vsize=299888 CPUtime=0.01 cores=0,2,4,6
/proc/1762/stat : 1762 (python) S 1754 1754 1406 0 -1 4202560 891 0 0 0 0 1 0 0 15 0 1 0 869301650 307085312 9873 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516854287 0 0 16781312 33554946 4294934786 0 0 17 2 0 0 0
/proc/1762/statm: 74972 9873 375 364 0 9859 0
[pid=1764] ppid=1762 vsize=8537916 CPUtime=5.56 cores=0,2,4,6
/proc/1764/stat : 1764 (java) S 1762 1764 1764 0 -1 4202496 64073 0 1 0 546 10 0 0 19 0 19 0 869301650 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1764/statm: 2134479 59511 2257 9 0 2125220 0
[pid=1764/tid=1765] ppid=1762 vsize=8537916 CPUtime=4.39 cores=0,2,4,6
/proc/1764/task/1765/stat : 1765 (java) R 1762 1764 1764 0 -1 4202560 35281 0 1 0 434 5 0 0 19 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 46912505883692 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1764/tid=1766] ppid=1762 vsize=8537916 CPUtime=0.01 cores=0,2,4,6
/proc/1764/task/1766/stat : 1766 (java) S 1762 1764 1764 0 -1 4202560 3744 0 0 0 1 0 0 0 16 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=1764/tid=1767] ppid=1762 vsize=8537916 CPUtime=0.01 cores=0,2,4,6
/proc/1764/task/1767/stat : 1767 (java) S 1762 1764 1764 0 -1 4202560 2967 0 0 0 1 0 0 0 15 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=1764/tid=1768] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1768/stat : 1768 (java) S 1762 1764 1764 0 -1 4202560 2264 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=1764/tid=1769] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1769/stat : 1769 (java) S 1762 1764 1764 0 -1 4202560 3211 0 0 0 0 0 0 0 15 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1770] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1770/stat : 1770 (java) S 1762 1764 1764 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1771] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1771/stat : 1771 (java) S 1762 1764 1764 0 -1 4202560 656 0 0 0 0 0 0 0 16 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1773] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1773/stat : 1773 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1774] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1774/stat : 1774 (java) S 1762 1764 1764 0 -1 4202560 1510 0 0 0 0 0 0 0 15 0 19 0 869301651 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=1764/tid=1775] ppid=1762 vsize=8537916 CPUtime=0.04 cores=0,2,4,6
/proc/1764/task/1775/stat : 1775 (java) S 1762 1764 1764 0 -1 4202560 6658 0 0 0 4 0 0 0 15 0 19 0 869301652 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1776] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1776/stat : 1776 (java) S 1762 1764 1764 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 869301653 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1777] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1777/stat : 1777 (java) S 1762 1764 1764 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 869301653 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1778] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1778/stat : 1778 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869301655 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1779] ppid=1762 vsize=8537916 CPUtime=0.48 cores=0,2,4,6
/proc/1764/task/1779/stat : 1779 (java) S 1762 1764 1764 0 -1 4202560 3114 0 0 0 48 0 0 0 16 0 19 0 869301655 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1780] ppid=1762 vsize=8537916 CPUtime=0.53 cores=0,2,4,6
/proc/1764/task/1780/stat : 1780 (java) S 1762 1764 1764 0 -1 4202560 3041 0 0 0 53 0 0 0 15 0 19 0 869301655 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1781] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1781/stat : 1781 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869301655 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1782] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1782/stat : 1782 (java) S 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869301655 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1764/tid=1783] ppid=1762 vsize=8537916 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1783/stat : 1783 (java) S 1762 1764 1764 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869301723 8742825984 59511 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=1754/tid=1763] ppid=1751 vsize=310132 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1763/stat : 1763 (python) S 1751 1754 1406 0 -1 4202560 26 928 0 0 0 0 0 0 19 0 2 0 869301650 317575168 11364 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9147936

[startup+12.7009 s]
/proc/loadavg: 2.01 1.81 1.03 4/536 1783
/proc/meminfo: memFree=22883736/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=310132 CPUtime=1.54 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 16504 928 1 0 142 12 0 0 19 0 2 0 869301471 317575168 11364 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/1754/statm: 77533 11364 1862 364 0 12420 0
[pid=1762] ppid=1754 vsize=299888 CPUtime=0.03 cores=0,2,4,6
/proc/1762/stat : 1762 (python) S 1754 1754 1406 0 -1 4202560 895 0 0 0 1 2 0 0 15 0 1 0 869301650 307085312 9873 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516854287 0 0 16781312 33554946 4294934786 0 0 17 2 0 0 0
/proc/1762/statm: 74972 9873 375 364 0 9859 0
[pid=1764] ppid=1762 vsize=8537076 CPUtime=12.06 cores=0,2,4,6
/proc/1764/stat : 1764 (java) S 1762 1764 1764 0 -1 4202496 75949 0 1 0 1194 12 0 0 19 0 19 0 869301650 8741965824 68027 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1764/statm: 2134269 68027 2257 9 0 2125010 0
[pid=1764/tid=1765] ppid=1762 vsize=8537076 CPUtime=10.67 cores=0,2,4,6
/proc/1764/task/1765/stat : 1765 (java) R 1762 1764 1764 0 -1 4202560 35282 0 1 0 1062 5 0 0 25 0 19 0 869301651 8741965824 68027 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 46912505899047 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1764/tid=1766] ppid=1762 vsize=8537076 CPUtime=0.02 cores=0,2,4,6
/proc/1764/task/1766/stat : 1766 (java) S 1762 1764 1764 0 -1 4202560 5376 0 0 0 2 0 0 0 16 0 19 0 869301651 8741965824 68027 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1767] ppid=1762 vsize=8537076 CPUtime=0.01 cores=0,2,4,6
/proc/1764/task/1767/stat : 1767 (java) S 1762 1764 1764 0 -1 4202560 2967 0 0 0 1 0 0 0 15 0 19 0 869301651 8741965824 68027 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1768] ppid=1762 vsize=8537076 CPUtime=0.01 cores=0,2,4,6
/proc/1764/task/1768/stat : 1768 (java) S 1762 1764 1764 0 -1 4202560 4098 0 0 0 1 0 0 0 16 0 19 0 869301651 8741965824 68027 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=1764/tid=1769] ppid=1762 vsize=8537076 CPUtime=0.01 cores=0,2,4,6

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

[pid=2353/tid=2365] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2365/stat : 2365 (java) S 2351 2353 2353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869329665 8743268352 8638 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2366] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2366/stat : 2366 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329667 8743268352 8639 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528657841 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2367] ppid=2351 vsize=8538348 CPUtime=0.09 cores=0,2,4,6
/proc/2353/task/2367/stat : 2367 (java) R 2351 2353 2353 0 -1 4202560 1542 0 0 0 9 0 0 0 17 0 18 0 869329667 8743268352 8639 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 47908536982618 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2353/tid=2368] ppid=2351 vsize=8538348 CPUtime=0.09 cores=0,2,4,6
/proc/2353/task/2368/stat : 2368 (java) R 2351 2353 2353 0 -1 4202560 1435 0 0 0 9 0 0 0 25 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 47908536473186 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2353/tid=2369] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2369/stat : 2369 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2370] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2370/stat : 2370 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650752 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=1754/tid=1763] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1763/stat : 1763 (python) S 1751 1754 1406 0 -1 4202560 30 928 0 0 0 0 0 0 18 0 6 0 869301650 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
[pid=1754/tid=1851] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1851/stat : 1851 (python) S 1751 1754 1406 0 -1 4202560 26 928 0 0 0 0 0 0 20 0 6 0 869306132 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=1881] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1881/stat : 1881 (python) S 1751 1754 1406 0 -1 4202560 24 928 0 0 0 0 0 0 20 0 6 0 869315551 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=2066] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/2066/stat : 2066 (python) S 1751 1754 1406 0 -1 4202560 31 928 0 0 0 0 0 0 20 0 6 0 869324823 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=2352] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/2352/stat : 2352 (python) S 1751 1754 1406 0 -1 4202560 31 928 0 0 0 0 0 0 20 0 6 0 869329663 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 284.79
Current children cumulated vsize (KiB) 19621448

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

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

[startup+282.202 s]
/proc/loadavg: 2.63 2.15 1.35 6/573 2370
/proc/meminfo: memFree=21392236/32951124 swapFree=43359760/67111528
[pid=1754] ppid=1751 vsize=351156 CPUtime=1.67 cores=0,2,4,6
/proc/1754/stat : 1754 (python) S 1751 1754 1406 0 -1 4202496 20316 928 1 0 154 13 0 0 20 0 6 0 869301471 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/1754/statm: 87789 11397 1879 364 0 22664 0
[pid=1762] ppid=1754 vsize=310132 CPUtime=0.38 cores=0,2,4,6
/proc/1762/stat : 1762 (python) S 1754 1754 1406 0 -1 4202560 1096 0 0 0 19 19 0 0 16 0 2 0 869301650 317575168 9910 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/1762/statm: 77533 9910 407 364 0 12420 0
[pid=1764] ppid=1762 vsize=8537076 CPUtime=93.89 cores=0,2,4,6
/proc/1764/stat : 1764 (java) T 1762 1764 1764 0 -1 4202496 124964 0 1 0 9367 22 0 0 18 0 19 0 869301650 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1764/statm: 2134269 101914 2257 9 0 2125010 0
[pid=1764/tid=1765] ppid=1762 vsize=8537076 CPUtime=91.27 cores=0,2,4,6
/proc/1764/task/1765/stat : 1765 (java) T 1762 1764 1764 0 -1 4202560 35295 0 1 0 9121 6 0 0 25 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 46912505840284 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1764/tid=1766] ppid=1762 vsize=8537076 CPUtime=0.1 cores=0,2,4,6
/proc/1764/task/1766/stat : 1766 (java) T 1762 1764 1764 0 -1 4202560 10037 0 0 0 9 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1764/tid=1767] ppid=1762 vsize=8537076 CPUtime=0.1 cores=0,2,4,6
/proc/1764/task/1767/stat : 1767 (java) T 1762 1764 1764 0 -1 4202560 9785 0 0 0 9 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1764/tid=1768] ppid=1762 vsize=8537076 CPUtime=0.08 cores=0,2,4,6
/proc/1764/task/1768/stat : 1768 (java) T 1762 1764 1764 0 -1 4202560 9397 0 0 0 6 2 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1764/tid=1769] ppid=1762 vsize=8537076 CPUtime=0.06 cores=0,2,4,6
/proc/1764/task/1769/stat : 1769 (java) T 1762 1764 1764 0 -1 4202560 6680 0 0 0 5 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1764/tid=1770] ppid=1762 vsize=8537076 CPUtime=0.05 cores=0,2,4,6
/proc/1764/task/1770/stat : 1770 (java) T 1762 1764 1764 0 -1 4202560 6326 0 0 0 4 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1771] ppid=1762 vsize=8537076 CPUtime=0.1 cores=0,2,4,6
/proc/1764/task/1771/stat : 1771 (java) T 1762 1764 1764 0 -1 4202560 8563 0 0 0 9 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1773] ppid=1762 vsize=8537076 CPUtime=0.08 cores=0,2,4,6
/proc/1764/task/1773/stat : 1773 (java) T 1762 1764 1764 0 -1 4202560 14069 0 0 0 5 3 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1774] ppid=1762 vsize=8537076 CPUtime=0.07 cores=0,2,4,6
/proc/1764/task/1774/stat : 1774 (java) T 1762 1764 1764 0 -1 4202560 9672 0 0 0 6 1 0 0 15 0 19 0 869301651 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1764/tid=1775] ppid=1762 vsize=8537076 CPUtime=0.75 cores=0,2,4,6
/proc/1764/task/1775/stat : 1775 (java) T 1762 1764 1764 0 -1 4202560 7578 0 0 0 75 0 0 0 15 0 19 0 869301652 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1764/tid=1776] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1776/stat : 1776 (java) T 1762 1764 1764 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869301653 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1777] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1777/stat : 1777 (java) T 1762 1764 1764 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869301653 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1778] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1778/stat : 1778 (java) T 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869301655 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528657841 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1779] ppid=1762 vsize=8537076 CPUtime=0.52 cores=0,2,4,6
/proc/1764/task/1779/stat : 1779 (java) T 1762 1764 1764 0 -1 4202560 3124 0 0 0 52 0 0 0 15 0 19 0 869301655 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1764/tid=1780] ppid=1762 vsize=8537076 CPUtime=0.59 cores=0,2,4,6
/proc/1764/task/1780/stat : 1780 (java) T 1762 1764 1764 0 -1 4202560 3056 0 0 0 59 0 0 0 15 0 19 0 869301655 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1781] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1781/stat : 1781 (java) T 1762 1764 1764 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869301655 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1764/tid=1782] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1782/stat : 1782 (java) T 1762 1764 1764 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 869301655 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1764/tid=1783] ppid=1762 vsize=8537076 CPUtime=0 cores=0,2,4,6
/proc/1764/task/1783/stat : 1783 (java) T 1762 1764 1764 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869301723 8741965824 101914 33554432000 1073741824 1073778376 140733203524736 18446744073709551615 246528650752 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1762/tid=1849] ppid=1754 vsize=310132 CPUtime=0 cores=0,2,4,6
/proc/1762/task/1849/stat : 1849 (python) S 1754 1754 1406 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 869306130 317575168 9910 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554946 18446604450684066880 0 0 -1 6 0 0 0
[pid=1850] ppid=1754 vsize=310144 CPUtime=0.27 cores=0,2,4,6
/proc/1850/stat : 1850 (python) S 1754 1754 1406 0 -1 4202560 1215 0 0 0 18 9 0 0 16 0 2 0 869306132 317587456 9905 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1850/statm: 77536 9905 402 364 0 12420 0
[pid=1852] ppid=1850 vsize=34712 CPUtime=46.55 cores=0,2,4,6
/proc/1852/stat : 1852 (wbo1.4a) T 1850 1852 1852 0 -1 4202496 110713 0 0 0 4623 32 0 0 25 0 1 0 869306132 35545088 8200 33554432000 134512640 135751879 4290645312 18446744073709551615 134616480 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/1852/statm: 8678 8200 146 303 0 8373 0
[pid=1850/tid=1878] ppid=1754 vsize=310144 CPUtime=0 cores=0,2,4,6
/proc/1850/task/1878/stat : 1878 (python) S 1754 1754 1406 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 869310788 317587456 9905 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554946 18446604444194628864 0 0 -1 6 0 0 0
[pid=1880] ppid=1754 vsize=320400 CPUtime=0.34 cores=0,2,4,6
/proc/1880/stat : 1880 (python) S 1754 1754 1406 0 -1 4202560 1191 0 0 0 16 18 0 0 16 0 2 0 869315551 328089600 9909 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1880/statm: 80100 9909 402 364 0 14981 0
[pid=1882] ppid=1880 vsize=160200 CPUtime=92.68 cores=0,2,4,6
/proc/1882/stat : 1882 (clasp-1.3.7-x86) T 1880 1882 1882 0 -1 4202496 40450 0 0 0 9263 5 0 0 25 0 1 0 869315551 164044800 39796 33554432000 134512640 136139019 4292748048 18446744073709551615 134634749 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/1882/statm: 40050 39796 187 398 0 39650 0
[pid=1880/tid=2063] ppid=1754 vsize=320400 CPUtime=0 cores=0,2,4,6
/proc/1880/task/2063/stat : 2063 (python) S 1754 1754 1406 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869324820 328089600 9909 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554946 18446604440299788224 0 0 -1 6 0 0 0
[pid=2064] ppid=1754 vsize=330656 CPUtime=0.18 cores=0,2,4,6
/proc/2064/stat : 2064 (python) S 1754 1754 1406 0 -1 4202560 1122 0 0 0 9 9 0 0 17 0 2 0 869324823 338591744 9907 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/2064/statm: 82664 9907 396 364 0 17542 0
[pid=2067] ppid=2064 vsize=388708 CPUtime=48.36 cores=0,2,4,6
/proc/2067/stat : 2067 (pbct-0.1.2-linu) T 2064 2067 2067 0 -1 4202496 98880 0 0 0 4786 50 0 0 25 0 1 0 869324823 398036992 94921 33554432000 134512640 136422188 4291692432 18446744073709551615 134643570 0 0 16781312 16387 18446744071562691360 0 0 17 2 0 0 0
/proc/2067/statm: 97177 94921 236 467 0 96708 0
[pid=2064/tid=2350] ppid=1754 vsize=330656 CPUtime=0 cores=0,2,4,6
/proc/2064/task/2350/stat : 2350 (python) S 1754 1754 1406 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 869329660 338591744 9907 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554946 18446604453635612992 0 0 -1 6 0 0 0
[pid=2351] ppid=1754 vsize=340912 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (python) S 1754 1754 1406 0 -1 4202560 804 0 0 0 0 0 0 0 19 0 1 0 869329662 349093888 9862 33554432000 4194304 5683644 140736337425520 18446744073709551615 246516854342 0 0 16781312 33554946 1383945446111576064 0 0 17 6 0 0 0
/proc/2351/statm: 85228 9862 348 364 0 20103 0
[pid=2353] ppid=2351 vsize=8537352 CPUtime=0.47 cores=0,2,4,6
/proc/2353/stat : 2353 (java) S 2351 2353 2353 0 -1 4202496 9384 0 1 0 45 2 0 0 21 0 18 0 869329663 8742248448 8279 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/2353/statm: 2134338 8280 2195 9 0 2125079 0
[pid=2353/tid=2354] ppid=2351 vsize=8538348 CPUtime=0.28 cores=0,2,4,6
/proc/2353/task/2354/stat : 2354 (java) R 2351 2353 2353 0 -1 4202560 5369 0 1 0 27 1 0 0 18 0 18 0 869329663 8743268352 8631 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2353/tid=2355] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2355/stat : 2355 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 869329664 8743268352 8631 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2356] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2356/stat : 2356 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8632 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2357] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2357/stat : 2357 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8634 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2358] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2358/stat : 2358 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8635 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2359] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2359/stat : 2359 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8636 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2360] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2360/stat : 2360 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8636 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2361] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2361/stat : 2361 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8637 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2362] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2362/stat : 2362 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329664 8743268352 8637 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=2353/tid=2363] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2363/stat : 2363 (java) S 2351 2353 2353 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869329665 8743268352 8637 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650752 0 0 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2364] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2364/stat : 2364 (java) S 2351 2353 2353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 869329665 8743268352 8638 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2365] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2365/stat : 2365 (java) S 2351 2353 2353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869329665 8743268352 8638 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2366] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2366/stat : 2366 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329667 8743268352 8639 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528657841 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2367] ppid=2351 vsize=8538348 CPUtime=0.09 cores=0,2,4,6
/proc/2353/task/2367/stat : 2367 (java) R 2351 2353 2353 0 -1 4202560 1542 0 0 0 9 0 0 0 17 0 18 0 869329667 8743268352 8639 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 47908536982618 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2353/tid=2368] ppid=2351 vsize=8538348 CPUtime=0.09 cores=0,2,4,6
/proc/2353/task/2368/stat : 2368 (java) R 2351 2353 2353 0 -1 4202560 1435 0 0 0 9 0 0 0 25 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 47908536473186 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2353/tid=2369] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2369/stat : 2369 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650137 0 4 0 16800975 18446604447364327424 0 0 -1 6 0 0 0
[pid=2353/tid=2370] ppid=2351 vsize=8538348 CPUtime=0 cores=0,2,4,6
/proc/2353/task/2370/stat : 2370 (java) S 2351 2353 2353 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869329667 8743268352 8640 33554432000 1073741824 1073778376 140733786450352 18446744073709551615 246528650752 0 4 0 16800975 18446604447364327424 0 0 -1 2 0 0 0
[pid=1754/tid=1763] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1763/stat : 1763 (python) S 1751 1754 1406 0 -1 4202560 30 928 0 0 0 0 0 0 18 0 6 0 869301650 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
[pid=1754/tid=1851] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1851/stat : 1851 (python) S 1751 1754 1406 0 -1 4202560 26 928 0 0 0 0 0 0 20 0 6 0 869306132 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=1881] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/1881/stat : 1881 (python) S 1751 1754 1406 0 -1 4202560 24 928 0 0 0 0 0 0 20 0 6 0 869315551 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=2066] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/2066/stat : 2066 (python) S 1751 1754 1406 0 -1 4202560 31 928 0 0 0 0 0 0 20 0 6 0 869324823 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 0 0 0 0
[pid=1754/tid=2352] ppid=1751 vsize=351156 CPUtime=0 cores=0,2,4,6
/proc/1754/task/2352/stat : 2352 (python) S 1751 1754 1406 0 -1 4202560 31 928 0 0 0 0 0 0 20 0 6 0 869329663 359583744 11397 33554432000 4194304 5683644 140736337425520 18446744073709551615 246528657841 0 0 16781312 33554434 18446604453374518272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 284.79
Current children cumulated vsize (KiB) 19621448

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 282.281
CPU time (s): 284.79
CPU user time (s): 283
CPU system time (s): 1.79
CPU usage (%): 100.889
Max. virtual memory (cumulated for all children) (KiB): 19621448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54377
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21247
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= 2868
involuntary context switches= 72

runsolver used 1.57076 second user time and 3.06653 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-09 01:50:32
IDJOB=3481771
IDBENCH=2259
IDSOLVER=1970
FILE ID=node134/3481771-1307577032
RUNJOBID= node134-1307576356-1424
PBS_JOBID= 13547665
Free space on /tmp= 73880 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/frb53-24-opb/normalized-frb53-24-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-3481771-1307577032/watcher-3481771-1307577032 -o /tmp/evaluation-result-3481771-1307577032/solver-3481771-1307577032 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481771-1307577032.opb -seed 197850423 -budget 1800

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

MD5SUM BENCH= 604c6b786f56b09c749bc0d6b7c8f76d
RANDOM SEED=197850423

node134.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.831
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.66
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.831
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	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23168840 kB
Buffers:        144676 kB
Cached:         567484 kB
SwapCached:      10388 kB
Active:        9295832 kB
Inactive:       173124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23168840 kB
SwapTotal:    67111528 kB
SwapFree:     43359760 kB
Dirty:          104168 kB
Writeback:           0 kB
AnonPages:     8754576 kB
Mapped:          59232 kB
Slab:           143564 kB
PageTables:     101660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 116174924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73724 MiB
End job on node134 at 2011-06-09 01:55:17