Trace number 4290311

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-07-02SAT (TO)47 2400.04 2369.51

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.94647
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.66/0.56	c version: 2018-07-02
0.66/0.56	c seed: 713062470
0.66/0.56	c timeout: 2400
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.48/1.08	c Parsing done, starting search...
1.67/1.11	o 77
1.67/1.11	o 75
1.67/1.11	o 73
1.67/1.12	o 72
1.67/1.12	o 71
1.67/1.13	o 70
1.67/1.17	o 68
1.67/1.17	o 61
1.67/1.17	o 58
1.67/1.17	o 50
1.95/1.21	o 49
1.95/1.21	o 48
1.95/1.25	o 47
2400.02/2369.50	s SATISFIABLE
2400.02/2369.50	v <instantiation>
2400.02/2369.50	v 	<list>
2400.02/2369.50	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9]
2400.02/2369.50	v 	</list>
2400.02/2369.50	v 	<values>
2400.02/2369.50	v 		1 0 3 2 8 6 7 9 4 5 3 13 2 3 7 6 4 5 2 2 
2400.02/2369.50	v 	</values>
2400.02/2369.50	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290311-1532606526/watcher-4290311-1532606526 -o /tmp/evaluation-result-4290311-1532606526/solver-4290311-1532606526 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532604171-2120 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 713062470 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290311-1532606526.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB
solver pid=2431, runsolver pid=2428


[startup+0.108101 s]*
/proc/loadavg: 1.44 1.31 1.41 3/216 2446
/proc/meminfo: memFree=8811356/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14082740 memory=33280 CPUtime=0.12 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 7249 0 0 0 11 1 0 0 20 0 15 0 78215520 14420725760 8320 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3520685 8320 3157 1 0 3482761 0
[pid=2431/tid=2433] ppid=2428 vsize=14082740 memory=8326441112148417179 CPUtime=0.1 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 5459 0 0 0 9 1 0 0 20 0 15 0 78215521 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623824502528 140623820309661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14082740 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623293674912 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0.01 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 8518 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33280 KiB

[startup+0.213125 s]*
/proc/loadavg: 1.44 1.31 1.41 6/216 2446
/proc/meminfo: memFree=8796676/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14082740 memory=47232 CPUtime=0.29 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 10431 0 0 0 27 2 0 0 20 0 15 0 78215520 14420725760 11808 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3520685 11808 3369 1 0 3482761 0
[pid=2431/tid=2433] ppid=2428 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 8138 0 0 0 18 1 0 0 20 0 15 0 78215521 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623824514016 140623812524862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14082740 memory=288371081429370496 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623293674912 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) R 2428 2431 32243 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) R 2428 2431 32243 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623289464944 140623804677850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0.06 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) R 2428 2431 32243 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623288412400 140623799235245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 11808 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47232 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.44 1.31 1.41 3/216 2446
/proc/meminfo: memFree=8793512/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14082740 memory=50356 CPUtime=0.44 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 10793 0 0 0 41 3 0 0 20 0 15 0 78215520 14420725760 12589 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3520685 12589 3372 1 0 3482761 0
[pid=2431/tid=2433] ppid=2428 vsize=14082740 memory=129253473 CPUtime=0.3 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 8468 0 0 0 28 2 0 0 20 0 15 0 78215521 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623824495568 140623803474544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14082740 memory=140705141987279 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14082740 memory=281410283972240 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14082740 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14082740 memory=281410419652928 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14082740 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623293674912 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14082740 memory=2111055749100196 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78215523 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14082740 memory=2111055749126148 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14082740 memory=2272 CPUtime=0.02 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14082740 memory=140709572626047 CPUtime=0.08 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 312 0 0 0 8 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14082740 memory=140705277658752 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215526 14420725760 12589 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50356 KiB

[startup+0.700737 s]
/proc/loadavg: 1.44 1.31 1.41 3/216 2446
/proc/meminfo: memFree=8769204/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14084808 memory=88924 CPUtime=0.98 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 17640 0 0 0 93 5 0 0 20 0 15 0 78215520 14422843392 22231 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3521202 22231 3500 1 0 3483273 0
[pid=2431/tid=2433] ppid=2428 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 14912 0 0 0 63 4 0 0 20 0 15 0 78215521 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623824502864 140623820309661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14084808 memory=140705142017168 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14084808 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215521 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14084808 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14084808 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14084808 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78215523 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14084808 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78215523 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623293674912 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78215523 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14084808 memory=6656426216303648864 CPUtime=0.06 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 657 0 0 0 6 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14084808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 284 0 0 0 8 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 404 0 0 0 15 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215526 14422843392 22231 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88924 KiB

[startup+1.50069 s]
/proc/loadavg: 1.44 1.31 1.41 3/216 2446
/proc/meminfo: memFree=8734340/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14090952 memory=147676 CPUtime=2.86 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 27563 0 0 0 277 9 0 0 20 0 15 0 78215520 14429134848 36919 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3522738 36919 3547 1 0 3484809 0
[pid=2431/tid=2433] ppid=2428 vsize=14090952 memory=969 CPUtime=1.46 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 19927 0 0 0 140 6 0 0 20 0 15 0 78215521 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623824523544 140623424758368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14090952 memory=281410284220480 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78215521 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14090952 memory=88924 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78215521 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14090952 memory=140705142017168 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 36919 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0

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

/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 64432 0 0 0 223393 65 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623824526528 140623425370182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14090952 memory=1076852 CPUtime=9.99 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 6424 0 0 0 897 102 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14090952 memory=1076852 CPUtime=9.98 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 8863 0 0 0 889 109 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14090952 memory=1076852 CPUtime=9.98 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 5450 0 0 0 890 108 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14090952 memory=0 CPUtime=9.96 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 5880 0 0 0 889 107 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14090952 memory=1076852 CPUtime=13.78 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 10256 0 0 0 1284 94 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623293674976 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.66 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 2259 0 0 0 65 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.75 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 1862 0 0 0 74 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.44 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 3690 0 0 0 44 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14090952 memory=4140 CPUtime=1.28 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1345 0 0 0 66 62 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 2291.5 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1076852 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.41 1.39 3/215 2517
/proc/meminfo: memFree=7753380/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14090952 memory=1076852 CPUtime=2352.24 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 113372 0 0 0 234748 476 0 0 20 0 15 0 78215520 14429134848 269213 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3522738 269213 3588 1 0 3484809 0
[pid=2431/tid=2433] ppid=2428 vsize=14090952 memory=1076852 CPUtime=2293.86 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 65536 0 0 0 229320 66 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623824526496 140623425366454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.26 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 6433 0 0 0 922 104 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.24 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 8866 0 0 0 911 113 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14090952 memory=0 CPUtime=10.24 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 5603 0 0 0 913 111 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.22 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 5906 0 0 0 913 109 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14090952 memory=1076852 CPUtime=14.15 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 10440 0 0 0 1318 97 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623293674976 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.66 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 2261 0 0 0 65 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.75 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 1864 0 0 0 74 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.44 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 3692 0 0 0 44 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14090952 memory=1076852 CPUtime=1.32 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1352 0 0 0 67 65 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 2352.24 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1076852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.5 s]
/proc/loadavg: 1.51 1.41 1.39 3/215 2518
/proc/meminfo: memFree=7751688/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14090952 memory=1076852 CPUtime=2400.02 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 114616 0 0 0 239518 484 0 0 20 0 15 0 78215520 14429134848 269213 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3522738 269213 3588 1 0 3484809 0
[pid=2431/tid=2433] ppid=2428 vsize=14090952 memory=1788 CPUtime=2340.47 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 66398 0 0 0 233980 67 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623824526368 140623425124566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.47 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 6451 0 0 0 941 106 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14090952 memory=1708 CPUtime=10.45 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 8875 0 0 0 929 116 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.45 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 5610 0 0 0 933 112 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14090952 memory=0 CPUtime=10.44 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 6066 0 0 0 933 111 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14090952 memory=1076852 CPUtime=14.45 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 10609 0 0 0 1346 99 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623293674976 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.66 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 2263 0 0 0 65 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.75 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 1866 0 0 0 74 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.44 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14090952 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14090952 memory=5668 CPUtime=1.34 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1365 0 0 0 68 66 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1076852 KiB

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

[startup+2369.51 s]
# the end of solver process 2431 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.19 s, system=4.85251 s

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

[startup+2369.5 s]
/proc/loadavg: 1.51 1.41 1.39 3/215 2518
/proc/meminfo: memFree=7751688/32770624 swapFree=67108860/67108860
[pid=2431] ppid=2428 vsize=14090952 memory=1076852 CPUtime=2400.02 cores=0,2,4,6
/proc/2431/stat : 2431 (java) S 2428 2431 32243 0 -1 1077944320 114616 0 0 0 239518 484 0 0 20 0 15 0 78215520 14429134848 269213 33554432000 4194304 4196468 140733355191920 140733355174464 140623820287735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
/proc/2431/statm: 3522738 269213 3588 1 0 3484809 0
[pid=2431/tid=2433] ppid=2428 vsize=14090952 memory=1788 CPUtime=2340.47 cores=0,2,4,6
/proc/2431/task/2433/stat : 2433 (java) R 2428 2431 32243 0 -1 4202560 66398 0 0 0 233980 67 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623824526368 140623425124566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2434] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.47 cores=0,2,4,6
/proc/2431/task/2434/stat : 2434 (java) S 2428 2431 32243 0 -1 1077944384 6451 0 0 0 941 106 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623750375696 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2435] ppid=2428 vsize=14090952 memory=1708 CPUtime=10.45 cores=0,2,4,6
/proc/2431/task/2435/stat : 2435 (java) S 2428 2431 32243 0 -1 1077944384 8875 0 0 0 929 116 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623749323152 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2436] ppid=2428 vsize=14090952 memory=1076852 CPUtime=10.45 cores=0,2,4,6
/proc/2431/task/2436/stat : 2436 (java) S 2428 2431 32243 0 -1 1077944384 5610 0 0 0 933 112 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623748270608 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2437] ppid=2428 vsize=14090952 memory=0 CPUtime=10.44 cores=0,2,4,6
/proc/2431/task/2437/stat : 2437 (java) S 2428 2431 32243 0 -1 1077944384 6066 0 0 0 933 111 0 0 20 0 15 0 78215521 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623747218064 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2438] ppid=2428 vsize=14090952 memory=1076852 CPUtime=14.45 cores=0,2,4,6
/proc/2431/task/2438/stat : 2438 (java) S 2428 2431 32243 0 -1 1077944384 10609 0 0 0 1346 99 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623294728688 140623820298882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2439] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2439/stat : 2439 (java) S 2428 2431 32243 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623293674976 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2440] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2440/stat : 2440 (java) S 2428 2431 32243 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 78215523 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623292622320 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2441] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2441/stat : 2441 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623291570896 140623820306331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2442] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.66 cores=0,2,4,6
/proc/2431/task/2442/stat : 2442 (java) S 2428 2431 32243 0 -1 1077944384 2263 0 0 0 65 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623290517488 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2443] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.75 cores=0,2,4,6
/proc/2431/task/2443/stat : 2443 (java) S 2428 2431 32243 0 -1 1077944384 1866 0 0 0 74 1 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623289464944 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2444] ppid=2428 vsize=14090952 memory=1076852 CPUtime=0.44 cores=0,2,4,6
/proc/2431/task/2444/stat : 2444 (java) S 2428 2431 32243 0 -1 1077944384 3694 0 0 0 44 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623288412400 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2445] ppid=2428 vsize=14090952 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/2431/task/2445/stat : 2445 (java) S 2428 2431 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623287360096 140623820297941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
[pid=2431/tid=2446] ppid=2428 vsize=14090952 memory=5668 CPUtime=1.34 cores=0,2,4,6
/proc/2431/task/2446/stat : 2446 (java) S 2428 2431 32243 0 -1 1077944384 1365 0 0 0 68 66 0 0 20 0 15 0 78215526 14429134848 269213 33554432000 4194304 4196468 140733355191920 140623286307632 140623820298882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 30023680 140733355193417 140733355193609 140733355193609 140733355196367 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1076852 KiB

Child status: 143
Real time (s): 2369.51
CPU time (s): 2400.04
CPU user time (s): 2395.19
CPU system time (s): 4.85251
CPU usage (%): 101.288
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1124424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.19
system time used= 4.8525
maximum resident set size= 1126472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 451374
involuntary context switches= 7321


# summary of solver processes directly reported to runsolver:
#   pid: 2431
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2395.19
#   total CPU system time (s): 4.85251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5306 second user time and 22.4947 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 14:02:06
IDJOB=4290311
IDBENCH=141627
IDSOLVER=2743
FILE ID=node106/4290311-1532606526
RUNJOBID= node106-1532604171-2120
PBS_JOBID= 21021967
Free space on /tmp= 46204 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_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-4290311-1532606526/watcher-4290311-1532606526 -o /tmp/evaluation-result-4290311-1532606526/solver-4290311-1532606526 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532604171-2120 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 713062470 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290311-1532606526.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=713062470

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         8830380 kB
MemAvailable:   31705696 kB
Buffers:          237268 kB
Cached:         22538676 kB
SwapCached:            0 kB
Active:          3149036 kB
Inactive:       19906340 kB
Active(anon):     257336 kB
Inactive(anon):    50636 kB
Active(file):    2891700 kB
Inactive(file): 19855704 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36188 kB
Writeback:             0 kB
AnonPages:        411560 kB
Mapped:            54492 kB
Shmem:             25228 kB
Slab:             583692 kB
SReclaimable:     556372 kB
SUnreclaim:        27320 kB
KernelStack:        3808 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1299608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46168 MiB
End job on node106 at 2018-07-26 14:41:36