Trace number 4395747

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.12.2SAT 10.7171 4.82184

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
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.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
10.39/4.28	v <instantiation
10.39/4.28	v         >
10.39/4.28	v       <list>
10.39/4.28	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14]
10.39/4.28	v       </list>
10.39/4.28	v       <values>
10.39/4.28	v         0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 4 0 1 2 1 3 4 0 2 3 2 3 4 3 0 4 1 4 2 1 0 2 2 1 3 0 4 3 3 0 4 4 2 1 1 2 3 0 2 1 4 3 0
10.39/4.28	v       </values>
10.39/4.28	v     </instantiation>
10.39/4.28	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 (10819 MiB free)
  memory of node 1: 16384 MiB (14983 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395747-1568398983/watcher-4395747-1568398983 -o /tmp/evaluation-result-4395747-1568398983/solver-4395747-1568398983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568393129-20138 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=948892053 HOME/instance-4395747-1568398983.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=21595, runsolver pid=21592
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 1.26 1.31 1.37 4/219 21652
/proc/meminfo: memFree=26416844/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 4475 13364 0 0 1 0 5 2 20 0 6 0 416170936 10212057088 4203 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2493178 4203 1935 1 0 2481616 0
[pid=21595/tid=21648] ppid=21592 vsize=9972712 memory=4279135703946462605 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 2273 13364 0 0 0 0 5 2 20 0 6 0 416170945 10212057088 4203 33554432000 4194304 4196468 140724825552192 139783969100368 139783978657341 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 6 0 416170946 10212057088 4269 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=9972712 memory=140443615225472 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 6 0 416170946 10212057088 4269 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 6 0 416170946 10212057088 4269 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 6 0 416170946 10212057088 4269 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209753 s]*
/proc/loadavg: 1.26 1.31 1.37 4/228 21661
/proc/meminfo: memFree=26398848/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10819664 memory=37664 CPUtime=0.25 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 7276 13364 0 0 16 2 5 2 20 0 15 0 416170936 11079335936 9416 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2704916 9416 3173 1 0 2667149 0
[pid=21595/tid=21648] ppid=21592 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 3749 13364 0 0 10 1 5 2 20 0 15 0 416170945 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783969093600 139783977539394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079335936 9416 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10819664 memory=140443615225472 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10819664 memory=140443615225472 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170947 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 33 13364 0 0 0 0 5 2 20 0 15 0 416170948 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783455052704 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11079335936 9416 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11079335936 9416 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) S 21592 21595 17678 0 -1 1077944384 603 13364 0 0 1 0 5 2 20 0 15 0 416170950 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783421495792 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) S 21592 21595 17678 0 -1 1077944384 43 13364 0 0 0 0 5 2 20 0 15 0 416170950 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783420443248 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10819664 memory=140443615225472 CPUtime=0.1 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) S 21592 21595 17678 0 -1 1077944384 623 13364 0 0 3 0 5 2 20 0 15 0 416170950 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783419390704 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11079335936 9416 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10819664 memory=140443615225472 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170951 11079335936 9416 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37664 KiB

[startup+0.310342 s]*
/proc/loadavg: 1.26 1.31 1.37 3/228 21661
/proc/meminfo: memFree=26385400/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10820148 memory=48872 CPUtime=0.39 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 10982 13364 0 0 28 4 5 2 20 0 15 0 416170936 11079831552 12218 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2705037 12218 3305 1 0 2667149 0
[pid=21595/tid=21648] ppid=21592 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 7437 13364 0 0 18 3 5 2 20 0 15 0 416170945 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783969063520 139783981344094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079831552 12218 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10820148 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170947 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 33 13364 0 0 0 0 5 2 20 0 15 0 416170948 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783455052704 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11079831552 12218 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11079831552 12218 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) S 21592 21595 17678 0 -1 1077944384 603 13364 0 0 1 0 5 2 20 0 15 0 416170950 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783421495792 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) S 21592 21595 17678 0 -1 1077944384 53 13364 0 0 1 0 5 2 20 0 15 0 416170950 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783420443248 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) R 21592 21595 17678 0 -1 4202560 632 13364 0 0 5 0 5 2 20 0 15 0 416170950 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783419390704 139783976611619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11079831552 12218 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170951 11079831552 12218 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48872 KiB

[startup+0.701001 s]
/proc/loadavg: 1.26 1.31 1.37 4/228 21661
/proc/meminfo: memFree=26371388/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10824360 memory=81732 CPUtime=1.13 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 15209 13364 0 0 100 6 5 2 20 0 15 0 416170936 11084144640 20433 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2706090 20433 3505 1 0 2668173 0
[pid=21595/tid=21648] ppid=21592 vsize=10824360 memory=50 CPUtime=0.66 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) D 21592 21595 17678 0 -1 1077944384 10396 13364 0 0 54 5 5 2 20 0 15 0 416170945 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783969090768 139783997287485 0 4 0 16800975 18446744072101748260 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11084144640 20433 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10824360 memory=4120 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170946 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 2 13364 0 0 0 0 5 2 20 0 15 0 416170946 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10824360 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 6 13364 0 0 0 0 5 2 20 0 15 0 416170947 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10824360 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 33 13364 0 0 0 0 5 2 20 0 15 0 416170948 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783455052704 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10824360 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11084144640 20433 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10824360 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11084144640 20433 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10824360 memory=13252 CPUtime=0.19 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) S 21592 21595 17678 0 -1 1077944384 983 13364 0 0 12 0 5 2 20 0 15 0 416170950 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783421495792 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10824360 memory=15460 CPUtime=0.22 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) R 21592 21595 17678 0 -1 4202560 688 13364 0 0 15 0 5 2 20 0 15 0 416170950 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783420443248 139783977899479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) S 21592 21595 17678 0 -1 1077944384 880 13364 0 0 17 0 5 2 20 0 15 0 416170950 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783419390704 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10824360 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11084144640 20433 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10824360 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170951 11084144640 20433 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81732 KiB

[startup+1.5007 s]
/proc/loadavg: 1.26 1.31 1.37 4/228 21661
/proc/meminfo: memFree=26332736/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10834676 memory=175216 CPUtime=2.54 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 21831 13364 0 0 236 11 5 2 20 0 15 0 416170936 11094708224 43804 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2708669 43804 3590 1 0 2670733 0
[pid=21595/tid=21648] ppid=21592 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 15170 13364 0 0 129 7 5 2 20 0 15 0 416170945 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783969093632 139783981344094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 323 13364 0 0 1 0 5 2 20 0 15 0 416170946 11094708224 43804 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 78 13364 0 0 1 0 5 2 20 0 15 0 416170946 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 38 13364 0 0 1 0 5 2 20 0 15 0 416170946 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 83 13364 0 0 0 0 5 2 20 0 15 0 416170946 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 132 13364 0 0 1 0 5 2 20 0 15 0 416170947 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10834676 memory=280886968920320 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 34 13364 0 0 0 0 5 2 20 0 15 0 416170948 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783455052768 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11094708224 43804 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10834676 memory=1908 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11094708224 43804 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10834676 memory=1360 CPUtime=0.32 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) S 21592 21595 17678 0 -1 1077944384 1154 13364 0 0 25 0 5 2 20 0 15 0 416170950 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783421495792 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10834676 memory=7420 CPUtime=0.39 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) S 21592 21595 17678 0 -1 1077944384 941 13364 0 0 31 1 5 2 20 0 15 0 416170950 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783420443248 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10834676 memory=860 CPUtime=0.49 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) R 21592 21595 17678 0 -1 4202560 1662 13364 0 0 42 0 5 2 20 0 15 0 416170950 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783419390704 139783975967169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10834676 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11094708224 43804 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10834676 memory=1612 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170951 11094708224 43804 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834676 KiB

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

/proc/loadavg: 1.31 1.32 1.37 5/228 21661
/proc/meminfo: memFree=26191296/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10842888 memory=250544 CPUtime=7.09 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 34941 13364 0 0 685 17 5 2 20 0 15 0 416170936 11103117312 62636 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2710722 62636 3606 1 0 2672781 0
[pid=21595/tid=21648] ppid=21592 vsize=10842888 memory=280886969339200 CPUtime=3.02 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 18646 13364 0 0 286 9 5 2 20 0 15 0 416170945 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783969089040 139783981344094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10842888 memory=388 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 323 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 62636 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10842888 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 78 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10842888 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 38 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10842888 memory=8386028100004296241 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 83 13364 0 0 0 0 5 2 20 0 15 0 416170946 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10842888 memory=8389687274684822322 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 134 13364 0 0 1 0 5 2 20 0 15 0 416170947 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10842888 memory=7093353975439946694 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 34 13364 0 0 0 0 5 2 20 0 15 0 416170948 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783455052768 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10842888 memory=280886969173504 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11103117312 62636 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10842888 memory=7956567955459234152 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11103117312 62636 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10842888 memory=6940161746104510035 CPUtime=1.31 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) R 21592 21595 17678 0 -1 4202560 3199 13364 0 0 123 1 5 2 20 0 15 0 416170950 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783421486768 139783982148016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10842888 memory=7447093755344479573 CPUtime=1.52 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) R 21592 21595 17678 0 -1 4202560 3953 13364 0 0 143 2 5 2 20 0 15 0 416170950 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783420421488 139783982151533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10842888 memory=288230574492221466 CPUtime=1.32 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) S 21592 21595 17678 0 -1 1077944384 6236 13364 0 0 124 1 5 2 20 0 15 0 416170950 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783419390704 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11103117312 62636 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10842888 memory=2193 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170951 11103117312 62636 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 7.09 s
Current children cumulated vsize: 10842888 KiB
Current children cumulated memory: 250544 KiB

[startup+4.82179 s]
# the end of solver process 21595 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4578 s, system=0.259258 s

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

[startup+3.20127 s]
/proc/loadavg: 1.31 1.32 1.37 5/228 21661
/proc/meminfo: memFree=26191296/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10842888 memory=259928 CPUtime=7.37 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 37513 13364 0 0 712 18 5 2 20 0 15 0 416170936 11103117312 64982 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2710722 64982 3606 1 0 2672781 0
[pid=21595/tid=21648] ppid=21592 vsize=10842888 memory=0 CPUtime=3.11 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 19480 13364 0 0 294 10 5 2 20 0 15 0 416170945 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783969098080 139783980632152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10842888 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 323 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 64982 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 78 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 38 13364 0 0 1 0 5 2 20 0 15 0 416170946 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 83 13364 0 0 0 0 5 2 20 0 15 0 416170946 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 134 13364 0 0 1 0 5 2 20 0 15 0 416170947 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 34 13364 0 0 0 0 5 2 20 0 15 0 416170948 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783455052768 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 1 13364 0 0 0 0 5 2 20 0 15 0 416170948 11103117312 64982 33554432000 4194304 4196468 140724825552192 139782864757744 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11103117312 64982 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10842888 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) R 21592 21595 17678 0 -1 4202560 3752 13364 0 0 129 1 5 2 20 0 15 0 416170950 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783421483344 139783982190165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10842888 memory=1384 CPUtime=1.61 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) R 21592 21595 17678 0 -1 4202560 4381 13364 0 0 152 2 5 2 20 0 15 0 416170950 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783420433040 139783978808064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10842888 memory=15080 CPUtime=1.36 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) S 21592 21595 17678 0 -1 1077944384 6985 13364 0 0 127 2 5 2 20 0 15 0 416170950 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783419390704 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10842888 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11103117312 64982 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10842888 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 9 13364 0 0 0 0 5 2 20 0 15 0 416170951 11103117312 64982 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 10842888 KiB
Current children cumulated memory: 259928 KiB

[startup+4.00117 s]*
/proc/loadavg: 1.31 1.32 1.37 6/229 21663
/proc/meminfo: memFree=26131452/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10846984 memory=303740 CPUtime=9.74 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 48546 13364 0 0 946 21 5 2 20 0 15 0 416170936 11107311616 75935 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2711746 75935 3617 1 0 2673805 0
[pid=21595/tid=21648] ppid=21592 vsize=10846984 memory=-6517102902069810590 CPUtime=3.86 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) R 21592 21595 17678 0 -1 4202560 23532 13364 0 0 368 11 5 2 20 0 15 0 416170945 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783969097056 139783982631969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10846984 memory=4122819170707507513 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 534 13364 0 0 4 0 5 2 20 0 15 0 416170946 11107311616 75935 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10846984 memory=3473295572654627763 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 108 13364 0 0 4 0 5 2 20 0 15 0 416170946 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10846984 memory=-7806830013219980966 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 481 13364 0 0 4 0 5 2 20 0 15 0 416170946 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10846984 memory=92749818758120 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 127 13364 0 0 3 1 5 2 20 0 15 0 416170946 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21653] ppid=21592 vsize=10846984 memory=3612117642853047521 CPUtime=0.1 cores=0,2,4,6
/proc/21595/task/21653/stat : 21653 (java) S 21592 21595 17678 0 -1 1077944384 4388 13364 0 0 3 0 5 2 20 0 15 0 416170947 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783456106480 139783997274754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10846984 memory=4120854343546123295 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 41 13364 0 0 0 0 5 2 20 0 15 0 416170948 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783455052768 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10846984 memory=7741799258301227887 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 10 13364 0 0 0 0 5 2 20 0 15 0 416170948 11107311616 75935 33554432000 4194304 4196468 140724825552192 139782864757760 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21656] ppid=21592 vsize=10846984 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21656/stat : 21656 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170950 11107311616 75935 33554432000 4194304 4196468 140724825552192 139782557358288 139783997282203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10846984 memory=0 CPUtime=1.96 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) R 21592 21595 17678 0 -1 4202560 4270 13364 0 0 188 1 5 2 20 0 15 0 416170950 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783421481552 139783982387208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10846984 memory=0 CPUtime=2.15 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) R 21592 21595 17678 0 -1 4202560 4865 13364 0 0 206 2 5 2 20 0 15 0 416170950 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783420425616 139783982066618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10846984 memory=11 CPUtime=1.7 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) R 21592 21595 17678 0 -1 1077944384 7966 13364 0 0 161 2 5 2 20 0 15 0 416170950 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783419390704 139783997274754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10846984 memory=41 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 15 0 416170951 11107311616 75935 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21661] ppid=21592 vsize=10846984 memory=24 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21661/stat : 21661 (java) S 21592 21595 17678 0 -1 1077944384 9 13364 0 0 0 0 5 2 20 0 15 0 416170951 11107311616 75935 33554432000 4194304 4196468 140724825552192 139783418337584 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 303740 KiB

[startup+4.40066 s]
/proc/loadavg: 1.31 1.32 1.37 6/229 21663
/proc/meminfo: memFree=26131452/32770624 swapFree=67020576/67108860
[pid=21595] ppid=21592 vsize=10912520 memory=305752 CPUtime=10.68 cores=0,2,4,6
/proc/21595/stat : 21595 (java) S 21592 21595 17678 0 -1 1077944320 49143 13364 0 0 1040 21 5 2 20 0 12 0 416170936 11174420480 76438 33554432000 4194304 4196468 140724825552192 140724825534736 139783997263607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
/proc/21595/statm: 2728130 76438 3620 1 0 2690189 0
[pid=21595/tid=21648] ppid=21592 vsize=10912520 memory=6791534058613427641 CPUtime=4.13 cores=0,2,4,6
/proc/21595/task/21648/stat : 21648 (java) D 21592 21595 17678 0 -1 4202560 23617 13364 0 0 395 11 5 2 20 0 12 0 416170945 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783969107256 139783989949239 0 0 0 16800975 18446744072100301957 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21649] ppid=21592 vsize=10912520 memory=2876 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21649/stat : 21649 (java) S 21592 21595 17678 0 -1 1077944384 534 13364 0 0 4 0 5 2 20 0 12 0 416170946 11174420480 76438 33554432000 4194304 4196468 140724825552192 139784001506064 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21650] ppid=21592 vsize=10912520 memory=1572 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21650/stat : 21650 (java) S 21592 21595 17678 0 -1 1077944384 108 13364 0 0 4 0 5 2 20 0 12 0 416170946 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783889779600 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21651] ppid=21592 vsize=10912520 memory=880 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21651/stat : 21651 (java) S 21592 21595 17678 0 -1 1077944384 481 13364 0 0 4 0 5 2 20 0 12 0 416170946 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783888727056 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21652] ppid=21592 vsize=10912520 memory=1760 CPUtime=0.11 cores=0,2,4,6
/proc/21595/task/21652/stat : 21652 (java) S 21592 21595 17678 0 -1 1077944384 127 13364 0 0 3 1 5 2 20 0 12 0 416170946 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783887674512 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21654] ppid=21592 vsize=10912520 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21654/stat : 21654 (java) S 21592 21595 17678 0 -1 1077944384 41 13364 0 0 0 0 5 2 20 0 12 0 416170948 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783455052768 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21655] ppid=21592 vsize=10912520 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21655/stat : 21655 (java) S 21592 21595 17678 0 -1 1077944384 10 13364 0 0 0 0 5 2 20 0 12 0 416170948 11174420480 76438 33554432000 4194304 4196468 140724825552192 139782864757760 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21657] ppid=21592 vsize=10912520 memory=1808 CPUtime=2.24 cores=0,2,4,6
/proc/21595/task/21657/stat : 21657 (java) S 21592 21595 17678 0 -1 1077944384 4413 13364 0 0 216 1 5 2 20 0 12 0 416170950 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783421475024 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21658] ppid=21592 vsize=10912520 memory=920 CPUtime=2.42 cores=0,2,4,6
/proc/21595/task/21658/stat : 21658 (java) S 21592 21595 17678 0 -1 1077944384 4939 13364 0 0 233 2 5 2 20 0 12 0 416170950 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783420443248 139783997274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21659] ppid=21592 vsize=10912520 memory=3848 CPUtime=1.82 cores=0,2,4,6
/proc/21595/task/21659/stat : 21659 (java) S 21592 21595 17678 0 -1 1077944384 8223 13364 0 0 173 2 5 2 20 0 12 0 416170950 11174420480 76438 33554432000 4194304 4196468 140724825552192 139783419388208 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
[pid=21595/tid=21660] ppid=21592 vsize=10912520 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21595/task/21660/stat : 21660 (java) S 21592 21595 17678 0 -1 1077944384 3 13364 0 0 0 0 5 2 20 0 12 0 416170951 11174420480 76438 33554432000 4194304 4196468 140724825552192 139782523800672 139783997273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14491648 140724825553648 140724825556165 140724825556165 140724825558991 0
Current children cumulated CPU time: 10.68 s
Current children cumulated vsize: 10912520 KiB
Current children cumulated memory: 305752 KiB

[startup+4.80016 s]
/proc/loadavg: 1.31 1.32 1.37 4/216 21664
/proc/meminfo: memFree=26404352/32770624 swapFree=67020576/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.82184
CPU time (s): 10.7171
CPU user time (s): 10.4578
CPU system time (s): 0.259258
CPU usage (%): 222.261
Max. virtual memory (cumulated for all children) (KiB): 10912520
Max. memory (cumulated for all children) (KiB): 305752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4578
system time used= 0.259258
maximum resident set size= 307620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6874
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 21595
#   total CPU time (s): 10.7171
#   total CPU user time (s): 10.4578
#   total CPU system time (s): 0.259258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052946 second user time and 0.081513 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 20:22:24
IDJOB=4395747
IDBENCH=126509
IDSOLVER=2846
FILE ID=node150/4395747-1568398983
RUNJOBID= node150-1568393129-20138
PBS_JOBID= 21701821
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395747-1568398983/watcher-4395747-1568398983 -o /tmp/evaluation-result-4395747-1568398983/solver-4395747-1568398983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568393129-20138 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=948892053 HOME/instance-4395747-1568398983.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=948892053

node150.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.79
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.79
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.79
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.79
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:        26422592 kB
MemAvailable:   31168620 kB
Buffers:          186624 kB
Cached:          4770024 kB
SwapCached:        13292 kB
Active:          1813756 kB
Inactive:        3853272 kB
Active(anon):     674724 kB
Inactive(anon):    59996 kB
Active(file):    1139032 kB
Inactive(file):  3793276 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020576 kB
Dirty:             35620 kB
Writeback:             0 kB
AnonPages:        807020 kB
Mapped:            51864 kB
Shmem:             15916 kB
Slab:             273012 kB
SReclaimable:     242180 kB
SUnreclaim:        30832 kB
KernelStack:        3712 kB
PageTables:         7396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1901508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 20:22:29