Trace number 4387394

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 NameAnswerCPU timeWall clock time
Concrete 3.10SAT 10.4691 4.37463

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-001-a4_X2.xml
MD5SUMb8ea00653452363d0c81f6ef3102e485
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.830237
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":161,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
10.32/4.03	v <instantiation
10.32/4.03	v         >
10.32/4.03	v       <list>
10.32/4.03	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
10.32/4.03	v       </list>
10.32/4.03	v       <values>
10.32/4.03	v         160 0 16 3 18 12 19 9 5 4 8 14 13 10 15 7 1 2 6 17 20 11 7 3 16 15 17 0 5 11 2 1 2 3 7 26 0 18 0 3 15 9 10 26 41 58 58 63 74 76 77 79 82 89 115 115 133 133 136 151 160
10.32/4.03	v       </values>
10.32/4.03	v     </instantiation>
10.44/4.36	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387394-1568302690/watcher-4387394-1568302690 -o /tmp/evaluation-result-4387394-1568302690/solver-4387394-1568302690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=614308172 HOME/instance-4387394-1568302690.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11681, runsolver pid=11678

[startup+0.110638 s]*
/proc/loadavg: 1.65 1.47 1.39 3/217 11738
/proc/meminfo: memFree=22268600/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10153664 memory=21964 CPUtime=0.1 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 4728 12990 0 0 2 0 5 3 20 0 8 0 406526308 10397351936 5491 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2538416 5491 2064 1 0 2526854 0
[pid=11681/tid=11734] ppid=11678 vsize=10186436 memory=720575944405811505 CPUtime=0.1 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 2510 12990 0 0 2 0 5 3 20 0 8 0 406526316 10430910464 5491 33554432000 4194304 4196468 140732232882944 140524139016624 140524167174404 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10186436 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 9 0 406526317 10430910464 6003 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10186436 memory=139963410566525 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 9 0 406526317 10430910464 6003 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10186436 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 9 0 406526317 10430910464 6003 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10186436 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 9 0 406526317 10430910464 6003 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10186436 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 9 0 406526319 10430910464 6003 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10186436 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 9 0 406526319 10430910464 6003 33554432000 4194304 4196468 140732232882944 140523612398752 140524167186133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10186436 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) R 11678 11681 5836 0 -1 1077944384 0 12990 0 0 0 0 5 3 20 0 9 0 406526320 10430910464 6003 33554432000 4194304 4196468 140732232882944 140523478182496 140524167186133 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21964 KiB

[startup+0.210679 s]*
/proc/loadavg: 1.65 1.47 1.39 3/226 11747
/proc/meminfo: memFree=22249360/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10818940 memory=42088 CPUtime=0.26 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 6833 12990 0 0 17 1 5 3 20 0 15 0 406526308 11078594560 10522 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2704735 10522 2972 1 0 2667149 0
[pid=11681/tid=11734] ppid=11678 vsize=10818940 memory=720575944405811505 CPUtime=0.19 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 3336 12990 0 0 11 0 5 3 20 0 15 0 406526316 11078594560 10522 33554432000 4194304 4196468 140732232882944 140524138999088 140524151256414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11078594560 10522 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10818940 memory=139963410566525 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11078594560 10522 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526317 11078594560 10522 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11078594560 10522 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526319 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 406526319 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523612398752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526320 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523478180592 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11078594560 10522 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 478 12990 0 0 1 0 5 3 20 0 15 0 406526322 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523692755696 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 157 12990 0 0 1 0 5 3 20 0 15 0 406526322 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523691703152 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10818940 memory=139963407742592 CPUtime=0.11 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) R 11678 11681 5836 0 -1 4202560 637 12990 0 0 3 0 5 3 20 0 15 0 406526322 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523690650096 140524147099214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11078594560 10522 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10818940 memory=139963407742592 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526323 11078594560 10522 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42088 KiB

[startup+0.310388 s]*
/proc/loadavg: 1.65 1.47 1.39 3/226 11747
/proc/meminfo: memFree=22238712/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10819488 memory=51412 CPUtime=0.39 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 10527 12990 0 0 29 2 5 3 20 0 15 0 406526308 11079155712 12853 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2704872 12853 3097 1 0 2667149 0
[pid=11681/tid=11734] ppid=11678 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 7099 12990 0 0 19 1 5 3 20 0 15 0 406526316 11079778304 12985 33554432000 4194304 4196468 140732232882944 140524139003600 140524090253174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10820096 memory=7969308241958893075 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11079778304 12985 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10820096 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11079778304 12985 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526317 11079778304 12985 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11079778304 12985 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526319 11079778304 12985 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 406526319 11079778304 12985 33554432000 4194304 4196468 140732232882944 140523612398752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526320 11079778304 12985 33554432000 4194304 4196468 140732232882944 140523478180592 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11079778304 13051 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 478 12990 0 0 1 0 5 3 20 0 15 0 406526322 11079778304 13051 33554432000 4194304 4196468 140732232882944 140523692755696 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 159 12990 0 0 1 0 5 3 20 0 15 0 406526322 11079778304 13051 33554432000 4194304 4196468 140732232882944 140523691703152 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10820096 memory=139963407742592 CPUtime=0.13 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 664 12990 0 0 5 0 5 3 20 0 15 0 406526322 11079778304 13051 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11079778304 13051 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10820096 memory=139963407742592 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526323 11079778304 13051 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819488 KiB
Current children cumulated memory: 51412 KiB

[startup+0.701035 s]
/proc/loadavg: 1.65 1.47 1.39 5/226 11747
/proc/meminfo: memFree=22223020/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10824340 memory=84556 CPUtime=1.15 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 14833 12990 0 0 103 4 5 3 20 0 15 0 406526308 11084124160 21139 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2706085 21139 3507 1 0 2668173 0
[pid=11681/tid=11734] ppid=11678 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 10473 12990 0 0 56 2 5 3 20 0 15 0 406526316 11084124160 21139 33554432000 4194304 4196468 140732232882944 140524138989792 140524151256414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11084124160 21139 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10824340 memory=279926506867552 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11084124160 21139 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10824340 memory=2194 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526317 11084124160 21139 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526317 11084124160 21139 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10824340 memory=3252 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 15 0 406526319 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10824340 memory=1112 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 406526319 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523612398752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10824340 memory=5960 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526320 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523478180592 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10824340 memory=7552 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11084124160 21139 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10824340 memory=2832 CPUtime=0.2 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 756 12990 0 0 12 0 5 3 20 0 15 0 406526322 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523692755696 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10824340 memory=1084 CPUtime=0.23 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 508 12990 0 0 15 0 5 3 20 0 15 0 406526322 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523691703152 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10824340 memory=14012 CPUtime=0.25 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 859 12990 0 0 17 0 5 3 20 0 15 0 406526322 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10824340 memory=14048 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11084124160 21139 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10824340 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 406526323 11084124160 21139 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84556 KiB

[startup+1.50075 s]
/proc/loadavg: 1.65 1.47 1.39 6/226 11747
/proc/meminfo: memFree=22158404/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10832608 memory=223680 CPUtime=3.05 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 24134 12990 0 0 288 9 5 3 20 0 15 0 406526308 11092590592 55920 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2708152 55920 3579 1 0 2670221 0
[pid=11681/tid=11734] ppid=11678 vsize=10832608 memory=173180 CPUtime=1.43 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 15251 12990 0 0 130 5 5 3 20 0 15 0 406526316 11092590592 55920 33554432000 4194304 4196468 140732232882944 140524139008256 140524151256414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10832608 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 259 12990 0 0 1 0 5 3 20 0 15 0 406526317 11092590592 55920 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10832608 memory=31 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 105 12990 0 0 1 0 5 3 20 0 15 0 406526317 11092590592 55920 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10832608 memory=3648 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 10 12990 0 0 1 0 5 3 20 0 15 0 406526317 11092590592 55920 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10832608 memory=20 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 65 12990 0 0 1 0 5 3 20 0 15 0 406526317 11092590592 55920 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 1200 12990 0 0 1 0 5 3 20 0 15 0 406526319 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 406526319 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523612398752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10832608 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526320 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523478180592 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10832608 memory=1084 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11092590592 55920 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10832608 memory=14012 CPUtime=0.62 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 2187 12990 0 0 54 0 5 3 20 0 15 0 406526322 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523692755696 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10832608 memory=14048 CPUtime=0.62 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 1256 12990 0 0 54 0 5 3 20 0 15 0 406526322 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523691703152 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10832608 memory=19984 CPUtime=0.48 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 1574 12990 0 0 40 0 5 3 20 0 15 0 406526322 11092590592 55920 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0

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

[pid=11681/tid=11744] ppid=11678 vsize=10842868 memory=227084 CPUtime=1.71 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 3859 12990 0 0 161 2 5 3 20 0 15 0 406526322 11103096832 75275 33554432000 4194304 4196468 140732232882944 140523691703152 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10842868 memory=221888 CPUtime=1.12 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 5311 12990 0 0 102 2 5 3 20 0 15 0 406526322 11103096832 75275 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10842868 memory=5960 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11103096832 75275 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10842868 memory=7552 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 7 12990 0 0 0 0 5 3 20 0 15 0 406526323 11103096832 75275 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 301100 KiB

[startup+4.37457 s]
# the end of solver process 11681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.2332 s, system=0.235953 s

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

[startup+3.20084 s]
/proc/loadavg: 1.65 1.47 1.39 5/226 11747
/proc/meminfo: memFree=21995256/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10842868 memory=302272 CPUtime=7.8 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 41238 12990 0 0 756 16 5 3 20 0 15 0 406526308 11103096832 75568 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2710717 75568 3608 1 0 2672781 0
[pid=11681/tid=11734] ppid=11678 vsize=10842868 memory=1084 CPUtime=3.11 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 22305 12990 0 0 296 7 5 3 20 0 15 0 406526316 11103096832 75568 33554432000 4194304 4196468 140732232882944 140524138980832 140524148739479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10842868 memory=14012 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 262 12990 0 0 1 0 5 3 20 0 15 0 406526317 11103096832 75568 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10842868 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 116 12990 0 0 1 0 5 3 20 0 15 0 406526317 11103096832 75568 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10842868 memory=1056 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 125 12990 0 0 1 0 5 3 20 0 15 0 406526317 11103096832 75568 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10842868 memory=1556 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 75 12990 0 0 1 0 5 3 20 0 15 0 406526317 11103096832 75568 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10842868 memory=780 CPUtime=0.09 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 1325 12990 0 0 1 0 5 3 20 0 15 0 406526319 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10842868 memory=3252 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 15 0 406526319 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523612398816 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10842868 memory=1112 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 15 0 406526320 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523478180608 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10842868 memory=5960 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11103096832 75568 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10842868 memory=7552 CPUtime=1.84 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) R 11678 11681 5836 0 -1 4202560 5546 12990 0 0 175 1 5 3 20 0 15 0 406526322 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523692734928 140524151573072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10842868 memory=2832 CPUtime=1.78 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) R 11678 11681 5836 0 -1 4202560 3879 12990 0 0 168 2 5 3 20 0 15 0 406526322 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523691694480 140524146862386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10842868 memory=298228 CPUtime=1.15 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 5371 12990 0 0 105 2 5 3 20 0 15 0 406526322 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10842868 memory=279926506959232 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11103096832 75568 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10842868 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 7 12990 0 0 0 0 5 3 20 0 15 0 406526323 11103096832 75568 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 302272 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.65 1.47 1.39 5/226 11747
/proc/meminfo: memFree=21949196/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10847564 memory=334016 CPUtime=10.32 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 48290 12990 0 0 1005 19 5 3 20 0 15 0 406526308 11107905536 83504 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2711891 83504 3614 1 0 2673955 0
[pid=11681/tid=11734] ppid=11678 vsize=10847564 memory=738995380930871601 CPUtime=3.86 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) R 11678 11681 5836 0 -1 4202560 23067 12990 0 0 371 7 5 3 20 0 15 0 406526316 11107905536 83504 33554432000 4194304 4196468 140732232882944 140524139008592 140524148015428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10847564 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 297 12990 0 0 3 0 5 3 20 0 15 0 406526317 11107905536 83504 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10847564 memory=139963410566525 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 136 12990 0 0 4 0 5 3 20 0 15 0 406526317 11107905536 83504 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10847564 memory=6944656592455097440 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 161 12990 0 0 4 0 5 3 20 0 15 0 406526317 11107905536 83504 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10847564 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 94 12990 0 0 4 1 5 3 20 0 15 0 406526317 11107905536 83504 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11739] ppid=11678 vsize=10847564 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11739/stat : 11739 (java) S 11678 11681 5836 0 -1 1077944384 2362 12990 0 0 4 0 5 3 20 0 15 0 406526319 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523693807856 140524167187074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10847564 memory=3472328279047811119 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 15 0 406526319 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523612398816 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10847564 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 15 0 406526320 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523478180608 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11742] ppid=11678 vsize=10847564 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11742/stat : 11742 (java) S 11678 11681 5836 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 406526322 11107905536 83504 33554432000 4194304 4196468 140732232882944 140522672875472 140524167194523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10847564 memory=0 CPUtime=2.55 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) R 11678 11681 5836 0 -1 4202560 7901 12990 0 0 246 1 5 3 20 0 15 0 406526322 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523692740904 140524148720111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10847564 memory=-1 CPUtime=2.48 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) R 11678 11681 5836 0 -1 4202560 5345 12990 0 0 238 2 5 3 20 0 15 0 406526322 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523691683768 140524146838139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10847564 memory=3472468259635421872 CPUtime=1.37 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) R 11678 11681 5836 0 -1 1077944384 6703 12990 0 0 126 3 5 3 20 0 15 0 406526322 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10847564 memory=3472328296227679279 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 406526322 11107905536 83504 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11747] ppid=11678 vsize=10847564 memory=139963407742592 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11747/stat : 11747 (java) S 11678 11681 5836 0 -1 1077944384 9 12990 0 0 0 0 5 3 20 0 15 0 406526323 11107905536 83504 33554432000 4194304 4196468 140732232882944 140523689597488 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 10847564 KiB
Current children cumulated memory: 334016 KiB

[startup+4.20069 s]
/proc/loadavg: 1.65 1.47 1.39 5/226 11747
/proc/meminfo: memFree=21949196/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10913120 memory=335460 CPUtime=10.44 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 49871 12990 0 0 1017 19 5 3 20 0 12 0 406526308 11175034880 83865 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2728280 83865 3617 1 0 2690344 0
[pid=11681/tid=11734] ppid=11678 vsize=10913120 memory=-7384994778349280928 CPUtime=3.87 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) D 11678 11681 5836 0 -1 4202560 23213 12990 0 0 372 7 5 3 20 0 12 0 406526316 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524139019576 140524159861559 0 0 0 16800975 18446744072099536005 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10913120 memory=-7385037615208631145 CPUtime=0.11 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 297 12990 0 0 3 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10913120 memory=-7595761213516906336 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 136 12990 0 0 4 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10913120 memory=-7882018838379555936 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 161 12990 0 0 4 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10913120 memory=8562125494162282060 CPUtime=0.13 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 94 12990 0 0 4 1 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10913120 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 12 0 406526319 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523612398816 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10913120 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 12 0 406526320 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523478180608 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10913120 memory=6944656592455097440 CPUtime=2.62 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 9081 12990 0 0 253 1 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523692740208 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10913120 memory=6944656592455359580 CPUtime=2.5 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 5406 12990 0 0 240 2 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523691683552 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10913120 memory=-2317720213663851332 CPUtime=1.38 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 6841 12990 0 0 127 3 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10913120 memory=-1598831813028945288 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 10.44 s
Current children cumulated vsize: 10913120 KiB
Current children cumulated memory: 335460 KiB

[startup+4.30055 s]
/proc/loadavg: 1.65 1.47 1.39 5/226 11747
/proc/meminfo: memFree=21949196/32770624 swapFree=66977604/67108860
[pid=11681] ppid=11678 vsize=10913120 memory=335460 CPUtime=10.44 cores=1,3,5,7
/proc/11681/stat : 11681 (java) S 11678 11681 5836 0 -1 1077944320 49871 12990 0 0 1017 19 5 3 20 0 12 0 406526308 11175034880 83865 33554432000 4194304 4196468 140732232882944 140732232865488 140524167175927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
/proc/11681/statm: 2728280 83865 3617 1 0 2690344 0
[pid=11681/tid=11734] ppid=11678 vsize=10913120 memory=335460 CPUtime=3.87 cores=1,3,5,7
/proc/11681/task/11734/stat : 11734 (java) D 11678 11681 5836 0 -1 4202560 23213 12990 0 0 372 7 5 3 20 0 12 0 406526316 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524139019576 140524159861559 0 0 0 16800975 18446744072099536005 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11735] ppid=11678 vsize=10913120 memory=5960 CPUtime=0.11 cores=1,3,5,7
/proc/11681/task/11735/stat : 11735 (java) S 11678 11681 5836 0 -1 1077944384 297 12990 0 0 3 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524171418640 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11736] ppid=11678 vsize=10913120 memory=7552 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11736/stat : 11736 (java) S 11678 11681 5836 0 -1 1077944384 136 12990 0 0 4 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524086238352 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11737] ppid=11678 vsize=10913120 memory=139963407742592 CPUtime=0.12 cores=1,3,5,7
/proc/11681/task/11737/stat : 11737 (java) S 11678 11681 5836 0 -1 1077944384 161 12990 0 0 4 0 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524085185296 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11738] ppid=11678 vsize=10913120 memory=-5874771483550381248 CPUtime=0.13 cores=1,3,5,7
/proc/11681/task/11738/stat : 11738 (java) S 11678 11681 5836 0 -1 1077944384 94 12990 0 0 4 1 5 3 20 0 12 0 406526317 11175034880 83865 33554432000 4194304 4196468 140732232882944 140524084132752 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11740] ppid=11678 vsize=10913120 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11740/stat : 11740 (java) S 11678 11681 5836 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 12 0 406526319 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523612398816 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11741] ppid=11678 vsize=10913120 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11741/stat : 11741 (java) S 11678 11681 5836 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 12 0 406526320 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523478180608 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11743] ppid=11678 vsize=10913120 memory=279926506782960 CPUtime=2.62 cores=1,3,5,7
/proc/11681/task/11743/stat : 11743 (java) S 11678 11681 5836 0 -1 1077944384 9081 12990 0 0 253 1 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523692740208 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11744] ppid=11678 vsize=10913120 memory=7810177865175560296 CPUtime=2.5 cores=1,3,5,7
/proc/11681/task/11744/stat : 11744 (java) S 11678 11681 5836 0 -1 1077944384 5406 12990 0 0 240 2 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523691683552 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11745] ppid=11678 vsize=10913120 memory=301100 CPUtime=1.38 cores=1,3,5,7
/proc/11681/task/11745/stat : 11745 (java) S 11678 11681 5836 0 -1 1077944384 6841 12990 0 0 127 3 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140523690650096 140524167187074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
[pid=11681/tid=11746] ppid=11678 vsize=10913120 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/11681/task/11746/stat : 11746 (java) S 11678 11681 5836 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 12 0 406526322 11175034880 83865 33554432000 4194304 4196468 140732232882944 140522404440928 140524167186133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16371712 140732232887030 140732232889541 140732232889541 140732232892367 0
Current children cumulated CPU time: 10.44 s
Current children cumulated vsize: 10913120 KiB
Current children cumulated memory: 335460 KiB

Child status: 0
Real time (s): 4.37463
CPU time (s): 10.4691
CPU user time (s): 10.2332
CPU system time (s): 0.235953
CPU usage (%): 239.315
Max. virtual memory (cumulated for all children) (KiB): 10913120
Max. memory (cumulated for all children) (KiB): 335460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2332
system time used= 0.235953
maximum resident set size= 337772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62884
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= 5205
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 11681
#   total CPU time (s): 10.4691
#   total CPU user time (s): 10.2332
#   total CPU system time (s): 0.235953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05356 second user time and 0.08034 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 16:27:53
IDJOB=4387394
IDBENCH=135918
IDSOLVER=2823
FILE ID=node104/4387394-1568302690
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 56540 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-001-a4_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387394-1568302690/watcher-4387394-1568302690 -o /tmp/evaluation-result-4387394-1568302690/solver-4387394-1568302690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=614308172 HOME/instance-4387394-1568302690.xml

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

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=614308172

node104.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.09
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.09
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.09
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.09
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:        22279272 kB
MemAvailable:   31005528 kB
Buffers:          129224 kB
Cached:          8787608 kB
SwapCached:        31868 kB
Active:          2991492 kB
Inactive:        6786060 kB
Active(anon):     827984 kB
Inactive(anon):    74116 kB
Active(file):    2163508 kB
Inactive(file):  6711944 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35524 kB
Writeback:             0 kB
AnonPages:        937236 kB
Mapped:            56096 kB
Shmem:             32780 kB
Slab:             309100 kB
SReclaimable:     279264 kB
SUnreclaim:        29836 kB
KernelStack:        3680 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2023340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node104 at 2019-09-12 16:27:58