Trace number 3729012

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? (TO) 1800.09 1795.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
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.36/1.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.36/1.10	c INFO: solving HOME/instance-3729012-1338713522.opb
0.40/1.11	c INFO: parsing took 0.01 s
0.40/1.13	c INFO: features took 0.02 CPU seconds
0.40/1.16	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.42)
50.05/50.78	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.06)
97.30/97.93	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.02)
143.44/144.06	c INFO: running scip-2.0.1-clp@45 for 45 with 1657 remaining (b = 0.01)
189.59/190.19	c INFO: running clasp-1.3.7@47 for 45 with 1611 remaining (b = 0.01)
234.87/235.33	c INFO: running wbo1.4a@0 for 45 with 1566 remaining (b = 0.01)
284.10/284.53	c INFO: running clasp-1.3.7@92 for 136 with 1517 remaining (b = 0.02)
421.70/421.90	c INFO: running scip-2.0.1-spx@49 for 45 with 1380 remaining (b = 0.01)
467.88/468.01	c INFO: running bsolo_pb10-l3@0 for 45 with 1334 remaining (b = 0.03)
515.01/515.17	c INFO: running scip-2.0.1-spx@94 for 410 with 1287 remaining (b = 0.06)
931.43/930.83	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 877 remaining (b = 0.01)
981.15/978.23	c INFO: running bsolo_pb10-l1@0 for 91 with 828 remaining (b = 0.01)
1076.61/1073.54	c INFO: running scip-2.0.1-spx@504 for 547 with 733 remaining (b = 0.05)
1631.38/1627.37	c INFO: running pbct-0.1.2-linear@0 for 45 with 187 remaining (b = 0.00)
1682.67/1678.55	c INFO: running scip-2.0.1-clp@91 for 45 with 138 remaining (b = 0.00)
1731.07/1726.81	c INFO: running clasp-1.3.7@229 for 90 with 90 remaining (b = 0.00)
1800.09/1795.74	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729012-1338713522/watcher-3729012-1338713522 -o /tmp/evaluation-result-3729012-1338713522/solver-3729012-1338713522 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3729012-1338713522.opb -seed 1836371932 -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.90 1.69 1.82 3/187 4162
/proc/meminfo: memFree=29797380/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/4162/stat : 4162 (python) R 4160 4162 3958 0 -1 4202496 740 0 0 0 0 0 0 0 20 0 1 0 337478332 15749120 617 33554432000 4194304 5683644 140735843238096 140735843210280 217410518709 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 3845 617 331 364 0 287 0

[startup+0.0696439 s]
/proc/loadavg: 1.90 1.69 1.82 3/187 4162
/proc/meminfo: memFree=29797380/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=29984 CPUtime=0.02 cores=1,3,5,7
/proc/4162/stat : 4162 (python) R 4160 4162 3958 0 -1 4202496 1514 0 0 0 2 0 0 0 20 0 1 0 337478332 30703616 1251 33554432000 4194304 5683644 140735843238096 140735843156360 217410146196 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 7496 1251 452 364 0 821 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29984

[startup+0.100252 s]
/proc/loadavg: 1.90 1.69 1.82 3/187 4162
/proc/meminfo: memFree=29797380/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=36704 CPUtime=0.03 cores=1,3,5,7
/proc/4162/stat : 4162 (python) D 4160 4162 3958 0 -1 4202496 1764 0 0 0 3 0 0 0 20 0 1 0 337478332 37584896 1455 33554432000 4194304 5683644 140735843238096 140735843196056 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 9176 1455 461 364 0 948 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36704

[startup+0.300241 s]
/proc/loadavg: 1.90 1.69 1.82 3/187 4162
/proc/meminfo: memFree=29797380/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=107652 CPUtime=0.12 cores=1,3,5,7
/proc/4162/stat : 4162 (python) D 4160 4162 3958 0 -1 4202496 4834 1009 1 0 9 3 0 0 20 0 1 0 337478332 110235648 2997 33554432000 4194304 5683644 140735843238096 140735843070648 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 26913 2997 905 364 0 2020 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 107652

[startup+0.700129 s]
/proc/loadavg: 1.90 1.69 1.82 3/187 4162
/proc/meminfo: memFree=29797380/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=183224 CPUtime=0.24 cores=1,3,5,7
/proc/4162/stat : 4162 (python) R 4160 4162 3958 0 -1 4202496 6975 1009 1 0 17 7 0 0 20 0 1 0 337478332 187621376 4704 33554432000 4194304 5683644 140735843238096 140735843083224 217410519952 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 45814 4707 1278 364 0 3656 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 183224

[startup+1.50011 s]
/proc/loadavg: 1.90 1.69 1.82 3/188 4167
/proc/meminfo: memFree=29772432/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=357548 CPUtime=0.45 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 10575 1009 1 0 34 11 0 0 20 0 2 0 337478332 366129152 7250 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 89387 7250 1892 364 0 24610 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 357548

[startup+3.10032 s]
/proc/loadavg: 1.99 1.71 1.83 3/191 4170
/proc/meminfo: memFree=29757784/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=357548 CPUtime=0.45 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 10575 1009 1 0 34 11 0 0 20 0 2 0 337478332 366129152 7250 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 89387 7250 1892 364 0 24610 0
[pid=4168] ppid=4162 vsize=281768 CPUtime=0 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 774 0 0 0 0 0 0 0 20 0 1 0 337478448 288530432 5693 33554432000 4194304 5683644 140735843238096 140735843229184 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4168/statm: 70442 5693 341 364 0 5665 0
[pid=4170] ppid=4168 vsize=28256 CPUtime=1.93 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) R 4168 4170 4170 0 -1 4202496 5512 0 0 0 191 2 0 0 20 0 1 0 337478448 28934144 4857 33554432000 4194304 13684479 140735240197184 140735240189320 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/4170/statm: 7064 4857 766 2317 0 4742 0
[pid=4162/tid=4169] ppid=4160 vsize=357548 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 337478448 366129152 7250 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 667572
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.99 1.71 1.83 3/191 4170
/proc/meminfo: memFree=29734612/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=357548 CPUtime=0.45 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 10575 1009 1 0 34 11 0 0 20 0 2 0 337478332 366129152 7250 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 89387 7250 1892 364 0 24610 0
[pid=4168] ppid=4162 vsize=281768 CPUtime=0 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 989 0 0 0 0 0 0 0 20 0 1 0 337478448 288530432 5721 33554432000 4194304 5683644 140735843238096 140735843229184 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4168/statm: 70442 5721 369 364 0 5665 0
[pid=4170] ppid=4168 vsize=60996 CPUtime=5.13 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) R 4168 4170 4170 0 -1 4202496 14497 0 0 0 506 7 0 0 20 0 1 0 337478448 62459904 13035 33554432000 4194304 13684479 140735240197184 140735240191016 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/4170/statm: 15249 13035 817 2317 0 12927 0
[pid=4162/tid=4169] ppid=4160 vsize=357548 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 337478448 366129152 7250 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 700312

[startup+12.7003 s]
/proc/loadavg: 1.99 1.72 1.83 3/191 4170
/proc/meminfo: memFree=29723756/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=357548 CPUtime=0.45 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 10575 1009 1 0 34 11 0 0 20 0 2 0 337478332 366129152 7250 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 89387 7250 1892 364 0 24610 0
[pid=4168] ppid=4162 vsize=281768 CPUtime=0 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 996 0 0 0 0 0 0 0 20 0 1 0 337478448 288530432 5721 33554432000 4194304 5683644 140735843238096 140735843229184 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4168/statm: 70442 5721 369 364 0 5665 0
[pid=4170] ppid=4168 vsize=60996 CPUtime=11.52 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) R 4168 4170 4170 0 -1 4202496 14499 0 0 0 1142 10 0 0 20 0 1 0 337478448 62459904 13037 33554432000 4194304 13684479 140735240197184 140735240191256 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/4170/statm: 15249 13037 819 2317 0 12927 0
[pid=4162/tid=4169] ppid=4160 vsize=357548 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 337478448 366129152 7250 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 700312

[startup+25.5002 s]
/proc/loadavg: 1.99 1.73 1.83 3/192 4171
/proc/meminfo: memFree=29720524/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=357548 CPUtime=0.45 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 10575 1009 1 0 34 11 0 0 20 0 2 0 337478332 366129152 7250 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 89387 7250 1892 364 0 24610 0
[pid=4168] ppid=4162 vsize=281768 CPUtime=0.02 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 1004 0 0 0 1 1 0 0 20 0 1 0 337478448 288530432 5721 33554432000 4194304 5683644 140735843238096 140735843229184 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4168/statm: 70442 5721 369 364 0 5665 0
[pid=4170] ppid=4168 vsize=60996 CPUtime=24.32 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) R 4168 4170 4170 0 -1 4202496 14500 0 0 0 2412 20 0 0 20 0 1 0 337478448 62459904 13038 33554432000 4194304 13684479 140735240197184 140735240191256 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/4170/statm: 15249 13038 820 2317 0 12927 0
[pid=4162/tid=4169] ppid=4160 vsize=357548 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 337478448 366129152 7250 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 700312

[startup+51.1003 s]
/proc/loadavg: 1.99 1.75 1.83 3/192 4171
/proc/meminfo: memFree=29717092/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=433792 CPUtime=0.48 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 11443 1009 1 0 37 11 0 0 20 0 3 0 337478332 444203008 7386 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4162/statm: 108448 7386 1903 364 0 43668 0
[pid=4168] ppid=4162 vsize=357548 CPUtime=0.07 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 1162 0 0 0 4 3 0 0 20 0 2 0 337478448 366129152 5756 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4168/statm: 89387 5756 397 364 0 24610 0
[pid=4170] ppid=4168 vsize=60996 CPUtime=49.58 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) T 4168 4170 4170 0 -1 4202496 14502 0 0 0 4902 56 0 0 20 0 1 0 337478448 62459904 13040 33554432000 4194304 13684479 140735240197184 140735240190984 11876362 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4170/statm: 15249 13040 821 2317 0 12927 0
[pid=4162/tid=4169] ppid=4160 vsize=433792 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 3 0 337478448 444203008 7386 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 852336

[startup+102.301 s]
/proc/loadavg: 1.99 1.79 1.84 3/200 4179
/proc/meminfo: memFree=29652720/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=509476 CPUtime=0.51 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 12352 1009 1 0 39 12 0 0 20 0 4 0 337478332 521703424 7859 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4162/statm: 127369 7859 1905 364 0 62586 0
[pid=4168] ppid=4162 vsize=357548 CPUtime=0.07 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 1162 0 0 0 4 3 0 0 20 0 2 0 337478448 366129152 5756 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4168/statm: 89387 5756 397 364 0 24610 0
[pid=4170] ppid=4168 vsize=60996 CPUtime=49.58 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) T 4168 4170 4170 0 -1 4202496 14502 0 0 0 4902 56 0 0 20 0 1 0 337478448 62459904 13040 33554432000 4194304 13684479 140735240197184 140735240190984 11876362 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4170/statm: 15249 13040 821 2317 0 12927 0
[pid=4168/tid=4172] ppid=4162 vsize=357548 CPUtime=0 cores=1,3,5,7
/proc/4168/task/4172/stat : 4172 (python) S 4162 4162 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337483408 366129152 5756 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4173] ppid=4162 vsize=358012 CPUtime=0.06 cores=1,3,5,7
/proc/4173/stat : 4173 (python) S 4162 4162 3958 0 -1 4202560 1075 0 0 0 4 2 0 0 20 0 2 0 337483410 366604288 5862 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4173/statm: 89503 5862 384 364 0 24723 0
[pid=4175] ppid=4173 vsize=3824 CPUtime=47.11 cores=1,3,5,7
/proc/4175/stat : 4175 (clasp-1.3.7-x86) T 4173 4175 4175 0 -1 4202496 952 0 0 0 4711 0 0 0 20 0 1 0 337483411 3915776 699 33554432000 134512640 136139019 4292221920 4292220544 134599025 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4175/statm: 956 699 183 398 0 556 0
[pid=4173/tid=4176] ppid=4162 vsize=358012 CPUtime=0 cores=1,3,5,7
/proc/4173/task/4176/stat : 4176 (python) S 4162 4162 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337488123 366604288 5862 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4177] ppid=4162 vsize=433696 CPUtime=0 cores=1,3,5,7
/proc/4177/stat : 4177 (python) S 4162 4162 3958 0 -1 4202560 906 0 0 0 0 0 0 0 20 0 1 0 337488125 444104704 5799 33554432000 4194304 5683644 140735843238096 140735843229184 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4177/statm: 108424 5799 359 364 0 43641 0
[pid=4179] ppid=4177 vsize=58760 CPUtime=4.36 cores=1,3,5,7
/proc/4179/stat : 4179 (scip-2.0.1.linu) R 4177 4179 4179 0 -1 4202496 12318 0 0 0 433 3 0 0 20 0 1 0 337488125 60170240 11682 33554432000 4194304 15243407 140735417713696 140735417708840 13354455 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/4179/statm: 14690 11682 899 2698 0 11985 0
[pid=4162/tid=4169] ppid=4160 vsize=509476 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 4 0 337478448 521703424 7859 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4162/tid=4174] ppid=4160 vsize=509476 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4174/stat : 4174 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 4 0 337483410 521703424 7859 33554432000 4194304 5683644 140735843238096 140401083408944 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4178] ppid=4160 vsize=509476 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4178/stat : 4178 (python) S 4160 4162 3958 0 -1 4202560 19 1009 0 0 0 0 0 0 20 0 4 0 337488125 521703424 7859 33554432000 4194304 5683644 140735843238096 140401004503600 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 1782312

[startup+162.301 s]
/proc/loadavg: 1.99 1.83 1.84 3/205 4185
/proc/meminfo: memFree=29587976/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=509860 CPUtime=0.53 cores=1,3,5,7

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

/proc/4443/stat : 4443 (pbct-0.1.2-linu) T 4441 4443 4443 0 -1 4202496 5739 0 0 0 4907 207 0 0 20 0 1 0 337641070 24076288 5460 33554432000 134512640 136422188 4290267872 4290265344 134604894 0 0 16781312 16387 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4443/statm: 5878 5460 214 467 0 5409 0
[pid=4441/tid=4447] ppid=4162 vsize=812508 CPUtime=0 cores=1,3,5,7
/proc/4441/task/4447/stat : 4447 (python) S 4162 4162 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337646186 832008192 6364 33554432000 4194304 5683644 140735843238096 140400962544176 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4169] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 41 1009 0 0 0 0 0 0 20 0 9 0 337478448 909611008 7895 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4162/tid=4174] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4174/stat : 4174 (python) S 4160 4162 3958 0 -1 4202560 36 1009 0 0 0 0 0 0 20 0 9 0 337483410 909611008 7895 33554432000 4194304 5683644 140735843238096 140401083408944 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4178] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4178/stat : 4178 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337488125 909611008 7895 33554432000 4194304 5683644 140735843238096 140401004503600 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4278] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4278/stat : 4278 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337501865 909611008 7895 33554432000 4194304 5683644 140735843238096 140400994013744 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4345] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4345/stat : 4345 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337525133 909611008 7895 33554432000 4194304 5683644 140735843238096 140400983523888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4403] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4403/stat : 4403 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337571415 909611008 7895 33554432000 4194304 5683644 140735843238096 140400973034032 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4425] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4425/stat : 4425 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337576155 909611008 7895 33554432000 4194304 5683644 140735843238096 140400962544176 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4442] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4442/stat : 4442 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337641070 909611008 7895 33554432000 4194304 5683644 140735843238096 140400952054320 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.66
Current children cumulated vsize (KiB) 15345676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/277 4448
/proc/meminfo: memFree=25831848/32873648 swapFree=7628/7628
[pid=4162] ppid=4160 vsize=888292 CPUtime=0.74 cores=1,3,5,7
/proc/4162/stat : 4162 (python) S 4160 4162 3958 0 -1 4202496 17927 1009 1 0 61 13 0 0 20 0 9 0 337478332 909611008 7895 33554432000 4194304 5683644 140735843238096 140735843232928 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4162/statm: 222073 7895 1915 364 0 157275 0
[pid=4168] ppid=4162 vsize=358004 CPUtime=2.04 cores=1,3,5,7
/proc/4168/stat : 4168 (python) S 4162 4162 3958 0 -1 4202560 1349 0 0 0 125 79 0 0 20 0 2 0 337478448 366596096 5871 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4168/statm: 89501 5871 400 364 0 24724 0
[pid=4170] ppid=4168 vsize=62640 CPUtime=1064.97 cores=1,3,5,7
/proc/4170/stat : 4170 (scip-2.0.1.linu) T 4168 4170 4170 0 -1 4202496 14821 0 0 0 105052 1445 0 0 20 0 1 0 337478448 64143360 13693 33554432000 4194304 13684479 140735240197184 140735240191336 7268354 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4170/statm: 15660 13693 821 2317 0 13338 0
[pid=4168/tid=4172] ppid=4162 vsize=358004 CPUtime=0 cores=1,3,5,7
/proc/4168/task/4172/stat : 4172 (python) S 4162 4162 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337483408 366596096 5871 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4173] ppid=4162 vsize=358012 CPUtime=0.47 cores=1,3,5,7
/proc/4173/stat : 4173 (python) S 4162 4162 3958 0 -1 4202560 1174 0 0 0 28 19 0 0 20 0 2 0 337483410 366604288 5862 33554432000 4194304 5683644 140735843238096 140735843229184 217410535907 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4173/statm: 89503 5862 384 364 0 24723 0
[pid=4175] ppid=4173 vsize=4972 CPUtime=298.42 cores=1,3,5,7
/proc/4175/stat : 4175 (clasp-1.3.7-x86) R 4173 4175 4175 0 -1 4202496 1254 0 0 0 29842 0 0 0 20 0 1 0 337483411 5091328 1001 33554432000 134512640 136139019 4292221920 4292220896 134876516 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4175/statm: 1243 1001 183 398 0 843 0
[pid=4173/tid=4176] ppid=4162 vsize=358012 CPUtime=0 cores=1,3,5,7
/proc/4173/task/4176/stat : 4176 (python) S 4162 4162 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337488123 366604288 5862 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4177] ppid=4162 vsize=433696 CPUtime=0.24 cores=1,3,5,7
/proc/4177/stat : 4177 (python) S 4162 4162 3958 0 -1 4202560 1143 0 0 0 14 10 0 0 20 0 2 0 337488125 444104704 5825 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4177/statm: 108424 5825 384 364 0 43641 0
[pid=4179] ppid=4177 vsize=60948 CPUtime=140.43 cores=1,3,5,7
/proc/4179/stat : 4179 (scip-2.0.1.linu) T 4177 4179 4179 0 -1 4202496 17378 0 0 0 13956 87 0 0 20 0 1 0 337488125 62410752 12909 33554432000 4194304 15243407 140735417713696 140735417709496 7280848 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4179/statm: 15237 12909 946 2698 0 12532 0
[pid=4177/tid=4183] ppid=4162 vsize=433696 CPUtime=0 cores=1,3,5,7
/proc/4177/task/4183/stat : 4183 (python) S 4162 4162 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337492736 444104704 5825 33554432000 4194304 5683644 140735843238096 140401083408944 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4277] ppid=4162 vsize=509872 CPUtime=0.07 cores=1,3,5,7
/proc/4277/stat : 4277 (python) S 4162 4162 3958 0 -1 4202560 1119 0 0 0 4 3 0 0 20 0 2 0 337501865 522108928 6454 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4277/statm: 127468 6454 384 364 0 62682 0
[pid=4279] ppid=4277 vsize=118516 CPUtime=49.15 cores=1,3,5,7
/proc/4279/stat : 4279 (wbo1.4a) T 4277 4279 4279 0 -1 4202496 29412 0 0 0 4889 26 0 0 20 0 1 0 337501865 121360384 29199 33554432000 134512640 135751879 4291477376 4291475552 134616336 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4279/statm: 29629 29199 143 303 0 29324 0
[pid=4277/tid=4330] ppid=4162 vsize=509872 CPUtime=0 cores=1,3,5,7
/proc/4277/task/4330/stat : 4330 (python) S 4162 4162 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337506783 522108928 6454 33554432000 4194304 5683644 140735843238096 140401004503600 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4344] ppid=4162 vsize=585664 CPUtime=0.07 cores=1,3,5,7
/proc/4344/stat : 4344 (python) S 4162 4162 3958 0 -1 4202560 1123 0 0 0 4 3 0 0 20 0 2 0 337525133 599719936 6461 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4344/statm: 146416 6461 384 364 0 81627 0
[pid=4346] ppid=4344 vsize=45792 CPUtime=47.1 cores=1,3,5,7
/proc/4346/stat : 4346 (bsolo_pb10) T 4344 4346 4346 0 -1 4202496 9295 0 0 0 4707 3 0 0 20 0 1 0 337525133 46891008 9021 33554432000 134512640 137138936 4294734272 4294733200 134542286 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4346/statm: 11448 9021 192 642 0 10804 0
[pid=4344/tid=4351] ppid=4162 vsize=585664 CPUtime=0 cores=1,3,5,7
/proc/4344/task/4351/stat : 4351 (python) S 4162 4162 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337529848 599719936 6461 33554432000 4194304 5683644 140735843238096 140400994013744 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402] ppid=4162 vsize=661456 CPUtime=0.08 cores=1,3,5,7
/proc/4402/stat : 4402 (python) S 4162 4162 3958 0 -1 4202560 1125 0 0 0 5 3 0 0 20 0 2 0 337571415 677330944 6467 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4402/statm: 165364 6467 384 364 0 100572 0
[pid=4404] ppid=4402 vsize=9624972 CPUtime=49.64 cores=1,3,5,7
/proc/4404/stat : 4404 (java) T 4402 4404 4404 0 -1 4202496 20371 0 1 0 4921 43 0 0 20 0 19 0 337571416 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140734032848736 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4404/statm: 2406243 441160 2257 9 0 2396937 0
[pid=4404/tid=4405] ppid=4402 vsize=9624972 CPUtime=47.06 cores=1,3,5,7
/proc/4404/task/4405/stat : 4405 (java) T 4402 4404 4404 0 -1 4202560 3507 0 1 0 4683 23 0 0 20 0 19 0 337571417 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140248060874000 140248001079638 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=4404/tid=4406] ppid=4402 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/4404/task/4406/stat : 4406 (java) T 4402 4404 4404 0 -1 4202560 60 0 0 0 8 3 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247999605288 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=4404/tid=4407] ppid=4402 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/4404/task/4407/stat : 4407 (java) T 4402 4404 4404 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247998552488 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=4404/tid=4408] ppid=4402 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/4404/task/4408/stat : 4408 (java) T 4402 4404 4404 0 -1 4202560 132 0 0 0 8 3 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247997499688 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4409] ppid=4402 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/4404/task/4409/stat : 4409 (java) T 4402 4404 4404 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247901616296 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=4404/tid=4410] ppid=4402 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/4404/task/4410/stat : 4410 (java) T 4402 4404 4404 0 -1 4202560 107 0 0 0 8 2 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247900564520 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=4404/tid=4411] ppid=4402 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/4404/task/4411/stat : 4411 (java) T 4402 4404 4404 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247899511720 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4412] ppid=4402 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/4404/task/4412/stat : 4412 (java) T 4402 4404 4404 0 -1 4202560 111 0 0 0 8 2 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247898458920 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=4404/tid=4413] ppid=4402 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/4404/task/4413/stat : 4413 (java) T 4402 4404 4404 0 -1 4202560 118 0 0 0 10 3 0 0 20 0 19 0 337571418 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247897406120 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=4404/tid=4414] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4414/stat : 4414 (java) T 4402 4404 4404 0 -1 4202560 1223 0 0 0 0 0 0 0 20 0 19 0 337571419 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247884995048 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=4404/tid=4415] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4415/stat : 4415 (java) T 4402 4404 4404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337571419 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247883941112 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4416] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4416/stat : 4416 (java) T 4402 4404 4404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337571420 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247882888200 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4417] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4417/stat : 4417 (java) T 4402 4404 4404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337571422 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247881836688 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4418] ppid=4402 vsize=9624972 CPUtime=0.75 cores=1,3,5,7
/proc/4404/task/4418/stat : 4418 (java) T 4402 4404 4404 0 -1 4202560 6506 0 0 0 75 0 0 0 20 0 19 0 337571422 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247880784824 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4419] ppid=4402 vsize=9624972 CPUtime=0.85 cores=1,3,5,7
/proc/4404/task/4419/stat : 4419 (java) T 4402 4404 4404 0 -1 4202560 7047 0 0 0 85 0 0 0 20 0 19 0 337571422 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247879732024 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4420] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4420/stat : 4420 (java) T 4402 4404 4404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337571422 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247878679416 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4404/tid=4421] ppid=4402 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/4404/task/4421/stat : 4421 (java) T 4402 4404 4404 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 337571422 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247877626824 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=4404/tid=4422] ppid=4402 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/4404/task/4422/stat : 4422 (java) T 4402 4404 4404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337571441 9855971328 441160 33554432000 1073741824 1073778376 140734032857600 140247876572328 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4423] ppid=4162 vsize=661456 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4423/stat : 4423 (python) S 4162 4162 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337576154 677330944 6467 33554432000 4194304 5683644 140735843238096 140400983523888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4424] ppid=4162 vsize=737388 CPUtime=0.17 cores=1,3,5,7
/proc/4424/stat : 4424 (python) S 4162 4162 3958 0 -1 4202560 1157 0 0 0 9 8 0 0 20 0 2 0 337576155 755085312 6488 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4424/statm: 184347 6488 384 364 0 119552 0
[pid=4426] ppid=4424 vsize=59472 CPUtime=95.26 cores=1,3,5,7
/proc/4426/stat : 4426 (bsolo_pb10) T 4424 4426 4426 0 -1 4202496 12713 0 0 0 9511 15 0 0 20 0 1 0 337576156 60899328 12433 33554432000 134512640 137138936 4292911824 4292910752 134542761 0 0 16781312 16384 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4426/statm: 14868 12433 191 642 0 14224 0
[pid=4424/tid=4428] ppid=4162 vsize=737388 CPUtime=0 cores=1,3,5,7
/proc/4424/task/4428/stat : 4428 (python) S 4162 4162 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337585685 755085312 6488 33554432000 4194304 5683644 140735843238096 140400973034032 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4441] ppid=4162 vsize=812508 CPUtime=0.1 cores=1,3,5,7
/proc/4441/stat : 4441 (python) S 4162 4162 3958 0 -1 4202560 1206 0 0 0 6 4 0 0 20 0 2 0 337641070 832008192 6364 33554432000 4194304 5683644 140735843238096 140735843229744 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4441/statm: 203127 6364 390 364 0 138329 0
[pid=4443] ppid=4441 vsize=23512 CPUtime=51.14 cores=1,3,5,7
/proc/4443/stat : 4443 (pbct-0.1.2-linu) T 4441 4443 4443 0 -1 4202496 5739 0 0 0 4907 207 0 0 20 0 1 0 337641070 24076288 5460 33554432000 134512640 136422188 4290267872 4290265344 134604894 0 0 16781312 16387 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4443/statm: 5878 5460 214 467 0 5409 0
[pid=4441/tid=4447] ppid=4162 vsize=812508 CPUtime=0 cores=1,3,5,7
/proc/4441/task/4447/stat : 4447 (python) S 4162 4162 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337646186 832008192 6364 33554432000 4194304 5683644 140735843238096 140400962544176 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4169] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4169/stat : 4169 (python) S 4160 4162 3958 0 -1 4202560 41 1009 0 0 0 0 0 0 20 0 9 0 337478448 909611008 7895 33554432000 4194304 5683644 140735843238096 140401093898800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4162/tid=4174] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4174/stat : 4174 (python) S 4160 4162 3958 0 -1 4202560 36 1009 0 0 0 0 0 0 20 0 9 0 337483410 909611008 7895 33554432000 4194304 5683644 140735843238096 140401083408944 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4178] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4178/stat : 4178 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337488125 909611008 7895 33554432000 4194304 5683644 140735843238096 140401004503600 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4278] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4278/stat : 4278 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337501865 909611008 7895 33554432000 4194304 5683644 140735843238096 140400994013744 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4345] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4345/stat : 4345 (python) S 4160 4162 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 9 0 337525133 909611008 7895 33554432000 4194304 5683644 140735843238096 140400983523888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4403] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4403/stat : 4403 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337571415 909611008 7895 33554432000 4194304 5683644 140735843238096 140400973034032 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4162/tid=4425] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4425/stat : 4425 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337576155 909611008 7895 33554432000 4194304 5683644 140735843238096 140400962544176 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4162/tid=4442] ppid=4160 vsize=888292 CPUtime=0 cores=1,3,5,7
/proc/4162/task/4442/stat : 4442 (python) S 4160 4162 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 9 0 337641070 909611008 7895 33554432000 4194304 5683644 140735843238096 140400952054320 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 15345716

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 4162 and gives
#  childrusage.ru_utime.tv_sec=590
#  childrusage.ru_utime.tv_usec=398245
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=569305
# CPU time returned by wait4() is 594.968
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.76
CPU time (s): 1800.09
CPU user time (s): 1780.41
CPU system time (s): 19.68
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 15346004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.398
system time used= 4.5693
maximum resident set size= 1770112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110694
page faults= 2
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7898
involuntary context switches= 2961

runsolver used 7.99078 second user time and 19.553 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 10:52:02
IDJOB=3729012
IDBENCH=1160
IDSOLVER=2327
FILE ID=node122/3729012-1338713522
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71088 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.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-3729012-1338713522/watcher-3729012-1338713522 -o /tmp/evaluation-result-3729012-1338713522/solver-3729012-1338713522 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3729012-1338713522.opb -seed 1836371932 -budget 1800

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1836371932

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        29798232 kB
Buffers:          191836 kB
Cached:          1864488 kB
SwapCached:         1800 kB
Active:           903844 kB
Inactive:        1378128 kB
Active(anon):     226236 kB
Inactive(anon):     2004 kB
Active(file):     677608 kB
Inactive(file):  1376124 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100160 kB
Dirty:            102208 kB
Writeback:             0 kB
AnonPages:        232028 kB
Mapped:            23008 kB
Shmem:                48 kB
Slab:             654444 kB
SReclaimable:      97780 kB
SUnreclaim:       556664 kB
KernelStack:        1568 kB
PageTables:         6776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     507812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 70988 MiB
End job on node122 at 2012-06-03 11:22:01