Trace number 4402560

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.3SAT 25.2596 15.0158

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-9-mdd.xml
MD5SUMfb3d9364636893e4a3b852a85a1b811d
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 benchmark23.3671
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":20},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
25.04/14.99	v <instantiation
25.04/14.99	v         >
25.04/14.99	v       <list>
25.04/14.99	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[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[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[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[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
25.04/14.99	v       </list>
25.04/14.99	v       <values>
25.04/14.99	v         70 42 39 13 21 19 57 41 67 25 72 44 14 23 29 58 68 36 45 10 37 59 63 64 6 9 76 32 43 47 18 22 66 65 30 46 35 53 52 40 12 17 56 54 50 31 27 28 75 20 74 55 26 33 80 11 38 73 78 79 7 1 2 48 34 24 15 49 16 61 71 51 3 77 60 62 81 5 4 69 8
25.04/14.99	v       </values>
25.04/14.99	v     </instantiation>
25.04/14.99	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 (2991 MiB free)
  memory of node 1: 16384 MiB (2172 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402560-1568978165/watcher-4402560-1568978165 -o /tmp/evaluation-result-4402560-1568978165/solver-4402560-1568978165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402560-1568978165.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=29437, runsolver pid=29434
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.70 1.46 1.38 3/220 29494
/proc/meminfo: memFree=5278484/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=9972712 memory=19000 CPUtime=0.08 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 4501 13323 0 0 1 0 5 2 20 0 6 0 474087836 10212057088 4750 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2493178 4750 1935 1 0 2481616 0
[pid=29437/tid=29490] ppid=29434 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 2290 13323 0 0 1 0 5 2 20 0 6 0 474087845 10212057088 4750 33554432000 4194304 4196468 140720679743216 140703308370512 140703322216243 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=9972712 memory=5793854990889044409 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 6 0 474087846 10212057088 4750 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=9972712 memory=139739879151232 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 6 0 474087846 10212057088 4750 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 6 0 474087846 10212057088 4750 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 6 0 474087846 10212057088 4750 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19000 KiB

[startup+0.210171 s]*
/proc/loadavg: 1.70 1.46 1.38 3/229 29504
/proc/meminfo: memFree=5256488/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10820000 memory=43496 CPUtime=0.25 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 7131 13323 0 0 17 1 5 2 20 0 15 0 474087836 11079680000 10808 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2705000 10808 3186 1 0 2667149 0
[pid=29437/tid=29490] ppid=29434 vsize=10820000 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 3670 13323 0 0 11 1 5 2 20 0 15 0 474087845 11079680000 10874 33554432000 4194304 4196468 140720679743216 140703308368784 140703191395907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10820000 memory=4211973466083941770 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079680000 10874 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10820000 memory=139739879151232 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079680000 10874 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079680000 10874 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079680000 10874 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10820000 memory=139739879151232 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079680000 10874 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 13 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079847936 10874 33554432000 4194304 4196468 140720679743216 140702256195232 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079847936 10874 33554432000 4194304 4196468 140720679743216 140702121977072 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11079847936 10874 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 478 13323 0 0 1 0 5 2 20 0 15 0 474087851 11079847936 10874 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 163 13323 0 0 1 0 5 2 20 0 15 0 474087851 11079847936 10874 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10820164 memory=139739879151232 CPUtime=0.1 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 623 13323 0 0 3 0 5 2 20 0 15 0 474087851 11079847936 10940 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11079847936 10940 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10820164 memory=139739879151232 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087852 11079847936 10940 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820000 KiB
Current children cumulated memory: 43496 KiB

[startup+0.310865 s]*
/proc/loadavg: 1.70 1.46 1.38 4/229 29504
/proc/meminfo: memFree=5243576/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10820196 memory=52100 CPUtime=0.39 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 10753 13323 0 0 29 3 5 2 20 0 15 0 474087836 11079880704 13025 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2705049 13025 3318 1 0 2667149 0
[pid=29437/tid=29490] ppid=29434 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 7225 13323 0 0 19 3 5 2 20 0 15 0 474087845 11079880704 13025 33554432000 4194304 4196468 140720679743216 140703308337856 140703336555677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079880704 13025 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079880704 13025 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10820196 memory=139739879151231 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 13 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702256195232 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10820196 memory=139739879151232 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702121977072 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11079880704 13025 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 487 13323 0 0 1 0 5 2 20 0 15 0 474087851 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 164 13323 0 0 1 0 5 2 20 0 15 0 474087851 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 642 13323 0 0 5 0 5 2 20 0 15 0 474087851 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11079880704 13025 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087852 11079880704 13025 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52100 KiB

[startup+0.70091 s]
/proc/loadavg: 1.70 1.46 1.38 3/229 29504
/proc/meminfo: memFree=5230852/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10824364 memory=85920 CPUtime=1.13 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 15166 13323 0 0 101 5 5 2 20 0 15 0 474087836 11084148736 21480 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2706091 21480 3507 1 0 2668173 0
[pid=29437/tid=29490] ppid=29434 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 10511 13323 0 0 55 4 5 2 20 0 15 0 474087845 11084148736 21480 33554432000 4194304 4196468 140720679743216 140703308349664 140702942078131 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11084148736 21480 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11084148736 21480 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087846 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 2 13323 0 0 0 0 5 2 20 0 15 0 474087846 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 5 13323 0 0 0 0 5 2 20 0 15 0 474087848 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 13 13323 0 0 0 0 5 2 20 0 15 0 474087848 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702256195232 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702121977072 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11084148736 21480 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10824364 memory=19265 CPUtime=0.19 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 895 13323 0 0 12 0 5 2 20 0 15 0 474087851 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 737 13323 0 0 15 0 5 2 20 0 15 0 474087851 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10824364 memory=734096885910169699 CPUtime=0.24 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 784 13323 0 0 17 0 5 2 20 0 15 0 474087851 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10824364 memory=4206186544037388384 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11084148736 21480 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10824364 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087852 11084148736 21480 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85920 KiB

[startup+1.50078 s]
/proc/loadavg: 1.70 1.46 1.38 6/228 29504
/proc/meminfo: memFree=5171780/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10826488 memory=274408 CPUtime=3.11 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 19994 13323 0 0 290 14 5 2 20 0 15 0 474087836 11086323712 68602 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2706622 68602 3580 1 0 2668685 0
[pid=29437/tid=29490] ppid=29434 vsize=10826488 memory=258 CPUtime=1.39 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 11517 13323 0 0 126 6 5 2 20 0 15 0 474087845 11086323712 68602 33554432000 4194304 4196468 140720679743216 140703308367376 140702943051722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10826488 memory=116 CPUtime=0.1 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 565 13323 0 0 2 1 5 2 20 0 15 0 474087846 11086323712 68602 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10826488 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 81 13323 0 0 3 1 5 2 20 0 15 0 474087846 11086323712 68602 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10826488 memory=7380104999770811735 CPUtime=0.11 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 26 13323 0 0 3 1 5 2 20 0 15 0 474087846 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10826488 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 186 13323 0 0 4 2 5 2 20 0 15 0 474087846 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10826488 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 88 13323 0 0 0 0 5 2 20 0 15 0 474087848 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 13 13323 0 0 0 0 5 2 20 0 15 0 474087848 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702256195296 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702121977088 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11086323712 68602 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10826488 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 1984 13323 0 0 55 0 5 2 20 0 15 0 474087851 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10826488 memory=4580 CPUtime=0.67 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 2207 13323 0 0 60 0 5 2 20 0 15 0 474087851 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10826488 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 1113 13323 0 0 31 0 5 2 20 0 15 0 474087851 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11086323712 68602 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10826488 memory=139739781129808 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087852 11086323712 68602 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10826488 KiB

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

/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 29113 13323 0 0 1191 17 5 2 20 0 15 0 474087845 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703308366688 140702953592728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10849048 memory=7 CPUtime=0.42 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 1019 13323 0 0 30 5 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10849048 memory=279479562719520 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 833 13323 0 0 31 6 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10849048 memory=56 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 293 13323 0 0 32 5 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10849048 memory=279479562235016 CPUtime=0.45 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 547 13323 0 0 32 6 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10849048 memory=1071684 CPUtime=0.16 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2674 13323 0 0 9 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10849048 memory=4050204141484789383 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 15 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702256195296 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702121977088 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10849048 memory=279479562227396 CPUtime=4.06 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 14326 13323 0 0 396 3 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10849048 memory=0 CPUtime=3.14 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 11633 13323 0 0 304 3 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10849048 memory=3620 CPUtime=1.55 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 7660 13323 0 0 144 4 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10849048 memory=41776 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10849048 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 790 13323 0 0 0 0 5 2 20 0 15 0 474087852 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 22.35 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1072636 KiB

[startup+15.0157 s]
# the end of solver process 29437 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.6795 s, system=0.580142 s

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

[startup+12.8009 s]
/proc/loadavg: 1.60 1.44 1.38 3/228 29504
/proc/meminfo: memFree=4224996/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10849048 memory=1072636 CPUtime=22.46 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 71130 13323 0 0 2186 53 5 2 20 0 15 0 474087836 11109425152 268159 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2712262 268159 3622 1 0 2674317 0
[pid=29437/tid=29490] ppid=29434 vsize=10849048 memory=1328 CPUtime=12.25 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 29114 13323 0 0 1201 17 5 2 20 0 15 0 474087845 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703308366688 140702954021002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10849048 memory=1560 CPUtime=0.42 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 1019 13323 0 0 30 5 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10849048 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 833 13323 0 0 31 6 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10849048 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 293 13323 0 0 32 5 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10849048 memory=-7003737579269690708 CPUtime=0.45 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 547 13323 0 0 32 6 5 2 20 0 15 0 474087846 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10849048 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2674 13323 0 0 9 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 15 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702256195296 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702121977088 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10849048 memory=1070740 CPUtime=4.06 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) S 29434 29437 26206 0 -1 1077944384 14326 13323 0 0 396 3 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10849048 memory=772 CPUtime=3.14 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 11633 13323 0 0 304 3 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10849048 memory=3616 CPUtime=1.55 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 7673 13323 0 0 144 4 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10849048 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268159 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10849048 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 790 13323 0 0 0 0 5 2 20 0 15 0 474087852 11109425152 268159 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 22.46 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1072636 KiB

[startup+14.4007 s]
/proc/loadavg: 1.60 1.44 1.38 3/228 29504
/proc/meminfo: memFree=4224748/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10849048 memory=1072640 CPUtime=24.2 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 71846 13323 0 0 2360 53 5 2 20 0 15 0 474087836 11109425152 268160 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2712262 268160 3622 1 0 2674317 0
[pid=29437/tid=29490] ppid=29434 vsize=10849048 memory=744 CPUtime=13.85 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 29147 13323 0 0 1361 17 5 2 20 0 15 0 474087845 11109425152 268160 33554432000 4194304 4196468 140720679743216 140703308368664 140702940776750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10849048 memory=8296 CPUtime=0.42 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 1019 13323 0 0 30 5 5 2 20 0 15 0 474087846 11109425152 268160 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10849048 memory=1072636 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 833 13323 0 0 31 6 5 2 20 0 15 0 474087846 11109425152 268160 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10849048 memory=1072640 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 293 13323 0 0 32 5 5 2 20 0 15 0 474087846 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10849048 memory=744 CPUtime=0.45 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 547 13323 0 0 32 6 5 2 20 0 15 0 474087846 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10849048 memory=8296 CPUtime=0.16 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2674 13323 0 0 9 0 5 2 20 0 15 0 474087848 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10849048 memory=6080 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 15 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702256195296 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10849048 memory=1124 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702121977088 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10849048 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268160 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10849048 memory=12024 CPUtime=4.12 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) R 29434 29437 26206 0 -1 1077944384 14335 13323 0 0 402 3 5 2 20 0 15 0 474087851 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702862121200 140703336544898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10849048 memory=2124 CPUtime=3.21 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) R 29434 29437 26206 0 -1 4202560 11651 13323 0 0 311 3 5 2 20 0 15 0 474087851 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702336936304 140703316396129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10849048 memory=16228 CPUtime=1.57 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) R 29434 29437 26206 0 -1 4202560 8334 13323 0 0 146 4 5 2 20 0 15 0 474087851 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702335883248 140703319902053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10849048 memory=504 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268160 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10849048 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 790 13323 0 0 0 0 5 2 20 0 15 0 474087852 11109425152 268160 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 24.2 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1072640 KiB

[startup+14.8009 s]
/proc/loadavg: 1.60 1.44 1.38 3/228 29504
/proc/meminfo: memFree=4224748/32770624 swapFree=66955396/67108860
[pid=29437] ppid=29434 vsize=10849048 memory=1072824 CPUtime=24.76 cores=0,2,4,6
/proc/29437/stat : 29437 (java) S 29434 29437 26206 0 -1 1077944320 72030 13323 0 0 2416 53 5 2 20 0 15 0 474087836 11109425152 268206 33554432000 4194304 4196468 140720679743216 140720679725760 140703336533751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
/proc/29437/statm: 2712262 268206 3622 1 0 2674317 0
[pid=29437/tid=29490] ppid=29434 vsize=10849048 memory=-7023579799431922829 CPUtime=14.25 cores=0,2,4,6
/proc/29437/task/29490/stat : 29490 (java) R 29434 29437 26206 0 -1 4202560 29203 13323 0 0 1401 17 5 2 20 0 15 0 474087845 11109425152 268206 33554432000 4194304 4196468 140720679743216 140703308368664 140702953592728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29491] ppid=29434 vsize=10849048 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/29437/task/29491/stat : 29491 (java) S 29434 29437 26206 0 -1 1077944384 1019 13323 0 0 30 5 5 2 20 0 15 0 474087846 11109425152 268206 33554432000 4194304 4196468 140720679743216 140703340775952 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29492] ppid=29434 vsize=10849048 memory=126 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29492/stat : 29492 (java) S 29434 29437 26206 0 -1 1077944384 833 13323 0 0 31 6 5 2 20 0 15 0 474087846 11109425152 268206 33554432000 4194304 4196468 140720679743216 140703263935120 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29493] ppid=29434 vsize=10849048 memory=590 CPUtime=0.44 cores=0,2,4,6
/proc/29437/task/29493/stat : 29493 (java) S 29434 29437 26206 0 -1 1077944384 293 13323 0 0 32 5 5 2 20 0 15 0 474087846 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702909176080 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29494] ppid=29434 vsize=10849048 memory=4575 CPUtime=0.45 cores=0,2,4,6
/proc/29437/task/29494/stat : 29494 (java) S 29434 29437 26206 0 -1 1077944384 547 13323 0 0 32 6 5 2 20 0 15 0 474087846 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702908123536 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29495] ppid=29434 vsize=10849048 memory=303 CPUtime=0.16 cores=0,2,4,6
/proc/29437/task/29495/stat : 29495 (java) S 29434 29437 26206 0 -1 1077944384 2674 13323 0 0 9 0 5 2 20 0 15 0 474087848 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702863174384 140703336544898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29496] ppid=29434 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29496/stat : 29496 (java) S 29434 29437 26206 0 -1 1077944384 15 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702256195296 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29497] ppid=29434 vsize=10849048 memory=12 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29497/stat : 29497 (java) S 29434 29437 26206 0 -1 1077944384 1 13323 0 0 0 0 5 2 20 0 15 0 474087848 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702121977088 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29498] ppid=29434 vsize=10849048 memory=160 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29498/stat : 29498 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268206 33554432000 4194304 4196468 140720679743216 140701881686480 140703336552347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29499] ppid=29434 vsize=10849048 memory=2225 CPUtime=4.21 cores=0,2,4,6
/proc/29437/task/29499/stat : 29499 (java) R 29434 29437 26206 0 -1 4202560 14356 13323 0 0 411 3 5 2 20 0 15 0 474087851 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702862112416 140703320926390 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29500] ppid=29434 vsize=10849048 memory=17094 CPUtime=3.25 cores=0,2,4,6
/proc/29437/task/29500/stat : 29500 (java) S 29434 29437 26206 0 -1 1077944384 11651 13323 0 0 315 3 5 2 20 0 15 0 474087851 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702336936304 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29501] ppid=29434 vsize=10849048 memory=629 CPUtime=1.6 cores=0,2,4,6
/proc/29437/task/29501/stat : 29501 (java) S 29434 29437 26206 0 -1 1077944384 8436 13323 0 0 149 4 5 2 20 0 15 0 474087851 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702335883248 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29502] ppid=29434 vsize=10849048 memory=1448 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29502/stat : 29502 (java) S 29434 29437 26206 0 -1 1077944384 3 13323 0 0 0 0 5 2 20 0 15 0 474087851 11109425152 268206 33554432000 4194304 4196468 140720679743216 140701848127840 140703336543957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
[pid=29437/tid=29503] ppid=29434 vsize=10849048 memory=1099 CPUtime=0.07 cores=0,2,4,6
/proc/29437/task/29503/stat : 29503 (java) S 29434 29437 26206 0 -1 1077944384 790 13323 0 0 0 0 5 2 20 0 15 0 474087852 11109425152 268206 33554432000 4194304 4196468 140720679743216 140702334831664 140703336544898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140720679750384 140720679752901 140720679752901 140720679755727 0
Current children cumulated CPU time: 24.76 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1072824 KiB

[startup+15.0007 s]*
/proc/loadavg: 1.63 1.45 1.38 3/215 29505
/proc/meminfo: memFree=4382500/32770624 swapFree=66955396/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): 15.0158
CPU time (s): 25.2596
CPU user time (s): 24.6795
CPU system time (s): 0.580142
CPU usage (%): 168.221
Max. virtual memory (cumulated for all children) (KiB): 10849048
Max. memory (cumulated for all children) (KiB): 1072872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6795
system time used= 0.580142
maximum resident set size= 1075332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8231
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 29437
#   total CPU time (s): 25.2596
#   total CPU user time (s): 24.6795
#   total CPU system time (s): 0.580142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10734 second user time and 0.189354 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 13:15:25
IDJOB=4402560
IDBENCH=133266
IDSOLVER=2861
FILE ID=node151/4402560-1568978165
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12276 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-9-mdd.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402560-1568978165/watcher-4402560-1568978165 -o /tmp/evaluation-result-4402560-1568978165/solver-4402560-1568978165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402560-1568978165.xml

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

MD5SUM BENCH= fb3d9364636893e4a3b852a85a1b811d
RANDOM SEED=541250212

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5288684 kB
MemAvailable:   31110360 kB
Buffers:          124868 kB
Cached:         25708628 kB
SwapCached:        51796 kB
Active:         13568992 kB
Inactive:       13016240 kB
Active(anon):     697260 kB
Inactive(anon):   100424 kB
Active(file):   12871732 kB
Inactive(file): 12915816 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             39332 kB
Writeback:             0 kB
AnonPages:        945844 kB
Mapped:            62264 kB
Shmem:             36864 kB
Slab:             491496 kB
SReclaimable:     462588 kB
SUnreclaim:        28908 kB
KernelStack:        4064 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1981128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12240 MiB
End job on node151 at 2019-09-20 13:15:40