Trace number 3737913

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 1665.4 1660.96

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.36/1.27	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.36/1.28	c INFO: solving HOME/instance-3737913-1338716903.opb
0.44/1.49	c INFO: wrote linearized instance to HOME/tmpWbcdw4.opb
0.91/1.72	c INFO: parsing took 0.23 s
1.32/2.16	c INFO: features took 0.44 CPU seconds
1.32/2.19	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1798 remaining (b = 0.48)
47.88/45.96	c INFO: running scip-2.0.1-spx@0 for 45 with 1753 remaining (b = 0.06)
95.75/93.75	c INFO: running clasp-1.3.7@0 for 45 with 1705 remaining (b = 0.02)
143.01/140.92	c INFO: running scip-2.0.1-clp@0 for 45 with 1658 remaining (b = 0.02)
191.76/189.62	c INFO: running scip-2.0.1-clp@48 for 45 with 1610 remaining (b = 0.01)
236.95/234.70	c INFO: running clasp-1.3.7@47 for 45 with 1565 remaining (b = 0.01)
282.13/279.86	c INFO: running clasp-1.3.7@92 for 136 with 1519 remaining (b = 0.02)
418.75/416.27	c INFO: running scip-2.0.1-spx@47 for 45 with 1383 remaining (b = 0.01)
464.02/461.43	c INFO: running bsolo_pb10-l1@0 for 91 with 1338 remaining (b = 0.01)
556.46/553.73	c INFO: running scip-2.0.1-spx@92 for 410 with 1246 remaining (b = 0.06)
967.42/964.04	c INFO: running bsolo_pb10-l3@0 for 45 with 836 remaining (b = 0.01)
1015.56/1012.18	c INFO: running scip-2.0.1-spx@501 for 547 with 788 remaining (b = 0.05)
1567.38/1563.10	c INFO: running wbo1.4a@0 for 45 with 239 remaining (b = 0.00)
1617.02/1612.65	c INFO: running scip-2.0.1-clp@93 for 45 with 189 remaining (b = 0.00)
1665.20/1660.78	c INFO: wrote minion input file to HOME/tmpiSXax5.minion
1665.20/1660.78	c INFO: running minion-0.12@0 for 45 with 143 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.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737913-1338716903/watcher-3737913-1338716903 -o /tmp/evaluation-result-3737913-1338716903/solver-3737913-1338716903 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737913-1338716903.opb -seed 194007428 -budget 1800 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.96 2.01 1.97 3/218 31191
/proc/meminfo: memFree=23707968/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=15308 CPUtime=0 cores=1,3,5,7
/proc/31191/stat : 31191 (python) R 31189 31191 27000 0 -1 4202496 642 0 0 0 0 0 0 0 20 0 1 0 337817768 15675392 536 33554432000 4194304 5683644 140733560274256 140733560260168 219513589652 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 3827 541 314 364 0 269 0

[startup+0.0873879 s]
/proc/loadavg: 1.96 2.01 1.97 3/218 31191
/proc/meminfo: memFree=23707968/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=19080 CPUtime=0.01 cores=1,3,5,7
/proc/31191/stat : 31191 (python) D 31189 31191 27000 0 -1 4202496 1338 0 0 0 1 0 0 0 20 0 1 0 337817768 19537920 1102 33554432000 4194304 5683644 140733560274256 140733560214248 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 4770 1102 430 364 0 694 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19080

[startup+0.100315 s]
/proc/loadavg: 1.96 2.01 1.97 3/218 31191
/proc/meminfo: memFree=23707968/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=19080 CPUtime=0.02 cores=1,3,5,7
/proc/31191/stat : 31191 (python) R 31189 31191 27000 0 -1 4202496 1393 0 0 0 2 0 0 0 20 0 1 0 337817768 19537920 1148 33554432000 4194304 5683644 140733560274256 140733560204760 219513589652 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 4770 1148 430 364 0 694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19080

[startup+0.300277 s]
/proc/loadavg: 1.96 2.01 1.97 3/218 31191
/proc/meminfo: memFree=23707968/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=96892 CPUtime=0.11 cores=1,3,5,7
/proc/31191/stat : 31191 (python) D 31189 31191 27000 0 -1 4202496 3946 1010 1 0 9 2 0 0 20 0 1 0 337817768 99217408 2648 33554432000 4194304 5683644 140733560274256 140733560160648 219513962165 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 24223 2648 823 364 0 1714 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96892

[startup+0.70027 s]
/proc/loadavg: 1.96 2.01 1.97 3/218 31191
/proc/meminfo: memFree=23707968/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=125760 CPUtime=0.21 cores=1,3,5,7
/proc/31191/stat : 31191 (python) D 31189 31191 27000 0 -1 4202496 6059 1010 1 0 15 6 0 0 20 0 1 0 337817768 128778240 3919 33554432000 4194304 5683644 140733560274256 140733560178888 219504799015 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 31440 3919 1017 364 0 2862 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 125760

[startup+1.50022 s]
/proc/loadavg: 1.96 2.01 1.97 2/219 31196
/proc/meminfo: memFree=23692088/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=284000 CPUtime=0.71 cores=1,3,5,7
/proc/31191/stat : 31191 (python) R 31189 31191 27000 0 -1 4202496 11759 1499 1 0 38 13 17 3 20 0 1 0 337817768 290816000 7728 33554432000 4194304 5683644 140733560274256 140733560265712 219513596688 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 71000 7728 1812 364 0 6229 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 284000

[startup+3.10028 s]
/proc/loadavg: 1.96 2.01 1.97 3/219 31197
/proc/meminfo: memFree=23676880/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=366588 CPUtime=1.4 cores=1,3,5,7
/proc/31191/stat : 31191 (python) S 31189 31191 27000 0 -1 4202496 16148 1499 1 0 107 13 17 3 20 0 2 0 337817768 375386112 9511 33554432000 4194304 5683644 140733560274256 140733560269088 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 91647 9511 1903 364 0 26870 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 366588
heavy processes:

[startup+6.30088 s]
/proc/loadavg: 2.13 2.04 1.99 3/240 31218
/proc/meminfo: memFree=23487056/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=366588 CPUtime=1.4 cores=1,3,5,7
/proc/31191/stat : 31191 (python) S 31189 31191 27000 0 -1 4202496 16148 1499 1 0 107 13 17 3 20 0 2 0 337817768 375386112 9511 33554432000 4194304 5683644 140733560274256 140733560269088 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 91647 9511 1903 364 0 26870 0
[pid=31198] ppid=31191 vsize=290808 CPUtime=0 cores=1,3,5,7
/proc/31198/stat : 31198 (python) S 31191 31191 27000 0 -1 4202560 857 0 0 0 0 0 0 0 20 0 1 0 337817987 297787392 7931 33554432000 4194304 5683644 140733560274256 140733560265344 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/31198/statm: 72702 7931 329 364 0 7925 0
[pid=31200] ppid=31198 vsize=9624972 CPUtime=5.99 cores=1,3,5,7
/proc/31200/stat : 31200 (java) S 31198 31200 31200 0 -1 4202496 16231 0 1 0 587 12 0 0 20 0 19 0 337817988 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140735831611328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31200/statm: 2406243 55785 2265 9 0 2396937 0
[pid=31200/tid=31201] ppid=31198 vsize=9624972 CPUtime=4.01 cores=1,3,5,7
/proc/31200/task/31201/stat : 31201 (java) R 31198 31200 31200 0 -1 4202560 2497 0 1 0 398 3 0 0 20 0 19 0 337817988 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676720359768 140676571218957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31202] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31202/stat : 31202 (java) S 31198 31200 31200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676692814888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31203] ppid=31198 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/31200/task/31203/stat : 31203 (java) S 31198 31200 31200 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676691762088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31200/tid=31204] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31204/stat : 31204 (java) S 31198 31200 31200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676690709288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31205] ppid=31198 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/31200/task/31205/stat : 31205 (java) S 31198 31200 31200 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676689656488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31200/tid=31206] ppid=31198 vsize=9624972 CPUtime=0.03 cores=1,3,5,7
/proc/31200/task/31206/stat : 31206 (java) S 31198 31200 31200 0 -1 4202560 167 0 0 0 2 1 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676559317544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31207] ppid=31198 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/31200/task/31207/stat : 31207 (java) S 31198 31200 31200 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676558264744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31208] ppid=31198 vsize=9624972 CPUtime=0.03 cores=1,3,5,7
/proc/31200/task/31208/stat : 31208 (java) S 31198 31200 31200 0 -1 4202560 84 0 0 0 2 1 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676557211944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31209] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31209/stat : 31209 (java) S 31198 31200 31200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337817989 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676556159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31210] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31210/stat : 31210 (java) S 31198 31200 31200 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676073647080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31211] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31211/stat : 31211 (java) S 31198 31200 31200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676072593144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31212] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31212/stat : 31212 (java) S 31198 31200 31200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676071540232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31213] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31213/stat : 31213 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676070488720 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31214] ppid=31198 vsize=9624972 CPUtime=0.82 cores=1,3,5,7
/proc/31200/task/31214/stat : 31214 (java) S 31198 31200 31200 0 -1 4202560 6663 0 0 0 80 2 0 0 20 0 19 0 337817992 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676069435832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31215] ppid=31198 vsize=9624972 CPUtime=0.89 cores=1,3,5,7
/proc/31200/task/31215/stat : 31215 (java) S 31198 31200 31200 0 -1 4202560 5153 0 0 0 87 2 0 0 20 0 19 0 337817992 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676068383032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31216] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31216/stat : 31216 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676067330424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31217] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31217/stat : 31217 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676066277832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31218] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31218/stat : 31218 (java) S 31198 31200 31200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 337818051 9855971328 55785 33554432000 1073741824 1073778376 140735831620192 140676065224360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31191/tid=31199] ppid=31189 vsize=366588 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31199/stat : 31199 (python) S 31189 31191 27000 0 -1 4202560 27 1499 0 0 0 0 17 3 20 0 2 0 337817988 375386112 9511 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10282368

[startup+12.7009 s]
/proc/loadavg: 2.12 2.04 1.99 3/240 31218
/proc/meminfo: memFree=23311248/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=366588 CPUtime=1.4 cores=1,3,5,7
/proc/31191/stat : 31191 (python) S 31189 31191 27000 0 -1 4202496 16148 1499 1 0 107 13 17 3 20 0 2 0 337817768 375386112 9511 33554432000 4194304 5683644 140733560274256 140733560269088 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 91647 9511 1903 364 0 26870 0
[pid=31198] ppid=31191 vsize=290808 CPUtime=0 cores=1,3,5,7
/proc/31198/stat : 31198 (python) S 31191 31191 27000 0 -1 4202560 862 0 0 0 0 0 0 0 20 0 1 0 337817987 297787392 7931 33554432000 4194304 5683644 140733560274256 140733560265344 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/31198/statm: 72702 7931 329 364 0 7925 0
[pid=31200] ppid=31198 vsize=9624972 CPUtime=12.66 cores=1,3,5,7
/proc/31200/stat : 31200 (java) S 31198 31200 31200 0 -1 4202496 16532 0 1 0 1247 19 0 0 20 0 19 0 337817988 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140735831611328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31200/statm: 2406243 92801 2266 9 0 2396937 0
[pid=31200/tid=31201] ppid=31198 vsize=9624972 CPUtime=10.37 cores=1,3,5,7
/proc/31200/task/31201/stat : 31201 (java) R 31198 31200 31200 0 -1 4202560 2553 0 1 0 1032 5 0 0 20 0 19 0 337817988 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676720360592 140676571278720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31202] ppid=31198 vsize=9624972 CPUtime=0.03 cores=1,3,5,7
/proc/31200/task/31202/stat : 31202 (java) S 31198 31200 31200 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676692814888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31203] ppid=31198 vsize=9624972 CPUtime=0.05 cores=1,3,5,7
/proc/31200/task/31203/stat : 31203 (java) S 31198 31200 31200 0 -1 4202560 96 0 0 0 3 2 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676691762088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31200/tid=31204] ppid=31198 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/31200/task/31204/stat : 31204 (java) S 31198 31200 31200 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676690709288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31205] ppid=31198 vsize=9624972 CPUtime=0.04 cores=1,3,5,7
/proc/31200/task/31205/stat : 31205 (java) S 31198 31200 31200 0 -1 4202560 86 0 0 0 2 2 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676689656488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31206] ppid=31198 vsize=9624972 CPUtime=0.04 cores=1,3,5,7
/proc/31200/task/31206/stat : 31206 (java) S 31198 31200 31200 0 -1 4202560 171 0 0 0 2 2 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676559317544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31207] ppid=31198 vsize=9624972 CPUtime=0.03 cores=1,3,5,7
/proc/31200/task/31207/stat : 31207 (java) S 31198 31200 31200 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676558264744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31208] ppid=31198 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/31200/task/31208/stat : 31208 (java) S 31198 31200 31200 0 -1 4202560 104 0 0 0 4 3 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676557211944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31209] ppid=31198 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/31200/task/31209/stat : 31209 (java) S 31198 31200 31200 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 337817989 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676556159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31210] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31210/stat : 31210 (java) S 31198 31200 31200 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676073647080 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31211] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31211/stat : 31211 (java) S 31198 31200 31200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676072593144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31212] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31212/stat : 31212 (java) S 31198 31200 31200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676071540232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31213] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31213/stat : 31213 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676070488720 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31214] ppid=31198 vsize=9624972 CPUtime=0.87 cores=1,3,5,7
/proc/31200/task/31214/stat : 31214 (java) S 31198 31200 31200 0 -1 4202560 6668 0 0 0 85 2 0 0 20 0 19 0 337817992 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676069435832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31215] ppid=31198 vsize=9624972 CPUtime=1 cores=1,3,5,7
/proc/31200/task/31215/stat : 31215 (java) S 31198 31200 31200 0 -1 4202560 5178 0 0 0 98 2 0 0 20 0 19 0 337817992 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676068383032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31216] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31216/stat : 31216 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676067330424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31200/tid=31217] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31217/stat : 31217 (java) S 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676066277832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31218] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31218/stat : 31218 (java) S 31198 31200 31200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 337818051 9855971328 92801 33554432000 1073741824 1073778376 140735831620192 140676065224360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31191/tid=31199] ppid=31189 vsize=366588 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31199/stat : 31199 (python) S 31189 31191 27000 0 -1 4202560 27 1499 0 0 0 0 17 3 20 0 2 0 337817988 375386112 9511 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 10282368

[startup+25.5008 s]
/proc/loadavg: 2.09 2.03 1.99 3/240 31218
/proc/meminfo: memFree=23099344/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=366588 CPUtime=1.4 cores=1,3,5,7
/proc/31191/stat : 31191 (python) S 31189 31191 27000 0 -1 4202496 16148 1499 1 0 107 13 17 3 20 0 2 0 337817768 375386112 9511 33554432000 4194304 5683644 140733560274256 140733560269088 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 91647 9511 1903 364 0 26870 0
[pid=31198] ppid=31191 vsize=290808 CPUtime=0.03 cores=1,3,5,7
/proc/31198/stat : 31198 (python) S 31191 31191 27000 0 -1 4202560 971 0 0 0 2 1 0 0 20 0 1 0 337817987 297787392 7936 33554432000 4194304 5683644 140733560274256 140733560265344 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/31198/statm: 72702 7936 334 364 0 7925 0
[pid=31200] ppid=31198 vsize=9624972 CPUtime=25.57 cores=1,3,5,7
/proc/31200/stat : 31200 (java) S 31198 31200 31200 0 -1 4202496 16925 0 1 0 2531 26 0 0 20 0 19 0 337817988 9855971328 147306 33554432000 1073741824 1073778376 140735831620192 140735831611328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/32169/stat : 32169 (wbo1.4a) T 32167 32169 32169 0 -1 4202496 32940 0 0 0 4935 16 0 0 20 0 1 0 337974079 134651904 32306 33554432000 134512640 135751879 4287442624 4287440800 134616320 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/32169/statm: 32874 32306 143 303 0 32569 0
[pid=32167/tid=32170] ppid=31191 vsize=745560 CPUtime=0 cores=1,3,5,7
/proc/32167/task/32170/stat : 32170 (python) S 31191 31191 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337979032 763453440 8524 33554432000 4194304 5683644 140733560274256 140405366579760 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32172] ppid=31191 vsize=821352 CPUtime=0 cores=1,3,5,7
/proc/32172/stat : 32172 (python) S 31191 31191 27000 0 -1 4202560 819 0 0 0 0 0 0 0 20 0 1 0 337983846 841064448 8459 33554432000 4194304 5683644 140733560274256 140733560265344 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/32172/statm: 205338 8459 307 364 0 140540 0
[pid=32174] ppid=32172 vsize=34404 CPUtime=0.11 cores=1,3,5,7
/proc/32174/stat : 32174 (minion) R 32172 32174 32174 0 -1 4202496 2531 0 0 0 11 0 0 0 20 0 1 0 337983847 35229696 1249 33554432000 134512640 165565024 4291915792 4291900964 159718384 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0
/proc/32174/statm: 8601 1249 262 7582 0 1016 0
[pid=31191/tid=31199] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31199/stat : 31199 (python) S 31189 31191 27000 0 -1 4202560 27 1499 0 0 0 0 17 3 20 0 9 0 337817988 918663168 10076 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=31221] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31221/stat : 31221 (python) S 31189 31191 27000 0 -1 4202560 37 1499 0 0 0 0 17 3 20 0 9 0 337822364 918663168 10076 33554432000 4194304 5683644 140733560274256 140405747520048 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31225] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31225/stat : 31225 (python) S 31189 31191 27000 0 -1 4202560 24 1499 0 0 0 0 17 3 20 0 9 0 337827143 918663168 10076 33554432000 4194304 5683644 140733560274256 140405737030192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31233] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31233/stat : 31233 (python) S 31189 31191 27000 0 -1 4202560 25 1499 0 0 0 0 17 3 20 0 9 0 337831860 918663168 10076 33554432000 4194304 5683644 140733560274256 140405726540336 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31242] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31242/stat : 31242 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337863911 918663168 10076 33554432000 4194304 5683644 140733560274256 140405716050480 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=31272] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31272/stat : 31272 (python) S 31189 31191 27000 0 -1 4202560 19 1499 0 0 0 0 17 3 20 0 9 0 337914173 918663168 10076 33554432000 4194304 5683644 140733560274256 140405366579760 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=32168] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/32168/stat : 32168 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337974079 918663168 10076 33554432000 4194304 5683644 140733560274256 140405356089904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=32173] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/32173/stat : 32173 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337983847 918663168 10076 33554432000 4194304 5683644 140733560274256 140405345600048 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.4
Current children cumulated vsize (KiB) 16368580

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

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

[startup+1660.9 s]
/proc/loadavg: 2.06 2.05 2.02 3/264 32174
/proc/meminfo: memFree=21708496/32873648 swapFree=7120/7120
[pid=31191] ppid=31189 vsize=897132 CPUtime=3.7 cores=1,3,5,7
/proc/31191/stat : 31191 (python) S 31189 31191 27000 0 -1 4202496 22973 1499 1 0 334 16 17 3 20 0 9 0 337817768 918663168 10076 33554432000 4194304 5683644 140733560274256 140733560269088 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31191/statm: 224283 10076 1918 364 0 159485 0
[pid=31198] ppid=31191 vsize=366588 CPUtime=0.07 cores=1,3,5,7
/proc/31198/stat : 31198 (python) S 31191 31191 27000 0 -1 4202560 1152 0 0 0 5 2 0 0 20 0 2 0 337817987 375386112 8004 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31198/statm: 91647 8004 395 364 0 26870 0
[pid=31200] ppid=31198 vsize=9624972 CPUtime=46.46 cores=1,3,5,7
/proc/31200/stat : 31200 (java) T 31198 31200 31200 0 -1 4202496 18086 0 1 0 4591 55 0 0 20 0 19 0 337817988 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140735831611328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31200/statm: 2406243 212993 2266 9 0 2396937 0
[pid=31200/tid=31201] ppid=31198 vsize=9624972 CPUtime=43.42 cores=1,3,5,7
/proc/31200/task/31201/stat : 31201 (java) T 31198 31200 31200 0 -1 4202560 2844 0 1 0 4335 7 0 0 20 0 19 0 337817988 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676720360416 140676571278788 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31202] ppid=31198 vsize=9624972 CPUtime=0.16 cores=1,3,5,7
/proc/31200/task/31202/stat : 31202 (java) T 31198 31200 31200 0 -1 4202560 208 0 0 0 8 8 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676692814888 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31203] ppid=31198 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/31200/task/31203/stat : 31203 (java) T 31198 31200 31200 0 -1 4202560 259 0 0 0 9 5 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676691762088 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31204] ppid=31198 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/31200/task/31204/stat : 31204 (java) T 31198 31200 31200 0 -1 4202560 212 0 0 0 8 6 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676690709288 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31205] ppid=31198 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/31200/task/31205/stat : 31205 (java) T 31198 31200 31200 0 -1 4202560 143 0 0 0 7 5 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676689656488 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31206] ppid=31198 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/31200/task/31206/stat : 31206 (java) T 31198 31200 31200 0 -1 4202560 225 0 0 0 6 5 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676559317544 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31207] ppid=31198 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/31200/task/31207/stat : 31207 (java) T 31198 31200 31200 0 -1 4202560 55 0 0 0 5 4 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676558264744 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31208] ppid=31198 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/31200/task/31208/stat : 31208 (java) T 31198 31200 31200 0 -1 4202560 254 0 0 0 9 5 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676557211944 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31209] ppid=31198 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/31200/task/31209/stat : 31209 (java) T 31198 31200 31200 0 -1 4202560 124 0 0 0 6 6 0 0 20 0 19 0 337817989 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676556159144 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31210] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31210/stat : 31210 (java) T 31198 31200 31200 0 -1 4202560 507 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676073647080 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31211] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31211/stat : 31211 (java) T 31198 31200 31200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676072593144 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31212] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31212/stat : 31212 (java) T 31198 31200 31200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337817990 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676071540232 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31213] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31213/stat : 31213 (java) T 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676070488720 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31214] ppid=31198 vsize=9624972 CPUtime=0.88 cores=1,3,5,7
/proc/31200/task/31214/stat : 31214 (java) T 31198 31200 31200 0 -1 4202560 6670 0 0 0 86 2 0 0 20 0 19 0 337817992 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676069435832 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31215] ppid=31198 vsize=9624972 CPUtime=1 cores=1,3,5,7
/proc/31200/task/31215/stat : 31215 (java) T 31198 31200 31200 0 -1 4202560 5178 0 0 0 98 2 0 0 20 0 19 0 337817992 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676068383032 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31216] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31216/stat : 31216 (java) T 31198 31200 31200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676067330424 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31200/tid=31217] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31217/stat : 31217 (java) T 31198 31200 31200 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337817992 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676066277832 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=31200/tid=31218] ppid=31198 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/31200/task/31218/stat : 31218 (java) T 31198 31200 31200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 337818051 9855971328 212993 33554432000 1073741824 1073778376 140735831620192 140676065224360 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=31198/tid=31219] ppid=31191 vsize=366588 CPUtime=0 cores=1,3,5,7
/proc/31198/task/31219/stat : 31219 (python) S 31191 31191 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337822362 375386112 8004 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31220] ppid=31191 vsize=366600 CPUtime=1.86 cores=1,3,5,7
/proc/31220/stat : 31220 (python) S 31191 31191 27000 0 -1 4202560 1156 0 0 0 109 77 0 0 20 0 2 0 337822364 375398400 7987 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31220/statm: 91650 7987 378 364 0 26870 0
[pid=31222] ppid=31220 vsize=294544 CPUtime=1053.94 cores=1,3,5,7
/proc/31222/stat : 31222 (scip-2.0.1.linu) T 31220 31222 31222 0 -1 4202496 77402 0 0 0 105178 216 0 0 20 0 1 0 337822364 301613056 71038 33554432000 4194304 13684479 140735537951840 140735537945672 7390848 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/31222/statm: 73636 71038 847 2317 0 71314 0
[pid=31220/tid=31223] ppid=31191 vsize=366600 CPUtime=0 cores=1,3,5,7
/proc/31220/task/31223/stat : 31223 (python) S 31191 31191 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 337827140 375398400 7987 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31224] ppid=31191 vsize=442392 CPUtime=0.41 cores=1,3,5,7
/proc/31224/stat : 31224 (python) S 31191 31191 27000 0 -1 4202560 1163 0 0 0 23 18 0 0 20 0 2 0 337827143 453009408 7993 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31224/statm: 110598 7993 378 364 0 45815 0
[pid=31226] ppid=31224 vsize=68308 CPUtime=228.62 cores=1,3,5,7
/proc/31226/stat : 31226 (clasp-1.3.7-x86) T 31224 31226 31226 0 -1 4202496 17287 0 0 0 22859 3 0 0 20 0 1 0 337827143 69947392 16459 33554432000 134512640 136139019 4293459776 4293458748 134621984 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/31226/statm: 17077 16459 182 398 0 16677 0
[pid=31224/tid=31231] ppid=31191 vsize=442392 CPUtime=0 cores=1,3,5,7
/proc/31224/task/31231/stat : 31231 (python) S 31191 31191 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337831857 453009408 7993 33554432000 4194304 5683644 140733560274256 140405747520048 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31232] ppid=31191 vsize=518184 CPUtime=0.25 cores=1,3,5,7
/proc/31232/stat : 31232 (python) S 31191 31191 27000 0 -1 4202560 1193 0 0 0 14 11 0 0 20 0 2 0 337831860 530620416 7999 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31232/statm: 129546 7999 378 364 0 64760 0
[pid=31234] ppid=31232 vsize=254412 CPUtime=139.79 cores=1,3,5,7
/proc/31234/stat : 31234 (scip-2.0.1.linu) T 31232 31234 31234 0 -1 4202496 88748 0 0 0 13941 38 0 0 20 0 1 0 337831860 260517888 59131 33554432000 4194304 15243407 140735189008944 140735189004040 4957811 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/31234/statm: 63603 59131 947 2698 0 60898 0
[pid=31232/tid=31235] ppid=31191 vsize=518184 CPUtime=0 cores=1,3,5,7
/proc/31232/task/31235/stat : 31235 (python) S 31191 31191 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 337836728 530620416 7999 33554432000 4194304 5683644 140733560274256 140405737030192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31241] ppid=31191 vsize=593976 CPUtime=0.16 cores=1,3,5,7
/proc/31241/stat : 31241 (python) S 31191 31191 27000 0 -1 4202560 1169 0 0 0 9 7 0 0 20 0 2 0 337863911 608231424 8005 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31241/statm: 148494 8005 378 364 0 83705 0
[pid=31243] ppid=31241 vsize=464176 CPUtime=92.26 cores=1,3,5,7
/proc/31243/stat : 31243 (bsolo_pb10) T 31241 31243 31243 0 -1 4202496 114769 0 0 0 9196 30 0 0 20 0 1 0 337863911 475316224 113549 33554432000 134512640 137138936 4286866576 4286865472 134542752 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/31243/statm: 116044 113549 190 642 0 115400 0
[pid=31241/tid=31244] ppid=31191 vsize=593976 CPUtime=0 cores=1,3,5,7
/proc/31241/task/31244/stat : 31244 (python) S 31191 31191 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 337873139 608231424 8005 33554432000 4194304 5683644 140733560274256 140405726540336 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31271] ppid=31191 vsize=669768 CPUtime=0.08 cores=1,3,5,7
/proc/31271/stat : 31271 (python) S 31191 31191 27000 0 -1 4202560 1151 0 0 0 4 4 0 0 20 0 2 0 337914172 685842432 8020 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31271/statm: 167442 8020 387 364 0 102650 0
[pid=31273] ppid=31271 vsize=74716 CPUtime=48.1 cores=1,3,5,7
/proc/31273/stat : 31273 (bsolo_pb10) T 31271 31273 31273 0 -1 4202496 17405 0 0 0 4795 15 0 0 20 0 1 0 337914173 76509184 16185 33554432000 134512640 137138936 4287337184 4287336080 134542330 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/31273/statm: 18679 16185 192 642 0 18035 0
[pid=31271/tid=31788] ppid=31191 vsize=669768 CPUtime=0 cores=1,3,5,7
/proc/31271/task/31788/stat : 31788 (python) S 31191 31191 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337918984 685842432 8020 33554432000 4194304 5683644 140733560274256 140405716050480 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32167] ppid=31191 vsize=745560 CPUtime=0.08 cores=1,3,5,7
/proc/32167/stat : 32167 (python) S 31191 31191 27000 0 -1 4202560 1156 0 0 0 5 3 0 0 20 0 2 0 337974079 763453440 8524 33554432000 4194304 5683644 140733560274256 140733560265904 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32167/statm: 186390 8524 378 364 0 121595 0
[pid=32169] ppid=32167 vsize=131496 CPUtime=49.51 cores=1,3,5,7
/proc/32169/stat : 32169 (wbo1.4a) T 32167 32169 32169 0 -1 4202496 32940 0 0 0 4935 16 0 0 20 0 1 0 337974079 134651904 32306 33554432000 134512640 135751879 4287442624 4287440800 134616320 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/32169/statm: 32874 32306 143 303 0 32569 0
[pid=32167/tid=32170] ppid=31191 vsize=745560 CPUtime=0 cores=1,3,5,7
/proc/32167/task/32170/stat : 32170 (python) S 31191 31191 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337979032 763453440 8524 33554432000 4194304 5683644 140733560274256 140405366579760 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32172] ppid=31191 vsize=821352 CPUtime=0 cores=1,3,5,7
/proc/32172/stat : 32172 (python) S 31191 31191 27000 0 -1 4202560 819 0 0 0 0 0 0 0 20 0 1 0 337983846 841064448 8459 33554432000 4194304 5683644 140733560274256 140733560265344 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/32172/statm: 205338 8459 307 364 0 140540 0
[pid=32174] ppid=32172 vsize=34404 CPUtime=0.11 cores=1,3,5,7
/proc/32174/stat : 32174 (minion) R 32172 32174 32174 0 -1 4202496 2531 0 0 0 11 0 0 0 20 0 1 0 337983847 35229696 1249 33554432000 134512640 165565024 4291915792 4291900964 159718384 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0
/proc/32174/statm: 8601 1249 262 7582 0 1016 0
[pid=31191/tid=31199] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31199/stat : 31199 (python) S 31189 31191 27000 0 -1 4202560 27 1499 0 0 0 0 17 3 20 0 9 0 337817988 918663168 10076 33554432000 4194304 5683644 140733560274256 140405758009904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=31221] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31221/stat : 31221 (python) S 31189 31191 27000 0 -1 4202560 37 1499 0 0 0 0 17 3 20 0 9 0 337822364 918663168 10076 33554432000 4194304 5683644 140733560274256 140405747520048 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31225] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31225/stat : 31225 (python) S 31189 31191 27000 0 -1 4202560 24 1499 0 0 0 0 17 3 20 0 9 0 337827143 918663168 10076 33554432000 4194304 5683644 140733560274256 140405737030192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31233] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31233/stat : 31233 (python) S 31189 31191 27000 0 -1 4202560 25 1499 0 0 0 0 17 3 20 0 9 0 337831860 918663168 10076 33554432000 4194304 5683644 140733560274256 140405726540336 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31191/tid=31242] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31242/stat : 31242 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337863911 918663168 10076 33554432000 4194304 5683644 140733560274256 140405716050480 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=31272] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/31272/stat : 31272 (python) S 31189 31191 27000 0 -1 4202560 19 1499 0 0 0 0 17 3 20 0 9 0 337914173 918663168 10076 33554432000 4194304 5683644 140733560274256 140405366579760 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=32168] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/32168/stat : 32168 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337974079 918663168 10076 33554432000 4194304 5683644 140733560274256 140405356089904 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31191/tid=32173] ppid=31189 vsize=897132 CPUtime=0.2 cores=1,3,5,7
/proc/31191/task/32173/stat : 32173 (python) S 31189 31191 27000 0 -1 4202560 22 1499 0 0 0 0 17 3 20 0 9 0 337983847 918663168 10076 33554432000 4194304 5683644 140733560274256 140405345600048 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.4
Current children cumulated vsize (KiB) 16368580

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1660.96
CPU time (s): 1665.4
CPU user time (s): 1660.26
CPU system time (s): 5.14
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 16368580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.52346
system time used= 0.198969
maximum resident set size= 40456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24987
page faults= 1
swaps= 0
block input operations= 0
block output operations= 7208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15960
involuntary context switches= 25

runsolver used 10.0115 second user time and 20.9218 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 11:48:23
IDJOB=3737913
IDBENCH=48350
IDSOLVER=2327
FILE ID=node114/3737913-1338716903
RUNJOBID= node114-1338713908-27017
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737913-1338716903/watcher-3737913-1338716903 -o /tmp/evaluation-result-3737913-1338716903/solver-3737913-1338716903 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737913-1338716903.opb -seed 194007428 -budget 1800

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=194007428

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23708588 kB
Buffers:         1001148 kB
Cached:          4489216 kB
SwapCached:         2312 kB
Active:          5658044 kB
Inactive:        2509180 kB
Active(anon):    2662932 kB
Inactive(anon):     8948 kB
Active(file):    2995112 kB
Inactive(file):  2500232 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103580 kB
Dirty:            102156 kB
Writeback:             0 kB
AnonPages:       2674428 kB
Mapped:            34908 kB
Shmem:               188 kB
Slab:             851052 kB
SReclaimable:     290588 kB
SUnreclaim:       560464 kB
KernelStack:        1784 kB
PageTables:        13336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3492776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2107392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69924 MiB
End job on node114 at 2012-06-03 12:16:07