Trace number 4295024

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.8-SuperNG 2018-06-13SAT 8.44047 4.04919

General information on the benchmark

NameCarSequencing/
CarSequencing-dingbas_c18.xml
MD5SUMf25e9b6e669dc8bf92e23091ea1c77d3
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.009228
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints63
Number of domains2
Minimum domain size2
Maximum domain size6
Distribution of domain sizes[{"size":2,"count":50},{"size":6,"count":10}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":11},{"degree":8,"count":3}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":16},{"arity":4,"count":3},{"arity":5,"count":14},{"arity":6,"count":11},{"arity":7,"count":2},{"arity":8,"count":1},{"arity":10,"count":6}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"sum","count":52},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
8.37/4.01	v <instantiation>
8.37/4.01	v       <list>
8.37/4.01	v         cls[0] cls[1] cls[2] cls[3] cls[4] cls[5] cls[6] cls[7] cls[8] cls[9] opt[0][0] opt[0][1] opt[0][2] opt[0][3] opt[0][4] opt[1][0] opt[1][1] opt[1][2] opt[1][3] opt[1][4] opt[2][0] opt[2][1] opt[2][2] opt[2][3] opt[2][4] opt[3][0] opt[3][1] opt[3][2] opt[3][3] opt[3][4] opt[4][0] opt[4][1] opt[4][2] opt[4][3] opt[4][4] opt[5][0] opt[5][1] opt[5][2] opt[5][3] opt[5][4] opt[6][0] opt[6][1] opt[6][2] opt[6][3] opt[6][4] opt[7][0] opt[7][1] opt[7][2] opt[7][3] opt[7][4] opt[8][0] opt[8][1] opt[8][2] opt[8][3] opt[8][4] opt[9][0] opt[9][1] opt[9][2] opt[9][3] opt[9][4]
8.37/4.01	v       </list>
8.37/4.01	v       <values>
8.37/4.01	v         4 3 2 4 3 5 1 5 2 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 0
8.37/4.01	v       </values>
8.37/4.01	v     </instantiation>
8.37/4.01	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 (6801 MiB free)
  memory of node 1: 16384 MiB (8531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295024-1532513203/watcher-4295024-1532513203 -o /tmp/evaluation-result-4295024-1532513203/solver-4295024-1532513203 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1478484214 -superng HOME/instance-4295024-1532513203.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
solver pid=6663, runsolver pid=6660
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.68 1.96 1.94 3/210 6720
/proc/meminfo: memFree=15693728/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 4322 13273 0 0 1 0 5 2 20 0 6 0 68883463 10212057088 4203 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2493178 4203 1934 1 0 2481616 0
[pid=6663/tid=6716] ppid=6660 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 2169 13273 0 0 1 0 5 2 20 0 6 0 68883472 10212057088 4203 33554432000 4194304 4196468 140733635428464 139893465358928 139893477602684 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=9972712 memory=5793855704886417849 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 68883473 10212057088 4203 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=9972712 memory=140453876524672 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 68883473 10212057088 4203 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 6 0 68883473 10212057088 4203 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 6 0 68883473 10212057088 4203 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210278 s]*
/proc/loadavg: 1.68 1.96 1.94 3/219 6729
/proc/meminfo: memFree=15672124/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10818904 memory=43520 CPUtime=0.25 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 8094 13273 0 0 17 1 5 2 20 0 15 0 68883463 11078557696 10880 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2704726 10880 2969 1 0 2667149 0
[pid=6663/tid=6716] ppid=6660 vsize=10821524 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 5061 13273 0 0 10 1 5 2 20 0 15 0 68883472 11081240576 11210 33554432000 4194304 4196468 140733635428464 139893465346976 139893486201885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10821524 memory=4211974180081315210 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11081240576 11210 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10821524 memory=140453876524672 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11081240576 11276 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11081240576 11276 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 68883473 11081240576 11276 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10821524 memory=140453876524672 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 68883474 11081240576 11276 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 68883475 11081240576 11276 33554432000 4194304 4196468 140733635428464 139892386424224 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11081240576 11342 33554432000 4194304 4196468 140733635428464 139892252206576 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11081240576 11342 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) S 6660 6663 4192 0 -1 1077944384 495 13273 0 0 1 0 5 2 20 0 15 0 68883478 11081240576 11342 33554432000 4194304 4196468 140733635428464 139892951865328 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 89 13273 0 0 1 0 5 2 20 0 15 0 68883478 11081240576 11342 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10821524 memory=140453876524672 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 551 13273 0 0 3 0 5 2 20 0 15 0 68883478 11081240576 11408 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11081240576 11408 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10821524 memory=140453876524672 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11081240576 11408 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43520 KiB

[startup+0.310541 s]*
/proc/loadavg: 1.68 1.96 1.94 3/219 6729
/proc/meminfo: memFree=15660836/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10819352 memory=54184 CPUtime=0.38 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 10585 13273 0 0 29 2 5 2 20 0 15 0 68883463 11079016448 13546 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2704838 13546 3088 1 0 2667149 0
[pid=6663/tid=6716] ppid=6660 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 7233 13273 0 0 19 1 5 2 20 0 15 0 68883472 11079016448 13546 33554432000 4194304 4196468 140733635428464 139893465334176 139893493544093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 13546 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 13546 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 13546 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 13546 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10819352 memory=140453876524671 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 68883474 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 68883475 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892386424224 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10819352 memory=140453876524672 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892252206576 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) R 6660 6663 4192 0 -1 4202560 495 13273 0 0 1 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892951865328 139893493534102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 90 13273 0 0 1 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 560 13273 0 0 5 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 13546 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54184 KiB

[startup+0.700734 s]
/proc/loadavg: 1.68 1.96 1.94 3/219 6729
/proc/meminfo: memFree=15649564/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10819352 memory=86288 CPUtime=0.98 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 16733 13273 0 0 87 4 5 2 20 0 15 0 68883463 11079016448 21572 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2704838 21572 3237 1 0 2667149 0
[pid=6663/tid=6716] ppid=6660 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 12292 13273 0 0 56 3 5 2 20 0 15 0 68883472 11079016448 21572 33554432000 4194304 4196468 140733635428464 139893465343888 139893493545757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 21572 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 21572 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10819352 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 21572 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 2 13273 0 0 0 0 5 2 20 0 15 0 68883473 11079016448 21572 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) R 6660 6663 4192 0 -1 4202560 5 13273 0 0 0 0 5 2 20 0 15 0 68883474 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892952918512 139893493543514 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 13 13273 0 0 0 0 5 2 20 0 15 0 68883475 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892386424224 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892252206576 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10819352 memory=30305 CPUtime=0.15 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) S 6660 6663 4192 0 -1 1077944384 915 13273 0 0 8 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892951865328 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 676 13273 0 0 8 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10819352 memory=3533419649945857444 CPUtime=0.2 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 632 13273 0 0 13 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10819352 memory=-6305718304012525184 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10819352 memory=-7094132109863559211 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11079016448 21572 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86288 KiB

[startup+1.50258 s]
/proc/loadavg: 1.68 1.96 1.94 6/219 6729
/proc/meminfo: memFree=15603852/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10834252 memory=177972 CPUtime=2.27 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 23979 13273 0 0 210 10 5 2 20 0 15 0 68883463 11094274048 44493 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2708563 44493 3466 1 0 2670221 0
[pid=6663/tid=6716] ppid=6660 vsize=10834252 memory=191 CPUtime=1.42 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 17876 13273 0 0 130 5 5 2 20 0 15 0 68883472 11094274048 44493 33554432000 4194304 4196468 140733635428464 139893465354064 139893479215648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10834252 memory=117 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 207 13273 0 0 1 0 5 2 20 0 15 0 68883473 11094274048 44493 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 17 13273 0 0 0 0 5 2 20 0 15 0 68883473 11094274048 44493 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 58 13273 0 0 0 0 5 2 20 0 15 0 68883473 11094274048 44493 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10834252 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 36 13273 0 0 1 0 5 2 20 0 15 0 68883473 11094274048 44493 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 57 13273 0 0 1 0 5 2 20 0 15 0 68883474 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10834252 memory=280907504201792 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 68883475 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892386424288 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10834252 memory=280907504206240 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892252206592 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10834252 memory=6944656575208382560 CPUtime=0.28 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) S 6660 6663 4192 0 -1 1077944384 1446 13273 0 0 21 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892951865328 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10834252 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 887 13273 0 0 19 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10834252 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 1186 13273 0 0 31 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11094274048 44493 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/meminfo: memFree=15425404/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10844512 memory=261872 CPUtime=5.89 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 40405 13273 0 0 566 16 5 2 20 0 15 0 68883463 11104780288 65468 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2711128 65468 3495 1 0 2672781 0
[pid=6663/tid=6716] ppid=6660 vsize=10844512 memory=0 CPUtime=2.98 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 28110 13273 0 0 283 8 5 2 20 0 15 0 68883472 11104780288 65468 33554432000 4194304 4196468 140733635428464 139893465346816 139893493534102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10844512 memory=74 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 216 13273 0 0 2 0 5 2 20 0 15 0 68883473 11104780288 65468 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 62 13273 0 0 3 0 5 2 20 0 15 0 68883473 11104780288 65468 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10844512 memory=280907504201696 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 73 13273 0 0 2 0 5 2 20 0 15 0 68883473 11104780288 65468 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 47 13273 0 0 3 0 5 2 20 0 15 0 68883473 11104780288 65468 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10844512 memory=55 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 1183 13273 0 0 3 0 5 2 20 0 15 0 68883474 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 68883475 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892386424288 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892252206592 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10844512 memory=9130442918573080450 CPUtime=1.06 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) R 6660 6663 4192 0 -1 4202560 3396 13273 0 0 98 1 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892951835104 139893472814955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10844512 memory=667680 CPUtime=0.73 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) R 6660 6663 4192 0 -1 4202560 1495 13273 0 0 65 1 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892950812784 139893475047905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10844512 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) R 6660 6663 4192 0 -1 1077944384 3614 13273 0 0 102 1 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10844512 memory=303993173188018202 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10844512 memory=302022869909766459 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65468 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 261872 KiB

[startup+4.04914 s]
# the end of solver process 6663 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.17819 s, system=0.26228 s

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

[startup+3.20084 s]
/proc/loadavg: 1.68 1.96 1.94 4/219 6729
/proc/meminfo: memFree=15425404/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10844512 memory=262992 CPUtime=6.19 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 43220 13273 0 0 595 17 5 2 20 0 15 0 68883463 11104780288 65748 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2711128 65748 3496 1 0 2672781 0
[pid=6663/tid=6716] ppid=6660 vsize=10844512 memory=280907504942864 CPUtime=3.08 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 29187 13273 0 0 292 9 5 2 20 0 15 0 68883472 11104780288 65748 33554432000 4194304 4196468 140733635428464 139893465350992 139893474928438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 216 13273 0 0 2 0 5 2 20 0 15 0 68883473 11104780288 65748 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 62 13273 0 0 3 0 5 2 20 0 15 0 68883473 11104780288 65748 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 73 13273 0 0 2 0 5 2 20 0 15 0 68883473 11104780288 65748 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 47 13273 0 0 3 0 5 2 20 0 15 0 68883473 11104780288 65748 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10844512 memory=3009 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 1183 13273 0 0 3 0 5 2 20 0 15 0 68883474 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 68883475 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892386424288 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10844512 memory=-5628408999910123566 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892252206592 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10844512 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10844512 memory=6944656592455360604 CPUtime=1.13 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) R 6660 6663 4192 0 -1 4202560 4011 13273 0 0 105 1 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892951852288 139893476890368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10844512 memory=-5628408999910123566 CPUtime=0.8 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 2072 13273 0 0 72 1 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10844512 memory=164 CPUtime=1.16 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 4167 13273 0 0 108 1 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10844512 memory=6944656592455350634 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10844512 memory=140453876525249 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883478 11104780288 65748 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 262992 KiB

[startup+3.60066 s]
/proc/loadavg: 1.68 1.96 1.94 4/219 6729
/proc/meminfo: memFree=15425404/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10848608 memory=269396 CPUtime=7.26 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 50667 13273 0 0 700 19 5 2 20 0 15 0 68883463 11108974592 67349 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2712152 67349 3498 1 0 2673805 0
[pid=6663/tid=6716] ppid=6660 vsize=10848608 memory=0 CPUtime=3.47 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 33502 13273 0 0 331 9 5 2 20 0 15 0 68883472 11108974592 67349 33554432000 4194304 4196468 140733635428464 139893465352704 139893479726081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10848608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 216 13273 0 0 2 0 5 2 20 0 15 0 68883473 11108974592 67349 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10848608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 62 13273 0 0 3 0 5 2 20 0 15 0 68883473 11108974592 67349 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10848608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 73 13273 0 0 2 0 5 2 20 0 15 0 68883473 11108974592 67349 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10848608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 47 13273 0 0 3 0 5 2 20 0 15 0 68883473 11108974592 67349 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10848608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 1205 13273 0 0 3 0 5 2 20 0 15 0 68883474 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10848608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 15 0 68883475 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892386424288 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10848608 memory=14 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 15 0 68883475 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892252206592 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=10848608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=10848608 memory=7813587196152197430 CPUtime=1.45 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) R 6660 6663 4192 0 -1 4202560 4426 13273 0 0 137 1 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892951842480 139893478403910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=10848608 memory=5859570522891898960 CPUtime=0.96 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) S 6660 6663 4192 0 -1 1077944384 3037 13273 0 0 88 1 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892950812784 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=10848608 memory=7588675599774802240 CPUtime=1.34 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) S 6660 6663 4192 0 -1 1077944384 5881 13273 0 0 125 2 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=10848608 memory=6010432387093113440 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=10848608 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 10 13273 0 0 0 0 5 2 20 0 15 0 68883478 11108974592 67349 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 269396 KiB

[startup+4.00065 s]*
/proc/loadavg: 1.86 1.99 1.95 5/219 6729
/proc/meminfo: memFree=15348892/32770624 swapFree=67108860/67108860
[pid=6663] ppid=6660 vsize=10918824 memory=316628 CPUtime=8.37 cores=0,2,4,6
/proc/6663/stat : 6663 (java) S 6660 6663 4192 0 -1 1077944320 72233 13273 0 0 809 21 5 2 20 0 15 0 68883463 11180875776 79157 33554432000 4194304 4196468 140733635428464 140733635411008 139893493522167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
/proc/6663/statm: 2729706 79157 3499 1 0 2691359 0
[pid=6663/tid=6716] ppid=6660 vsize=10951596 memory=592565523061224371 CPUtime=3.88 cores=0,2,4,6
/proc/6663/task/6716/stat : 6716 (java) R 6660 6663 4192 0 -1 4202560 49558 13273 0 0 370 11 5 2 20 0 15 0 68883472 11214434304 79178 33554432000 4194304 4196468 140733635428464 139893465358464 139893493520644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6717] ppid=6660 vsize=10951596 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6717/stat : 6717 (java) S 6660 6663 4192 0 -1 1077944384 216 13273 0 0 2 0 5 2 20 0 15 0 68883473 11214434304 79178 33554432000 4194304 4196468 140733635428464 139893497764112 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6718] ppid=6660 vsize=10951596 memory=16097061590269975 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6718/stat : 6718 (java) S 6660 6663 4192 0 -1 1077944384 62 13273 0 0 3 0 5 2 20 0 15 0 68883473 11214434304 79178 33554432000 4194304 4196468 140733635428464 139893396654480 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6719] ppid=6660 vsize=10951596 memory=7300392438560155500 CPUtime=0.09 cores=0,2,4,6
/proc/6663/task/6719/stat : 6719 (java) S 6660 6663 4192 0 -1 1077944384 73 13273 0 0 2 0 5 2 20 0 15 0 68883473 11214434304 79178 33554432000 4194304 4196468 140733635428464 139893395601936 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6720] ppid=6660 vsize=10951596 memory=3467771756832371000 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6720/stat : 6720 (java) S 6660 6663 4192 0 -1 1077944384 47 13273 0 0 3 0 5 2 20 0 15 0 68883473 11214434304 79178 33554432000 4194304 4196468 140733635428464 139893394549392 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6721] ppid=6660 vsize=10951596 memory=3547067328466262454 CPUtime=0.1 cores=0,2,4,6
/proc/6663/task/6721/stat : 6721 (java) S 6660 6663 4192 0 -1 1077944384 1391 13273 0 0 3 0 5 2 20 0 15 0 68883474 11214434304 79690 33554432000 4194304 4196468 140733635428464 139892952918512 139893493533314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6722] ppid=6660 vsize=10951596 memory=3689353199920160821 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6722/stat : 6722 (java) S 6660 6663 4192 0 -1 1077944384 14 13273 0 0 0 0 5 2 20 0 16 0 68883475 11214434304 79690 33554432000 4194304 4196468 140733635428464 139892386424288 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6723] ppid=6660 vsize=10951596 memory=-7740504416950458516 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6723/stat : 6723 (java) S 6660 6663 4192 0 -1 1077944384 1 13273 0 0 0 0 5 2 20 0 16 0 68883475 11214434304 79690 33554432000 4194304 4196468 140733635428464 139892252206592 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6724] ppid=6660 vsize=11017132 memory=10 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6724/stat : 6724 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139892011915984 139893493540763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6725] ppid=6660 vsize=11017132 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/6663/task/6725/stat : 6725 (java) R 6660 6663 4192 0 -1 4202560 8660 13273 0 0 178 1 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139892951851352 139893475042872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6726] ppid=6660 vsize=11017132 memory=-1 CPUtime=1.11 cores=0,2,4,6
/proc/6663/task/6726/stat : 6726 (java) R 6660 6663 4192 0 -1 4202560 3816 13273 0 0 103 1 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139892950800736 139893475067752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6727] ppid=6660 vsize=11017132 memory=140453876524672 CPUtime=1.49 cores=0,2,4,6
/proc/6663/task/6727/stat : 6727 (java) R 6660 6663 4192 0 -1 1077944384 6222 13273 0 0 139 3 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139892949760240 139893493533314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6728] ppid=6660 vsize=11017132 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6728/stat : 6728 (java) S 6660 6663 4192 0 -1 1077944384 3 13273 0 0 0 0 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139891978357344 139893493532373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6729] ppid=6660 vsize=11017132 memory=280907628605472 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6729/stat : 6729 (java) S 6660 6663 4192 0 -1 1077944384 10 13273 0 0 0 0 5 2 20 0 16 0 68883478 11281543168 79690 33554432000 4194304 4196468 140733635428464 139892948708144 139893493533314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
[pid=6663/tid=6730] ppid=6660 vsize=11017132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6663/task/6730/stat : 6730 (java) R 6660 6663 4192 0 -1 4202560 3 13273 0 0 0 0 5 2 20 0 16 0 68883864 11281543168 79690 33554432000 4194304 4196468 140733635428464 139891446901984 139893473160593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11571200 140733635434667 140733635437916 140733635437916 140733635440591 0
Current children cumulated CPU time: 8.37 s
Current children cumulated vsize: 10918824 KiB
Current children cumulated memory: 316628 KiB

Child status: 0
Real time (s): 4.04919
CPU time (s): 8.44047
CPU user time (s): 8.17819
CPU system time (s): 0.26228
CPU usage (%): 208.448
Max. virtual memory (cumulated for all children) (KiB): 10918824
Max. memory (cumulated for all children) (KiB): 316628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.17819
system time used= 0.26228
maximum resident set size= 318760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6673
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 6663
#   total CPU time (s): 8.44047
#   total CPU user time (s): 8.17819
#   total CPU system time (s): 0.26228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055654 second user time and 0.07857 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 12:06:43
IDJOB=4295024
IDBENCH=141456
IDSOLVER=2751
FILE ID=node132/4295024-1532513203
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-dingbas_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-4295024-1532513203/watcher-4295024-1532513203 -o /tmp/evaluation-result-4295024-1532513203/solver-4295024-1532513203 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1478484214 -superng HOME/instance-4295024-1532513203.xml

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

MD5SUM BENCH= f25e9b6e669dc8bf92e23091ea1c77d3
RANDOM SEED=1478484214

node132.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.65
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.65
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.65
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.65
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:        15700480 kB
MemAvailable:   27034248 kB
Buffers:          196408 kB
Cached:         11304672 kB
SwapCached:            0 kB
Active:          8023660 kB
Inactive:        8420416 kB
Active(anon):    4893300 kB
Inactive(anon):    77644 kB
Active(file):    3130360 kB
Inactive(file):  8342772 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:       5148760 kB
Mapped:            52844 kB
Shmem:             25248 kB
Slab:             316884 kB
SReclaimable:     289096 kB
SUnreclaim:        27788 kB
KernelStack:        3888 kB
PageTables:        14720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5602412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4859904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 12:06:47