Trace number 3481477

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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 248.8 245.981

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1797.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
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 products2488
Sum of products size4976

Solver Data

0.41/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.41/0.51	c INFO: solving HOME/instance-3481477-1307577864.opb
0.41/0.55	c INFO: wrote linearized instance to HOME/tmp2Yr5bE.opb
0.41/0.58	c INFO: parsing took 0.03 s
0.51/0.64	c INFO: features took 0.06 CPU seconds
0.51/0.67	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.44)
51.17/51.18	c INFO: running sat4j-pb-v20101225@0 for 45 with 1749 remaining (b = 0.13)
101.13/99.94	c INFO: running scip-2.0.1-clp@0 for 91 with 1699 remaining (b = 0.06)
197.26/195.70	c INFO: running wbo1.4a@0 for 45 with 1604 remaining (b = 0.02)
246.77/245.00	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1555 remaining (b = 0.01)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3481477-1307577864/watcher-3481477-1307577864 -o /tmp/evaluation-result-3481477-1307577864/solver-3481477-1307577864 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481477-1307577864.opb -seed 2144739014 -budget 1800 

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.13 1.68 3/579 3747
/proc/meminfo: memFree=20251212/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/3747/stat : 3747 (python) R 3745 3747 1406 0 -1 4202496 888 0 0 0 0 0 0 0 20 0 1 0 869384688 16154624 769 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3747/statm: 3944 770 343 364 0 431 0

[startup+0.094124 s]
/proc/loadavg: 2.19 2.13 1.68 3/579 3747
/proc/meminfo: memFree=20251212/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=94068 CPUtime=0.06 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 2797 0 1 0 5 1 0 0 17 0 1 0 869384688 96325632 2468 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516834048 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/3747/statm: 23517 2468 788 364 0 1628 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94068

[startup+0.105192 s]
/proc/loadavg: 2.19 2.13 1.68 3/579 3747
/proc/meminfo: memFree=20251212/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/3747/stat : 3747 (python) R 3745 3747 1406 0 -1 4202496 3169 928 1 0 6 1 0 0 18 0 1 0 869384688 98435072 2483 33554432000 4194304 5683644 140736227027856 18446744073709551615 5170261 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3747/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.302595 s]
/proc/loadavg: 2.19 2.13 1.68 3/579 3747
/proc/meminfo: memFree=20251212/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=168312 CPUtime=0.23 cores=0,2,4,6
/proc/3747/stat : 3747 (python) R 3745 3747 1406 0 -1 4202496 5993 928 1 0 17 6 0 0 17 0 1 0 869384688 172351488 4309 33554432000 4194304 5683644 140736227027856 18446744073709551615 47971939795271 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3747/statm: 42078 4309 1216 364 0 3295 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168312

[startup+0.701101 s]
/proc/loadavg: 2.19 2.13 1.68 3/579 3747
/proc/meminfo: memFree=20251212/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 294392

[startup+1.50091 s]
/proc/loadavg: 2.17 2.13 1.68 3/591 3769
/proc/meminfo: memFree=20131812/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 1 0 869384756 290967552 5875 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 13380231777528807683 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5875 319 364 0 5924 0
[pid=3766] ppid=3764 vsize=46852 CPUtime=0.82 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 11438 0 0 0 72 10 0 0 18 0 1 0 869384756 47976448 9529 33554432000 4194304 13684479 140735584017024 18446744073709551615 6427705 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 11713 9529 772 2317 0 9391 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 625392

[startup+3.10062 s]
/proc/loadavg: 2.17 2.13 1.68 3/591 3769
/proc/meminfo: memFree=20077188/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 869384756 290967552 5875 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 3898254043180433408 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5875 319 364 0 5924 0
[pid=3766] ppid=3764 vsize=52144 CPUtime=2.41 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 12732 0 0 0 230 11 0 0 20 0 1 0 869384756 53395456 10815 33554432000 4194304 13684479 140735584017024 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 13036 10815 776 2317 0 10714 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 630684

[startup+6.30106 s]
/proc/loadavg: 2.24 2.15 1.68 3/591 3771
/proc/meminfo: memFree=20070464/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0.02 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 874 0 0 0 1 1 0 0 15 0 1 0 869384756 290967552 5899 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 2809479945313583104 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5899 343 364 0 5924 0
[pid=3766] ppid=3764 vsize=56680 CPUtime=5.62 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 13874 0 0 0 549 13 0 0 23 0 1 0 869384756 58040320 11898 33554432000 4194304 13684479 140735584017024 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 14170 11898 789 2317 0 11848 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 635220

[startup+12.7009 s]
/proc/loadavg: 2.22 2.14 1.69 3/591 3771
/proc/meminfo: memFree=20067180/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0.03 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 878 0 0 0 1 2 0 0 15 0 1 0 869384756 290967552 5899 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 2937909397428371456 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5899 343 364 0 5924 0
[pid=3766] ppid=3764 vsize=58844 CPUtime=12.02 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 14442 0 0 0 1186 16 0 0 25 0 1 0 869384756 60256256 12452 33554432000 4194304 13684479 140735584017024 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 14711 12452 777 2317 0 12389 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 637384

[startup+25.5006 s]
/proc/loadavg: 2.19 2.14 1.69 3/591 3771
/proc/meminfo: memFree=20067328/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0.08 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 887 0 0 0 4 4 0 0 15 0 1 0 869384756 290967552 5899 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 72556772316949409 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5899 343 364 0 5924 0
[pid=3766] ppid=3764 vsize=59344 CPUtime=24.82 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 14590 0 0 0 2460 22 0 0 25 0 1 0 869384756 60768256 12600 33554432000 4194304 13684479 140735584017024 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 14836 12600 799 2317 0 12514 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 637884

[startup+51.1009 s]
/proc/loadavg: 2.12 2.13 1.70 3/595 3776
/proc/meminfo: memFree=19984640/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=294392 CPUtime=0.58 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 10967 1350 1 0 44 11 3 0 20 0 2 0 869384688 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 73598 7431 1871 364 0 8485 0
[pid=3764] ppid=3747 vsize=284148 CPUtime=0.17 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 902 0 0 0 9 8 0 0 15 0 1 0 869384756 290967552 5899 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854287 0 0 16781312 33554946 2659141362510725120 0 0 17 6 0 0 0
/proc/3764/statm: 71037 5899 343 364 0 5924 0
[pid=3766] ppid=3764 vsize=59344 CPUtime=50.42 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) R 3764 3766 3766 0 -1 4202496 14598 0 0 0 5003 39 0 0 25 0 1 0 869384756 60768256 12608 33554432000 4194304 13684479 140735584017024 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3766/statm: 14836 12608 807 2317 0 12514 0
[pid=3747/tid=3765] ppid=3745 vsize=294392 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 2 0 869384756 301457408 7431 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 637884

[startup+102.302 s]
/proc/loadavg: 2.05 2.10 1.71 3/643 3825
/proc/meminfo: memFree=19168444/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=315084 CPUtime=0.63 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 12658 1350 1 0 49 11 3 0 20 0 4 0 869384688 322646016 7495 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/3747/statm: 78771 7495 1876 364 0 13652 0
[pid=3764] ppid=3747 vsize=294392 CPUtime=0.19 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 1103 0 0 0 10 9 0 0 16 0 2 0 869384756 301457408 5967 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/3764/statm: 73598 5967 406 364 0 8485 0
[pid=3766] ppid=3764 vsize=59344 CPUtime=50.48 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) T 3764 3766 3766 0 -1 4202496 14598 0 0 0 5009 39 0 0 25 0 1 0 869384756 60768256 12608 33554432000 4194304 13684479 140735584017024 18446744073709551615 7354184 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/3766/statm: 14836 12608 807 2317 0 12514 0
[pid=3764/tid=3777] ppid=3747 vsize=294392 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (python) S 3747 3747 1406 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 869389805 301457408 5967 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604451241001344 0 0 -1 6 0 0 0
[pid=3778] ppid=3747 vsize=294584 CPUtime=0.21 cores=0,2,4,6
/proc/3778/stat : 3778 (python) S 3747 3747 1406 0 -1 4202560 1104 0 0 0 10 11 0 0 16 0 2 0 869389807 301654016 6003 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/3778/statm: 73646 6003 391 364 0 8530 0
[pid=3780] ppid=3778 vsize=8537616 CPUtime=49.69 cores=0,2,4,6
/proc/3780/stat : 3780 (java) T 3778 3780 3780 0 -1 4202496 73029 0 1 0 4957 12 0 0 18 0 19 0 869389808 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3780/statm: 2134404 46130 2255 9 0 2125145 0
[pid=3780/tid=3781] ppid=3778 vsize=8537616 CPUtime=47.67 cores=0,2,4,6
/proc/3780/task/3781/stat : 3781 (java) T 3778 3780 3780 0 -1 4202560 51026 0 1 0 4761 6 0 0 24 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 46912505550828 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 5
[pid=3780/tid=3782] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3782/stat : 3782 (java) T 3778 3780 3780 0 -1 4202560 1835 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=8537616 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3783/stat : 3783 (java) T 3778 3780 3780 0 -1 4202560 2443 0 0 0 8 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3784/stat : 3784 (java) T 3778 3780 3780 0 -1 4202560 1529 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3785/stat : 3785 (java) T 3778 3780 3780 0 -1 4202560 2280 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3786] ppid=3778 vsize=8537616 CPUtime=0.1 cores=0,2,4,6
/proc/3780/task/3786/stat : 3786 (java) T 3778 3780 3780 0 -1 4202560 1542 0 0 0 10 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=8537616 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3787/stat : 3787 (java) T 3778 3780 3780 0 -1 4202560 767 0 0 0 8 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0

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

[pid=3823/tid=3889] ppid=3747 vsize=304840 CPUtime=0 cores=0,2,4,6
/proc/3823/task/3889/stat : 3889 (python) S 3747 3747 1406 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 869404257 312156160 6007 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604441801070720 0 0 -1 0 0 0 0
[pid=3890] ppid=3747 vsize=315096 CPUtime=0.11 cores=0,2,4,6
/proc/3890/stat : 3890 (python) S 3747 3747 1406 0 -1 4202560 940 0 0 0 5 6 0 0 15 0 1 0 869404259 322658304 5982 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854342 0 0 16781312 33554946 72556772316949409 0 0 17 6 0 0 0
/proc/3890/statm: 78774 5982 344 364 0 13652 0
[pid=3892] ppid=3890 vsize=68840 CPUtime=26.58 cores=0,2,4,6
/proc/3892/stat : 3892 (wbo1.4a) R 3890 3892 3892 0 -1 4202496 17073 0 0 0 2643 15 0 0 25 0 1 0 869404259 70492160 16743 33554432000 134512640 135751879 4290647568 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 0 0 0 0
/proc/3892/statm: 17210 16743 146 303 0 16905 0
[pid=3747/tid=3765] ppid=3745 vsize=325340 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 5 0 869384756 333148160 7520 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
[pid=3747/tid=3779] ppid=3745 vsize=325340 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3779/stat : 3779 (python) S 3745 3747 1406 0 -1 4202560 32 1350 0 0 0 0 3 0 20 0 5 0 869389808 333148160 7520 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 6 0 0 0
[pid=3747/tid=3824] ppid=3745 vsize=325340 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3824/stat : 3824 (python) S 3745 3747 1406 0 -1 4202560 27 1350 0 0 0 0 3 0 20 0 5 0 869394683 333148160 7520 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 6 0 0 0
[pid=3747/tid=3891] ppid=3745 vsize=325340 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3891/stat : 3891 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 5 0 869404259 333148160 7520 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 223.96
Current children cumulated vsize (KiB) 10264884



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+245.901 s]
/proc/loadavg: 2.29 2.17 1.79 4/672 3923
/proc/meminfo: memFree=18612984/32951124 swapFree=43359760/67111528
[pid=3747] ppid=3745 vsize=335828 CPUtime=0.69 cores=0,2,4,6
/proc/3747/stat : 3747 (python) S 3745 3747 1406 0 -1 4202496 14437 1350 1 0 54 12 3 0 20 0 6 0 869384688 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/3747/statm: 83957 7565 1880 364 0 18832 0
[pid=3764] ppid=3747 vsize=294392 CPUtime=0.19 cores=0,2,4,6
/proc/3764/stat : 3764 (python) S 3747 3747 1406 0 -1 4202560 1103 0 0 0 10 9 0 0 16 0 2 0 869384756 301457408 5967 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/3764/statm: 73598 5967 406 364 0 8485 0
[pid=3766] ppid=3764 vsize=59344 CPUtime=50.48 cores=0,2,4,6
/proc/3766/stat : 3766 (scip-2.0.1.linu) T 3764 3766 3766 0 -1 4202496 14598 0 0 0 5009 39 0 0 25 0 1 0 869384756 60768256 12608 33554432000 4194304 13684479 140735584017024 18446744073709551615 7354184 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/3766/statm: 14836 12608 807 2317 0 12514 0
[pid=3764/tid=3777] ppid=3747 vsize=294392 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (python) S 3747 3747 1406 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 869389805 301457408 5967 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604451241001344 0 0 -1 6 0 0 0
[pid=3778] ppid=3747 vsize=294584 CPUtime=0.21 cores=0,2,4,6
/proc/3778/stat : 3778 (python) S 3747 3747 1406 0 -1 4202560 1104 0 0 0 10 11 0 0 16 0 2 0 869389807 301654016 6003 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/3778/statm: 73646 6003 391 364 0 8530 0
[pid=3780] ppid=3778 vsize=8537616 CPUtime=49.69 cores=0,2,4,6
/proc/3780/stat : 3780 (java) T 3778 3780 3780 0 -1 4202496 73029 0 1 0 4957 12 0 0 18 0 19 0 869389808 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3780/statm: 2134404 46130 2255 9 0 2125145 0
[pid=3780/tid=3781] ppid=3778 vsize=8537616 CPUtime=47.67 cores=0,2,4,6
/proc/3780/task/3781/stat : 3781 (java) T 3778 3780 3780 0 -1 4202560 51026 0 1 0 4761 6 0 0 24 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 46912505550828 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 5
[pid=3780/tid=3782] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3782/stat : 3782 (java) T 3778 3780 3780 0 -1 4202560 1835 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=8537616 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3783/stat : 3783 (java) T 3778 3780 3780 0 -1 4202560 2443 0 0 0 8 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3784/stat : 3784 (java) T 3778 3780 3780 0 -1 4202560 1529 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=8537616 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3785/stat : 3785 (java) T 3778 3780 3780 0 -1 4202560 2280 0 0 0 9 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3786] ppid=3778 vsize=8537616 CPUtime=0.1 cores=0,2,4,6
/proc/3780/task/3786/stat : 3786 (java) T 3778 3780 3780 0 -1 4202560 1542 0 0 0 10 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=8537616 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3787/stat : 3787 (java) T 3778 3780 3780 0 -1 4202560 767 0 0 0 8 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=8537616 CPUtime=0.11 cores=0,2,4,6
/proc/3780/task/3788/stat : 3788 (java) T 3778 3780 3780 0 -1 4202560 1878 0 0 0 11 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=8537616 CPUtime=0.1 cores=0,2,4,6
/proc/3780/task/3789/stat : 3789 (java) T 3778 3780 3780 0 -1 4202560 1699 0 0 0 10 0 0 0 15 0 19 0 869389809 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=8537616 CPUtime=0.52 cores=0,2,4,6
/proc/3780/task/3790/stat : 3790 (java) T 3778 3780 3780 0 -1 4202560 2498 0 0 0 50 2 0 0 15 0 19 0 869389810 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650752 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=3780/tid=3791] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3791/stat : 3791 (java) T 3778 3780 3780 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869389811 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3792/stat : 3792 (java) T 3778 3780 3780 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869389811 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3793/stat : 3793 (java) T 3778 3780 3780 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869389813 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528657841 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3794] ppid=3778 vsize=8537616 CPUtime=0.25 cores=0,2,4,6
/proc/3780/task/3794/stat : 3794 (java) T 3778 3780 3780 0 -1 4202560 1207 0 0 0 25 0 0 0 15 0 19 0 869389813 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=3780/tid=3795] ppid=3778 vsize=8537616 CPUtime=0.42 cores=0,2,4,6
/proc/3780/task/3795/stat : 3795 (java) T 3778 3780 3780 0 -1 4202560 2927 0 0 0 42 0 0 0 15 0 19 0 869389813 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3796] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3796/stat : 3796 (java) T 3778 3780 3780 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869389813 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650137 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3797] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3797/stat : 3797 (java) T 3778 3780 3780 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 869389813 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650752 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3780/tid=3798] ppid=3778 vsize=8537616 CPUtime=0 cores=0,2,4,6
/proc/3780/task/3798/stat : 3798 (java) T 3778 3780 3780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869389848 8742518784 46130 33554432000 1073741824 1073778376 140735147097312 18446744073709551615 246528650752 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=3778/tid=3822] ppid=3747 vsize=294584 CPUtime=0 cores=0,2,4,6
/proc/3778/task/3822/stat : 3822 (python) S 3747 3747 1406 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 869394680 301654016 6003 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604446052169920 0 0 -1 6 0 0 0
[pid=3823] ppid=3747 vsize=304840 CPUtime=0.43 cores=0,2,4,6
/proc/3823/stat : 3823 (python) S 3747 3747 1406 0 -1 4202560 1134 0 0 0 24 19 0 0 17 0 2 0 869394683 312156160 6007 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/3823/statm: 76210 6007 391 364 0 11091 0
[pid=3825] ppid=3823 vsize=64832 CPUtime=95.61 cores=0,2,4,6
/proc/3825/stat : 3825 (scip-2.0.1.linu) T 3823 3825 3825 0 -1 4202496 15214 0 0 0 9526 35 0 0 25 0 1 0 869394683 66387968 13362 33554432000 4194304 15243407 140734553197152 18446744073709551615 8046326 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/3825/statm: 16208 13362 922 2698 0 13503 0
[pid=3823/tid=3889] ppid=3747 vsize=304840 CPUtime=0 cores=0,2,4,6
/proc/3823/task/3889/stat : 3889 (python) S 3747 3747 1406 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 869404257 312156160 6007 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604441801070720 0 0 -1 0 0 0 0
[pid=3890] ppid=3747 vsize=315096 CPUtime=0.21 cores=0,2,4,6
/proc/3890/stat : 3890 (python) S 3747 3747 1406 0 -1 4202560 1137 0 0 0 10 11 0 0 16 0 2 0 869404259 322658304 6030 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528660939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/3890/statm: 78774 6030 391 364 0 13652 0
[pid=3892] ppid=3890 vsize=118928 CPUtime=49.26 cores=0,2,4,6
/proc/3892/stat : 3892 (wbo1.4a) T 3890 3892 3892 0 -1 4202496 29577 0 0 0 4902 24 0 0 25 0 1 0 869404259 121782272 29247 33554432000 134512640 135751879 4290647568 18446744073709551615 134616505 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/3892/statm: 29732 29247 146 303 0 29427 0
[pid=3890/tid=3902] ppid=3747 vsize=315096 CPUtime=0 cores=0,2,4,6
/proc/3890/task/3902/stat : 3902 (python) S 3747 3747 1406 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 869409186 322658304 6030 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554946 18446604447680305088 0 0 -1 6 0 0 0
[pid=3903] ppid=3747 vsize=325584 CPUtime=0 cores=0,2,4,6
/proc/3903/stat : 3903 (python) S 3747 3747 1406 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 1 0 869409189 333398016 6001 33554432000 4194304 5683644 140736227027856 18446744073709551615 246516854342 0 0 16781312 33554946 4017477335975460864 0 0 17 4 0 0 0
/proc/3903/statm: 81396 6001 320 364 0 16271 0
[pid=3905] ppid=3903 vsize=8543836 CPUtime=2.03 cores=0,2,4,6
/proc/3905/stat : 3905 (java) S 3903 3905 3905 0 -1 4202496 46905 0 1 0 198 5 0 0 20 0 19 0 869409189 8748888064 42378 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3905/statm: 2135959 42378 2232 9 0 2126700 0
[pid=3905/tid=3906] ppid=3903 vsize=8543836 CPUtime=0.9 cores=0,2,4,6
/proc/3905/task/3906/stat : 3906 (java) S 3903 3905 3905 0 -1 4202560 35327 0 1 0 86 4 0 0 18 0 19 0 869409190 8748888064 43315 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3907] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3907/stat : 3907 (java) R 3903 3905 3905 0 -1 4202560 646 0 0 0 0 0 0 0 18 0 19 0 869409190 8748888064 43317 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 47193961600713 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3905/tid=3908] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3908/stat : 3908 (java) R 3903 3905 3905 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 19 0 869409191 8748888064 43319 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 47193961600755 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3905/tid=3909] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3909/stat : 3909 (java) R 3903 3905 3905 0 -1 4202560 114 0 0 0 0 0 0 0 18 0 19 0 869409191 8748888064 43320 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 47193961600697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3905/tid=3910] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3910/stat : 3910 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409191 8748888064 43325 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3905/tid=3911] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3911/stat : 3911 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409191 8748888064 43334 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3905/tid=3912] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3912/stat : 3912 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409191 8748888064 43339 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3905/tid=3913] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3913/stat : 3913 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409191 8748888064 43344 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3905/tid=3914] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3914/stat : 3914 (java) R 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869409191 8748888064 43350 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3905/tid=3915] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3915/stat : 3915 (java) S 3903 3905 3905 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 869409192 8748888064 43353 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 0 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3916] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3916/stat : 3916 (java) S 3903 3905 3905 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869409192 8748888064 43359 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3917] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3917/stat : 3917 (java) S 3903 3905 3905 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869409192 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3918] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3918/stat : 3918 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409194 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528657841 0 4 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3919] ppid=3903 vsize=8543836 CPUtime=0.55 cores=0,2,4,6
/proc/3905/task/3919/stat : 3919 (java) S 3903 3905 3905 0 -1 4202560 6917 0 0 0 55 0 0 0 17 0 19 0 869409194 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 0 0 0 0
[pid=3905/tid=3920] ppid=3903 vsize=8543836 CPUtime=0.55 cores=0,2,4,6
/proc/3905/task/3920/stat : 3920 (java) S 3903 3905 3905 0 -1 4202560 3258 0 0 0 55 0 0 0 16 0 19 0 869409194 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3905/tid=3921] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3921/stat : 3921 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869409194 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650137 0 4 0 16800975 18446604443166292992 0 0 -1 4 0 0 0
[pid=3905/tid=3922] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3922/stat : 3922 (java) S 3903 3905 3905 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869409194 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650752 0 4 0 16800975 18446604443166292992 0 0 -1 2 0 0 0
[pid=3905/tid=3923] ppid=3903 vsize=8543836 CPUtime=0 cores=0,2,4,6
/proc/3905/task/3923/stat : 3923 (java) S 3903 3905 3905 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869409221 8748888064 43362 33554432000 1073741824 1073778376 140736199301264 18446744073709551615 246528650752 0 4 0 16800975 18446604443166292992 0 0 -1 6 0 0 0
[pid=3747/tid=3765] ppid=3745 vsize=335828 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3765/stat : 3765 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 6 0 869384756 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
[pid=3747/tid=3779] ppid=3745 vsize=335828 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3779/stat : 3779 (python) S 3745 3747 1406 0 -1 4202560 32 1350 0 0 0 0 3 0 20 0 6 0 869389808 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 6 0 0 0
[pid=3747/tid=3824] ppid=3745 vsize=335828 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3824/stat : 3824 (python) S 3745 3747 1406 0 -1 4202560 27 1350 0 0 0 0 3 0 20 0 6 0 869394683 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 6 0 0 0
[pid=3747/tid=3891] ppid=3745 vsize=335828 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3891/stat : 3891 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 6 0 869404259 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 0 0 0 0
[pid=3747/tid=3904] ppid=3745 vsize=335828 CPUtime=0.03 cores=0,2,4,6
/proc/3747/task/3904/stat : 3904 (python) S 3745 3747 1406 0 -1 4202560 29 1350 0 0 0 0 3 0 20 0 6 0 869409189 343887872 7565 33554432000 4194304 5683644 140736227027856 18446744073709551615 246528657841 0 0 16781312 33554434 18446604450394715328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 248.8
Current children cumulated vsize (KiB) 19194880

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

Real time (s): 245.981
CPU time (s): 248.8
CPU user time (s): 247.03
CPU system time (s): 1.77
CPU usage (%): 101.146
Max. virtual memory (cumulated for all children) (KiB): 19194880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.576912
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15790
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5100
involuntary context switches= 26

runsolver used 1.50377 second user time and 2.81557 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-09 02:04:24
IDJOB=3481477
IDBENCH=48144
IDSOLVER=1970
FILE ID=node134/3481477-1307577864
RUNJOBID= node134-1307576356-1424
PBS_JOBID= 13547665
Free space on /tmp= 73828 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_3.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481477-1307577864/watcher-3481477-1307577864 -o /tmp/evaluation-result-3481477-1307577864/solver-3481477-1307577864 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481477-1307577864.opb -seed 2144739014 -budget 1800

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=2144739014

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20251376 kB
Buffers:        185108 kB
Cached:         726256 kB
SwapCached:      10388 kB
Active:       12179656 kB
Inactive:       196888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20251376 kB
SwapTotal:    67111528 kB
SwapFree:     43359760 kB
Dirty:          204768 kB
Writeback:           0 kB
AnonPages:    11462928 kB
Mapped:          74588 kB
Slab:           149148 kB
PageTables:     104168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119764232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73584 MiB
End job on node134 at 2011-06-09 02:08:33