Trace number 3742421

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) 283.86 280.459

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.33/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.33/0.48	c INFO: solving HOME/instance-3742421-1338724760.opb
0.61/0.71	c INFO: parsing took 0.22 s
1.01/1.15	c INFO: features took 0.44 CPU seconds
1.01/1.17	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.59)
51.14/51.23	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.45)
98.29/98.39	c INFO: running scip-2.0.1-clp@0 for 45 with 1702 remaining (b = 0.08)
148.04/148.08	c INFO: running scip-2.0.1-clp@49 for 45 with 1653 remaining (b = 0.01)
191.00/190.90	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1610 remaining (b = 0.04)
237.30/234.63	c INFO: running clasp-1.3.7@47 for 45 with 1564 remaining (b = 0.01)
282.47/279.78	c INFO: running sat4j-pb-v20101225@0 for 45 with 1519 remaining (b = 0.16)

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-3742421-1338724760/watcher-3742421-1338724760 -o /tmp/evaluation-result-3742421-1338724760/solver-3742421-1338724760 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742421-1338724760.opb -seed 1373043463 -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.94 2.01 2.05 4/183 2852
/proc/meminfo: memFree=26361552/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/2852/stat : 2852 (python) R 2850 2852 27000 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 1 0 338603405 15749120 629 33554432000 4194304 5683644 140734400713520 140734400654008 219513963408 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 3845 629 333 364 0 287 0

[startup+0.058365 s]
/proc/loadavg: 1.94 2.01 2.05 4/183 2852
/proc/meminfo: memFree=26361552/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=36744 CPUtime=0.03 cores=1,3,5,7
/proc/2852/stat : 2852 (python) R 2850 2852 27000 0 -1 4202496 1723 0 0 0 3 0 0 0 20 0 1 0 338603405 37625856 1424 33554432000 4194304 5683644 140734400713520 140734400685208 219513963904 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 9186 1442 461 364 0 958 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36744

[startup+0.100228 s]
/proc/loadavg: 1.94 2.01 2.05 4/183 2852
/proc/meminfo: memFree=26361552/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=94456 CPUtime=0.07 cores=1,3,5,7
/proc/2852/stat : 2852 (python) R 2850 2852 27000 0 -1 4202496 3446 1010 1 0 6 1 0 0 20 0 1 0 338603405 96722944 2546 33554432000 4194304 5683644 140734400713520 140734400666024 5168653 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 23614 2546 820 364 0 1620 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94456

[startup+0.300217 s]
/proc/loadavg: 1.94 2.01 2.05 4/183 2852
/proc/meminfo: memFree=26361552/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=183232 CPUtime=0.24 cores=1,3,5,7
/proc/2852/stat : 2852 (python) D 2850 2852 27000 0 -1 4202496 6992 1010 1 0 19 5 0 0 20 0 1 0 338603405 187629568 4715 33554432000 4194304 5683644 140734400713520 140734400554472 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 45808 4715 1278 364 0 3650 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 183232

[startup+0.700194 s]
/proc/loadavg: 1.94 2.01 2.05 4/183 2852
/proc/meminfo: memFree=26361552/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=291452 CPUtime=0.61 cores=1,3,5,7
/proc/2852/stat : 2852 (python) R 2850 2852 27000 0 -1 4202496 12384 1010 1 0 53 8 0 0 20 0 1 0 338603405 298446848 9419 33554432000 4194304 5683644 140734400713520 140734400706136 140539811027653 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 72863 9421 1811 364 0 8092 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 291452

[startup+1.50018 s]
/proc/loadavg: 1.94 2.01 2.05 3/184 2857
/proc/meminfo: memFree=26329884/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 366768

[startup+3.10036 s]
/proc/loadavg: 1.94 2.01 2.05 3/187 2860
/proc/meminfo: memFree=26199224/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
[pid=2858] ppid=2852 vsize=290988 CPUtime=0 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 764 0 0 0 0 0 0 0 20 0 1 0 338603522 297971712 7986 33554432000 4194304 5683644 140734400713520 140734400704608 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/2858/statm: 72747 7986 340 364 0 7970 0
[pid=2860] ppid=2858 vsize=188712 CPUtime=1.91 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) R 2858 2860 2860 0 -1 4202496 44313 0 0 0 179 12 0 0 20 0 1 0 338603522 193241088 43353 33554432000 4194304 13684479 140734400454288 140734400449672 4880937 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2860/statm: 47178 43353 635 2317 0 44856 0
[pid=2852/tid=2859] ppid=2850 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338603522 375570432 9554 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 846468

[startup+6.30041 s]
/proc/loadavg: 1.95 2.01 2.05 3/187 2860
/proc/meminfo: memFree=26111680/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
[pid=2858] ppid=2852 vsize=290988 CPUtime=0 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 892 0 0 0 0 0 0 0 20 0 1 0 338603522 297971712 8009 33554432000 4194304 5683644 140734400713520 140734400704608 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/2858/statm: 72747 8009 363 364 0 7970 0
[pid=2860] ppid=2858 vsize=242884 CPUtime=5.1 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) R 2858 2860 2860 0 -1 4202496 57174 0 0 0 495 15 0 0 20 0 1 0 338603522 248713216 56214 33554432000 4194304 13684479 140734400454288 140734400449672 4880912 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2860/statm: 60721 56214 635 2317 0 58399 0
[pid=2852/tid=2859] ppid=2850 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338603522 375570432 9554 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 900640

[startup+12.7004 s]
/proc/loadavg: 1.95 2.01 2.05 3/187 2860
/proc/meminfo: memFree=26036988/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
[pid=2858] ppid=2852 vsize=290988 CPUtime=0 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 895 0 0 0 0 0 0 0 20 0 1 0 338603522 297971712 8009 33554432000 4194304 5683644 140734400713520 140734400704608 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/2858/statm: 72747 8009 363 364 0 7970 0
[pid=2860] ppid=2858 vsize=327316 CPUtime=11.51 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) R 2858 2860 2860 0 -1 4202496 77046 0 0 0 1132 19 0 0 20 0 1 0 338603522 335171584 76086 33554432000 4194304 13684479 140734400454288 140734400449672 4880915 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2860/statm: 81829 76086 635 2317 0 79507 0
[pid=2852/tid=2859] ppid=2850 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338603522 375570432 9554 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 985072

[startup+25.5004 s]
/proc/loadavg: 1.96 2.01 2.04 3/187 2860
/proc/meminfo: memFree=25972924/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
[pid=2858] ppid=2852 vsize=290988 CPUtime=0.03 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 1003 0 0 0 2 1 0 0 20 0 1 0 338603522 297971712 8014 33554432000 4194304 5683644 140734400713520 140734400704608 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/2858/statm: 72747 8014 368 364 0 7970 0
[pid=2860] ppid=2858 vsize=389584 CPUtime=24.3 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) R 2858 2860 2860 0 -1 4202496 92632 0 0 0 2407 23 0 0 20 0 1 0 338603522 398934016 91672 33554432000 4194304 13684479 140734400454288 140734400450600 6733904 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/2860/statm: 97396 91672 635 2317 0 95074 0
[pid=2852/tid=2859] ppid=2850 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338603522 375570432 9554 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1047340

[startup+51.1004 s]
/proc/loadavg: 1.97 2.01 2.04 3/192 2867
/proc/meminfo: memFree=25469056/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=366768 CPUtime=1.08 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 14184 1010 1 0 100 8 0 0 20 0 2 0 338603405 375570432 9554 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2852/statm: 91692 9554 1902 364 0 26915 0
[pid=2858] ppid=2852 vsize=290988 CPUtime=0.06 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 1020 0 0 0 4 2 0 0 20 0 1 0 338603522 297971712 8014 33554432000 4194304 5683644 140734400713520 140734400704608 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/2858/statm: 72747 8014 368 364 0 7970 0
[pid=2860] ppid=2858 vsize=616964 CPUtime=49.9 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) R 2858 2860 2860 0 -1 4202496 149271 0 0 0 4947 43 0 0 20 0 1 0 338603522 631771136 148311 33554432000 4194304 13684479 140734400454288 140734400450600 4880921 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/2860/statm: 154241 148311 639 2317 0 151919 0
[pid=2852/tid=2859] ppid=2850 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338603522 375570432 9554 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1274720

[startup+102.308 s]
/proc/loadavg: 2.03 2.02 2.04 3/201 2899
/proc/meminfo: memFree=24863748/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=518352 CPUtime=1.14 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 16055 1010 1 0 105 9 0 0 20 0 4 0 338603405 530792448 9571 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2852/statm: 129588 9571 1907 364 0 64805 0
[pid=2858] ppid=2852 vsize=366768 CPUtime=0.06 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 1160 0 0 0 4 2 0 0 20 0 2 0 338603522 375570432 8049 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2858/statm: 91692 8049 396 364 0 26915 0
[pid=2860] ppid=2858 vsize=616964 CPUtime=50.01 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) T 2858 2860 2860 0 -1 4202496 149360 0 0 0 4958 43 0 0 20 0 1 0 338603522 631771136 148400 33554432000 4194304 13684479 140734400454288 140734400450600 4579200 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/2860/statm: 154241 148400 639 2317 0 151919 0
[pid=2858/tid=2868] ppid=2852 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (python) S 2852 2852 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338608526 375570432 8049 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2869] ppid=2852 vsize=366780 CPUtime=0.06 cores=1,3,5,7
/proc/2869/stat : 2869 (python) S 2852 2852 27000 0 -1 4202560 1105 0 0 0 3 3 0 0 20 0 2 0 338608529 375582720 8036 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2869/statm: 91695 8036 383 364 0 26915 0
[pid=2871] ppid=2869 vsize=12436 CPUtime=47.11 cores=1,3,5,7
/proc/2871/stat : 2871 (clasp-1.3.7-x86) T 2869 2871 2871 0 -1 4202496 3439 0 0 0 4711 0 0 0 20 0 1 0 338608529 12734464 2862 33554432000 134512640 136139019 4288065488 4288064464 134883337 0 0 16781312 16386 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/2871/statm: 3109 2862 182 398 0 2709 0
[pid=2869/tid=2873] ppid=2852 vsize=366780 CPUtime=0 cores=1,3,5,7
/proc/2869/task/2873/stat : 2873 (python) S 2852 2852 27000 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338613241 375582720 8036 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2874] ppid=2852 vsize=442572 CPUtime=0 cores=1,3,5,7
/proc/2874/stat : 2874 (python) S 2852 2852 27000 0 -1 4202560 928 0 0 0 0 0 0 0 20 0 1 0 338613244 453193728 8016 33554432000 4194304 5683644 140734400713520 140734400704608 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/2874/statm: 110643 8016 358 364 0 45860 0
[pid=2876] ppid=2874 vsize=224120 CPUtime=3.9 cores=1,3,5,7
/proc/2876/stat : 2876 (scip-2.0.1.linu) R 2874 2876 2876 0 -1 4202496 51909 0 0 0 378 12 0 0 20 0 1 0 338613244 229498880 51461 33554432000 4194304 15243407 140736639486480 140736639481864 4880915 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/2876/statm: 56030 51461 682 2698 0 53325 0
[pid=2852/tid=2859] ppid=2850 vsize=518352 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 4 0 338603522 530792448 9571 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2852/tid=2870] ppid=2850 vsize=518352 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2870/stat : 2870 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338608529 530792448 9571 33554432000 4194304 5683644 140734400713520 140539619693104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2852/tid=2875] ppid=2850 vsize=518352 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2875/stat : 2875 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338613244 530792448 9571 33554432000 4194304 5683644 140734400713520 140539609203248 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2547992

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.04 3/222 2921
/proc/meminfo: memFree=22491104/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=518352 CPUtime=1.16 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 16686 1010 1 0 107 9 0 0 20 0 4 0 338603405 530792448 9571 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=2925/tid=2940] ppid=2923 vsize=9624972 CPUtime=1 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2923 2925 2925 0 -1 4202560 8259 0 0 0 98 2 0 0 20 0 19 0 338622501 9855971328 281126 33554432000 1073741824 1073778376 140735416874240 140196284931000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2941] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2941/stat : 2941 (java) S 2923 2925 2925 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338622501 9855971328 281126 33554432000 1073741824 1073778376 140735416874240 140196283878136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2925/tid=2942] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2942/stat : 2942 (java) S 2923 2925 2925 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338622501 9855971328 281126 33554432000 1073741824 1073778376 140735416874240 140196282825800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2943] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2943/stat : 2943 (java) S 2923 2925 2925 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338622556 9855971328 281126 33554432000 1073741824 1073778376 140735416874240 140196281771048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2852/tid=2859] ppid=2850 vsize=594144 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 5 0 338603522 608403456 9579 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2852/tid=2870] ppid=2850 vsize=594144 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2870/stat : 2870 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 5 0 338608529 608403456 9579 33554432000 4194304 5683644 140734400713520 140539619693104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2852/tid=2875] ppid=2850 vsize=594144 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2875/stat : 2875 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 5 0 338613244 608403456 9579 33554432000 4194304 5683644 140734400713520 140539609203248 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2852/tid=2924] ppid=2850 vsize=594144 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2924/stat : 2924 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 5 0 338622496 608403456 9579 33554432000 4194304 5683644 140734400713520 140539598713392 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 224.79
Current children cumulated vsize (KiB) 13408752



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+280.401 s]
/proc/loadavg: 2.07 2.04 2.04 5/239 3038
/proc/meminfo: memFree=23635632/32873648 swapFree=7120/7120
[pid=2852] ppid=2850 vsize=669936 CPUtime=1.24 cores=1,3,5,7
/proc/2852/stat : 2852 (python) S 2850 2852 27000 0 -1 4202496 18075 1010 1 0 114 10 0 0 20 0 6 0 338603405 686014464 10095 33554432000 4194304 5683644 140734400713520 140734400708352 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2852/statm: 167484 10095 1911 364 0 102695 0
[pid=2858] ppid=2852 vsize=366768 CPUtime=0.06 cores=1,3,5,7
/proc/2858/stat : 2858 (python) S 2852 2852 27000 0 -1 4202560 1160 0 0 0 4 2 0 0 20 0 2 0 338603522 375570432 8049 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2858/statm: 91692 8049 396 364 0 26915 0
[pid=2860] ppid=2858 vsize=616964 CPUtime=50.01 cores=1,3,5,7
/proc/2860/stat : 2860 (scip-2.0.1.linu) T 2858 2860 2860 0 -1 4202496 149360 0 0 0 4958 43 0 0 20 0 1 0 338603522 631771136 148400 33554432000 4194304 13684479 140734400454288 140734400450600 4579200 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/2860/statm: 154241 148400 639 2317 0 151919 0
[pid=2858/tid=2868] ppid=2852 vsize=366768 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (python) S 2852 2852 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338608526 375570432 8049 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2869] ppid=2852 vsize=366780 CPUtime=0.15 cores=1,3,5,7
/proc/2869/stat : 2869 (python) S 2852 2852 27000 0 -1 4202560 1163 0 0 0 8 7 0 0 20 0 2 0 338608529 375582720 8036 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2869/statm: 91695 8036 383 364 0 26915 0
[pid=2871] ppid=2869 vsize=31352 CPUtime=92.22 cores=1,3,5,7
/proc/2871/stat : 2871 (clasp-1.3.7-x86) T 2869 2871 2871 0 -1 4202496 8145 0 0 0 9220 2 0 0 20 0 1 0 338608529 32104448 7568 33554432000 134512640 136139019 4288065488 4288064096 134831192 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/2871/statm: 7838 7568 182 398 0 7438 0
[pid=2869/tid=2873] ppid=2852 vsize=366780 CPUtime=0 cores=1,3,5,7
/proc/2869/task/2873/stat : 2873 (python) S 2852 2852 27000 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338613241 375582720 8036 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2874] ppid=2852 vsize=442572 CPUtime=0.15 cores=1,3,5,7
/proc/2874/stat : 2874 (python) S 2852 2852 27000 0 -1 4202560 1159 0 0 0 8 7 0 0 20 0 2 0 338613244 453193728 8042 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2874/statm: 110643 8042 383 364 0 45860 0
[pid=2876] ppid=2874 vsize=865752 CPUtime=92.43 cores=1,3,5,7
/proc/2876/stat : 2876 (scip-2.0.1.linu) T 2874 2876 2876 0 -1 4202496 210854 0 0 0 9171 72 0 0 20 0 1 0 338613244 886530048 210406 33554432000 4194304 15243407 140736639486480 140736639482792 5110634 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/2876/statm: 216438 210406 686 2698 0 213733 0
[pid=2874/tid=2921] ppid=2852 vsize=442572 CPUtime=0 cores=1,3,5,7
/proc/2874/task/2921/stat : 2921 (python) S 2852 2852 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338618211 453193728 8042 33554432000 4194304 5683644 140734400713520 140539619693104 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2923] ppid=2852 vsize=518364 CPUtime=0.07 cores=1,3,5,7
/proc/2923/stat : 2923 (python) S 2852 2852 27000 0 -1 4202560 1122 0 0 0 4 3 0 0 20 0 2 0 338622495 530804736 8048 33554432000 4194304 5683644 140734400713520 140734400705168 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2923/statm: 129591 8048 383 364 0 64805 0
[pid=2925] ppid=2923 vsize=9624972 CPUtime=46.23 cores=1,3,5,7
/proc/2925/stat : 2925 (java) T 2923 2925 2925 0 -1 4202496 17592 0 1 0 4589 34 0 0 20 0 19 0 338622496 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140735416865376 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2925/statm: 2406243 282529 2267 9 0 2396937 0
[pid=2925/tid=2926] ppid=2923 vsize=9624972 CPUtime=43.36 cores=1,3,5,7
/proc/2925/task/2926/stat : 2926 (java) T 2923 2925 2925 0 -1 4202560 3324 0 1 0 4322 14 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196466224096 140196339307264 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2927] ppid=2923 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) T 2923 2925 2925 0 -1 4202560 104 0 0 0 9 2 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196309760424 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2928] ppid=2923 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) T 2923 2925 2925 0 -1 4202560 112 0 0 0 11 3 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196308707880 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2929] ppid=2923 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) T 2923 2925 2925 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196307654824 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2930] ppid=2923 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) T 2923 2925 2925 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196306602280 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2931] ppid=2923 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) T 2923 2925 2925 0 -1 4202560 38 0 0 0 8 1 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196305550248 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2932] ppid=2923 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) T 2923 2925 2925 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196304497704 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2933] ppid=2923 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) T 2923 2925 2925 0 -1 4202560 106 0 0 0 9 3 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196303444648 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2934] ppid=2923 vsize=9624972 CPUtime=0.15 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) T 2923 2925 2925 0 -1 4202560 94 0 0 0 12 3 0 0 20 0 19 0 338622497 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196302392104 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2935] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) T 2923 2925 2925 0 -1 4202560 742 0 0 0 0 0 0 0 20 0 19 0 338622498 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196290193768 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2936] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) T 2923 2925 2925 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 338622499 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196289140088 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2937] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) T 2923 2925 2925 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 338622499 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196288086920 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2938] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) T 2923 2925 2925 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338622501 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196287035664 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2939] ppid=2923 vsize=9624972 CPUtime=0.77 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) T 2923 2925 2925 0 -1 4202560 3280 0 0 0 77 0 0 0 20 0 19 0 338622501 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196285983544 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2940] ppid=2923 vsize=9624972 CPUtime=1.03 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) T 2923 2925 2925 0 -1 4202560 8260 0 0 0 101 2 0 0 20 0 19 0 338622501 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196284931000 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2941] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2941/stat : 2941 (java) T 2923 2925 2925 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338622501 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196283878136 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2925/tid=2942] ppid=2923 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/2925/task/2942/stat : 2942 (java) T 2923 2925 2925 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 338622501 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196282825800 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=2925/tid=2943] ppid=2923 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2943/stat : 2943 (java) T 2923 2925 2925 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338622556 9855971328 282529 33554432000 1073741824 1073778376 140735416874240 140196281771048 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=2923/tid=3013] ppid=2852 vsize=518364 CPUtime=0 cores=1,3,5,7
/proc/2923/task/3013/stat : 3013 (python) S 2852 2852 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338626866 530804736 8048 33554432000 4194304 5683644 140734400713520 140539609203248 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3018] ppid=2852 vsize=594156 CPUtime=0 cores=1,3,5,7
/proc/3018/stat : 3018 (python) S 2852 2852 27000 0 -1 4202560 856 0 0 0 0 0 0 0 20 0 1 0 338631384 608415744 8005 33554432000 4194304 5683644 140734400713520 140734400704608 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/3018/statm: 148539 8005 335 364 0 83750 0
[pid=3020] ppid=3018 vsize=9624972 CPUtime=1.3 cores=1,3,5,7
/proc/3020/stat : 3020 (java) S 3018 3020 3020 0 -1 4202496 9936 0 1 0 127 3 0 0 20 0 19 0 338631384 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140734980023648 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3020/statm: 2406243 38506 2245 9 0 2396937 0
[pid=3020/tid=3021] ppid=3018 vsize=9624972 CPUtime=0.6 cores=1,3,5,7
/proc/3020/task/3021/stat : 3021 (java) R 3018 3020 3020 0 -1 4202560 2490 0 1 0 57 3 0 0 20 0 19 0 338631384 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302072717816 140301901580080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3020/tid=3022] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3022/stat : 3022 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302034217512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3023] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3023/stat : 3023 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302033164712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3020/tid=3024] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3024/stat : 3024 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302032111912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3020/tid=3025] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3025/stat : 3025 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302031059112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3020/tid=3026] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3026/stat : 3026 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302030007336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3027] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3027/stat : 3027 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302028954536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3020/tid=3028] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3028/stat : 3028 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302027901736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3029] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3029/stat : 3029 (java) S 3018 3020 3020 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338631385 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140302026848936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3030] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3030/stat : 3030 (java) S 3018 3020 3020 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338631386 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301896227304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3031] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3031/stat : 3031 (java) S 3018 3020 3020 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338631387 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301895173368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3032] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3032/stat : 3032 (java) S 3018 3020 3020 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338631387 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301894120456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3033] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3033/stat : 3033 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631389 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301893068944 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3034] ppid=3018 vsize=9624972 CPUtime=0.35 cores=1,3,5,7
/proc/3020/task/3034/stat : 3034 (java) R 3018 3020 3020 0 -1 4202560 2783 0 0 0 35 0 0 0 20 0 19 0 338631389 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301892017080 140302076842468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3020/tid=3035] ppid=3018 vsize=9624972 CPUtime=0.31 cores=1,3,5,7
/proc/3020/task/3035/stat : 3035 (java) R 3018 3020 3020 0 -1 4202560 3233 0 0 0 31 0 0 0 20 0 19 0 338631389 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301890964280 140302076818965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3020/tid=3036] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3036/stat : 3036 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631389 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301889911672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3020/tid=3037] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3037/stat : 3037 (java) S 3018 3020 3020 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338631389 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301888859080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3020/tid=3038] ppid=3018 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/3020/task/3038/stat : 3038 (java) S 3018 3020 3020 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338631444 9855971328 38506 33554432000 1073741824 1073778376 140734980032512 140301887804584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2852/tid=2859] ppid=2850 vsize=669936 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2859/stat : 2859 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338603522 686014464 10095 33554432000 4194304 5683644 140734400713520 140539630182960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2852/tid=2870] ppid=2850 vsize=669936 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2870/stat : 2870 (python) S 2850 2852 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338608529 686014464 10095 33554432000 4194304 5683644 140734400713520 140539619693104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2852/tid=2875] ppid=2850 vsize=669936 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2875/stat : 2875 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338613244 686014464 10095 33554432000 4194304 5683644 140734400713520 140539609203248 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2852/tid=2924] ppid=2850 vsize=669936 CPUtime=0 cores=1,3,5,7
/proc/2852/task/2924/stat : 2924 (python) S 2850 2852 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338622496 686014464 10095 33554432000 4194304 5683644 140734400713520 140539598713392 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2852/tid=3019] ppid=2850 vsize=669936 CPUtime=0 cores=1,3,5,7
/proc/2852/task/3019/stat : 3019 (python) S 2850 2852 27000 0 -1 4202560 19 1010 0 0 0 0 0 0 20 0 6 0 338631384 686014464 10095 33554432000 4194304 5683644 140734400713520 140539382981168 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 283.86
Current children cumulated vsize (KiB) 23722588

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

Real time (s): 280.459
CPU time (s): 283.86
CPU user time (s): 282.03
CPU system time (s): 1.83
CPU usage (%): 101.213
Max. virtual memory (cumulated for all children) (KiB): 23722588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14682
system time used= 0.102984
maximum resident set size= 40380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19085
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= 1021
involuntary context switches= 32

runsolver used 1.13983 second user time and 2.37764 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 13:59:20
IDJOB=3742421
IDBENCH=90182
IDSOLVER=2327
FILE ID=node114/3742421-1338724760
RUNJOBID= node114-1338713908-27017
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K177.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-3742421-1338724760/watcher-3742421-1338724760 -o /tmp/evaluation-result-3742421-1338724760/solver-3742421-1338724760 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742421-1338724760.opb -seed 1373043463 -budget 1800

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=1373043463

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26361428 kB
Buffers:         1042376 kB
Cached:          3822036 kB
SwapCached:         2180 kB
Active:          3726272 kB
Inactive:        1774968 kB
Active(anon):     621448 kB
Inactive(anon):    10684 kB
Active(file):    3104824 kB
Inactive(file):  1764284 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            103260 kB
Writeback:             0 kB
AnonPages:        634996 kB
Mapped:            20320 kB
Shmem:               136 kB
Slab:             869928 kB
SReclaimable:     312312 kB
SUnreclaim:       557616 kB
KernelStack:        1512 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     868076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69940 MiB
End job on node114 at 2012-06-03 14:04:03