Trace number 3729961

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.1 1798.04

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.46/1.24	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.46/1.24	c INFO: solving HOME/instance-3729961-1338714958.opb
3.85/4.69	c INFO: parsing took 3.38 s
9.85/10.66	c INFO: features took 5.95 CPU seconds
9.85/10.69	c INFO: running scip-2.0.1-spx@0 for 45 with 1790 remaining (b = 0.10)
57.42/58.10	c INFO: running clasp-1.3.7@0 for 45 with 1743 remaining (b = 0.04)
104.57/105.27	c INFO: running scip-2.0.1-clp@0 for 45 with 1696 remaining (b = 0.02)
152.34/152.94	c INFO: running scip-2.0.1-clp@46 for 45 with 1650 remaining (b = 0.01)
200.50/201.09	c INFO: running clasp-1.3.7@46 for 45 with 1602 remaining (b = 0.01)
245.78/246.24	c INFO: running wbo1.4a@0 for 45 with 1556 remaining (b = 0.01)
292.92/293.39	c INFO: running clasp-1.3.7@92 for 136 with 1510 remaining (b = 0.02)
430.55/430.79	c INFO: running scip-2.0.1-spx@46 for 45 with 1372 remaining (b = 0.01)
475.84/475.95	c INFO: running scip-2.0.1-spx@91 for 410 with 1327 remaining (b = 0.06)
890.18/889.67	c INFO: running bsolo_pb10-l1@0 for 91 with 914 remaining (b = 0.01)
982.24/981.53	c INFO: running scip-2.0.1-spx@504 for 547 with 823 remaining (b = 0.05)
1529.63/1528.09	c INFO: running scip-2.0.1-spx@1050 for 277 with 277 remaining (b = 0.01)

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-3729961-1338714958/watcher-3729961-1338714958 -o /tmp/evaluation-result-3729961-1338714958/solver-3729961-1338714958 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3729961-1338714958.opb -seed 940572223 -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.92 1.99 1.91 2/200 3981
/proc/meminfo: memFree=25759164/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/3981/stat : 3981 (python) R 3979 3981 3621 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 337620905 15642624 559 33554432000 4194304 5683644 140737281168352 140737281136296 213419639696 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 3819 559 324 364 0 261 0

[startup+0.00809796 s]
/proc/loadavg: 1.92 1.99 1.91 2/200 3981
/proc/meminfo: memFree=25759164/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/3981/stat : 3981 (python) D 3979 3981 3621 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 337620905 15642624 559 33554432000 4194304 5683644 140737281168352 140737281140536 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 3819 559 324 364 0 261 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15276

[startup+0.100309 s]
/proc/loadavg: 1.92 1.99 1.91 2/200 3981
/proc/meminfo: memFree=25759164/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=19084 CPUtime=0.03 cores=1,3,5,7
/proc/3981/stat : 3981 (python) R 3979 3981 3621 0 -1 4202496 1396 0 0 0 2 1 0 0 20 0 1 0 337620905 19542016 1151 33554432000 4194304 5683644 140737281168352 140737281098856 4868303 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 4771 1151 430 364 0 695 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19084

[startup+0.300318 s]
/proc/loadavg: 1.92 1.99 1.91 2/200 3981
/proc/meminfo: memFree=25759164/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=99656 CPUtime=0.12 cores=1,3,5,7
/proc/3981/stat : 3981 (python) D 3979 3981 3621 0 -1 4202496 4049 1011 1 0 8 4 0 0 20 0 1 0 337620905 102047744 2693 33554432000 4194304 5683644 140737281168352 140737281036712 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 24914 2693 850 364 0 1721 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 99656

[startup+0.700251 s]
/proc/loadavg: 1.92 1.99 1.91 2/200 3981
/proc/meminfo: memFree=25759164/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=138344 CPUtime=0.26 cores=1,3,5,7
/proc/3981/stat : 3981 (python) D 3979 3981 3621 0 -1 4202496 6245 1011 1 0 14 12 0 0 20 0 1 0 337620905 141664256 4083 33554432000 4194304 5683644 140737281168352 140737281072584 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 34586 4083 1098 364 0 2952 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 138344

[startup+1.50024 s]
/proc/loadavg: 1.92 1.99 1.91 3/201 3986
/proc/meminfo: memFree=25741060/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=308732 CPUtime=0.75 cores=1,3,5,7
/proc/3981/stat : 3981 (python) R 3979 3981 3621 0 -1 4202496 12772 1011 1 0 54 21 0 0 20 0 1 0 337620905 316141568 13892 33554432000 4194304 5683644 140737281168352 140737281161880 213419265940 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 77183 13894 1811 364 0 12412 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 308732

[startup+3.10026 s]
/proc/loadavg: 2.01 2.01 1.91 3/201 3986
/proc/meminfo: memFree=25693488/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=362536 CPUtime=2.35 cores=1,3,5,7
/proc/3981/stat : 3981 (python) R 3979 3981 3621 0 -1 4202496 26007 1011 1 0 212 23 0 0 20 0 1 0 337620905 371236864 27127 33554432000 4194304 5683644 140737281168352 140737281160968 213419265940 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 90634 27129 1811 364 0 25863 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 362536
heavy processes:

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 1.91 3/201 3986
/proc/meminfo: memFree=25611864/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=410428 CPUtime=5.56 cores=1,3,5,7
/proc/3981/stat : 3981 (python) R 3979 3981 3621 0 -1 4202496 40486 1011 1 0 528 28 0 0 20 0 1 0 337620905 420278272 39359 33554432000 4194304 5683644 140737281168352 140737281155176 213419272029 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 102607 39359 1846 364 0 37836 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 410428

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 1.92 3/204 3989
/proc/meminfo: memFree=25512364/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=497192 CPUtime=9.95 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 42485 1011 1 0 966 29 0 0 20 0 2 0 337620905 509124608 42161 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 124298 42161 1902 364 0 59521 0
[pid=3987] ppid=3981 vsize=421412 CPUtime=0 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 709 0 0 0 0 0 0 0 20 0 1 0 337621974 431525888 40593 33554432000 4194304 5683644 140737281168352 140737281159440 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/3987/statm: 105353 40593 340 364 0 40576 0
[pid=3989] ppid=3987 vsize=123360 CPUtime=1.98 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) R 3987 3989 3989 0 -1 4202496 28832 0 0 0 193 5 0 0 20 0 1 0 337621975 126320640 28579 33554432000 4194304 13684479 140737050414896 140737050279944 10577808 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0
/proc/3989/statm: 30840 28579 510 2317 0 28518 0
[pid=3981/tid=3988] ppid=3979 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 337621975 509124608 42161 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 1041964

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 1.92 3/204 3989
/proc/meminfo: memFree=24331324/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=497192 CPUtime=9.95 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 42485 1011 1 0 966 29 0 0 20 0 2 0 337620905 509124608 42161 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 124298 42161 1902 364 0 59521 0
[pid=3987] ppid=3981 vsize=421412 CPUtime=0.03 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 817 0 0 0 1 2 0 0 20 0 1 0 337621974 431525888 40616 33554432000 4194304 5683644 140737281168352 140737281159440 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/3987/statm: 105353 40616 363 364 0 40576 0
[pid=3989] ppid=3987 vsize=1359512 CPUtime=14.79 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) R 3987 3989 3989 0 -1 4202496 246889 0 0 0 1394 85 0 0 20 0 1 0 337621975 1392140288 313800 33554432000 4194304 13684479 140737050414896 140737050409048 7453962 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3989/statm: 339878 313800 725 2317 0 337556 0
[pid=3981/tid=3988] ppid=3979 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 337621975 509124608 42161 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 2278116

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 1.92 3/204 3989
/proc/meminfo: memFree=24273928/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=497192 CPUtime=9.95 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 42485 1011 1 0 966 29 0 0 20 0 2 0 337620905 509124608 42161 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 124298 42161 1902 364 0 59521 0
[pid=3987] ppid=3981 vsize=421412 CPUtime=0.08 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 912 0 0 0 4 4 0 0 20 0 1 0 337621974 431525888 40621 33554432000 4194304 5683644 140737281168352 140737281159440 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/3987/statm: 105353 40621 368 364 0 40576 0
[pid=3989] ppid=3987 vsize=1426240 CPUtime=40.38 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) R 3987 3989 3989 0 -1 4202496 259599 0 0 0 3944 94 0 0 20 0 1 0 337621975 1460469760 328028 33554432000 4194304 13684479 140737050414896 140737050408728 7154420 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/3989/statm: 356560 328028 730 2317 0 354238 0
[pid=3981/tid=3988] ppid=3979 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 337621975 509124608 42161 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 2344844

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.92 3/184 4078
/proc/meminfo: memFree=25239680/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=572984 CPUtime=9.98 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 43145 1011 1 0 968 30 0 0 20 0 3 0 337620905 586735616 42170 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 143246 42170 1905 364 0 78466 0
[pid=3987] ppid=3981 vsize=497192 CPUtime=0.09 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 1039 0 0 0 4 5 0 0 20 0 2 0 337621974 509124608 40656 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3987/statm: 124298 40656 396 364 0 59521 0
[pid=3989] ppid=3987 vsize=1426240 CPUtime=47.36 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) T 3987 3989 3989 0 -1 4202496 262130 0 0 0 4639 97 0 0 20 0 1 0 337621975 1460469760 328030 33554432000 4194304 13684479 140737050414896 140737050408824 7354541 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/3989/statm: 356560 328030 730 2317 0 354238 0
[pid=3987/tid=3990] ppid=3981 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3987/task/3990/stat : 3990 (python) S 3981 3981 3621 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 337626713 509124608 40656 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3991] ppid=3981 vsize=497204 CPUtime=0.08 cores=1,3,5,7
/proc/3991/stat : 3991 (python) S 3981 3981 3621 0 -1 4202560 849 0 0 0 4 4 0 0 20 0 1 0 337626715 509136896 40617 33554432000 4194304 5683644 140737281168352 140737281159440 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/3991/statm: 124301 40617 358 364 0 59521 0
[pid=3993] ppid=3991 vsize=133660 CPUtime=44.18 cores=1,3,5,7
/proc/3993/stat : 3993 (clasp-1.3.7-x86) R 3991 3993 3993 0 -1 4202496 36977 0 0 0 4406 12 0 0 20 0 1 0 337626716 136867840 32732 33554432000 134512640 136139019 4292675088 4292673952 134608957 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0
/proc/3993/statm: 33415 32732 181 398 0 33015 0
[pid=3981/tid=3988] ppid=3979 vsize=572984 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 3 0 337621975 586735616 42170 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3981/tid=3992] ppid=3979 vsize=572984 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3992/stat : 3992 (python) S 3979 3981 3621 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 3 0 337626716 586735616 42170 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 3127280

[startup+162.301 s]
/proc/loadavg: 2.04 2.02 1.93 3/189 4087
/proc/meminfo: memFree=23488120/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=648776 CPUtime=10.04 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 44140 1011 1 0 973 31 0 0 20 0 4 0 337620905 664346624 42178 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3981/statm: 162194 42178 1907 364 0 97411 0
[pid=3987] ppid=3981 vsize=497192 CPUtime=0.09 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 1039 0 0 0 4 5 0 0 20 0 2 0 337621974 509124608 40656 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3987/statm: 124298 40656 396 364 0 59521 0
[pid=3989] ppid=3987 vsize=1426240 CPUtime=47.36 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) T 3987 3989 3989 0 -1 4202496 262130 0 0 0 4639 97 0 0 20 0 1 0 337621975 1460469760 328030 33554432000 4194304 13684479 140737050414896 140737050408824 7354541 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/3989/statm: 356560 328030 730 2317 0 354238 0
[pid=3987/tid=3990] ppid=3981 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3987/task/3990/stat : 3990 (python) S 3981 3981 3621 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 337626713 509124608 40656 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3991] ppid=3981 vsize=497204 CPUtime=0.08 cores=1,3,5,7
/proc/3991/stat : 3991 (python) S 3981 3981 3621 0 -1 4202560 999 0 0 0 4 4 0 0 20 0 2 0 337626715 509136896 40643 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3991/statm: 124301 40643 383 364 0 59521 0
[pid=3993] ppid=3991 vsize=138940 CPUtime=47.11 cores=1,3,5,7
/proc/3993/stat : 3993 (clasp-1.3.7-x86) T 3991 3993 3993 0 -1 4202496 38300 0 0 0 4699 12 0 0 20 0 1 0 337626716 142274560 34055 33554432000 134512640 136139019 4292675088 4292674064 134883867 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/3993/statm: 34735 34055 181 398 0 34335 0
[pid=3991/tid=4083] ppid=3981 vsize=497204 CPUtime=0 cores=1,3,5,7
/proc/3991/task/4083/stat : 4083 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337631430 509136896 40643 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4084] ppid=3981 vsize=572996 CPUtime=0.1 cores=1,3,5,7
/proc/4084/stat : 4084 (python) S 3981 3981 3621 0 -1 4202560 1020 0 0 0 6 4 0 0 20 0 2 0 337631433 586747904 40649 33554432000 4194304 5683644 140737281168352 140737281159440 213419655651 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4084/statm: 143249 40649 383 364 0 78466 0
[pid=4086] ppid=4084 vsize=1421116 CPUtime=56.97 cores=1,3,5,7
/proc/4086/stat : 4086 (scip-2.0.1.linu) R 4084 4086 4086 0 -1 4202496 270723 0 0 0 5606 91 0 0 20 0 1 0 337631433 1455222784 297631 33554432000 4194304 15243407 140734450859184 140734450854872 6427716 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4086/statm: 355279 297631 864 2698 0 352574 0
[pid=4084/tid=4087] ppid=3981 vsize=572996 CPUtime=0 cores=1,3,5,7
/proc/4084/task/4087/stat : 4087 (python) S 3981 3981 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337636197 586747904 40649 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/4084/task/4087/stat : 4087 (python) S 3981 3981 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337636197 586747904 40649 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4091] ppid=3981 vsize=648788 CPUtime=0.07 cores=1,3,5,7
/proc/4091/stat : 4091 (python) S 3981 3981 3621 0 -1 4202560 1032 0 0 0 3 4 0 0 20 0 2 0 337645530 664358912 40655 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4091/statm: 162197 40655 383 364 0 97411 0
[pid=4093] ppid=4091 vsize=107736 CPUtime=47.1 cores=1,3,5,7
/proc/4093/stat : 4093 (wbo1.4a) T 4091 4093 4093 0 -1 4202496 31838 0 0 0 4691 19 0 0 20 0 1 0 337645531 110321664 26181 33554432000 134512640 135751879 4291621344 4291619520 134616336 0 0 16781312 3 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4093/statm: 26934 26181 143 303 0 26629 0
[pid=4091/tid=4098] ppid=3981 vsize=648788 CPUtime=0 cores=1,3,5,7
/proc/4091/task/4098/stat : 4098 (python) S 3981 3981 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337650242 664358912 40655 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4166] ppid=3981 vsize=724580 CPUtime=0.16 cores=1,3,5,7
/proc/4166/stat : 4166 (python) S 3981 3981 3621 0 -1 4202560 1040 0 0 0 9 7 0 0 20 0 2 0 337709873 741969920 40661 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4166/statm: 181145 40661 383 364 0 116356 0
[pid=4168] ppid=4166 vsize=151712 CPUtime=91.81 cores=1,3,5,7
/proc/4168/stat : 4168 (bsolo_pb10) T 4166 4168 4168 0 -1 4202496 48105 0 0 0 9139 42 0 0 20 0 1 0 337709873 155353088 35504 33554432000 134512640 137138936 4289630896 4289629824 134542770 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/4168/statm: 37928 35504 190 642 0 37284 0
[pid=4166/tid=4469] ppid=3981 vsize=724580 CPUtime=0 cores=1,3,5,7
/proc/4166/task/4469/stat : 4469 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337719057 741969920 40661 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 33 1011 0 0 0 0 0 0 20 0 6 0 337621975 819568640 42194 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=3992] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3992/stat : 3992 (python) S 3979 3981 3621 0 -1 4202560 29 1011 0 0 0 0 0 0 20 0 6 0 337626716 819568640 42194 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=4085] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4085/stat : 4085 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337631433 819568640 42194 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4092] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4092/stat : 4092 (python) S 3979 3981 3621 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 6 0 337645530 819568640 42194 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4167] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4167/stat : 4167 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337709873 819568640 42194 33554432000 4194304 5683644 140737281168352 140263959405104 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.34
Current children cumulated vsize (KiB) 7092156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.00 2.05 2.21 3/216 4644
/proc/meminfo: memFree=23449988/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=800360 CPUtime=10.19 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 45508 1011 1 0 987 32 0 0 20 0 6 0 337620905 819568640 42194 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 200090 42194 1911 364 0 135301 0
[pid=3987] ppid=3981 vsize=497192 CPUtime=2.41 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 1074 0 0 0 134 107 0 0 20 0 2 0 337621974 509124608 40657 33554432000 4194304 5683644 140737281168352 140737281159440 213419655651 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3987/statm: 124298 40657 397 364 0 59521 0
[pid=3989] ppid=3987 vsize=1382724 CPUtime=1322.46 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) R 3987 3989 3989 0 -1 4202496 306876 0 0 0 132027 219 0 0 20 0 1 0 337621975 1415909376 336327 33554432000 4194304 13684479 140737050414896 140737050409880 11824713 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/3989/statm: 345681 336327 752 2317 0 343359 0
[pid=3987/tid=3990] ppid=3981 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3987/task/3990/stat : 3990 (python) S 3981 3981 3621 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 337626713 509124608 40657 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3991] ppid=3981 vsize=497204 CPUtime=0.4 cores=1,3,5,7
/proc/3991/stat : 3991 (python) S 3981 3981 3621 0 -1 4202560 1033 0 0 0 21 19 0 0 20 0 2 0 337626715 509136896 40643 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3991/statm: 124301 40643 383 364 0 59521 0
[pid=3993] ppid=3991 vsize=281140 CPUtime=229.6 cores=1,3,5,7
/proc/3993/stat : 3993 (clasp-1.3.7-x86) T 3991 3993 3993 0 -1 4202496 73018 0 0 0 22933 27 0 0 20 0 1 0 337626716 287887360 69779 33554432000 134512640 136139019 4292675088 4292673952 134608320 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/3993/statm: 70285 69779 181 398 0 69885 0
[pid=3991/tid=4083] ppid=3981 vsize=497204 CPUtime=0 cores=1,3,5,7
/proc/3991/task/4083/stat : 4083 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337631430 509136896 40643 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4084] ppid=3981 vsize=572996 CPUtime=0.16 cores=1,3,5,7
/proc/4084/stat : 4084 (python) S 3981 3981 3621 0 -1 4202560 1025 0 0 0 10 6 0 0 20 0 2 0 337631433 586747904 40649 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4084/statm: 143249 40649 383 364 0 78466 0
[pid=4086] ppid=4084 vsize=1427724 CPUtime=95.74 cores=1,3,5,7
/proc/4086/stat : 4086 (scip-2.0.1.linu) T 4084 4086 4086 0 -1 4202496 271529 0 0 0 9483 91 0 0 20 0 1 0 337631433 1461989376 299353 33554432000 4194304 15243407 140734450859184 140734450854536 6457221 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4086/statm: 356931 299353 867 2698 0 354226 0
[pid=4084/tid=4087] ppid=3981 vsize=572996 CPUtime=0 cores=1,3,5,7
/proc/4084/task/4087/stat : 4087 (python) S 3981 3981 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337636197 586747904 40649 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4091] ppid=3981 vsize=648788 CPUtime=0.07 cores=1,3,5,7
/proc/4091/stat : 4091 (python) S 3981 3981 3621 0 -1 4202560 1032 0 0 0 3 4 0 0 20 0 2 0 337645530 664358912 40655 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4091/statm: 162197 40655 383 364 0 97411 0
[pid=4093] ppid=4091 vsize=107736 CPUtime=47.1 cores=1,3,5,7
/proc/4093/stat : 4093 (wbo1.4a) T 4091 4093 4093 0 -1 4202496 31838 0 0 0 4691 19 0 0 20 0 1 0 337645531 110321664 26181 33554432000 134512640 135751879 4291621344 4291619520 134616336 0 0 16781312 3 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4093/statm: 26934 26181 143 303 0 26629 0
[pid=4091/tid=4098] ppid=3981 vsize=648788 CPUtime=0 cores=1,3,5,7
/proc/4091/task/4098/stat : 4098 (python) S 3981 3981 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337650242 664358912 40655 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4166] ppid=3981 vsize=724580 CPUtime=0.16 cores=1,3,5,7
/proc/4166/stat : 4166 (python) S 3981 3981 3621 0 -1 4202560 1040 0 0 0 9 7 0 0 20 0 2 0 337709873 741969920 40661 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4166/statm: 181145 40661 383 364 0 116356 0
[pid=4168] ppid=4166 vsize=151712 CPUtime=91.81 cores=1,3,5,7
/proc/4168/stat : 4168 (bsolo_pb10) T 4166 4168 4168 0 -1 4202496 48105 0 0 0 9139 42 0 0 20 0 1 0 337709873 155353088 35504 33554432000 134512640 137138936 4289630896 4289629824 134542770 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/4168/statm: 37928 35504 190 642 0 37284 0
[pid=4166/tid=4469] ppid=3981 vsize=724580 CPUtime=0 cores=1,3,5,7
/proc/4166/task/4469/stat : 4469 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337719057 741969920 40661 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 33 1011 0 0 0 0 0 0 20 0 6 0 337621975 819568640 42194 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=3992] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3992/stat : 3992 (python) S 3979 3981 3621 0 -1 4202560 29 1011 0 0 0 0 0 0 20 0 6 0 337626716 819568640 42194 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=4085] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4085/stat : 4085 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337631433 819568640 42194 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4092] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4092/stat : 4092 (python) S 3979 3981 3621 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 6 0 337645530 819568640 42194 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4167] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4167/stat : 4167 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337709873 819568640 42194 33554432000 4194304 5683644 140737281168352 140263959405104 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 7092156

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

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

[startup+1798 s]
/proc/loadavg: 2.00 2.05 2.21 3/216 4644
/proc/meminfo: memFree=23449988/32873844 swapFree=6608/6608
[pid=3981] ppid=3979 vsize=800360 CPUtime=10.19 cores=1,3,5,7
/proc/3981/stat : 3981 (python) S 3979 3981 3621 0 -1 4202496 45508 1011 1 0 987 32 0 0 20 0 6 0 337620905 819568640 42194 33554432000 4194304 5683644 140737281168352 140737281163184 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3981/statm: 200090 42194 1911 364 0 135301 0
[pid=3987] ppid=3981 vsize=497192 CPUtime=2.41 cores=1,3,5,7
/proc/3987/stat : 3987 (python) S 3981 3981 3621 0 -1 4202560 1074 0 0 0 134 107 0 0 20 0 2 0 337621974 509124608 40657 33554432000 4194304 5683644 140737281168352 140737281159440 213419655651 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3987/statm: 124298 40657 397 364 0 59521 0
[pid=3989] ppid=3987 vsize=1382724 CPUtime=1322.46 cores=1,3,5,7
/proc/3989/stat : 3989 (scip-2.0.1.linu) R 3987 3989 3989 0 -1 4202496 306876 0 0 0 132027 219 0 0 20 0 1 0 337621975 1415909376 336327 33554432000 4194304 13684479 140737050414896 140737050409880 11824713 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/3989/statm: 345681 336327 752 2317 0 343359 0
[pid=3987/tid=3990] ppid=3981 vsize=497192 CPUtime=0 cores=1,3,5,7
/proc/3987/task/3990/stat : 3990 (python) S 3981 3981 3621 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 337626713 509124608 40657 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3991] ppid=3981 vsize=497204 CPUtime=0.4 cores=1,3,5,7
/proc/3991/stat : 3991 (python) S 3981 3981 3621 0 -1 4202560 1033 0 0 0 21 19 0 0 20 0 2 0 337626715 509136896 40643 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3991/statm: 124301 40643 383 364 0 59521 0
[pid=3993] ppid=3991 vsize=281140 CPUtime=229.6 cores=1,3,5,7
/proc/3993/stat : 3993 (clasp-1.3.7-x86) T 3991 3993 3993 0 -1 4202496 73018 0 0 0 22933 27 0 0 20 0 1 0 337626716 287887360 69779 33554432000 134512640 136139019 4292675088 4292673952 134608320 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/3993/statm: 70285 69779 181 398 0 69885 0
[pid=3991/tid=4083] ppid=3981 vsize=497204 CPUtime=0 cores=1,3,5,7
/proc/3991/task/4083/stat : 4083 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337631430 509136896 40643 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4084] ppid=3981 vsize=572996 CPUtime=0.16 cores=1,3,5,7
/proc/4084/stat : 4084 (python) S 3981 3981 3621 0 -1 4202560 1025 0 0 0 10 6 0 0 20 0 2 0 337631433 586747904 40649 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4084/statm: 143249 40649 383 364 0 78466 0
[pid=4086] ppid=4084 vsize=1427724 CPUtime=95.74 cores=1,3,5,7
/proc/4086/stat : 4086 (scip-2.0.1.linu) T 4084 4086 4086 0 -1 4202496 271529 0 0 0 9483 91 0 0 20 0 1 0 337631433 1461989376 299353 33554432000 4194304 15243407 140734450859184 140734450854536 6457221 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4086/statm: 356931 299353 867 2698 0 354226 0
[pid=4084/tid=4087] ppid=3981 vsize=572996 CPUtime=0 cores=1,3,5,7
/proc/4084/task/4087/stat : 4087 (python) S 3981 3981 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337636197 586747904 40649 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4091] ppid=3981 vsize=648788 CPUtime=0.07 cores=1,3,5,7
/proc/4091/stat : 4091 (python) S 3981 3981 3621 0 -1 4202560 1032 0 0 0 3 4 0 0 20 0 2 0 337645530 664358912 40655 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4091/statm: 162197 40655 383 364 0 97411 0
[pid=4093] ppid=4091 vsize=107736 CPUtime=47.1 cores=1,3,5,7
/proc/4093/stat : 4093 (wbo1.4a) T 4091 4093 4093 0 -1 4202496 31838 0 0 0 4691 19 0 0 20 0 1 0 337645531 110321664 26181 33554432000 134512640 135751879 4291621344 4291619520 134616336 0 0 16781312 3 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4093/statm: 26934 26181 143 303 0 26629 0
[pid=4091/tid=4098] ppid=3981 vsize=648788 CPUtime=0 cores=1,3,5,7
/proc/4091/task/4098/stat : 4098 (python) S 3981 3981 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337650242 664358912 40655 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4166] ppid=3981 vsize=724580 CPUtime=0.16 cores=1,3,5,7
/proc/4166/stat : 4166 (python) S 3981 3981 3621 0 -1 4202560 1040 0 0 0 9 7 0 0 20 0 2 0 337709873 741969920 40661 33554432000 4194304 5683644 140737281168352 140737281160000 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4166/statm: 181145 40661 383 364 0 116356 0
[pid=4168] ppid=4166 vsize=151712 CPUtime=91.81 cores=1,3,5,7
/proc/4168/stat : 4168 (bsolo_pb10) T 4166 4168 4168 0 -1 4202496 48105 0 0 0 9139 42 0 0 20 0 1 0 337709873 155353088 35504 33554432000 134512640 137138936 4289630896 4289629824 134542770 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/4168/statm: 37928 35504 190 642 0 37284 0
[pid=4166/tid=4469] ppid=3981 vsize=724580 CPUtime=0 cores=1,3,5,7
/proc/4166/task/4469/stat : 4469 (python) S 3981 3981 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337719057 741969920 40661 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3988/stat : 3988 (python) S 3979 3981 3621 0 -1 4202560 33 1011 0 0 0 0 0 0 20 0 6 0 337621975 819568640 42194 33554432000 4194304 5683644 140737281168352 140264001364528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=3992] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/3992/stat : 3992 (python) S 3979 3981 3621 0 -1 4202560 29 1011 0 0 0 0 0 0 20 0 6 0 337626716 819568640 42194 33554432000 4194304 5683644 140737281168352 140263990874672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3981/tid=4085] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4085/stat : 4085 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337631433 819568640 42194 33554432000 4194304 5683644 140737281168352 140263980384816 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4092] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4092/stat : 4092 (python) S 3979 3981 3621 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 6 0 337645530 819568640 42194 33554432000 4194304 5683644 140737281168352 140263969894960 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3981/tid=4167] ppid=3979 vsize=800360 CPUtime=0 cores=1,3,5,7
/proc/3981/task/4167/stat : 4167 (python) S 3979 3981 3621 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 337709873 819568640 42194 33554432000 4194304 5683644 140737281168352 140263959405104 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 7092156

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3981 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=872499
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=323950
# CPU time returned by wait4() is 10.1964
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.04
CPU time (s): 1800.1
CPU user time (s): 1794.37
CPU system time (s): 5.73
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 7155804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8725
system time used= 0.32395
maximum resident set size= 189740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2083
involuntary context switches= 36

runsolver used 6.50001 second user time and 18.0733 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 11:15:59
IDJOB=3729961
IDBENCH=1373
IDSOLVER=2327
FILE ID=node140/3729961-1338714958
RUNJOBID= node140-1338713222-3638
PBS_JOBID= 14636725
Free space on /tmp= 70504 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.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-3729961-1338714958/watcher-3729961-1338714958 -o /tmp/evaluation-result-3729961-1338714958/solver-3729961-1338714958 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3729961-1338714958.opb -seed 940572223 -budget 1800

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=940572223

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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	: 5331.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        25759344 kB
Buffers:          418740 kB
Cached:          4567180 kB
SwapCached:         1664 kB
Active:          2808608 kB
Inactive:        3396428 kB
Active(anon):    1211652 kB
Inactive(anon):     9488 kB
Active(file):    1596956 kB
Inactive(file):  3386940 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:            121480 kB
Writeback:             0 kB
AnonPages:       1224020 kB
Mapped:            27032 kB
Shmem:                92 kB
Slab:             762524 kB
SReclaimable:     201076 kB
SUnreclaim:       561448 kB
KernelStack:        1624 kB
PageTables:        10460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1731164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70404 MiB
End job on node140 at 2012-06-03 11:46:01