Trace number 3737965

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.37/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.37/0.51	c INFO: solving HOME/instance-3737965-1338717558.opb
0.37/0.53	c INFO: wrote linearized instance to HOME/tmpITeEHh.opb
0.37/0.55	c INFO: parsing took 0.02 s
0.37/0.58	c INFO: features took 0.03 CPU seconds
0.47/0.61	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.57)
47.61/47.76	c INFO: running scip-2.0.1-spx@0 for 45 with 1752 remaining (b = 0.18)
96.66/96.77	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.03)
145.30/145.30	c INFO: running clasp-1.3.7@47 for 45 with 1655 remaining (b = 0.01)
190.46/190.44	c INFO: running pbct-0.1.2-linear@0 for 45 with 1610 remaining (b = 0.07)
241.72/241.63	c INFO: running scip-2.0.1-clp@48 for 45 with 1561 remaining (b = 0.01)
288.10/287.95	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1514 remaining (b = 0.01)
337.87/335.39	c INFO: running clasp-1.3.7@92 for 136 with 1465 remaining (b = 0.02)
475.48/472.77	c INFO: running scip-2.0.1-spx@48 for 45 with 1328 remaining (b = 0.01)
521.55/518.78	c INFO: running bsolo_pb10-l3@0 for 45 with 1282 remaining (b = 0.02)
568.91/566.08	c INFO: running scip-2.0.1-spx@94 for 410 with 1235 remaining (b = 0.06)
980.62/977.14	c INFO: running bsolo_pb10-l1@0 for 91 with 826 remaining (b = 0.01)
1076.37/1072.75	c INFO: wrote minion input file to HOME/tmpfHLnF_.minion
1076.37/1072.75	c INFO: running minion-0.12@0 for 45 with 731 remaining (b = 0.01)
1123.62/1119.97	c INFO: running scip-2.0.1-spx@502 for 547 with 684 remaining (b = 0.05)
1677.46/1672.84	c INFO: running bsolo_pb10-l2@0 for 45 with 134 remaining (b = 0.00)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737965-1338717558/watcher-3737965-1338717558 -o /tmp/evaluation-result-3737965-1338717558/solver-3737965-1338717558 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737965-1338717558.opb -seed 872764580 -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: 2.11 2.03 2.12 3/218 6785
/proc/meminfo: memFree=28169388/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/6785/stat : 6785 (python) D 6783 6785 3958 0 -1 4202496 764 0 0 0 0 0 0 0 20 0 1 0 337881825 15749120 636 33554432000 4194304 5683644 140736499005984 140736498946472 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6785/statm: 3845 636 334 364 0 287 0

[startup+0.099308 s]
/proc/loadavg: 2.11 2.03 2.12 3/218 6785
/proc/meminfo: memFree=28169388/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=92388 CPUtime=0.05 cores=1,3,5,7
/proc/6785/stat : 6785 (python) R 6783 6785 3958 0 -1 4202496 3221 507 1 0 4 1 0 0 20 0 1 0 337881825 94605312 2540 33554432000 4194304 5683644 140736499005984 140736498958456 5177130 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/6785/statm: 23097 2540 816 364 0 1619 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 92388

[startup+0.100197 s]
/proc/loadavg: 2.11 2.03 2.12 3/218 6785
/proc/meminfo: memFree=28169388/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=92388 CPUtime=0.06 cores=1,3,5,7
/proc/6785/stat : 6785 (python) R 6783 6785 3958 0 -1 4202496 3221 507 1 0 5 1 0 0 20 0 1 0 337881825 94605312 2540 33554432000 4194304 5683644 140736499005984 140736498958456 5178100 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/6785/statm: 23097 2540 816 364 0 1619 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 92388

[startup+0.300211 s]
/proc/loadavg: 2.11 2.03 2.12 3/218 6785
/proc/meminfo: memFree=28169388/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=166944 CPUtime=0.22 cores=1,3,5,7
/proc/6785/stat : 6785 (python) R 6783 6785 3958 0 -1 4202496 6562 1014 1 0 17 5 0 0 20 0 1 0 337881825 170950656 4351 33554432000 4194304 5683644 140736499005984 140736498910216 217410148908 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 41736 4351 1227 364 0 3289 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166944

[startup+0.700144 s]
/proc/loadavg: 2.11 2.03 2.12 3/218 6785
/proc/meminfo: memFree=28169388/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 357852

[startup+1.50032 s]
/proc/loadavg: 2.11 2.03 2.12 3/222 6794
/proc/meminfo: memFree=28144432/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
[pid=6792] ppid=6785 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 672 0 0 0 0 0 0 0 20 0 1 0 337881886 288841728 5722 33554432000 4194304 5683644 140736499005984 140736498997072 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 70518 5722 304 364 0 5741 0
[pid=6794] ppid=6792 vsize=2924 CPUtime=0.88 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) R 6792 6794 6794 0 -1 4202496 737 0 0 0 88 0 0 0 20 0 1 0 337881886 2994176 482 33554432000 134512640 136139019 4287698720 4287697688 134621990 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 731 482 182 398 0 331 0
[pid=6785/tid=6793] ppid=6783 vsize=357852 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 2 0 337881886 366440448 7326 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 642848

[startup+3.10033 s]
/proc/loadavg: 2.11 2.03 2.12 3/222 6794
/proc/meminfo: memFree=28143308/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
[pid=6792] ppid=6785 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 697 0 0 0 0 0 0 0 20 0 1 0 337881886 288841728 5725 33554432000 4194304 5683644 140736499005984 140736498997072 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 70518 5725 307 364 0 5741 0
[pid=6794] ppid=6792 vsize=3452 CPUtime=2.48 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) R 6792 6794 6794 0 -1 4202496 875 0 0 0 248 0 0 0 20 0 1 0 337881886 3534848 620 33554432000 134512640 136139019 4287698720 4287697696 134883761 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 863 620 182 398 0 463 0
[pid=6785/tid=6793] ppid=6783 vsize=357852 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 2 0 337881886 366440448 7326 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 643376

[startup+6.30033 s]
/proc/loadavg: 2.10 2.03 2.12 3/222 6794
/proc/meminfo: memFree=28144244/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
[pid=6792] ppid=6785 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 835 0 0 0 0 0 0 0 20 0 1 0 337881886 288841728 5747 33554432000 4194304 5683644 140736499005984 140736498997072 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 70518 5747 329 364 0 5741 0
[pid=6794] ppid=6792 vsize=3584 CPUtime=5.68 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) R 6792 6794 6794 0 -1 4202496 897 0 0 0 568 0 0 0 20 0 1 0 337881886 3670016 642 33554432000 134512640 136139019 4287698720 4287697440 134874931 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 896 642 182 398 0 496 0
[pid=6785/tid=6793] ppid=6783 vsize=357852 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 2 0 337881886 366440448 7326 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 643508

[startup+12.7003 s]
/proc/loadavg: 2.10 2.03 2.12 3/222 6794
/proc/meminfo: memFree=28144436/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
[pid=6792] ppid=6785 vsize=282072 CPUtime=0.01 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 847 0 0 0 0 1 0 0 20 0 1 0 337881886 288841728 5748 33554432000 4194304 5683644 140736499005984 140736498997072 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 70518 5748 330 364 0 5741 0
[pid=6794] ppid=6792 vsize=3980 CPUtime=12.07 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) R 6792 6794 6794 0 -1 4202496 986 0 0 0 1207 0 0 0 20 0 1 0 337881886 4075520 731 33554432000 134512640 136139019 4287698720 4287697440 134874963 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 995 731 182 398 0 595 0
[pid=6785/tid=6793] ppid=6783 vsize=357852 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 2 0 337881886 366440448 7326 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 643904

[startup+25.5002 s]
/proc/loadavg: 2.07 2.03 2.12 3/222 6794
/proc/meminfo: memFree=28144688/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=357852 CPUtime=0.49 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 11712 1405 1 0 39 9 1 0 20 0 2 0 337881825 366440448 7326 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 89463 7326 1902 364 0 24686 0
[pid=6792] ppid=6785 vsize=282072 CPUtime=0.03 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 859 0 0 0 2 1 0 0 20 0 1 0 337881886 288841728 5748 33554432000 4194304 5683644 140736499005984 140736498997072 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 70518 5748 330 364 0 5741 0
[pid=6794] ppid=6792 vsize=4508 CPUtime=24.87 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) R 6792 6794 6794 0 -1 4202496 1139 0 0 0 2487 0 0 0 20 0 1 0 337881886 4616192 884 33554432000 134512640 136139019 4287698720 4287697692 134621984 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 1127 884 182 398 0 727 0
[pid=6785/tid=6793] ppid=6783 vsize=357852 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 2 0 337881886 366440448 7326 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 644432

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.11 3/227 6801
/proc/meminfo: memFree=28119904/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=434148 CPUtime=0.51 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 12618 1405 1 0 41 9 1 0 20 0 3 0 337881825 444567552 7461 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 108537 7461 1905 364 0 43757 0
[pid=6792] ppid=6785 vsize=357852 CPUtime=0.07 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 1140 0 0 0 4 3 0 0 20 0 2 0 337881886 366440448 5821 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 89463 5821 396 364 0 24686 0
[pid=6794] ppid=6792 vsize=4932 CPUtime=47.1 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) T 6792 6794 6794 0 -1 4202496 1236 0 0 0 4710 0 0 0 20 0 1 0 337881886 5050368 981 33554432000 134512640 136139019 4287698720 4287697584 134608269 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 1233 981 182 398 0 833 0
[pid=6792/tid=6798] ppid=6785 vsize=357852 CPUtime=0 cores=1,3,5,7
/proc/6792/task/6798/stat : 6798 (python) S 6785 6785 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337886599 366440448 5821 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6799] ppid=6785 vsize=358368 CPUtime=0 cores=1,3,5,7
/proc/6799/stat : 6799 (python) S 6785 6785 3958 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 337886601 366968832 5858 33554432000 4194304 5683644 140736499005984 140736498997072 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6799/statm: 89592 5858 308 364 0 24812 0
[pid=6801] ppid=6799 vsize=50064 CPUtime=3.32 cores=1,3,5,7
/proc/6801/stat : 6801 (scip-2.0.1.linu) R 6799 6801 6801 0 -1 4202496 12635 0 0 0 321 11 0 0 20 0 1 0 337886602 51265536 10381 33554432000 4194304 13684479 140733360679520 140733360671432 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/6801/statm: 12516 10381 828 2317 0 10194 0
[pid=6785/tid=6793] ppid=6783 vsize=434148 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 26 1405 0 0 0 0 1 0 20 0 3 0 337881886 444567552 7461 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6800] ppid=6783 vsize=434148 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6800/stat : 6800 (python) S 6783 6785 3958 0 -1 4202560 21 1405 0 0 0 0 1 0 20 0 3 0 337886601 444567552 7461 33554432000 4194304 5683644 140736499005984 140279067054640 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1205364

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.10 3/231 6806
/proc/meminfo: memFree=28028260/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=510076 CPUtime=0.53 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 13505 1405 1 0 43 9 1 0 20 0 4 0 337881825 522317824 7503 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 127519 7503 1907 364 0 62736 0
[pid=6792] ppid=6785 vsize=357852 CPUtime=0.07 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 1140 0 0 0 4 3 0 0 20 0 2 0 337881886 366440448 5821 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 89463 5821 396 364 0 24686 0
[pid=6794] ppid=6792 vsize=4932 CPUtime=47.1 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) T 6792 6794 6794 0 -1 4202496 1236 0 0 0 4710 0 0 0 20 0 1 0 337881886 5050368 981 33554432000 134512640 136139019 4287698720 4287697584 134608269 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 1233 981 182 398 0 833 0
[pid=6792/tid=6798] ppid=6785 vsize=357852 CPUtime=0 cores=1,3,5,7
/proc/6792/task/6798/stat : 6798 (python) S 6785 6785 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337886599 366440448 5821 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6799] ppid=6785 vsize=358368 CPUtime=0.07 cores=1,3,5,7
/proc/6799/stat : 6799 (python) S 6785 6785 3958 0 -1 4202560 1094 0 0 0 4 3 0 0 20 0 2 0 337886601 366968832 5930 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6799/statm: 89592 5930 379 364 0 24812 0
[pid=6801] ppid=6799 vsize=79556 CPUtime=48.96 cores=1,3,5,7
/proc/6801/stat : 6801 (scip-2.0.1.linu) T 6799 6801 6801 0 -1 4202496 21419 0 0 0 4858 38 0 0 20 0 1 0 337886602 81465344 17467 33554432000 4194304 13684479 140733360679520 140733360673400 7399042 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6801/statm: 19889 17467 842 2317 0 17567 0
[pid=6799/tid=6803] ppid=6785 vsize=358368 CPUtime=0 cores=1,3,5,7
/proc/6799/task/6803/stat : 6803 (python) S 6785 6785 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337891500 366968832 5930 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6804] ppid=6785 vsize=434296 CPUtime=0 cores=1,3,5,7
/proc/6804/stat : 6804 (python) S 6785 6785 3958 0 -1 4202560 899 0 0 0 0 0 0 0 20 0 1 0 337891502 444719104 5921 33554432000 4194304 5683644 140736499005984 140736498997072 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0

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

[pid=6785/tid=6805] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6805/stat : 6805 (python) S 6783 6785 3958 0 -1 4202560 23 1405 0 0 0 0 1 0 20 0 9 0 337891503 910422016 8087 33554432000 4194304 5683644 140736499005984 140279056564784 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6785/tid=6832] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6832/stat : 6832 (python) S 6783 6785 3958 0 -1 4202560 22 1405 0 0 0 0 1 0 20 0 9 0 337900869 910422016 8087 33554432000 4194304 5683644 140736499005984 140279046074928 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6785/tid=6840] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6840/stat : 6840 (python) S 6783 6785 3958 0 -1 4202560 21 1405 0 0 0 0 1 0 20 0 9 0 337910620 910422016 8087 33554432000 4194304 5683644 140736499005984 140279035585072 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6926] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6926/stat : 6926 (python) S 6783 6785 3958 0 -1 4202560 22 1405 0 0 0 0 1 0 20 0 9 0 337933703 910422016 8087 33554432000 4194304 5683644 140736499005984 140279025095216 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6965] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6965/stat : 6965 (python) S 6783 6785 3958 0 -1 4202560 23 1405 0 0 0 0 1 0 20 0 9 0 337979540 910422016 8087 33554432000 4194304 5683644 140736499005984 140279014605360 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6970] ppid=6783 vsize=889084 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6970/stat : 6970 (python) S 6783 6785 3958 0 -1 4202560 19 1405 0 0 0 0 1 0 20 0 9 0 337989101 910422016 8087 33554432000 4194304 5683644 140736499005984 140278530826800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.94
Current children cumulated vsize (KiB) 15460128



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1673 s]
/proc/loadavg: 2.10 2.06 2.06 3/280 6985
/proc/meminfo: memFree=25562452/32873648 swapFree=7628/7628
[pid=6785] ppid=6783 vsize=965172 CPUtime=0.94 cores=1,3,5,7
/proc/6785/stat : 6785 (python) S 6783 6785 3958 0 -1 4202496 19605 1405 1 0 82 11 1 0 20 0 10 0 337881825 988336128 8145 33554432000 4194304 5683644 140736499005984 140736499000816 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6785/statm: 241293 8145 1919 364 0 176492 0
[pid=6792] ppid=6785 vsize=357852 CPUtime=0.36 cores=1,3,5,7
/proc/6792/stat : 6792 (python) S 6785 6785 3958 0 -1 4202560 1210 0 0 0 22 14 0 0 20 0 2 0 337881886 366440448 5822 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6792/statm: 89463 5822 397 364 0 24686 0
[pid=6794] ppid=6792 vsize=6440 CPUtime=229.55 cores=1,3,5,7
/proc/6794/stat : 6794 (clasp-1.3.7-x86) T 6792 6794 6794 0 -1 4202496 1617 0 0 0 22955 0 0 0 20 0 1 0 337881886 6594560 1360 33554432000 134512640 136139019 4287698720 4287697700 134883821 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6794/statm: 1610 1360 182 398 0 1210 0
[pid=6792/tid=6798] ppid=6785 vsize=357852 CPUtime=0 cores=1,3,5,7
/proc/6792/task/6798/stat : 6798 (python) S 6785 6785 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337886599 366440448 5822 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6799] ppid=6785 vsize=358368 CPUtime=1.89 cores=1,3,5,7
/proc/6799/stat : 6799 (python) S 6785 6785 3958 0 -1 4202560 1205 0 0 0 111 78 0 0 20 0 2 0 337886601 366968832 5930 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6799/statm: 89592 5930 379 364 0 24812 0
[pid=6801] ppid=6799 vsize=79556 CPUtime=1058.68 cores=1,3,5,7
/proc/6801/stat : 6801 (scip-2.0.1.linu) T 6799 6801 6801 0 -1 4202496 21419 0 0 0 105227 641 0 0 20 0 1 0 337886602 81465344 18026 33554432000 4194304 13684479 140733360679520 140733360673448 7158538 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6801/statm: 19889 18026 842 2317 0 17567 0
[pid=6799/tid=6803] ppid=6785 vsize=358368 CPUtime=0 cores=1,3,5,7
/proc/6799/task/6803/stat : 6803 (python) S 6785 6785 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337891500 366968832 5930 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6804] ppid=6785 vsize=434296 CPUtime=0.16 cores=1,3,5,7
/proc/6804/stat : 6804 (python) S 6785 6785 3958 0 -1 4202560 1143 0 0 0 9 7 0 0 20 0 2 0 337891502 444719104 5970 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6804/statm: 108574 5970 379 364 0 43791 0
[pid=6806] ppid=6804 vsize=54744 CPUtime=94.77 cores=1,3,5,7
/proc/6806/stat : 6806 (scip-2.0.1.linu) T 6804 6806 6806 0 -1 4202496 30657 0 0 0 9443 34 0 0 20 0 1 0 337891503 56057856 11466 33554432000 4194304 15243407 140737163929360 140737163925160 8113600 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6806/statm: 13686 11466 966 2698 0 10981 0
[pid=6804/tid=6830] ppid=6785 vsize=434296 CPUtime=0 cores=1,3,5,7
/proc/6804/task/6830/stat : 6830 (python) S 6785 6785 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337896353 444719104 5970 33554432000 4194304 5683644 140736499005984 140279067054640 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6831] ppid=6785 vsize=510240 CPUtime=0.09 cores=1,3,5,7
/proc/6831/stat : 6831 (python) S 6785 6785 3958 0 -1 4202560 1121 0 0 0 5 4 0 0 20 0 2 0 337900869 522485760 6014 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6831/statm: 127560 6014 379 364 0 62774 0
[pid=6833] ppid=6831 vsize=52460 CPUtime=51.13 cores=1,3,5,7
/proc/6833/stat : 6833 (pbct-0.1.2-linu) T 6831 6833 6833 0 -1 4202496 13126 0 0 0 4939 174 0 0 20 0 1 0 337900870 53719040 12408 33554432000 134512640 136422188 4288299840 4288297456 134862253 0 0 16781312 16387 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6833/statm: 13115 12408 213 467 0 12646 0
[pid=6831/tid=6837] ppid=6785 vsize=510240 CPUtime=0 cores=1,3,5,7
/proc/6831/task/6837/stat : 6837 (python) S 6785 6785 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337905986 522485760 6014 33554432000 4194304 5683644 140736499005984 140279056564784 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6839] ppid=6785 vsize=585408 CPUtime=0.08 cores=1,3,5,7
/proc/6839/stat : 6839 (python) S 6785 6785 3958 0 -1 4202560 1137 0 0 0 5 3 0 0 20 0 2 0 337910620 599457792 5896 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6839/statm: 146352 5896 379 364 0 81563 0
[pid=6841] ppid=6839 vsize=9624972 CPUtime=49.7 cores=1,3,5,7
/proc/6841/stat : 6841 (java) T 6839 6841 6841 0 -1 4202496 19093 0 1 0 4921 49 0 0 20 0 19 0 337910620 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 140735848728496 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6841/statm: 2406243 448418 2269 9 0 2396937 0
[pid=6841/tid=6842] ppid=6839 vsize=9624972 CPUtime=47.02 cores=1,3,5,7
/proc/6841/task/6842/stat : 6842 (java) T 6839 6841 6841 0 -1 4202560 3282 0 1 0 4678 24 0 0 20 0 19 0 337910621 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761662967136 139761536108216 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6843] ppid=6839 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/6841/task/6843/stat : 6843 (java) T 6839 6841 6841 0 -1 4202560 54 0 0 0 10 3 0 0 20 0 19 0 337910622 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761506970536 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6844] ppid=6839 vsize=9624972 CPUtime=0.15 cores=1,3,5,7
/proc/6841/task/6844/stat : 6844 (java) T 6839 6841 6841 0 -1 4202560 45 0 0 0 13 2 0 0 20 0 19 0 337910622 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761505917992 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6845] ppid=6839 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/6841/task/6845/stat : 6845 (java) T 6839 6841 6841 0 -1 4202560 52 0 0 0 11 3 0 0 20 0 19 0 337910622 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761504864936 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6841/tid=6846] ppid=6839 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/6841/task/6846/stat : 6846 (java) T 6839 6841 6841 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 19 0 337910623 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761503812392 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6847] ppid=6839 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/6841/task/6847/stat : 6847 (java) T 6839 6841 6841 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 19 0 337910623 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761502759336 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6848] ppid=6839 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/6841/task/6848/stat : 6848 (java) T 6839 6841 6841 0 -1 4202560 48 0 0 0 10 3 0 0 20 0 19 0 337910623 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761501706792 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6841/tid=6849] ppid=6839 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/6841/task/6849/stat : 6849 (java) T 6839 6841 6841 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 19 0 337910623 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761500653736 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6841/tid=6850] ppid=6839 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/6841/task/6850/stat : 6850 (java) T 6839 6841 6841 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 19 0 337910623 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761499601192 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6841/tid=6851] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6851/stat : 6851 (java) T 6839 6841 6841 0 -1 4202560 1224 0 0 0 0 0 0 0 20 0 19 0 337910624 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761487190888 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6852] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6852/stat : 6852 (java) T 6839 6841 6841 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337910624 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761486137208 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6853] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6853/stat : 6853 (java) T 6839 6841 6841 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337910624 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761485084040 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6854] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6854/stat : 6854 (java) T 6839 6841 6841 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337910626 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761484032784 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6841/tid=6855] ppid=6839 vsize=9624972 CPUtime=0.73 cores=1,3,5,7
/proc/6841/task/6855/stat : 6855 (java) T 6839 6841 6841 0 -1 4202560 7080 0 0 0 73 0 0 0 20 0 19 0 337910626 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761482979640 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6856] ppid=6839 vsize=9624972 CPUtime=0.71 cores=1,3,5,7
/proc/6841/task/6856/stat : 6856 (java) T 6839 6841 6841 0 -1 4202560 5682 0 0 0 71 0 0 0 20 0 19 0 337910626 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761481927096 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6841/tid=6857] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6857/stat : 6857 (java) T 6839 6841 6841 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337910626 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761480874232 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6841/tid=6858] ppid=6839 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/6841/task/6858/stat : 6858 (java) T 6839 6841 6841 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 337910626 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761479821896 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6841/tid=6859] ppid=6839 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6841/task/6859/stat : 6859 (java) T 6839 6841 6841 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337910648 9855971328 448418 33554432000 1073741824 1073778376 140735848737360 139761478768168 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6839/tid=6911] ppid=6785 vsize=585408 CPUtime=0 cores=1,3,5,7
/proc/6839/task/6911/stat : 6911 (python) S 6785 6785 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337915362 599457792 5896 33554432000 4194304 5683644 140736499005984 140279046074928 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6925] ppid=6785 vsize=661788 CPUtime=0.08 cores=1,3,5,7
/proc/6925/stat : 6925 (python) S 6785 6785 3958 0 -1 4202560 1129 0 0 0 4 4 0 0 20 0 2 0 337933703 677670912 6017 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6925/statm: 165447 6017 379 364 0 100655 0
[pid=6927] ppid=6925 vsize=64900 CPUtime=47.26 cores=1,3,5,7
/proc/6927/stat : 6927 (bsolo_pb10) T 6925 6927 6927 0 -1 4202496 14079 0 0 0 4720 6 0 0 20 0 1 0 337933703 66457600 13794 33554432000 134512640 137138936 4291844944 4291843872 134542508 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6927/statm: 16225 13794 192 642 0 15581 0
[pid=6925/tid=6928] ppid=6785 vsize=661788 CPUtime=0 cores=1,3,5,7
/proc/6925/task/6928/stat : 6928 (python) S 6785 6785 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337938431 677670912 6017 33554432000 4194304 5683644 140736499005984 140279035585072 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6964] ppid=6785 vsize=737512 CPUtime=0.18 cores=1,3,5,7
/proc/6964/stat : 6964 (python) S 6785 6785 3958 0 -1 4202560 1178 0 0 0 10 8 0 0 20 0 2 0 337979539 755212288 6006 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6964/statm: 184378 6006 379 364 0 119583 0
[pid=6966] ppid=6964 vsize=162508 CPUtime=95.4 cores=1,3,5,7
/proc/6966/stat : 6966 (bsolo_pb10) T 6964 6966 6966 0 -1 4202496 38471 0 0 0 9521 19 0 0 20 0 1 0 337979540 166408192 38180 33554432000 134512640 137138936 4287927840 4287926768 134542316 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6966/statm: 40627 38180 190 642 0 39983 0
[pid=6964/tid=6968] ppid=6785 vsize=737512 CPUtime=0 cores=1,3,5,7
/proc/6964/task/6968/stat : 6968 (python) S 6785 6785 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337989083 755212288 6006 33554432000 4194304 5683644 140736499005984 140279025095216 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6969] ppid=6785 vsize=813304 CPUtime=0.08 cores=1,3,5,7
/proc/6969/stat : 6969 (python) S 6785 6785 3958 0 -1 4202560 1199 0 0 0 5 3 0 0 20 0 2 0 337989101 832823296 6042 33554432000 4194304 5683644 140736499005984 140736498997632 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6969/statm: 203326 6042 385 364 0 138528 0
[pid=6971] ppid=6969 vsize=66696 CPUtime=47.17 cores=1,3,5,7
/proc/6971/stat : 6971 (minion) T 6969 6971 6971 0 -1 4202496 2633 0 0 0 4717 0 0 0 20 0 1 0 337989101 68296704 9408 33554432000 134512640 165565024 4292812240 4292809440 134640899 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6971/statm: 16674 9408 358 7582 0 9089 0
[pid=6969/tid=6972] ppid=6785 vsize=813304 CPUtime=0 cores=1,3,5,7
/proc/6969/task/6972/stat : 6972 (python) S 6785 6785 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337993821 832823296 6042 33554432000 4194304 5683644 140736499005984 140279014605360 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6983] ppid=6785 vsize=889392 CPUtime=0 cores=1,3,5,7
/proc/6983/stat : 6983 (python) S 6785 6785 3958 0 -1 4202560 853 0 0 0 0 0 0 0 20 0 1 0 338049110 910737408 6535 33554432000 4194304 5683644 140736499005984 140736498997072 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6983/statm: 222348 6535 315 364 0 157547 0
[pid=6985] ppid=6983 vsize=11608 CPUtime=0.15 cores=1,3,5,7
/proc/6985/stat : 6985 (bsolo_pb10) R 6983 6985 6985 0 -1 4202496 762 0 0 0 15 0 0 0 20 0 1 0 338049110 11886592 468 33554432000 134512640 137138936 4288249024 4288247952 134542316 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/6985/statm: 2902 468 192 642 0 2258 0
[pid=6785/tid=6793] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 3958 0 -1 4202560 35 1405 0 0 0 0 1 0 20 0 10 0 337881886 988336128 8145 33554432000 4194304 5683644 140736499005984 140279077544496 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6785/tid=6800] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6800/stat : 6800 (python) S 6783 6785 3958 0 -1 4202560 36 1405 0 0 0 0 1 0 20 0 10 0 337886601 988336128 8145 33554432000 4194304 5683644 140736499005984 140279067054640 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6785/tid=6805] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6805/stat : 6805 (python) S 6783 6785 3958 0 -1 4202560 23 1405 0 0 0 0 1 0 20 0 10 0 337891503 988336128 8145 33554432000 4194304 5683644 140736499005984 140279056564784 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6785/tid=6832] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6832/stat : 6832 (python) S 6783 6785 3958 0 -1 4202560 22 1405 0 0 0 0 1 0 20 0 10 0 337900869 988336128 8145 33554432000 4194304 5683644 140736499005984 140279046074928 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6785/tid=6840] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6840/stat : 6840 (python) S 6783 6785 3958 0 -1 4202560 21 1405 0 0 0 0 1 0 20 0 10 0 337910620 988336128 8145 33554432000 4194304 5683644 140736499005984 140279035585072 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6926] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6926/stat : 6926 (python) S 6783 6785 3958 0 -1 4202560 22 1405 0 0 0 0 1 0 20 0 10 0 337933703 988336128 8145 33554432000 4194304 5683644 140736499005984 140279025095216 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6965] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6965/stat : 6965 (python) S 6783 6785 3958 0 -1 4202560 23 1405 0 0 0 0 1 0 20 0 10 0 337979540 988336128 8145 33554432000 4194304 5683644 140736499005984 140279014605360 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6970] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6970/stat : 6970 (python) S 6783 6785 3958 0 -1 4202560 19 1405 0 0 0 0 1 0 20 0 10 0 337989101 988336128 8145 33554432000 4194304 5683644 140736499005984 140278530826800 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6785/tid=6984] ppid=6783 vsize=965172 CPUtime=0.01 cores=1,3,5,7
/proc/6785/task/6984/stat : 6984 (python) S 6783 6785 3958 0 -1 4202560 23 1405 0 0 0 0 1 0 20 0 10 0 338049110 988336128 8145 33554432000 4194304 5683644 140736499005984 140278520336944 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1677.67
Current children cumulated vsize (KiB) 16437216

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 6785 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=849870
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=115982
# CPU time returned by wait4() is 0.965852
# while last known CPU time is 1677.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1673.07
CPU time (s): 1677.67
CPU user time (s): 1667.12
CPU system time (s): 10.55
CPU usage (%): 100.275
Max. virtual memory (cumulated for all children) (KiB): 16437216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.84987
system time used= 0.115982
maximum resident set size= 32580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21532
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2259
involuntary context switches= 27

runsolver used 8.40072 second user time and 21.4617 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 11:59:18
IDJOB=3737965
IDBENCH=48366
IDSOLVER=2327
FILE ID=node122/3737965-1338717558
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71084 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.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-3737965-1338717558/watcher-3737965-1338717558 -o /tmp/evaluation-result-3737965-1338717558/solver-3737965-1338717558 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737965-1338717558.opb -seed 872764580 -budget 1800

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=872764580

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:        28170016 kB
Buffers:          256700 kB
Cached:          1895856 kB
SwapCached:         1800 kB
Active:          2488312 kB
Inactive:        1391312 kB
Active(anon):    1727816 kB
Inactive(anon):     2072 kB
Active(file):     760496 kB
Inactive(file):  1389240 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100160 kB
Dirty:            102908 kB
Writeback:             0 kB
AnonPages:       1733488 kB
Mapped:            31936 kB
Shmem:               108 kB
Slab:             675088 kB
SReclaimable:     116900 kB
SUnreclaim:       558188 kB
KernelStack:        1800 kB
PageTables:        11540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2590332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 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= 70984 MiB
End job on node122 at 2012-06-03 12:27:13