Trace number 3482897

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
borg pb-dec-11.04.03? (MO) 308.91 307.489

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-37.opb
MD5SUMec0686518f213640aefaf52d4a6ca034
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark379.268
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.37/0.68	c INFO: solving HOME/instance-3482897-1307578674.opb
1.25/2.16	c INFO: parsing took 1.46 s
4.55/4.90	c INFO: features took 2.73 CPU seconds
4.66/4.92	c INFO: running wbo1.4b-fixed@0 for 45 with 1795 remaining (b = 0.96)
54.85/54.98	c INFO: running pbct-0.1.2-linear@0 for 45 with 1745 remaining (b = 0.96)
103.96/103.82	c INFO: running wbo1.4a@0 for 45 with 1697 remaining (b = 0.94)
164.56/164.24	c INFO: wrote minion input file to HOME/tmpdMg8UU.minion
164.56/164.24	c INFO: running minion-0.12@0 for 45 with 1651 remaining (b = 0.71)
212.45/211.90	c INFO: running bsolo_pb10-l2@0 for 45 with 1590 remaining (b = 0.65)
259.73/259.06	c INFO: running clasp-1.3.7@0 for 45 with 1544 remaining (b = 0.63)
307.14/306.31	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1497 remaining (b = 0.22)

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.08 1.87 2/524 13556
/proc/meminfo: memFree=18064708/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=15768 CPUtime=0 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 845 0 0 0 0 0 0 0 20 0 1 0 869467265 16146432 728 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/13556/statm: 3942 728 334 364 0 429 0

[startup+0.0248641 s]
/proc/loadavg: 2.02 2.08 1.87 2/524 13556
/proc/meminfo: memFree=18064708/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=16404 CPUtime=0.01 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 1111 0 0 0 1 0 0 0 20 0 1 0 869467265 16797696 980 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089694053 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13556/statm: 4101 980 407 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100875 s]
/proc/loadavg: 2.02 2.08 1.87 2/524 13556
/proc/meminfo: memFree=18064708/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=85624 CPUtime=0.07 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 2665 0 0 0 5 2 0 0 20 0 1 0 869467265 87678976 2382 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13556/statm: 21406 2382 715 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85624

[startup+0.300615 s]
/proc/loadavg: 2.02 2.08 1.87 2/524 13556
/proc/meminfo: memFree=18064708/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=123744 CPUtime=0.18 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 5356 931 1 0 13 5 0 0 20 0 1 0 869467265 126713856 3744 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13556/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 123744

[startup+0.700518 s]
/proc/loadavg: 2.02 2.08 1.87 2/524 13556
/proc/meminfo: memFree=18064708/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=291116 CPUtime=0.46 cores=0,2,4,6
/proc/13556/stat : 13556 (python) R 13554 13556 11775 0 -1 4202496 11227 931 1 0 34 12 0 0 17 0 1 0 869467265 298102784 9091 33554432000 4194304 5683644 140734358438912 18446744073709551615 47084067322220 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13556/statm: 72779 9091 1781 364 0 7672 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 291116

[startup+1.50032 s]
/proc/loadavg: 2.02 2.08 1.87 3/528 13564
/proc/meminfo: memFree=18013836/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=316312 CPUtime=1.25 cores=0,2,4,6
/proc/13556/stat : 13556 (python) R 13554 13556 11775 0 -1 4202496 17368 931 1 0 113 12 0 0 18 0 1 0 869467265 323903488 15232 33554432000 4194304 5683644 140734358438912 18446744073709551615 4603495 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13556/statm: 79078 15233 1781 364 0 13971 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 316312

[startup+3.10104 s]
/proc/loadavg: 2.02 2.08 1.87 3/528 13564
/proc/meminfo: memFree=17956060/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=336532 CPUtime=2.85 cores=0,2,4,6
/proc/13556/stat : 13556 (python) R 13554 13556 11775 0 -1 4202496 32301 931 1 0 271 14 0 0 21 0 1 0 869467265 344608768 20479 33554432000 4194304 5683644 140734358438912 18446744073709551615 47083900817709 0 0 16781312 33554434 0 0 0 17 0 0 0 0
/proc/13556/statm: 84133 20479 1815 364 0 19026 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 336532

[startup+6.30059 s]
/proc/loadavg: 2.01 2.07 1.87 3/531 13568
/proc/meminfo: memFree=17928712/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=351472 CPUtime=4.69 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 33744 931 1 0 454 15 0 0 25 0 2 0 869467265 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 87868 21700 1864 364 0 22755 0
[pid=13566] ppid=13556 vsize=341228 CPUtime=0 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 869467758 349417472 20183 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718287 0 0 16781312 33554946 5357708407379820801 0 0 17 6 0 0 0
/proc/13566/statm: 85307 20183 351 364 0 20194 0
[pid=13568] ppid=13566 vsize=24004 CPUtime=1.36 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) R 13566 13568 13568 0 -1 4202496 7973 0 0 0 132 4 0 0 25 0 1 0 869467758 24580096 5432 33554432000 134512640 135752315 4294661248 18446744073709551615 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/13568/statm: 6001 5432 146 303 0 5696 0
[pid=13556/tid=13567] ppid=13554 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 869467758 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 716704

[startup+12.7184 s]
/proc/loadavg: 2.01 2.07 1.87 3/531 13568
/proc/meminfo: memFree=17916564/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=351472 CPUtime=4.69 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 33744 931 1 0 454 15 0 0 25 0 2 0 869467265 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 87868 21700 1864 364 0 22755 0
[pid=13566] ppid=13556 vsize=341228 CPUtime=0.04 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 889 0 0 0 2 2 0 0 15 0 1 0 869467758 349417472 20207 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718287 0 0 16781312 33554946 72556772316949202 0 0 17 6 0 0 0
/proc/13566/statm: 85307 20207 375 364 0 20194 0
[pid=13568] ppid=13566 vsize=29660 CPUtime=7.77 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) R 13566 13568 13568 0 -1 4202496 9372 0 0 0 764 13 0 0 25 0 1 0 869467758 30371840 6831 33554432000 134512640 135752315 4294661248 18446744073709551615 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/13568/statm: 7415 6831 146 303 0 7110 0
[pid=13556/tid=13567] ppid=13554 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 869467758 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 722360

[startup+25.5012 s]
/proc/loadavg: 2.01 2.07 1.87 3/531 13568
/proc/meminfo: memFree=17898152/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=351472 CPUtime=4.69 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 33744 931 1 0 454 15 0 0 25 0 2 0 869467265 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 87868 21700 1864 364 0 22755 0
[pid=13566] ppid=13556 vsize=341228 CPUtime=0.07 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 892 0 0 0 3 4 0 0 15 0 1 0 869467758 349417472 20207 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718287 0 0 16781312 33554946 72114768642583250 0 0 17 0 0 0 0
/proc/13566/statm: 85307 20207 375 364 0 20194 0
[pid=13568] ppid=13566 vsize=37060 CPUtime=20.56 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) R 13566 13568 13568 0 -1 4202496 11147 0 0 0 2035 21 0 0 25 0 1 0 869467758 37949440 8606 33554432000 134512640 135752315 4294661248 18446744073709551615 134611361 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/13568/statm: 9265 8606 146 303 0 8960 0
[pid=13556/tid=13567] ppid=13554 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 869467758 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 729760

[startup+51.1007 s]
/proc/loadavg: 2.00 2.06 1.87 3/532 13570
/proc/meminfo: memFree=17865052/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=351472 CPUtime=4.69 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 33744 931 1 0 454 15 0 0 25 0 2 0 869467265 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 87868 21700 1864 364 0 22755 0
[pid=13566] ppid=13556 vsize=341228 CPUtime=0.2 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 998 0 0 0 10 10 0 0 15 0 1 0 869467758 349417472 20212 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718287 0 0 16781312 33554946 72556772316949202 0 0 17 6 0 0 0
/proc/13566/statm: 85307 20212 380 364 0 20194 0
[pid=13568] ppid=13566 vsize=46140 CPUtime=46.17 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) R 13566 13568 13568 0 -1 4202496 13301 0 0 0 4586 31 0 0 25 0 1 0 869467758 47247360 10760 33554432000 134512640 135752315 4294661248 18446744073709551615 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/13568/statm: 11535 10760 146 303 0 11230 0
[pid=13556/tid=13567] ppid=13554 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 869467758 359907328 21700 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 738840

[startup+102.301 s]
/proc/loadavg: 2.00 2.05 1.88 3/536 13575
/proc/meminfo: memFree=16948908/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=361728 CPUtime=4.71 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 34661 931 1 0 456 15 0 0 20 0 3 0 869467265 370409472 21715 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 90432 21715 1875 364 0 25316 0
[pid=13566] ppid=13556 vsize=351472 CPUtime=0.22 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 1131 0 0 0 10 12 0 0 17 0 2 0 869467758 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13566/statm: 87868 20248 411 364 0 22755 0
[pid=13568] ppid=13566 vsize=48912 CPUtime=50.02 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) T 13566 13568 13568 0 -1 4202496 14026 0 0 0 4967 35 0 0 25 0 1 0 869467758 50085888 11485 33554432000 134512640 135752315 4294661248 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/13568/statm: 12228 11485 146 303 0 11923 0
[pid=13566/tid=13571] ppid=13556 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13566/task/13571/stat : 13571 (python) S 13556 13556 11775 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 2 0 869472760 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604443744246848 0 0 -1 6 0 0 0
[pid=13572] ppid=13556 vsize=351484 CPUtime=0.18 cores=0,2,4,6
/proc/13572/stat : 13572 (python) S 13556 13556 11775 0 -1 4202560 942 0 0 0 9 9 0 0 15 0 1 0 869472763 359919616 20208 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718342 0 0 16781312 33554946 72556772316949202 0 0 17 6 0 0 0
/proc/13572/statm: 87871 20208 372 364 0 22755 0
[pid=13574] ppid=13572 vsize=804324 CPUtime=47.31 cores=0,2,4,6
/proc/13574/stat : 13574 (pbct-0.1.2-linu) R 13572 13574 13574 0 -1 4202496 211198 0 0 0 4670 61 0 0 25 0 1 0 869472763 823627776 194378 33554432000 134512640 136422188 4293474032 18446744073709551615 135874785 0 0 16781312 16387 0 0 0 17 0 0 0 0
/proc/13574/statm: 201081 194378 215 467 0 200612 0
[pid=13556/tid=13567] ppid=13554 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 3 0 869467758 370409472 21715 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13573] ppid=13554 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13573/stat : 13573 (python) S 13554 13556 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 869472763 370409472 21715 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 1917920

[startup+162.318 s]
/proc/loadavg: 2.00 2.04 1.88 3/541 13582
/proc/meminfo: memFree=16679192/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=371988 CPUtime=16.85 cores=0,2,4,6
/proc/13556/stat : 13556 (python) R 13554 13556 11775 0 -1 4202496 36205 931 1 0 1667 18 0 0 25 0 4 0 869467265 380915712 21722 33554432000 4194304 5683644 140734358438912 18446744073709551615 4643487 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13556/statm: 92997 21722 1877 364 0 27878 0
[pid=13566] ppid=13556 vsize=351472 CPUtime=0.22 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 1131 0 0 0 10 12 0 0 17 0 2 0 869467758 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13566/statm: 87868 20248 411 364 0 22755 0
[pid=13568] ppid=13566 vsize=48912 CPUtime=50.02 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) T 13566 13568 13568 0 -1 4202496 14026 0 0 0 4967 35 0 0 25 0 1 0 869467758 50085888 11485 33554432000 134512640 135752315 4294661248 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/13568/statm: 12228 11485 146 303 0 11923 0
[pid=13566/tid=13571] ppid=13556 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13566/task/13571/stat : 13571 (python) S 13556 13556 11775 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 2 0 869472760 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604443744246848 0 0 -1 6 0 0 0
[pid=13572] ppid=13556 vsize=351484 CPUtime=0.2 cores=0,2,4,6
/proc/13572/stat : 13572 (python) S 13556 13556 11775 0 -1 4202560 1104 0 0 0 10 10 0 0 16 0 2 0 869472763 359919616 20233 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13572/statm: 87871 20233 396 364 0 22755 0
[pid=13574] ppid=13572 vsize=804752 CPUtime=48.81 cores=0,2,4,6
/proc/13574/stat : 13574 (pbct-0.1.2-linu) T 13572 13574 13574 0 -1 4202496 211280 0 0 0 4819 62 0 0 25 0 1 0 869472763 824066048 194460 33554432000 134512640 136422188 4293474032 18446744073709551615 135686880 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/13574/statm: 201188 194460 215 467 0 200719 0
[pid=13572/tid=13576] ppid=13556 vsize=351484 CPUtime=0 cores=0,2,4,6
/proc/13572/task/13576/stat : 13576 (python) S 13556 13556 11775 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869477644 359919616 20233 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604446004023744 0 0 -1 6 0 0 0
[pid=13577] ppid=13556 vsize=361740 CPUtime=0.21 cores=0,2,4,6

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

[pid=13583] ppid=13556 vsize=371996 CPUtime=0.21 cores=0,2,4,6
/proc/13583/stat : 13583 (python) S 13556 13556 11775 0 -1 4202560 1130 0 0 0 9 12 0 0 16 0 2 0 869483689 380923904 20241 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13583/statm: 92999 20241 396 364 0 27877 0
[pid=13585] ppid=13583 vsize=3522924 CPUtime=47.62 cores=0,2,4,6
/proc/13585/stat : 13585 (minion) T 13583 13585 13585 0 -1 4202496 886312 0 0 0 4665 97 0 0 25 0 1 0 869483690 3607474176 873320 33554432000 134512640 165565024 4291743280 18446744073709551615 142764880 0 0 16781312 8396802 18446744071562691360 0 0 17 4 0 0 0
/proc/13585/statm: 880731 873320 359 7582 0 873146 0
[pid=13583/tid=13587] ppid=13556 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/13583/task/13587/stat : 13587 (python) S 13556 13556 11775 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869488453 380923904 20241 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604449167581632 0 0 -1 6 0 0 0
[pid=13588] ppid=13556 vsize=382252 CPUtime=0.21 cores=0,2,4,6
/proc/13588/stat : 13588 (python) S 13556 13556 11775 0 -1 4202560 1118 0 0 0 11 10 0 0 16 0 2 0 869488456 391426048 20245 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/13588/statm: 95563 20245 396 364 0 30438 0
[pid=13590] ppid=13588 vsize=75836 CPUtime=47.11 cores=0,2,4,6
/proc/13590/stat : 13590 (bsolo_pb10) T 13588 13590 13590 0 -1 4202496 19078 0 0 0 4648 63 0 0 25 0 1 0 869488456 77656064 16492 33554432000 134512640 137138936 4293203568 18446744073709551615 134542316 0 0 16781312 16384 18446744071562691360 0 0 17 2 0 0 0
/proc/13590/statm: 18959 16492 192 642 0 18315 0
[pid=13588/tid=13592] ppid=13556 vsize=382252 CPUtime=0 cores=0,2,4,6
/proc/13588/task/13592/stat : 13592 (python) S 13556 13556 11775 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869493168 391426048 20245 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604453850649920 0 0 -1 2 0 0 0
[pid=13593] ppid=13556 vsize=392508 CPUtime=0.1 cores=0,2,4,6
/proc/13593/stat : 13593 (python) S 13556 13556 11775 0 -1 4202560 972 0 0 0 6 4 0 0 18 0 1 0 869493171 401928192 20224 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718342 0 0 16781312 33554946 72556772316949202 0 0 17 6 0 0 0
/proc/13593/statm: 98127 20224 372 364 0 32999 0
[pid=13595] ppid=13593 vsize=34752 CPUtime=23.23 cores=0,2,4,6
/proc/13595/stat : 13595 (clasp-1.3.7-x86) R 13593 13595 13595 0 -1 4202496 9316 0 0 0 2321 2 0 0 25 0 1 0 869493171 35586048 8165 33554432000 134512640 136139019 4287203600 18446744073709551615 134883083 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/13595/statm: 8688 8165 184 398 0 8288 0
[pid=13556/tid=13567] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 7 0 869467758 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13573] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13573/stat : 13573 (python) S 13554 13556 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 7 0 869472763 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13578] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13578/stat : 13578 (python) S 13554 13556 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 7 0 869477648 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13584] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13584/stat : 13584 (python) S 13554 13556 11775 0 -1 4202560 32 931 0 0 0 0 0 0 25 0 7 0 869483690 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13589] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13589/stat : 13589 (python) S 13554 13556 11775 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 869488456 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 4 0 0 0
[pid=13556/tid=13594] ppid=13554 vsize=402752 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13594/stat : 13594 (python) S 13554 13556 11775 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 869493171 412418048 21739 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 283.15
Current children cumulated vsize (KiB) 7144568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+307.401 s]
/proc/loadavg: 2.08 2.06 1.91 5/573 13618
/proc/meminfo: memFree=12555976/32950928 swapFree=45617076/67111528
[pid=13556] ppid=13554 vsize=413008 CPUtime=18.87 cores=0,2,4,6
/proc/13556/stat : 13556 (python) S 13554 13556 11775 0 -1 4202496 39289 931 1 0 1867 20 0 0 20 0 8 0 869467265 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/13556/statm: 103252 21745 1885 364 0 38121 0
[pid=13566] ppid=13556 vsize=351472 CPUtime=0.22 cores=0,2,4,6
/proc/13566/stat : 13566 (python) S 13556 13556 11775 0 -1 4202560 1131 0 0 0 10 12 0 0 17 0 2 0 869467758 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13566/statm: 87868 20248 411 364 0 22755 0
[pid=13568] ppid=13566 vsize=48912 CPUtime=50.02 cores=0,2,4,6
/proc/13568/stat : 13568 (wbo1.4b-fixed) T 13566 13568 13568 0 -1 4202496 14026 0 0 0 4967 35 0 0 25 0 1 0 869467758 50085888 11485 33554432000 134512640 135752315 4294661248 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/13568/statm: 12228 11485 146 303 0 11923 0
[pid=13566/tid=13571] ppid=13556 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/13566/task/13571/stat : 13571 (python) S 13556 13556 11775 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 2 0 869472760 359907328 20248 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604443744246848 0 0 -1 6 0 0 0
[pid=13572] ppid=13556 vsize=351484 CPUtime=0.2 cores=0,2,4,6
/proc/13572/stat : 13572 (python) S 13556 13556 11775 0 -1 4202560 1104 0 0 0 10 10 0 0 16 0 2 0 869472763 359919616 20233 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13572/statm: 87871 20233 396 364 0 22755 0
[pid=13574] ppid=13572 vsize=804752 CPUtime=48.81 cores=0,2,4,6
/proc/13574/stat : 13574 (pbct-0.1.2-linu) T 13572 13574 13574 0 -1 4202496 211280 0 0 0 4819 62 0 0 25 0 1 0 869472763 824066048 194460 33554432000 134512640 136422188 4293474032 18446744073709551615 135686880 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/13574/statm: 201188 194460 215 467 0 200719 0
[pid=13572/tid=13576] ppid=13556 vsize=351484 CPUtime=0 cores=0,2,4,6
/proc/13572/task/13576/stat : 13576 (python) S 13556 13556 11775 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869477644 359919616 20233 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604446004023744 0 0 -1 6 0 0 0
[pid=13577] ppid=13556 vsize=361740 CPUtime=0.21 cores=0,2,4,6
/proc/13577/stat : 13577 (python) S 13556 13556 11775 0 -1 4202560 1097 0 0 0 12 9 0 0 16 0 2 0 869477647 370421760 20237 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13577/statm: 90435 20237 396 364 0 25316 0
[pid=13579] ppid=13577 vsize=43188 CPUtime=46.36 cores=0,2,4,6
/proc/13579/stat : 13579 (wbo1.4a) T 13577 13579 13579 0 -1 4202496 12604 0 0 0 4603 33 0 0 25 0 1 0 869477648 44224512 10052 33554432000 134512640 135751879 4290059632 18446744073709551615 134616336 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/13579/statm: 10797 10052 143 303 0 10492 0
[pid=13577/tid=13581] ppid=13556 vsize=361740 CPUtime=0 cores=0,2,4,6
/proc/13577/task/13581/stat : 13581 (python) S 13556 13556 11775 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869482285 370421760 20237 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604452827173824 0 0 -1 6 0 0 0
[pid=13583] ppid=13556 vsize=371996 CPUtime=0.21 cores=0,2,4,6
/proc/13583/stat : 13583 (python) S 13556 13556 11775 0 -1 4202560 1130 0 0 0 9 12 0 0 16 0 2 0 869483689 380923904 20241 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13583/statm: 92999 20241 396 364 0 27877 0
[pid=13585] ppid=13583 vsize=3522924 CPUtime=47.62 cores=0,2,4,6
/proc/13585/stat : 13585 (minion) T 13583 13585 13585 0 -1 4202496 886312 0 0 0 4665 97 0 0 25 0 1 0 869483690 3607474176 873320 33554432000 134512640 165565024 4291743280 18446744073709551615 142764880 0 0 16781312 8396802 18446744071562691360 0 0 17 4 0 0 0
/proc/13585/statm: 880731 873320 359 7582 0 873146 0
[pid=13583/tid=13587] ppid=13556 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/13583/task/13587/stat : 13587 (python) S 13556 13556 11775 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869488453 380923904 20241 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604449167581632 0 0 -1 6 0 0 0
[pid=13588] ppid=13556 vsize=382252 CPUtime=0.21 cores=0,2,4,6
/proc/13588/stat : 13588 (python) S 13556 13556 11775 0 -1 4202560 1118 0 0 0 11 10 0 0 16 0 2 0 869488456 391426048 20245 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/13588/statm: 95563 20245 396 364 0 30438 0
[pid=13590] ppid=13588 vsize=75836 CPUtime=47.11 cores=0,2,4,6
/proc/13590/stat : 13590 (bsolo_pb10) T 13588 13590 13590 0 -1 4202496 19078 0 0 0 4648 63 0 0 25 0 1 0 869488456 77656064 16492 33554432000 134512640 137138936 4293203568 18446744073709551615 134542316 0 0 16781312 16384 18446744071562691360 0 0 17 2 0 0 0
/proc/13590/statm: 18959 16492 192 642 0 18315 0
[pid=13588/tid=13592] ppid=13556 vsize=382252 CPUtime=0 cores=0,2,4,6
/proc/13588/task/13592/stat : 13592 (python) S 13556 13556 11775 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869493168 391426048 20245 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604453850649920 0 0 -1 2 0 0 0
[pid=13593] ppid=13556 vsize=392508 CPUtime=0.21 cores=0,2,4,6
/proc/13593/stat : 13593 (python) S 13556 13556 11775 0 -1 4202560 1146 0 0 0 13 8 0 0 19 0 2 0 869493171 401928192 20249 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13593/statm: 98127 20249 396 364 0 32999 0
[pid=13595] ppid=13593 vsize=42004 CPUtime=47.21 cores=0,2,4,6
/proc/13595/stat : 13595 (clasp-1.3.7-x86) T 13593 13595 13595 0 -1 4202496 11083 0 0 0 4719 2 0 0 25 0 1 0 869493171 43012096 9932 33554432000 134512640 136139019 4287203600 18446744073709551615 134832156 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/13595/statm: 10501 9932 184 398 0 10101 0
[pid=13593/tid=13598] ppid=13556 vsize=392508 CPUtime=0 cores=0,2,4,6
/proc/13593/task/13598/stat : 13598 (python) S 13556 13556 11775 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 869497893 401928192 20249 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554946 18446604446846481472 0 0 -1 6 0 0 0
[pid=13599] ppid=13556 vsize=402764 CPUtime=0 cores=0,2,4,6
/proc/13599/stat : 13599 (python) S 13556 13556 11775 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 869497896 412430336 20204 33554432000 4194304 5683644 140734358438912 18446744073709551615 248089718342 0 0 16781312 33554946 2681189405326049280 0 0 17 4 0 0 0
/proc/13599/statm: 100691 20204 348 364 0 35560 0
[pid=13601] ppid=13599 vsize=8536180 CPUtime=1.65 cores=0,2,4,6
/proc/13601/stat : 13601 (java) S 13599 13601 13601 0 -1 4202496 46241 0 1 0 157 8 0 0 20 0 18 0 869497896 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13601/statm: 2134045 44286 2223 9 0 2124786 0
[pid=13601/tid=13602] ppid=13599 vsize=8536180 CPUtime=1.05 cores=0,2,4,6
/proc/13601/task/13602/stat : 13602 (java) R 13599 13601 13601 0 -1 4202560 35197 0 1 0 100 5 0 0 25 0 18 0 869497897 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13601/tid=13603] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13603/stat : 13603 (java) S 13599 13601 13601 0 -1 4202560 597 0 0 0 0 0 0 0 15 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 2 0 0 0
[pid=13601/tid=13604] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13604/stat : 13604 (java) S 13599 13601 13601 0 -1 4202560 560 0 0 0 0 0 0 0 15 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13605] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13605/stat : 13605 (java) S 13599 13601 13601 0 -1 4202560 516 0 0 0 0 0 0 0 15 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 6 0 0 0
[pid=13601/tid=13606] ppid=13599 vsize=8536180 CPUtime=0.01 cores=0,2,4,6
/proc/13601/task/13606/stat : 13606 (java) S 13599 13601 13601 0 -1 4202560 1659 0 0 0 1 0 0 0 17 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13607] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13607/stat : 13607 (java) S 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13608] ppid=13599 vsize=8536180 CPUtime=0.02 cores=0,2,4,6
/proc/13601/task/13608/stat : 13608 (java) S 13599 13601 13601 0 -1 4202560 1583 0 0 0 2 0 0 0 17 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 6 0 0 0
[pid=13601/tid=13609] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13609/stat : 13609 (java) S 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13610] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13610/stat : 13610 (java) S 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 869497898 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13611] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13611/stat : 13611 (java) S 13599 13601 13601 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 18 0 869497899 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514752 0 0 0 16800975 18446604449161369664 0 0 -1 6 0 0 0
[pid=13601/tid=13612] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13612/stat : 13612 (java) S 13599 13601 13601 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 869497899 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 2 0 0 0
[pid=13601/tid=13613] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13613/stat : 13613 (java) S 13599 13601 13601 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 18 0 869497899 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 2 0 0 0
[pid=13601/tid=13614] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13614/stat : 13614 (java) S 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869497901 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101521841 0 4 0 16800975 18446604449161369664 0 0 -1 2 0 0 0
[pid=13601/tid=13615] ppid=13599 vsize=8536180 CPUtime=0.26 cores=0,2,4,6
/proc/13601/task/13615/stat : 13615 (java) S 13599 13601 13601 0 -1 4202560 2562 0 0 0 25 1 0 0 18 0 18 0 869497901 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 2 0 0 0
[pid=13601/tid=13616] ppid=13599 vsize=8536180 CPUtime=0.25 cores=0,2,4,6
/proc/13601/task/13616/stat : 13616 (java) S 13599 13601 13601 0 -1 4202560 2108 0 0 0 25 0 0 0 21 0 18 0 869497901 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 6 0 0 0
[pid=13601/tid=13617] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13617/stat : 13617 (java) S 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869497901 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514137 0 4 0 16800975 18446604449161369664 0 0 -1 4 0 0 0
[pid=13601/tid=13618] ppid=13599 vsize=8536180 CPUtime=0 cores=0,2,4,6
/proc/13601/task/13618/stat : 13618 (java) R 13599 13601 13601 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 869497901 8741048320 44286 33554432000 1073741824 1073778376 140735062731968 18446744073709551615 248101514752 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13556/tid=13567] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13567/stat : 13567 (python) S 13554 13556 11775 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 8 0 869467758 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13573] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13573/stat : 13573 (python) S 13554 13556 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869472763 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13578] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13578/stat : 13578 (python) S 13554 13556 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869477648 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13584] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13584/stat : 13584 (python) S 13554 13556 11775 0 -1 4202560 32 931 0 0 0 0 0 0 25 0 8 0 869483690 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 0 0 0 0
[pid=13556/tid=13589] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13589/stat : 13589 (python) S 13554 13556 11775 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 869488456 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 4 0 0 0
[pid=13556/tid=13594] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13594/stat : 13594 (python) S 13554 13556 11775 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 869493171 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 4 0 0 0
[pid=13556/tid=13600] ppid=13554 vsize=413008 CPUtime=0 cores=0,2,4,6
/proc/13556/task/13600/stat : 13600 (python) S 13554 13556 11775 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 869497896 422920192 21745 33554432000 4194304 5683644 140734358438912 18446744073709551615 248101521841 0 0 16781312 33554434 18446604446846483264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 308.91
Current children cumulated vsize (KiB) 16101020

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13556 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=676160
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 18.8881
# while last known CPU time is 308.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 307.489
CPU time (s): 308.91
CPU user time (s): 305.1
CPU system time (s): 3.81
CPU usage (%): 100.462
Max. virtual memory (cumulated for all children) (KiB): 16101020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6762
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40224
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= 2876
involuntary context switches= 70

runsolver used 1.60675 second user time and 3.52246 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-09 02:17:54
IDJOB=3482897
IDBENCH=89792
IDSOLVER=1971
FILE ID=node123/3482897-1307578674
RUNJOBID= node123-1307576358-11793
PBS_JOBID= 13547676
Free space on /tmp= 73676 MiB

SOLVER NAME= borg pb-dec-11.04.03
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-37.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-3482897-1307578674/watcher-3482897-1307578674 -o /tmp/evaluation-result-3482897-1307578674/solver-3482897-1307578674 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3482897-1307578674.opb -seed 2139623222 -budget 1800

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

MD5SUM BENCH= ec0686518f213640aefaf52d4a6ca034
RANDOM SEED=2139623222

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18064988 kB
Buffers:        165132 kB
Cached:         689068 kB
SwapCached:      10384 kB
Active:       14432408 kB
Inactive:       143244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18064988 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:          109912 kB
Writeback:           0 kB
AnonPages:    13718904 kB
Mapped:          70724 kB
Slab:           134920 kB
PageTables:     106392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 146076796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73564 MiB
End job on node123 at 2011-06-09 02:23:04