Trace number 4304983

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.9.2SAT 9.17475 4.83499

General information on the benchmark

NameLangford/
LangfordBin-07_c18.xml
MD5SUM3bc0c2fe6daffe5cd6c78f401afaf84f
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.007355
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints21
Number of domains2
Minimum domain size7
Maximum domain size14
Distribution of domain sizes[{"size":7,"count":14},{"size":14,"count":14}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":14},{"degree":14,"count":14}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":7},{"arity":15,"count":14}]
Number of extensional constraints0
Number of intensional constraints7
Distribution of constraint types[{"type":"intension","count":7},{"type":"element","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.08/4.24	v <instantiation>
9.08/4.24	v       <list>
9.08/4.24	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13]
9.08/4.24	v       </list>
9.08/4.24	v       <values>
9.08/4.24	v         5 7 2 3 6 2 5 3 4 7 1 6 1 4 12 10 5 2 7 3 13 8 6 0 11 4 9 1
9.08/4.24	v       </values>
9.08/4.24	v     </instantiation>
9.08/4.24	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 (10525 MiB free)
  memory of node 1: 16384 MiB (11106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304983-1534098827/watcher-4304983-1534098827 -o /tmp/evaluation-result-4304983-1534098827/solver-4304983-1534098827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1195315233 HOME/instance-4304983-1534098827.xml 

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

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


[startup+0.100062 s]*
/proc/loadavg: 1.24 1.36 1.41 6/207 30630
/proc/meminfo: memFree=22145628/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=10005480 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 4350 13402 0 0 1 0 5 3 20 0 6 0 227445901 10245611520 4203 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2501370 4203 1934 1 0 2489808 0
[pid=30573/tid=30626] ppid=30570 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 2164 13402 0 0 0 0 5 3 20 0 6 0 227445910 10245611520 4203 33554432000 4194304 4196468 140725938026624 140672697918032 140672710161788 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 6 0 227445911 10245611520 4203 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=10005480 memory=140026747491968 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 6 0 227445911 10245611520 4203 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 6 0 227445911 10245611520 4203 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 6 0 227445911 10245611520 4203 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210101 s]*
/proc/loadavg: 1.24 1.36 1.41 3/216 30639
/proc/meminfo: memFree=22121236/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=10982744 memory=45444 CPUtime=0.27 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 8072 13402 0 0 17 2 5 3 20 0 15 0 227445901 11246329856 11361 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2745686 11361 2947 1 0 2708109 0
[pid=30573/tid=30626] ppid=30570 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 4639 13402 0 0 11 1 5 3 20 0 15 0 227445910 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672697899512 140672710161758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=10982744 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=10982744 memory=140026747521973 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=10982744 memory=140026747491968 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 15 0 227445912 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 13 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246329856 11361 33554432000 4194304 4196468 140725938026624 140671533967008 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246329856 11361 33554432000 4194304 4196468 140725938026624 140671386117360 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11246329856 11361 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) R 30570 30573 30220 0 -1 1077944384 430 13402 0 0 1 0 5 3 20 0 15 0 227445916 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672150915312 140672726092418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) S 30570 30573 30220 0 -1 1077944384 187 13402 0 0 1 0 5 3 20 0 15 0 227445916 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672149862768 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=10982744 memory=140026747491968 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) R 30570 30573 30220 0 -1 1077944384 617 13402 0 0 3 0 5 3 20 0 15 0 227445916 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246329856 11361 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=10982744 memory=140026747491968 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246329856 11361 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45444 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.24 1.36 1.41 3/216 30639
/proc/meminfo: memFree=22109948/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=10983192 memory=56088 CPUtime=0.39 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 10587 13402 0 0 28 3 5 3 20 0 15 0 227445901 11246788608 14022 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2745798 14022 3066 1 0 2708109 0
[pid=30573/tid=30626] ppid=30570 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 7125 13402 0 0 19 1 5 3 20 0 15 0 227445910 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672697893280 140672726103197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 15 0 227445912 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 13 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246788608 14022 33554432000 4194304 4196468 140725938026624 140671533967008 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246788608 14022 33554432000 4194304 4196468 140725938026624 140671386117360 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11246788608 14022 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) S 30570 30573 30220 0 -1 1077944384 430 13402 0 0 1 0 5 3 20 0 15 0 227445916 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672150915312 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) S 30570 30573 30220 0 -1 1077944384 192 13402 0 0 1 0 5 3 20 0 15 0 227445916 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672149862768 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=10983192 memory=140026747491968 CPUtime=0.12 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) S 30570 30573 30220 0 -1 1077944384 623 13402 0 0 4 0 5 3 20 0 15 0 227445916 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246788608 14022 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=10983192 memory=140026747491968 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246788608 14022 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56088 KiB

[startup+0.700791 s]
/proc/loadavg: 1.24 1.36 1.41 4/216 30639
/proc/meminfo: memFree=22098908/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=10983192 memory=88752 CPUtime=0.99 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 16757 13402 0 0 87 4 5 3 20 0 15 0 227445901 11246788608 22188 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2745798 22188 3238 1 0 2708109 0
[pid=30573/tid=30626] ppid=30570 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 12215 13402 0 0 56 3 5 3 20 0 15 0 227445910 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672697902096 140672710161758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=10983192 memory=140026604303152 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=10983192 memory=140028818752089 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 2 13402 0 0 0 0 5 3 20 0 15 0 227445911 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=10983192 memory=1276 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 5 13402 0 0 0 0 5 3 20 0 15 0 227445912 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 13 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246788608 22188 33554432000 4194304 4196468 140725938026624 140671533967008 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=10983192 memory=6082220498176863336 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11246788608 22188 33554432000 4194304 4196468 140725938026624 140671386117360 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=10983192 memory=34104 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11246788608 22188 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=10983192 memory=13756 CPUtime=0.18 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) S 30570 30573 30220 0 -1 1077944384 1077 13402 0 0 10 0 5 3 20 0 15 0 227445916 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672150915312 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=10983192 memory=3316 CPUtime=0.14 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) S 30570 30573 30220 0 -1 1077944384 552 13402 0 0 6 0 5 3 20 0 15 0 227445916 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672149862768 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=10983192 memory=488 CPUtime=0.21 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) S 30570 30573 30220 0 -1 1077944384 694 13402 0 0 13 0 5 3 20 0 15 0 227445916 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=10983192 memory=1616 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246788608 22188 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=10983192 memory=1172 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11246788608 22188 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88752 KiB

[startup+1.50078 s]
/proc/loadavg: 1.38 1.39 1.42 4/216 30639
/proc/meminfo: memFree=22052888/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=11000140 memory=179828 CPUtime=2.26 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 24065 13402 0 0 208 10 5 3 20 0 15 0 227445901 11264143360 44957 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2750035 44957 3464 1 0 2711693 0
[pid=30573/tid=30626] ppid=30570 vsize=11000140 memory=65012 CPUtime=1.43 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 17913 13402 0 0 129 6 5 3 20 0 15 0 227445910 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672697912160 140672710161758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=11000140 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 21 13402 0 0 1 0 5 3 20 0 15 0 227445911 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=11000140 memory=280053208637600 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 27 13402 0 0 1 0 5 3 20 0 15 0 227445911 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 216 13402 0 0 1 0 5 3 20 0 15 0 227445911 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 64 13402 0 0 1 0 5 3 20 0 15 0 227445911 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 49 13402 0 0 1 0 5 3 20 0 15 0 227445912 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 14 13402 0 0 0 0 5 3 20 0 15 0 227445913 11264143360 44957 33554432000 4194304 4196468 140725938026624 140671533967072 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11264143360 44957 33554432000 4194304 4196468 140725938026624 140671386117376 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=11000140 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11264143360 44957 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=11000140 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) S 30570 30573 30220 0 -1 1077944384 1525 13402 0 0 22 0 5 3 20 0 15 0 227445916 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672150915312 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=11000140 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) S 30570 30573 30220 0 -1 1077944384 784 13402 0 0 19 0 5 3 20 0 15 0 227445916 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672149862768 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) S 30570 30573 30220 0 -1 1077944384 1259 13402 0 0 29 0 5 3 20 0 15 0 227445916 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=11000140 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11264143360 44957 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=11000140 memory=280053208882048 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11264143360 44957 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 179828 KiB

[startup+3.11066 s]
/proc/loadavg: 1.38 1.39 1.42 5/216 30639
/proc/meminfo: memFree=21892600/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=11075936 memory=296208 CPUtime=5.7 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 47106 13402 0 0 543 19 5 3 20 0 15 0 227445901 11341758464 74052 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2768984 74052 3489 1 0 2730637 0
[pid=30573/tid=30626] ppid=30570 vsize=11075936 memory=197508 CPUtime=2.99 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 33480 13402 0 0 281 10 5 3 20 0 15 0 227445910 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672697900816 140672710135323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=11075936 memory=203088 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 42 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=11075936 memory=280053208501504 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 37 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=11075936 memory=1771606902273 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 220 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=11075936 memory=1904750888449 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 72 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=11075936 memory=280053208468432 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 240 13402 0 0 3 0 5 3 20 0 15 0 227445912 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 14 13402 0 0 0 0 5 3 20 0 15 0 227445913 11341758464 74052 33554432000 4194304 4196468 140725938026624 140671533967072 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=11075936 memory=-6305713888786146432 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11341758464 74052 33554432000 4194304 4196468 140725938026624 140671386117376 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=11075936 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11341758464 74052 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=11075936 memory=6944652177228980320 CPUtime=0.9 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) R 30570 30573 30220 0 -1 4202560 4310 13402 0 0 81 1 5 3 20 0 15 0 227445916 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672150901192 140672707625024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=11075936 memory=280053208450784 CPUtime=0.82 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) R 30570 30573 30220 0 -1 4202560 3593 13402 0 0 73 1 5 3 20 0 15 0 227445916 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672149843784 140672705935823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=11075936 memory=280053208457504 CPUtime=1.01 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) S 30570 30573 30220 0 -1 1077944384 2901 13402 0 0 91 2 5 3 20 0 15 0 227445916 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=11075936 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11341758464 74052 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=11075936 memory=3053511329498284128 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11341758464 74052 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 296208 KiB

[startup+4.83493 s]
# the end of solver process 30573 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.8899 s, system=0.28485 s

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

[startup+3.20421 s]
/proc/loadavg: 1.38 1.39 1.42 5/216 30639
/proc/meminfo: memFree=21892600/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=11075936 memory=300572 CPUtime=6.04 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 51883 13402 0 0 576 20 5 3 20 0 15 0 227445901 11341758464 75143 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2768984 75143 3491 1 0 2730637 0
[pid=30573/tid=30626] ppid=30570 vsize=11075936 memory=-9123011406873206402 CPUtime=3.08 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 36071 13402 0 0 290 10 5 3 20 0 15 0 227445910 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672697901896 140672711761393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=11075936 memory=6935649255759568960 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 42 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=11075936 memory=4132775673715122240 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 37 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=11075936 memory=3467824627879784490 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 220 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=11075936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 72 13402 0 0 2 0 5 3 20 0 15 0 227445911 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 395 13402 0 0 3 0 5 3 20 0 15 0 227445912 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 14 13402 0 0 0 0 5 3 20 0 15 0 227445913 11341758464 75143 33554432000 4194304 4196468 140725938026624 140671533967072 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=11075936 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445913 11341758464 75143 33554432000 4194304 4196468 140725938026624 140671386117376 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=11075936 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11341758464 75143 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=11075936 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) R 30570 30573 30220 0 -1 4202560 4712 13402 0 0 90 1 5 3 20 0 15 0 227445916 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672150915312 140672707261366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=11075936 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) R 30570 30573 30220 0 -1 4202560 4450 13402 0 0 82 1 5 3 20 0 15 0 227445916 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672149848648 140672707625948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=11075936 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) S 30570 30573 30220 0 -1 1077944384 3747 13402 0 0 97 2 5 3 20 0 15 0 227445916 11341758464 75143 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11341758464 75145 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 1 13402 0 0 0 0 5 3 20 0 15 0 227445916 11343855616 75145 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 300572 KiB

[startup+4.00129 s]*
/proc/loadavg: 1.38 1.39 1.42 5/216 30639
/proc/meminfo: memFree=21796152/32770624 swapFree=67108372/67108860
[pid=30573] ppid=30570 vsize=11077984 memory=369676 CPUtime=8.64 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 30220 0 -1 1077944320 59964 13402 0 0 833 23 5 3 20 0 15 0 227445901 11343855616 92419 33554432000 4194304 4196468 140725938026624 140725938009168 140672726081271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
/proc/30573/statm: 2769496 92419 3505 1 0 2731149 0
[pid=30573/tid=30626] ppid=30570 vsize=11077984 memory=734139726812938545 CPUtime=3.89 cores=1,3,5,7
/proc/30573/task/30626/stat : 30626 (java) R 30570 30573 30220 0 -1 4202560 36997 13402 0 0 369 12 5 3 20 0 15 0 227445910 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672697910816 140672286413160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30627] ppid=30570 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30627/stat : 30627 (java) S 30570 30573 30220 0 -1 1077944384 45 13402 0 0 2 0 5 3 20 0 15 0 227445911 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672730323472 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30628] ppid=30570 vsize=11077984 memory=307884880700711040 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30628/stat : 30628 (java) S 30570 30573 30220 0 -1 1077944384 81 13402 0 0 3 0 5 3 20 0 15 0 227445911 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672595659408 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30629] ppid=30570 vsize=11077984 memory=-7384994778349281184 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30629/stat : 30629 (java) S 30570 30573 30220 0 -1 1077944384 237 13402 0 0 3 0 5 3 20 0 15 0 227445911 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672264694032 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30630] ppid=30570 vsize=11077984 memory=6944656592455360608 CPUtime=0.1 cores=1,3,5,7
/proc/30573/task/30630/stat : 30630 (java) S 30570 30573 30220 0 -1 1077944384 288 13402 0 0 2 0 5 3 20 0 15 0 227445911 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672263641488 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30631] ppid=30570 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30573/task/30631/stat : 30631 (java) S 30570 30573 30220 0 -1 1077944384 433 13402 0 0 3 0 5 3 20 0 15 0 227445912 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672151968496 140672726092418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30632] ppid=30570 vsize=11077984 memory=3472328296227680299 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30632/stat : 30632 (java) S 30570 30573 30220 0 -1 1077944384 21 13402 0 0 0 0 5 3 20 0 15 0 227445913 11343855616 92419 33554432000 4194304 4196468 140725938026624 140671533967072 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30633] ppid=30570 vsize=11077984 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30633/stat : 30633 (java) S 30570 30573 30220 0 -1 1077944384 7 13402 0 0 0 0 5 3 20 0 15 0 227445913 11343855616 92419 33554432000 4194304 4196468 140725938026624 140671386117376 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30634] ppid=30570 vsize=11077984 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30634/stat : 30634 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445915 11343855616 92419 33554432000 4194304 4196468 140725938026624 140671078717904 140672726099867 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30635] ppid=30570 vsize=11077984 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/30573/task/30635/stat : 30635 (java) R 30570 30573 30220 0 -1 4202560 6404 13402 0 0 168 1 5 3 20 0 15 0 227445916 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672150901408 140672707454798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30636] ppid=30570 vsize=11077984 memory=3471202396320837679 CPUtime=1.72 cores=1,3,5,7
/proc/30573/task/30636/stat : 30636 (java) R 30570 30573 30220 0 -1 4202560 7313 13402 0 0 162 2 5 3 20 0 15 0 227445916 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672149854048 140672705519599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30637] ppid=30570 vsize=11077984 memory=3472468305795303088 CPUtime=1.26 cores=1,3,5,7
/proc/30573/task/30637/stat : 30637 (java) R 30570 30573 30220 0 -1 1077944384 5940 13402 0 0 116 2 5 3 20 0 15 0 227445916 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672148809712 140672726092418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30638] ppid=30570 vsize=11077984 memory=2319353851852894239 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30638/stat : 30638 (java) S 30570 30573 30220 0 -1 1077944384 3 13402 0 0 0 0 5 3 20 0 15 0 227445916 11343855616 92419 33554432000 4194304 4196468 140725938026624 140670647920992 140672726091477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
[pid=30573/tid=30639] ppid=30570 vsize=11077984 memory=3472468305795303088 CPUtime=0.08 cores=1,3,5,7
/proc/30573/task/30639/stat : 30639 (java) S 30570 30573 30220 0 -1 1077944384 7 13402 0 0 0 0 5 3 20 0 15 0 227445916 11343855616 92419 33554432000 4194304 4196468 140725938026624 140672147758128 140672726092418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140725938031212 140725938034012 140725938034012 140725938036687 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 369676 KiB

[startup+4.40962 s]
/proc/loadavg: 1.38 1.39 1.42 2/203 30640
/proc/meminfo: memFree=22138388/32770624 swapFree=67108372/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.80016 s]
/proc/loadavg: 1.38 1.39 1.42 2/203 30640
/proc/meminfo: memFree=22138388/32770624 swapFree=67108372/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.83499
CPU time (s): 9.17475
CPU user time (s): 8.8899
CPU system time (s): 0.28485
CPU usage (%): 189.757
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 370236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.8899
system time used= 0.28485
maximum resident set size= 372828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6059
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 30573
#   total CPU time (s): 9.17475
#   total CPU user time (s): 8.8899
#   total CPU system time (s): 0.28485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052606 second user time and 0.082619 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 20:33:47
IDJOB=4304983
IDBENCH=141343
IDSOLVER=2780
FILE ID=node137/4304983-1534098827
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Langford/LangfordBin-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304983-1534098827/watcher-4304983-1534098827 -o /tmp/evaluation-result-4304983-1534098827/solver-4304983-1534098827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1195315233 HOME/instance-4304983-1534098827.xml

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

MD5SUM BENCH= 3bc0c2fe6daffe5cd6c78f401afaf84f
RANDOM SEED=1195315233

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22152248 kB
MemAvailable:   30214516 kB
Buffers:           70064 kB
Cached:          8190984 kB
SwapCached:            8 kB
Active:          5712692 kB
Inactive:        4288700 kB
Active(anon):    1687424 kB
Inactive(anon):   105400 kB
Active(file):    4025268 kB
Inactive(file):  4183300 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26476 kB
Writeback:            16 kB
AnonPages:       1748040 kB
Mapped:            66148 kB
Shmem:             49624 kB
Slab:             310412 kB
SReclaimable:     282160 kB
SUnreclaim:        28252 kB
KernelStack:        3536 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2801768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1521664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-12 20:33:52