Trace number 4307867

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
OscaR - Conflict Ordering with restarts 2018-08-14SAT (TO)34 2520.06 2487.92

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-08_c18.xml
MD5SUM5c5040f535ec624befc4f337dc6f1e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.294987
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints29
Number of domains2
Minimum domain size64
Maximum domain size65
Distribution of domain sizes[{"size":64,"count":28},{"size":65,"count":8}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":7,"count":7},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity28
Distribution of constraint arities[{"arity":3,"count":28},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints28
Distribution of constraint types[{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1201236927
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.49/1.04	c Parsing done, starting search...
1.49/1.07	o 50
1.49/1.09	o 48
1.49/1.10	o 42
1.70/1.13	o 41
1.70/1.14	o 38
1.70/1.20	o 36
2.01/1.28	o 35
2.01/1.28	o 34
2520.03/2487.90	s SATISFIABLE
2520.03/2487.90	v <instantiation>
2520.03/2487.90	v 	<list>
2520.03/2487.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7]
2520.03/2487.90	v 	</list>
2520.03/2487.90	v 	<values>
2520.03/2487.90	v 		0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 
2520.03/2487.90	v 	</values>
2520.03/2487.90	v </instantiation>

Verifier Data

OK	34

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12874 MiB free)
  memory of node 1: 16384 MiB (10299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307867-1534321878/watcher-4307867-1534321878 -o /tmp/evaluation-result-4307867-1534321878/solver-4307867-1534321878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19523 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1201236927 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307867-1534321878.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19551, runsolver pid=19547
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.09 1.26 1.66 4/219 19584
/proc/meminfo: memFree=23696276/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14082736 memory=30188 CPUtime=0.12 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 6493 0 0 0 11 1 0 0 20 0 15 0 249750967 14420721664 7547 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3520684 7547 3146 1 0 3482761 0
[pid=19551/tid=19557] ppid=19547 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 4495 0 0 0 8 1 0 0 20 0 15 0 249750968 14420721664 7547 33554432000 4194304 4196468 140721867150064 140508483304856 140508463191390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14082736 memory=4211973783563566474 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7547 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7547 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7547 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7547 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0.01 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7547 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30188 KiB

[startup+0.211411 s]*
/proc/loadavg: 1.09 1.26 1.66 8/219 19584
/proc/meminfo: memFree=23663284/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14082736 memory=46536 CPUtime=0.3 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 10254 0 0 0 28 2 0 0 20 0 15 0 249750967 14420721664 11634 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3520684 11634 3374 1 0 3482761 0
[pid=19551/tid=19557] ppid=19547 vsize=14082736 memory=4871374705135476842 CPUtime=0.2 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 7837 0 0 0 18 2 0 0 20 0 15 0 249750968 14420721664 11634 33554432000 4194304 4196468 140721867150064 140508483338960 140508116061440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14082736 memory=4211973783563566474 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11634 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11634 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11634 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11634 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) R 19547 19551 15953 0 -1 4202560 527 0 0 0 2 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507949750256 140508459812071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) R 19547 19551 15953 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0.05 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) R 19547 19551 15953 0 -1 4202560 404 0 0 0 5 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507947645168 140508457914223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 11634 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46536 KiB

[startup+0.310686 s]*
/proc/loadavg: 1.09 1.26 1.66 3/219 19584
/proc/meminfo: memFree=23657080/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14082736 memory=50160 CPUtime=0.43 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 10656 0 0 0 41 2 0 0 20 0 15 0 249750967 14420721664 12540 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3520684 12540 3414 1 0 3482761 0
[pid=19551/tid=19557] ppid=19547 vsize=14082736 memory=280114411602160 CPUtime=0.3 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 8173 0 0 0 28 2 0 0 20 0 15 0 249750968 14420721664 12540 33554432000 4194304 4196468 140721867150064 140508483318736 140508462297729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14082736 memory=4211973783563566474 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12540 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14082736 memory=140057358778280 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12540 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14082736 memory=140057205910079 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12540 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14082736 memory=140057205914575 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12540 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14082736 memory=140057358791915 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14082736 memory=140057205914575 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14082736 memory=280114411849872 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14082736 memory=280114411847568 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 540 0 0 0 3 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0.08 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 448 0 0 0 8 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14082736 memory=140057358775936 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 12540 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50160 KiB

[startup+0.700733 s]
/proc/loadavg: 1.09 1.26 1.66 3/219 19584
/proc/meminfo: memFree=23608340/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14084804 memory=88116 CPUtime=0.98 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 17429 0 0 0 93 5 0 0 20 0 15 0 249750967 14422839296 22029 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3521201 22029 3499 1 0 3483273 0
[pid=19551/tid=19557] ppid=19547 vsize=14084804 memory=1920 CPUtime=0.68 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 14499 0 0 0 64 4 0 0 20 0 15 0 249750968 14422839296 22029 33554432000 4194304 4196468 140721867150064 140508483325952 140508463191390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14084804 memory=6276 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22029 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22029 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22029 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14084804 memory=8099279071866868838 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22029 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249750970 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750970 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14084804 memory=223 CPUtime=0.08 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 706 0 0 0 8 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 277 0 0 0 6 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 566 0 0 0 14 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14084804 memory=280114412031472 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750973 14422839296 22029 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88116 KiB

[startup+1.50144 s]
/proc/loadavg: 1.09 1.26 1.66 4/219 19584
/proc/meminfo: memFree=23541128/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14090948 memory=148800 CPUtime=2.92 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 29142 0 0 0 285 7 0 0 20 0 15 0 249750967 14429130752 37200 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3522737 37200 3543 1 0 3484809 0
[pid=19551/tid=19557] ppid=19547 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 19753 0 0 0 142 5 0 0 20 0 15 0 249750968 14429130752 37200 33554432000 4194304 4196468 140721867150064 140508483346272 140508116165319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 37200 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 37200 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14090948 memory=-7304957726705013294 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 37200 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14090948 memory=-5790888637220087137 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 37200 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14090948 memory=-3472574513799858004 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 37200 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0

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

/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 66287 0 0 0 235369 71 0 0 20 0 15 0 249750968 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508483349472 140721868021478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.29 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 4775 0 0 0 907 122 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.3 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 4515 0 0 0 915 115 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.24 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 4771 0 0 0 905 119 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.25 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 4792 0 0 0 902 123 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14090948 memory=1082124 CPUtime=14.51 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 10209 0 0 0 1347 104 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.62 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 3845 0 0 0 61 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14090948 memory=3684 CPUtime=0.67 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 2709 0 0 0 67 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14090948 memory=13820 CPUtime=0.42 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 3519 0 0 0 41 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14090948 memory=1082124 CPUtime=1.38 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1150 0 0 0 53 85 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 2413.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1082124 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.35 1.42 3/216 19681
/proc/meminfo: memFree=22233568/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2473.91 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 109427 0 0 0 246862 529 0 0 20 0 15 0 249750967 14429130752 270531 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3522737 270531 3578 1 0 3484809 0
[pid=19551/tid=19557] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2413.72 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 67399 0 0 0 241299 73 0 0 20 0 15 0 249750968 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508483349696 140508120818952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.54 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 4778 0 0 0 929 125 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.56 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 4624 0 0 0 938 118 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.5 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 4790 0 0 0 928 122 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.51 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 4796 0 0 0 925 126 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14090948 memory=1082124 CPUtime=14.86 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 10380 0 0 0 1380 106 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.63 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 3847 0 0 0 62 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.67 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 2711 0 0 0 67 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.42 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 3521 0 0 0 41 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14090948 memory=1082124 CPUtime=1.42 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1165 0 0 0 55 87 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 2473.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1082124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.9 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19682
/proc/meminfo: memFree=22234156/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2520.03 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 110336 0 0 0 251466 537 0 0 20 0 15 0 249750967 14429130752 270531 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3522737 270531 3578 1 0 3484809 0
[pid=19551/tid=19557] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2458.82 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 68300 0 0 0 245809 73 0 0 20 0 15 0 249750968 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508483349664 140721868021480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.72 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 4778 0 0 0 945 127 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.74 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 4624 0 0 0 954 120 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.69 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 4790 0 0 0 944 125 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.68 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 4796 0 0 0 940 128 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14090948 memory=3364 CPUtime=15.11 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 10385 0 0 0 1403 108 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.63 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 3847 0 0 0 62 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.67 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 2711 0 0 0 67 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.42 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 3521 0 0 0 41 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14090948 memory=1082124 CPUtime=1.44 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1168 0 0 0 56 88 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1082124 KiB

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

[startup+2487.92 s]
# the end of solver process 19551 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.67 s, system=5.38581 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2487.9 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19682
/proc/meminfo: memFree=22234156/32770624 swapFree=67108368/67108860
[pid=19551] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2520.03 cores=1,3,5,7
/proc/19551/stat : 19551 (java) S 19547 19551 15953 0 -1 1077944320 110336 0 0 0 251466 537 0 0 20 0 15 0 249750967 14429130752 270531 33554432000 4194304 4196468 140721867150064 140721867132608 140508479110903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
/proc/19551/statm: 3522737 270531 3578 1 0 3484809 0
[pid=19551/tid=19557] ppid=19547 vsize=14090948 memory=1082124 CPUtime=2458.82 cores=1,3,5,7
/proc/19551/task/19557/stat : 19557 (java) R 19547 19551 15953 0 -1 4202560 68300 0 0 0 245809 73 0 0 20 0 15 0 249750968 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508483349664 140721868021480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19559] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.72 cores=1,3,5,7
/proc/19551/task/19559/stat : 19559 (java) S 19547 19551 15953 0 -1 1077944384 4778 0 0 0 945 127 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508074539280 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19560] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.74 cores=1,3,5,7
/proc/19551/task/19560/stat : 19560 (java) S 19547 19551 15953 0 -1 1077944384 4624 0 0 0 954 120 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508073486736 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19561] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.69 cores=1,3,5,7
/proc/19551/task/19561/stat : 19561 (java) S 19547 19551 15953 0 -1 1077944384 4790 0 0 0 944 125 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508072434192 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19562] ppid=19547 vsize=14090948 memory=1082124 CPUtime=10.68 cores=1,3,5,7
/proc/19551/task/19562/stat : 19562 (java) S 19547 19551 15953 0 -1 1077944384 4796 0 0 0 940 128 0 0 20 0 15 0 249750969 14429130752 270531 33554432000 4194304 4196468 140721867150064 140508071381648 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19567] ppid=19547 vsize=14090948 memory=3364 CPUtime=15.11 cores=1,3,5,7
/proc/19551/task/19567/stat : 19567 (java) S 19547 19551 15953 0 -1 1077944384 10385 0 0 0 1403 108 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507953961456 140508479122050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19569] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19569/stat : 19569 (java) S 19547 19551 15953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507952907680 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19571] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19571/stat : 19571 (java) S 19547 19551 15953 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507951855088 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19573] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19573/stat : 19573 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507950803664 140508479129499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19574] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.63 cores=1,3,5,7
/proc/19551/task/19574/stat : 19574 (java) S 19547 19551 15953 0 -1 1077944384 3847 0 0 0 62 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507949750256 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19575] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.67 cores=1,3,5,7
/proc/19551/task/19575/stat : 19575 (java) S 19547 19551 15953 0 -1 1077944384 2711 0 0 0 67 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507948697712 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19576] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0.42 cores=1,3,5,7
/proc/19551/task/19576/stat : 19576 (java) S 19547 19551 15953 0 -1 1077944384 3521 0 0 0 41 1 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507947645168 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19577] ppid=19547 vsize=14090948 memory=1082124 CPUtime=0 cores=1,3,5,7
/proc/19551/task/19577/stat : 19577 (java) S 19547 19551 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507946592864 140508479121109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
[pid=19551/tid=19582] ppid=19547 vsize=14090948 memory=1082124 CPUtime=1.44 cores=1,3,5,7
/proc/19551/task/19582/stat : 19582 (java) S 19547 19551 15953 0 -1 1077944384 1168 0 0 0 56 88 0 0 20 0 15 0 249750973 14429130752 270531 33554432000 4194304 4196468 140721867150064 140507945540400 140508479122050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21020672 140721867158600 140721867158793 140721867158793 140721867161551 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1082124 KiB

Child status: 143
Real time (s): 2487.92
CPU time (s): 2520.06
CPU user time (s): 2514.67
CPU system time (s): 5.38581
CPU usage (%): 101.291
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1119800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.67
system time used= 5.38581
maximum resident set size= 1121352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 479669
involuntary context switches= 5864


# summary of solver processes directly reported to runsolver:
#   pid: 19551
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.67
#   total CPU system time (s): 5.38581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3476 second user time and 23.9434 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 10:31:18
IDJOB=4307867
IDBENCH=141372
IDSOLVER=2791
FILE ID=node148/4307867-1534321878
RUNJOBID= node148-1534321878-19523
PBS_JOBID= 21038138
Free space on /tmp= 42640 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307867-1534321878/watcher-4307867-1534321878 -o /tmp/evaluation-result-4307867-1534321878/solver-4307867-1534321878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19523 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1201236927 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307867-1534321878.xml

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

MD5SUM BENCH= 5c5040f535ec624befc4f337dc6f1e70
RANDOM SEED=1201236927

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23730704 kB
MemAvailable:   31900356 kB
Buffers:          175152 kB
Cached:          8209524 kB
SwapCached:            4 kB
Active:          4452144 kB
Inactive:        3980716 kB
Active(anon):       2436 kB
Inactive(anon):   106944 kB
Active(file):    4449708 kB
Inactive(file):  3873772 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             71484 kB
Writeback:             0 kB
AnonPages:         60068 kB
Mapped:            54744 kB
Shmem:             57780 kB
Slab:             303284 kB
SReclaimable:     274632 kB
SUnreclaim:        28652 kB
KernelStack:        3472 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-15 11:12:46