Trace number 4299436

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
The dodo solver 2018-04-29SAT (TO)44 2520.03 2515.51

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.82438
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.57/0.35	o 65
0.57/0.36	o 59
0.57/0.36	o 57
0.57/0.37	o 53
0.57/0.38	o 51
0.57/0.38	o 50
0.89/0.47	o 49
0.89/0.47	o 47
2.54/1.23	o 46
2.68/1.34	o 44
2520.01/2515.50	s SATISFIABLE
2520.01/2515.50	v <instantiation>
2520.01/2515.50	v 	<list>
2520.01/2515.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] 
2520.01/2515.50	v 	</list>
2520.01/2515.50	v 	<values>
2520.01/2515.50	v 		0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 
2520.01/2515.50	v 	</values>
2520.01/2515.50	v </instantiation>

Verifier Data

OK	44

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 (13268 MiB free)
  memory of node 1: 16384 MiB (14038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299436-1532817273/watcher-4299436-1532817273 -o /tmp/evaluation-result-4299436-1532817273/solver-4299436-1532817273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532809720-10552 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299436-1532817273.xml --timelimit 2520 

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

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=11530, runsolver pid=11527
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.44 1.35 1.36 5/220 11545
/proc/meminfo: memFree=27946264/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10658972 memory=28488 CPUtime=0.13 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 4968 0 0 0 12 1 0 0 20 0 15 0 99290503 10914787328 7122 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2664743 7122 2840 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10658972 memory=-8197568871503138175 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 2847 0 0 0 9 0 0 0 20 0 15 0 99290504 10914787328 7122 33554432000 4194304 4196468 140727611914752 140220437875328 140220028817469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10914787328 7122 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10658972 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10914787328 7122 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290504 10914787328 7122 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10914787328 7122 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10658972 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290506 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99290506 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99290506 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) R 11527 11530 10521 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219920611952 140220419315552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10658972 memory=139966352279168 CPUtime=0.02 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) R 11527 11530 10521 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219918506864 140220433670746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10658972 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290509 10914787328 7122 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28488 KiB

[startup+0.21089 s]*
/proc/loadavg: 1.44 1.35 1.36 3/220 11545
/proc/meminfo: memFree=27934860/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=40260 CPUtime=0.32 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 7642 0 0 0 31 1 0 0 20 0 15 0 99290503 10916999168 10065 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 10065 2981 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 4773 0 0 0 19 1 0 0 20 0 15 0 99290504 10916999168 10065 33554432000 4194304 4196468 140727611914752 140220437879248 140220417729886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=364 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 10065 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=139966352876951 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 10065 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 10065 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 10065 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) S 11527 11530 10521 0 -1 1077944384 565 0 0 0 3 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219920611952 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0.07 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 773 0 0 0 7 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 10065 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40260 KiB

[startup+0.310456 s]*
/proc/loadavg: 1.44 1.35 1.36 6/220 11545
/proc/meminfo: memFree=27930332/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=48624 CPUtime=0.57 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 8775 0 0 0 55 2 0 0 20 0 15 0 99290503 10916999168 12156 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 12156 3052 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 5111 0 0 0 29 1 0 0 20 0 15 0 99290504 10916999168 12156 33554432000 4194304 4196468 140727611914752 140220437885808 140220028793927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 12156 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=139966352876803 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 12156 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 12156 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 12156 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) R 11527 11530 10521 0 -1 4202560 654 0 0 0 6 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219920611952 140220417025338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) R 11527 11530 10521 0 -1 1077944384 374 0 0 0 5 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0.14 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) R 11527 11530 10521 0 -1 4202560 1269 0 0 0 14 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219918503528 140220415059549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=139966352279168 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) R 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 12156 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48624 KiB

[startup+0.700744 s]
/proc/loadavg: 1.44 1.35 1.36 5/220 11545
/proc/meminfo: memFree=27911604/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=92464 CPUtime=1.72 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 14106 0 0 0 169 3 0 0 20 0 15 0 99290503 10916999168 23116 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 23116 3095 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=1236 CPUtime=0.67 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 5238 0 0 0 66 1 0 0 20 0 15 0 99290504 10916999168 23116 33554432000 4194304 4196468 140727611914752 140220437875040 140727611996098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=16416 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 23116 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 23116 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 23116 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 23116 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=6081108994580048232 CPUtime=0.41 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) R 11527 11530 10521 0 -1 4202560 3639 0 0 0 41 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219920597416 140220411244304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=6154282490091891024 CPUtime=0.4 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) R 11527 11530 10521 0 -1 4202560 2120 0 0 0 40 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219919545176 140220419663708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 1738 0 0 0 20 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 23116 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 92464 KiB

[startup+1.50083 s]
/proc/loadavg: 1.44 1.35 1.36 3/220 11545
/proc/meminfo: memFree=27847992/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=195228 CPUtime=3.02 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 19140 0 0 0 295 7 0 0 20 0 15 0 99290503 10916999168 48807 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 48807 3117 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=169304 CPUtime=1.47 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 5692 0 0 0 143 4 0 0 20 0 15 0 99290504 10916999168 48807 33554432000 4194304 4196468 140727611914752 140220437883296 140727611996098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 48807 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 48807 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 48807 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 15 0 99290504 10916999168 48807 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 48807 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0

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

/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 13991 0 0 0 243500 443 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220437890672 140727611996098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=198432 CPUtime=0.88 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1663 0 0 0 78 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=198432 CPUtime=0.9 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 2351 0 0 0 81 9 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2443 0 0 0 78 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=198432 CPUtime=0.88 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 2943 0 0 0 76 12 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=198440 CPUtime=1.29 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 5321 0 0 0 120 9 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.7 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) S 11527 11530 10521 0 -1 1077944384 6475 0 0 0 69 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219920611952 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.75 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 6304 0 0 0 74 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.26 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 3713 0 0 0 26 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.67 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 810 0 0 0 28 39 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 2446.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198440 KiB

[startup+2502.3 s]
/proc/loadavg: 1.89 1.51 1.45 3/220 11660
/proc/meminfo: memFree=27772360/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=198440 CPUtime=2506.8 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 47498 0 0 0 250164 516 0 0 20 0 15 0 99290503 10916999168 49610 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 49610 3134 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=198440 CPUtime=2499.34 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 14051 0 0 0 249481 453 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220437889024 140220031623121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=4207603746108433282 CPUtime=0.89 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1665 0 0 0 79 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.93 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 2352 0 0 0 84 9 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2446 0 0 0 81 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 2944 0 0 0 79 12 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=198440 CPUtime=1.32 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 5328 0 0 0 123 9 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.7 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) S 11527 11530 10521 0 -1 1077944384 6475 0 0 0 69 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219920611952 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=139966206597432 CPUtime=0.75 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 6304 0 0 0 74 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.26 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 3713 0 0 0 26 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.69 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 814 0 0 0 29 40 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 2506.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.5 s]
/proc/loadavg: 2.05 1.57 1.47 3/220 11737
/proc/meminfo: memFree=27772976/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=198440 CPUtime=2520.01 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 47655 0 0 0 251483 518 0 0 20 0 15 0 99290503 10916999168 49610 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 49610 3134 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=198440 CPUtime=2512.53 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 14189 0 0 0 250797 456 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220437890672 140727611996098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=4207603746108433282 CPUtime=0.9 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1665 0 0 0 80 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.93 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 2353 0 0 0 84 9 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2446 0 0 0 81 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 2944 0 0 0 79 12 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=198440 CPUtime=1.32 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 5332 0 0 0 123 9 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=4096 CPUtime=0.7 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) S 11527 11530 10521 0 -1 1077944384 6475 0 0 0 69 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219920611952 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.75 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 6304 0 0 0 74 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.26 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 3713 0 0 0 26 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=4096 CPUtime=0.69 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 828 0 0 0 29 40 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198440 KiB

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

[startup+2515.51 s]
# the end of solver process 11530 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.84 s, system=5.19064 s

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

[startup+2515.5 s]
/proc/loadavg: 2.05 1.57 1.47 3/220 11737
/proc/meminfo: memFree=27772976/32770624 swapFree=67108744/67108860
[pid=11530] ppid=11527 vsize=10661132 memory=198440 CPUtime=2520.01 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 10521 0 -1 1077944320 47655 0 0 0 251483 518 0 0 20 0 15 0 99290503 10916999168 49610 33554432000 4194304 4196468 140727611914752 140727611897296 140220433649399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
/proc/11530/statm: 2665283 49610 3134 1 0 2627263 0
[pid=11530/tid=11532] ppid=11527 vsize=10661132 memory=198440 CPUtime=2512.53 cores=0,2,4,6
/proc/11530/task/11532/stat : 11532 (java) R 11527 11530 10521 0 -1 4202560 14189 0 0 0 250797 456 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220437890672 140727611996098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11533] ppid=11527 vsize=10661132 memory=4207603746108433282 CPUtime=0.9 cores=0,2,4,6
/proc/11530/task/11533/stat : 11533 (java) S 11527 11530 10521 0 -1 1077944384 1665 0 0 0 80 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220359723920 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11534] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.93 cores=0,2,4,6
/proc/11530/task/11534/stat : 11534 (java) S 11527 11530 10521 0 -1 1077944384 2353 0 0 0 84 9 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220358671120 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11535] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11535/stat : 11535 (java) S 11527 11530 10521 0 -1 1077944384 2446 0 0 0 81 10 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220357618832 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11536] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.91 cores=0,2,4,6
/proc/11530/task/11536/stat : 11536 (java) S 11527 11530 10521 0 -1 1077944384 2944 0 0 0 79 12 0 0 20 0 15 0 99290504 10916999168 49610 33554432000 4194304 4196468 140727611914752 140220356566032 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11537] ppid=11527 vsize=10661132 memory=198440 CPUtime=1.32 cores=0,2,4,6
/proc/11530/task/11537/stat : 11537 (java) S 11527 11530 10521 0 -1 1077944384 5332 0 0 0 123 9 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219924822128 140220433660546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11538] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11538/stat : 11538 (java) S 11527 11530 10521 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219923768096 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11539] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11539/stat : 11539 (java) S 11527 11530 10521 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99290506 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219922715760 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11540] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11540/stat : 11540 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219921664080 140220433667995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11541] ppid=11527 vsize=10661132 memory=4096 CPUtime=0.7 cores=0,2,4,6
/proc/11530/task/11541/stat : 11541 (java) S 11527 11530 10521 0 -1 1077944384 6475 0 0 0 69 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219920611952 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11542] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.75 cores=0,2,4,6
/proc/11530/task/11542/stat : 11542 (java) S 11527 11530 10521 0 -1 1077944384 6304 0 0 0 74 1 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219919559152 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11543] ppid=11527 vsize=10661132 memory=198440 CPUtime=0.26 cores=0,2,4,6
/proc/11530/task/11543/stat : 11543 (java) S 11527 11530 10521 0 -1 1077944384 3713 0 0 0 26 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219918506864 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11544] ppid=11527 vsize=10661132 memory=198440 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11544/stat : 11544 (java) S 11527 11530 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219917454304 140220433659605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
[pid=11530/tid=11545] ppid=11527 vsize=10661132 memory=4096 CPUtime=0.69 cores=0,2,4,6
/proc/11530/task/11545/stat : 11545 (java) S 11527 11530 10521 0 -1 1077944384 828 0 0 0 29 40 0 0 20 0 15 0 99290509 10916999168 49610 33554432000 4194304 4196468 140727611914752 140219916401072 140220433660546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38944768 140727611917432 140727611917577 140727611917577 140727611920335 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198440 KiB

Child status: 143
Real time (s): 2515.51
CPU time (s): 2520.03
CPU user time (s): 2514.84
CPU system time (s): 5.19064
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 198440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.84
system time used= 5.19064
maximum resident set size= 199016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93427
involuntary context switches= 4627


# summary of solver processes directly reported to runsolver:
#   pid: 11530
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2514.84
#   total CPU system time (s): 5.19064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4094 second user time and 21.9752 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 00:34:33
IDJOB=4299436
IDBENCH=141376
IDSOLVER=2768
FILE ID=node134/4299436-1532817273
RUNJOBID= node134-1532809720-10552
PBS_JOBID= 21022481
Free space on /tmp= 55560 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299436-1532817273/watcher-4299436-1532817273 -o /tmp/evaluation-result-4299436-1532817273/solver-4299436-1532817273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532809720-10552 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299436-1532817273.xml --timelimit 2520

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1122793441

node134.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.68
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.68
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.68
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.68
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:        27963996 kB
MemAvailable:   31777264 kB
Buffers:          192084 kB
Cached:          3883684 kB
SwapCached:            0 kB
Active:          1967668 kB
Inactive:        2348816 kB
Active(anon):     189896 kB
Inactive(anon):    78480 kB
Active(file):    1777772 kB
Inactive(file):  2270336 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              1364 kB
Writeback:             0 kB
AnonPages:        245184 kB
Mapped:            55192 kB
Shmem:             25132 kB
Slab:             190244 kB
SReclaimable:     161988 kB
SUnreclaim:        28256 kB
KernelStack:        3632 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55560 MiB
End job on node134 at 2018-07-29 01:16:29