Trace number 4401331

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
Concrete 3.12.2OPT164 11.885 4.53639

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-30-1.xml
MD5SUMf61e90724cd8b66989ec046e8a3ea41c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark0.326088
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints590
Number of domains50
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":7,"count":1},{"size":9,"count":2},{"size":10,"count":3},{"size":11,"count":9},{"size":12,"count":9},{"size":13,"count":5},{"size":14,"count":1},{"size":17,"count":30},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":48},{"degree":19,"count":30},{"degree":32,"count":17},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":588},{"arity":18,"count":1}]
Number of extensional constraints48
Number of intensional constraints541
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":541},{"type":"circuit","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.78/0.55	c Concrete v3.12.2.1568631193530 running
9.79/3.92	o 188
9.79/3.93	o 185
9.79/3.94	o 184
9.79/3.95	o 170
10.81/4.20	o 169
11.16/4.36	o 164
11.81/4.51	v <instantiation
11.81/4.51	v         cost = '164'>
11.81/4.51	v       <list>
11.81/4.51	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
11.81/4.51	v       </list>
11.81/4.51	v       <values>
11.81/4.51	v         0 1 2 3 4 5 6 7 8 10 11 17 12 13 14 9 15 16 0 0 0 0 0 0 0 0 0 6 4 1 0 0 0 1 13 16 9 9 15 16 11 16 15 15 16 11 10 10 9 16 9 11 11 10 9 16 16 11 11 15 15 10 10 16 9 16 4 4 7 6 8 4 2 1 4 8 3 3 7 4 1 4 5 1 4 2 9 1 2 1 7 2 2 3 4 10
11.81/4.51	v       </values>
11.81/4.51	v     </instantiation>
11.81/4.51	s OPTIMUM FOUND

Verifier Data

OK	164

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401331-1568679336/watcher-4401331-1568679336 -o /tmp/evaluation-result-4401331-1568679336/solver-4401331-1568679336 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401331-1568679336.xml 

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

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=14998, runsolver pid=14995

[startup+0.101705 s]*
/proc/loadavg: 1.57 1.46 1.41 3/217 15055
/proc/meminfo: memFree=30090788/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 4423 13315 0 0 1 0 5 3 20 0 6 0 444202360 10212057088 4715 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2493178 4715 1935 1 0 2481616 0
[pid=14998/tid=15051] ppid=14995 vsize=9972712 memory=4279135703913235855 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 2226 13315 0 0 1 0 5 3 20 0 6 0 444202369 10212057088 4715 33554432000 4194304 4196468 140722429483248 140361393078864 140361404434837 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 444202370 10212057088 4715 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=9972712 memory=139821006624384 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 444202370 10212057088 4715 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 444202370 10212057088 4715 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 444202370 10212057088 4715 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210175 s]*
/proc/loadavg: 1.57 1.46 1.41 3/226 15064
/proc/meminfo: memFree=30070512/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10819712 memory=42000 CPUtime=0.27 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 7166 13315 0 0 18 1 5 3 20 0 15 0 444202360 11079385088 10500 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2704928 10500 3193 1 0 2667149 0
[pid=14998/tid=15051] ppid=14995 vsize=10819712 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 3637 13315 0 0 10 0 5 3 20 0 15 0 444202369 11079385088 10500 33554432000 4194304 4196468 140722429483248 140361393036176 140361405322590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10819712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079385088 10500 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10819712 memory=139821006624384 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079385088 10500 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10819712 memory=139821006624384 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 444202371 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 444202372 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360336532768 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360202315376 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11079385088 10500 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10819712 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 12464 0 -1 1077944384 593 13315 0 0 1 0 5 3 20 0 15 0 444202374 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360946866288 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10819712 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 12464 0 -1 1077944384 70 13315 0 0 1 0 5 3 20 0 15 0 444202374 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360945813488 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10819712 memory=139821006624384 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) R 14995 14998 12464 0 -1 4202560 634 13315 0 0 3 0 5 3 20 0 15 0 444202374 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360944761200 140361421263450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11079385088 10500 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10819712 memory=139821006624384 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202375 11079385088 10500 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 42000 KiB

[startup+0.311218 s]*
/proc/loadavg: 1.57 1.46 1.41 4/226 15064
/proc/meminfo: memFree=30058968/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10820196 memory=50916 CPUtime=0.4 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 10707 13315 0 0 30 2 5 3 20 0 15 0 444202360 11079880704 12729 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2705049 12729 3323 1 0 2667149 0
[pid=14998/tid=15051] ppid=14995 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 7150 13315 0 0 19 2 5 3 20 0 15 0 444202369 11079880704 12729 33554432000 4194304 4196468 140722429483248 140361393047104 140361405322590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079880704 12729 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079880704 12729 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 444202370 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 444202371 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 444202372 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360336532768 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360202315376 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11079880704 12729 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 12464 0 -1 1077944384 593 13315 0 0 2 0 5 3 20 0 15 0 444202374 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360946866288 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 12464 0 -1 1077944384 80 13315 0 0 2 0 5 3 20 0 15 0 444202374 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360945813488 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 12464 0 -1 1077944384 653 13315 0 0 5 0 5 3 20 0 15 0 444202374 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11079880704 12729 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202375 11079880704 12729 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50916 KiB

[startup+0.701901 s]
/proc/loadavg: 1.57 1.46 1.41 3/226 15064
/proc/meminfo: memFree=30044068/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10824364 memory=84224 CPUtime=1.14 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 14989 13315 0 0 102 4 5 3 20 0 15 0 444202360 11084148736 21056 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2706091 21056 3513 1 0 2668173 0
[pid=14998/tid=15051] ppid=14995 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 10453 13315 0 0 55 3 5 3 20 0 15 0 444202369 11084148736 21056 33554432000 4194304 4196468 140722429483248 140361393056720 140361421264029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11084148736 21056 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10824364 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11084148736 21056 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202370 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 444202370 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 5 13315 0 0 0 0 5 3 20 0 15 0 444202371 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 444202372 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360336532768 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360202315376 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11084148736 21056 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 12464 0 -1 4202560 1008 13315 0 0 12 0 5 3 20 0 15 0 444202374 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360946853728 140361402829401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10824364 memory=15460 CPUtime=0.24 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 12464 0 -1 4202560 454 13315 0 0 16 0 5 3 20 0 15 0 444202374 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360945813488 140361421245442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 12464 0 -1 1077944384 833 13315 0 0 17 0 5 3 20 0 15 0 444202374 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11084148736 21056 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202375 11084148736 21056 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84224 KiB

[startup+1.50068 s]
/proc/loadavg: 1.57 1.46 1.41 4/226 15064
/proc/meminfo: memFree=30000136/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10834680 memory=182812 CPUtime=2.68 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 23477 13315 0 0 252 8 5 3 20 0 15 0 444202360 11094712320 45703 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2708670 45703 3584 1 0 2670733 0
[pid=14998/tid=15051] ppid=14995 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 15303 13315 0 0 130 5 5 3 20 0 15 0 444202369 11094712320 45703 33554432000 4194304 4196468 140722429483248 140361393066160 140361405322620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 66 13315 0 0 1 0 5 3 20 0 15 0 444202370 11094712320 45703 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 41 13315 0 0 0 0 5 3 20 0 15 0 444202370 11094712320 45703 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 324 13315 0 0 1 0 5 3 20 0 15 0 444202370 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 83 13315 0 0 1 0 5 3 20 0 15 0 444202370 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 122 13315 0 0 1 0 5 3 20 0 15 0 444202371 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10834680 memory=279641696839936 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 14 13315 0 0 0 0 5 3 20 0 15 0 444202372 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360336532832 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360202315392 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10834680 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11094712320 45703 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10834680 memory=2832 CPUtime=0.4 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 12464 0 -1 1077944384 1831 13315 0 0 32 0 5 3 20 0 15 0 444202374 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360946866288 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10834680 memory=772 CPUtime=0.47 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 12464 0 -1 1077944384 1507 13315 0 0 39 0 5 3 20 0 15 0 444202374 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360945813488 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10834680 memory=1060 CPUtime=0.5 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 12464 0 -1 1077944384 1968 13315 0 0 42 0 5 3 20 0 15 0 444202374 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10834680 memory=1484 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11094712320 45703 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10834680 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202375 11094712320 45703 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834680 KiB

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

[startup+4.53633 s]
# the end of solver process 14998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.65 s, system=0.234933 s

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

[startup+3.2009 s]
/proc/loadavg: 1.57 1.46 1.41 6/226 15064
/proc/meminfo: memFree=29841380/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10844940 memory=273508 CPUtime=7.55 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 40086 13315 0 0 733 14 5 3 20 0 15 0 444202360 11105218560 68377 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2711235 68377 3607 1 0 2673293 0
[pid=14998/tid=15051] ppid=14995 vsize=10844940 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 19846 13315 0 0 292 7 5 3 20 0 15 0 444202369 11105218560 68377 33554432000 4194304 4196468 140722429483248 140361393072768 140361421254038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10844940 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 73 13315 0 0 3 0 5 3 20 0 15 0 444202370 11105218560 68377 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 55 13315 0 0 3 0 5 3 20 0 15 0 444202370 11105218560 68377 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 350 13315 0 0 3 0 5 3 20 0 15 0 444202370 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 103 13315 0 0 3 0 5 3 20 0 15 0 444202370 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 1864 13315 0 0 3 0 5 3 20 0 15 0 444202371 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 14 13315 0 0 0 0 5 3 20 0 15 0 444202372 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360336532832 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360202315392 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11105218560 68377 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10844940 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 12464 0 -1 4202560 4367 13315 0 0 143 0 5 3 20 0 15 0 444202374 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360946859520 140361407258835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10844940 memory=780 CPUtime=1.54 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 12464 0 -1 4202560 5579 13315 0 0 145 1 5 3 20 0 15 0 444202374 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360945793088 140361404738629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10844940 memory=14008 CPUtime=1.4 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) R 14995 14998 12464 0 -1 1077944384 5613 13315 0 0 131 1 5 3 20 0 15 0 444202374 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11105218560 68377 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10844940 memory=6788 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 5 13315 0 0 0 0 5 3 20 0 15 0 444202375 11105218560 68377 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 273508 KiB

[startup+4.00357 s]*
/proc/loadavg: 1.57 1.46 1.41 5/226 15064
/proc/meminfo: memFree=29814284/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10851096 memory=297716 CPUtime=10.17 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 55861 13315 0 0 991 18 5 3 20 0 15 0 444202360 11111522304 74429 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2712774 74429 3612 1 0 2674829 0
[pid=14998/tid=15051] ppid=14995 vsize=10851096 memory=-6517102902069810590 CPUtime=3.87 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 26361 13315 0 0 371 8 5 3 20 0 15 0 444202369 11111522304 74429 33554432000 4194304 4196468 140722429483248 140361393076544 140361040164296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10851096 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 73 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 74429 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10851096 memory=3756194911073061300 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 55 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 74429 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10851096 memory=4351691527157721392 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 350 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10851096 memory=64415919506408 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 103 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10851096 memory=3540059426206518497 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 2705 13315 0 0 4 0 5 3 20 0 15 0 444202371 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10851096 memory=3689064036952192031 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 14 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360336532832 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10851096 memory=7594877017157034832 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360202315392 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10851096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11111522304 74429 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10851096 memory=0 CPUtime=2.15 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 12464 0 -1 4202560 5244 13315 0 0 206 1 5 3 20 0 15 0 444202374 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360946849056 140361399129073 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10851096 memory=4 CPUtime=2.34 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 12464 0 -1 4202560 11002 13315 0 0 225 1 5 3 20 0 15 0 444202374 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360945802224 140361414342036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10851096 memory=56 CPUtime=1.76 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) R 14995 14998 12464 0 -1 1077944384 7737 13315 0 0 166 2 5 3 20 0 15 0 444202374 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10851096 memory=72 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 74429 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10851096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 7 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 74429 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 10.17 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 297716 KiB

[startup+4.40069 s]
/proc/loadavg: 1.57 1.46 1.41 5/226 15064
/proc/meminfo: memFree=29814284/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10851096 memory=328880 CPUtime=11.49 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 57064 13315 0 0 1122 19 5 3 20 0 15 0 444202360 11111522304 82220 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2712774 82220 3624 1 0 2674829 0
[pid=14998/tid=15051] ppid=14995 vsize=10851096 memory=6791534058613427641 CPUtime=4.26 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 26420 13315 0 0 409 9 5 3 20 0 15 0 444202369 11111522304 82220 33554432000 4194304 4196468 140722429483248 140361393076816 140361040508743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10851096 memory=828 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 83 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82220 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10851096 memory=1448 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 77 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82220 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10851096 memory=1748 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 365 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10851096 memory=111632 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 223 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10851096 memory=808 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 2723 13315 0 0 4 0 5 3 20 0 15 0 444202371 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10851096 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 15 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360336532896 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10851096 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360202315392 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10851096 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11111522304 82220 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10851096 memory=2912 CPUtime=2.53 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 12464 0 -1 4202560 5450 13315 0 0 244 1 5 3 20 0 15 0 444202374 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360946857616 140361406138004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10851096 memory=0 CPUtime=2.71 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 12464 0 -1 4202560 11106 13315 0 0 262 1 5 3 20 0 15 0 444202374 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360945800048 140361402786665 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10851096 memory=4420 CPUtime=1.93 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 12464 0 -1 1077944384 8375 13315 0 0 183 2 5 3 20 0 15 0 444202374 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10851096 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 82220 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10851096 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 8 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 82220 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 11.49 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 328880 KiB

[startup+4.50073 s]
/proc/loadavg: 1.57 1.46 1.41 5/226 15064
/proc/meminfo: memFree=29814284/32770624 swapFree=66922472/67108860
[pid=14998] ppid=14995 vsize=10851096 memory=329136 CPUtime=11.81 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 12464 0 -1 1077944320 57157 13315 0 0 1154 19 5 3 20 0 15 0 444202360 11111522304 82284 33554432000 4194304 4196468 140722429483248 140722429465792 140361421242103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
/proc/14998/statm: 2712774 82284 3624 1 0 2674829 0
[pid=14998/tid=15051] ppid=14995 vsize=10851096 memory=279641696768512 CPUtime=4.36 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 12464 0 -1 4202560 26421 13315 0 0 419 9 5 3 20 0 15 0 444202369 11111522304 82284 33554432000 4194304 4196468 140722429483248 140361393077864 140361421254038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15052] ppid=14995 vsize=10851096 memory=12861 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 12464 0 -1 1077944384 83 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82284 33554432000 4194304 4196468 140722429483248 140361425484176 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15053] ppid=14995 vsize=10851096 memory=279641697105632 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 12464 0 -1 1077944384 77 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82284 33554432000 4194304 4196468 140722429483248 140361344235792 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15054] ppid=14995 vsize=10851096 memory=5939518271744336985 CPUtime=0.11 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 12464 0 -1 1077944384 365 13315 0 0 3 0 5 3 20 0 15 0 444202370 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360993921680 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15055] ppid=14995 vsize=10851096 memory=7883663759224619874 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 12464 0 -1 1077944384 223 13315 0 0 4 0 5 3 20 0 15 0 444202370 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360992868880 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15056] ppid=14995 vsize=10851096 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 12464 0 -1 1077944384 2723 13315 0 0 4 0 5 3 20 0 15 0 444202371 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360947919472 140361421253250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15057] ppid=14995 vsize=10851096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 12464 0 -1 1077944384 15 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360336532896 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15058] ppid=14995 vsize=10851096 memory=4639924119814557777 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202372 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360202315392 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15059] ppid=14995 vsize=10851096 memory=7301856090349791568 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202374 11111522304 82284 33554432000 4194304 4196468 140722429483248 140359962024528 140361421260699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15060] ppid=14995 vsize=10851096 memory=298344 CPUtime=2.63 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 12464 0 -1 4202560 5465 13315 0 0 254 1 5 3 20 0 15 0 444202374 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360946854880 140361404627032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15061] ppid=14995 vsize=10851096 memory=0 CPUtime=2.81 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 12464 0 -1 4202560 11119 13315 0 0 272 1 5 3 20 0 15 0 444202374 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360945800032 140361402651785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15062] ppid=14995 vsize=10851096 memory=279641696764144 CPUtime=1.96 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) R 14995 14998 12464 0 -1 1077944384 8439 13315 0 0 186 2 5 3 20 0 15 0 444202374 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360944761200 140361421253250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15063] ppid=14995 vsize=10851096 memory=7661297410968676712 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 12464 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 82284 33554432000 4194304 4196468 140722429483248 140359928465888 140361421252309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
[pid=14998/tid=15064] ppid=14995 vsize=10851096 memory=7450739826114454113 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 12464 0 -1 1077944384 8 13315 0 0 0 0 5 3 20 0 15 0 444202375 11111522304 82284 33554432000 4194304 4196468 140722429483248 140360943709104 140361421253250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18927616 140722429491951 140722429494469 140722429494469 140722429497295 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 329136 KiB

Child status: 0
Real time (s): 4.53639
CPU time (s): 11.885
CPU user time (s): 11.65
CPU system time (s): 0.234933
CPU usage (%): 261.992
Max. virtual memory (cumulated for all children) (KiB): 10851716
Max. memory (cumulated for all children) (KiB): 329136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.65
system time used= 0.234933
maximum resident set size= 331340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6300
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 14998
#   total CPU time (s): 11.885
#   total CPU user time (s): 11.65
#   total CPU system time (s): 0.234933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045919 second user time and 0.090862 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 02:17:29
IDJOB=4401331
IDBENCH=126825
IDSOLVER=2858
FILE ID=node139/4401331-1568679336
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-30-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401331-1568679336/watcher-4401331-1568679336 -o /tmp/evaluation-result-4401331-1568679336/solver-4401331-1568679336 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401331-1568679336.xml

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

MD5SUM BENCH= f61e90724cd8b66989ec046e8a3ea41c
RANDOM SEED=1917960574

node139.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.57
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.57
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.57
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.57
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:        30099872 kB
MemAvailable:   30822572 kB
Buffers:          111600 kB
Cached:           902112 kB
SwapCached:        78128 kB
Active:          1646048 kB
Inactive:         453924 kB
Active(anon):    1011664 kB
Inactive(anon):   117764 kB
Active(file):     634384 kB
Inactive(file):   336160 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922472 kB
Dirty:             35684 kB
Writeback:             0 kB
AnonPages:       1117196 kB
Mapped:            61552 kB
Shmem:             34412 kB
Slab:             165428 kB
SReclaimable:     135984 kB
SUnreclaim:        29444 kB
KernelStack:        3760 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2245976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 02:17:34