Trace number 4294289

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.8-SuperNG 2018-06-13OPT2 8.05432 4.10582

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.242697
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
7.79/3.84	o 2
7.98/3.97	v <instantiation cost="2">
7.98/3.97	v       <list>
7.98/3.97	v         d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
7.98/3.97	v       </list>
7.98/3.97	v       <values>
7.98/3.97	v         1 2 1 0 0 4 4 0 0 238 131 0 1 1 0 238 476 238 0 0 524 0 0 0
7.98/3.97	v       </values>
7.98/3.97	v     </instantiation>
7.98/3.97	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294289-1532448527/watcher-4294289-1532448527 -o /tmp/evaluation-result-4294289-1532448527/solver-4294289-1532448527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=349635833 -superng HOME/instance-4294289-1532448527.xml 

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

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

solver pid=19586, runsolver pid=19583

[startup+0.100129 s]*
/proc/loadavg: 1.39 1.35 1.33 3/210 19643
/proc/meminfo: memFree=16525044/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 4376 12948 0 0 1 0 4 3 20 0 6 0 62415898 10212057088 4203 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2493178 4203 1934 1 0 2481616 0
[pid=19586/tid=19639] ppid=19583 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 2197 12948 0 0 1 0 4 3 20 0 6 0 62415907 10212057088 4269 33554432000 4194304 4196468 140732255802928 139834541978192 139834554221918 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=9972712 memory=5793855104160250297 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 6 0 62415908 10212057088 4269 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=9972712 memory=139853150357120 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 6 0 62415908 10212057088 4269 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 6 0 62415908 10212057088 4269 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 6 0 62415908 10212057088 4269 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210177 s]*
/proc/loadavg: 1.39 1.35 1.33 4/219 19652
/proc/meminfo: memFree=16502252/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10821524 memory=44856 CPUtime=0.26 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 8364 12948 0 0 17 2 4 3 20 0 15 0 62415898 11081240576 11148 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2705381 11148 2970 1 0 2667804 0
[pid=19586/tid=19639] ppid=19583 vsize=10821524 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 5243 12948 0 0 10 1 4 3 20 0 15 0 62415907 11081240576 11412 33554432000 4194304 4196468 140732255802928 139834541966240 139834562821149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10821524 memory=4211973579355147658 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11081240576 11412 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10821524 memory=139853150357120 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11081240576 11412 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11081240576 11412 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11081240576 11478 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415909 11081240576 11478 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11081240576 11478 33554432000 4194304 4196468 140732255802928 139833934603040 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415910 11081240576 11544 33554432000 4194304 4196468 140732255802928 139833800385648 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11081240576 11544 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) S 19583 19586 12709 0 -1 1077944384 485 12948 0 0 1 0 4 3 20 0 15 0 62415913 11081240576 11544 33554432000 4194304 4196468 140732255802928 139834028583536 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) S 19583 19586 12709 0 -1 1077944384 88 12948 0 0 1 0 4 3 20 0 15 0 62415913 11081240576 11544 33554432000 4194304 4196468 140732255802928 139834027530736 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10821524 memory=139853150357120 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) S 19583 19586 12709 0 -1 1077944384 559 12948 0 0 3 0 4 3 20 0 15 0 62415913 11081240576 11544 33554432000 4194304 4196468 140732255802928 139834026478448 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11081240576 11544 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10821524 memory=139853150357120 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415913 11081240576 11282 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44856 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.39 1.35 1.33 3/219 19652
/proc/meminfo: memFree=16490716/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10819352 memory=54200 CPUtime=0.37 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 10588 12948 0 0 28 2 4 3 20 0 15 0 62415898 11079016448 13550 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2704838 13550 3089 1 0 2667149 0
[pid=19586/tid=19639] ppid=19583 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 7237 12948 0 0 19 2 4 3 20 0 15 0 62415907 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834541953440 139834553534768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10819352 memory=139853150357119 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415909 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11079016448 13550 33554432000 4194304 4196468 140732255802928 139833934603040 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10819352 memory=139853150357120 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415910 11079016448 13550 33554432000 4194304 4196468 140732255802928 139833800385648 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) S 19583 19586 12709 0 -1 1077944384 485 12948 0 0 1 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834028583536 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) R 19583 19586 12709 0 -1 4202560 89 12948 0 0 1 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834027530736 139834570153366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) S 19583 19586 12709 0 -1 1077944384 564 12948 0 0 4 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834026478448 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 13550 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54200 KiB

[startup+0.70087 s]
/proc/loadavg: 1.39 1.35 1.33 4/219 19652
/proc/meminfo: memFree=16433264/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10819352 memory=86672 CPUtime=0.99 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 16774 12948 0 0 88 4 4 3 20 0 15 0 62415898 11079016448 21668 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2704838 21668 3245 1 0 2667149 0
[pid=19586/tid=19639] ppid=19583 vsize=10819352 memory=19340 CPUtime=0.66 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 12370 12948 0 0 56 3 4 3 20 0 15 0 62415907 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834541962256 139834554221918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415908 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 5 12948 0 0 0 0 4 3 20 0 15 0 62415909 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10819352 memory=139852993831520 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11079016448 21668 33554432000 4194304 4196468 140732255802928 139833934603040 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10819352 memory=139857020060784 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415910 11079016448 21668 33554432000 4194304 4196468 140732255802928 139833800385648 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10819352 memory=6153431502485414241 CPUtime=0.16 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) S 19583 19586 12709 0 -1 1077944384 1081 12948 0 0 9 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834028583536 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10819352 memory=7881696724453321575 CPUtime=0.14 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) S 19583 19586 12709 0 -1 1077944384 467 12948 0 0 7 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834027530736 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) S 19583 19586 12709 0 -1 1077944384 633 12948 0 0 13 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834026478448 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415913 11079016448 21668 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86672 KiB

[startup+1.50076 s]
/proc/loadavg: 1.44 1.36 1.33 5/219 19652
/proc/meminfo: memFree=16386156/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10834252 memory=177924 CPUtime=2.24 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 24037 12948 0 0 208 9 4 3 20 0 15 0 62415898 11094274048 44481 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2708563 44481 3464 1 0 2670221 0
[pid=19586/tid=19639] ppid=19583 vsize=10834252 memory=7593446531018024536 CPUtime=1.43 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 18104 12948 0 0 131 5 4 3 20 0 15 0 62415907 11094274048 44481 33554432000 4194304 4196468 140732255802928 139834541958624 139834570153366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10836300 memory=7521686861818521942 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 29 12948 0 0 0 0 4 3 20 0 15 0 62415908 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10836300 memory=7230366913793912933 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 59 12948 0 0 0 0 4 3 20 0 15 0 62415908 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10836300 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 32 12948 0 0 1 0 4 3 20 0 15 0 62415908 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10836300 memory=224223331156699 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 232 12948 0 0 0 0 4 3 20 0 15 0 62415908 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10836300 memory=330602 CPUtime=0.08 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 72 12948 0 0 1 0 4 3 20 0 15 0 62415909 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10836300 memory=4638778398333161808 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11096371200 44481 33554432000 4194304 4196468 140732255802928 139833934603104 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10836300 memory=6935649255776346176 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415910 11096371200 44481 33554432000 4194304 4196468 140732255802928 139833800385664 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10836300 memory=279705987055856 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10836300 memory=6935649255759570240 CPUtime=0.28 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) S 19583 19586 12709 0 -1 1077944384 1221 12948 0 0 21 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834028583536 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10836300 memory=-6653887611310073191 CPUtime=0.26 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) S 19583 19586 12709 0 -1 1077944384 960 12948 0 0 19 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834027530736 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10836300 memory=6656426216303648864 CPUtime=0.36 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) R 19583 19586 12709 0 -1 4202560 1120 12948 0 0 29 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834026478448 139834549858336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10836300 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10836300 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 1 12948 0 0 0 0 4 3 20 0 15 0 62415913 11096371200 44481 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 177924 KiB

[startup+3.11048 s]
/proc/loadavg: 1.44 1.36 1.33 3/219 19652
/proc/meminfo: memFree=16235420/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10846560 memory=266692 CPUtime=6.02 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 53754 12948 0 0 579 16 4 3 20 0 15 0 62415898 11106877440 66673 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2711640 66673 3505 1 0 2673293 0
[pid=19586/tid=19639] ppid=19583 vsize=10846560 memory=240764 CPUtime=2.98 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 34680 12948 0 0 283 8 4 3 20 0 15 0 62415907 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834541973792 139834554221918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10846560 memory=3828 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 53 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10846560 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 80 12948 0 0 3 0 4 3 20 0 15 0 62415908 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10846560 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 96 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10846560 memory=139852993661851 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 297 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10846560 memory=7680491646476186387 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 2809 12948 0 0 3 0 4 3 20 0 15 0 62415909 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11106877440 66673 33554432000 4194304 4196468 140732255802928 139833934603104 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10846560 memory=-8316900901535099443 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415910 11106877440 66673 33554432000 4194304 4196468 140732255802928 139833800385664 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10846560 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10846560 memory=6944656592455360604 CPUtime=1.11 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) S 19583 19586 12709 0 -1 1077944384 5400 12948 0 0 103 1 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834028583536 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10846560 memory=0 CPUtime=0.83 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) S 19583 19586 12709 0 -1 1077944384 3181 12948 0 0 76 0 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834027530736 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10846560 memory=301741373374332954 CPUtime=1.08 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) S 19583 19586 12709 0 -1 1077944384 4938 12948 0 0 100 1 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834026478448 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10846560 memory=301741394933055803 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10846560 memory=14134441857518180 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 9 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66673 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 266692 KiB

[startup+4.10577 s]
# the end of solver process 19586 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.80166 s, system=0.252657 s

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

[startup+3.2019 s]
/proc/loadavg: 1.44 1.36 1.33 3/219 19652
/proc/meminfo: memFree=16235420/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10846560 memory=267716 CPUtime=6.25 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 54054 12948 0 0 602 16 4 3 20 0 15 0 62415898 11106877440 66929 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2711640 66929 3505 1 0 2673293 0
[pid=19586/tid=19639] ppid=19583 vsize=10846560 memory=4426042776274957866 CPUtime=3.07 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 34765 12948 0 0 292 8 4 3 20 0 15 0 62415907 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834541972000 139834549443164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10846560 memory=4132771212810548115 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 53 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10846560 memory=-6526411401870300574 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 80 12948 0 0 3 0 4 3 20 0 15 0 62415908 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10846560 memory=-7662142094119126430 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 96 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10846560 memory=-6369888044986765666 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 297 12948 0 0 2 0 4 3 20 0 15 0 62415908 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10846560 memory=7523662744359490663 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 2809 12948 0 0 3 0 4 3 20 0 15 0 62415909 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10846560 memory=5937524870553682016 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11106877440 66929 33554432000 4194304 4196468 140732255802928 139833934603104 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10846560 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415910 11106877440 66929 33554432000 4194304 4196468 140732255802928 139833800385664 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10846560 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) R 19583 19586 12709 0 -1 1077944384 5429 12948 0 0 106 1 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834028576560 139834570151637 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10846560 memory=1 CPUtime=0.87 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) R 19583 19586 12709 0 -1 4202560 3201 12948 0 0 80 0 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834027507888 139834556196569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10846560 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) R 19583 19586 12709 0 -1 4202560 5103 12948 0 0 106 1 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834026478448 139834549070748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10846560 memory=14550288610689739 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10846560 memory=139852993704032 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 9 12948 0 0 0 0 4 3 20 0 15 0 62415913 11106877440 66929 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 267716 KiB

[startup+3.60076 s]
/proc/loadavg: 1.44 1.36 1.33 3/219 19652
/proc/meminfo: memFree=16235420/32770624 swapFree=67108860/67108860
[pid=19586] ppid=19583 vsize=10848608 memory=283208 CPUtime=7.24 cores=0,2,4,6
/proc/19586/stat : 19586 (java) S 19583 19586 12709 0 -1 1077944320 57980 12948 0 0 700 17 4 3 20 0 15 0 62415898 11108974592 70802 33554432000 4194304 4196468 140732255802928 140732255785472 139834570141431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
/proc/19586/statm: 2712152 70802 3505 1 0 2673805 0
[pid=19586/tid=19639] ppid=19583 vsize=10848608 memory=7379521172383819863 CPUtime=3.46 cores=0,2,4,6
/proc/19586/task/19639/stat : 19639 (java) R 19583 19586 12709 0 -1 4202560 37843 12948 0 0 330 9 4 3 20 0 15 0 62415907 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834541971824 139834550417152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19640] ppid=19583 vsize=10848608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19640/stat : 19640 (java) S 19583 19586 12709 0 -1 1077944384 53 12948 0 0 2 0 4 3 20 0 15 0 62415908 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834574384016 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19641] ppid=19583 vsize=10848608 memory=16 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19641/stat : 19641 (java) S 19583 19586 12709 0 -1 1077944384 80 12948 0 0 3 0 4 3 20 0 15 0 62415908 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834473274128 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19642] ppid=19583 vsize=10848608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19642/stat : 19642 (java) S 19583 19586 12709 0 -1 1077944384 96 12948 0 0 2 0 4 3 20 0 15 0 62415908 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834142092432 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19643] ppid=19583 vsize=10848608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19586/task/19643/stat : 19643 (java) S 19583 19586 12709 0 -1 1077944384 297 12948 0 0 2 0 4 3 20 0 15 0 62415908 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834141039632 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19644] ppid=19583 vsize=10848608 memory=279705987234088 CPUtime=0.1 cores=0,2,4,6
/proc/19586/task/19644/stat : 19644 (java) S 19583 19586 12709 0 -1 1077944384 2809 12948 0 0 3 0 4 3 20 0 15 0 62415909 11108974592 70802 33554432000 4194304 4196468 140732255802928 139834029635696 139834570152578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19645] ppid=19583 vsize=10848608 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19645/stat : 19645 (java) S 19583 19586 12709 0 -1 1077944384 13 12948 0 0 0 0 4 3 20 0 15 0 62415910 11108974592 70802 33554432000 4194304 4196468 140732255802928 139833934603104 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19646] ppid=19583 vsize=10848608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19646/stat : 19646 (java) S 19583 19586 12709 0 -1 1077944384 2 12948 0 0 0 0 4 3 20 0 15 0 62415910 11108974592 70868 33554432000 4194304 4196468 140732255802928 139833800385664 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19647] ppid=19583 vsize=10848608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19647/stat : 19647 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139833090332752 139834570160027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19648] ppid=19583 vsize=10848608 memory=3828 CPUtime=1.52 cores=0,2,4,6
/proc/19586/task/19648/stat : 19648 (java) R 19583 19586 12709 0 -1 4202560 6084 12948 0 0 144 1 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139834028569720 139834555249466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19649] ppid=19583 vsize=10848608 memory=19340 CPUtime=1.01 cores=0,2,4,6
/proc/19586/task/19649/stat : 19649 (java) S 19583 19586 12709 0 -1 1077944384 3268 12948 0 0 94 0 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139834027530736 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19650] ppid=19583 vsize=10848608 memory=1296 CPUtime=1.23 cores=0,2,4,6
/proc/19586/task/19650/stat : 19650 (java) S 19583 19586 12709 0 -1 1077944384 5253 12948 0 0 114 2 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139834026478448 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19651] ppid=19583 vsize=10848608 memory=2448 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19651/stat : 19651 (java) S 19583 19586 12709 0 -1 1077944384 3 12948 0 0 0 0 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139833056775136 139834570151637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
[pid=19586/tid=19652] ppid=19583 vsize=10848608 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/19586/task/19652/stat : 19652 (java) S 19583 19586 12709 0 -1 1077944384 9 12948 0 0 0 0 4 3 20 0 15 0 62415913 11108974592 70868 33554432000 4194304 4196468 140732255802928 139834025425328 139834570152578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24215552 140732255811756 140732255815004 140732255815004 140732255817679 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 283208 KiB

[startup+4.00071 s]*
/proc/loadavg: 1.44 1.36 1.33 2/206 19653
/proc/meminfo: memFree=16473800/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.10582
CPU time (s): 8.05432
CPU user time (s): 7.80166
CPU system time (s): 0.252657
CPU usage (%): 196.169
Max. virtual memory (cumulated for all children) (KiB): 10983512
Max. memory (cumulated for all children) (KiB): 316168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.80166
system time used= 0.252657
maximum resident set size= 318124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81188
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= 6065
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 19586
#   total CPU time (s): 8.05432
#   total CPU user time (s): 7.80166
#   total CPU system time (s): 0.252657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056285 second user time and 0.067226 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 18:08:47
IDJOB=4294289
IDBENCH=141354
IDSOLVER=2751
FILE ID=node135/4294289-1532448527
RUNJOBID= node135-1532446038-19003
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294289-1532448527/watcher-4294289-1532448527 -o /tmp/evaluation-result-4294289-1532448527/solver-4294289-1532448527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=349635833 -superng HOME/instance-4294289-1532448527.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=349635833

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16530860 kB
MemAvailable:   31585512 kB
Buffers:          211336 kB
Cached:         14896884 kB
SwapCached:            0 kB
Active:          2762232 kB
Inactive:       12752656 kB
Active(anon):     356492 kB
Inactive(anon):    69992 kB
Active(file):    2405740 kB
Inactive(file): 12682664 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26672 kB
Writeback:             0 kB
AnonPages:        384368 kB
Mapped:            51592 kB
Shmem:             17056 kB
Slab:             423232 kB
SReclaimable:     394708 kB
SUnreclaim:        28524 kB
KernelStack:        3616 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1532896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 18:08:51