Trace number 4302846

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT628 7.89476 4.19423

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark1.31773
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.93/0.89	c Concrete v3.9.2.1532736233296 running
7.41/3.92	o 448
7.41/3.96	o 534
7.78/4.02	o 628
7.78/4.03	v <instantiation cost="628">
7.78/4.03	v       <list>
7.78/4.03	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
7.78/4.03	v       </list>
7.78/4.03	v       <values>
7.78/4.03	v         4 0 14 1 10 3 9 2 5 7 11 12 6 8 13 13 0 73 83 101 80 27 5 138 221 633 33 226 167 143 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14
7.78/4.03	v       </values>
7.78/4.03	v     </instantiation>
7.78/4.03	s OPTIMUM FOUND

Verifier Data

OK	628

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302846-1532898061/watcher-4302846-1532898061 -o /tmp/evaluation-result-4302846-1532898061/solver-4302846-1532898061 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=863965840 -superng HOME/instance-4302846-1532898061.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31029, runsolver pid=31026
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 1.61 1.66 1.79 2/206 31059
/proc/meminfo: memFree=25708700/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/31029/stat : 31029 (bash) S 31026 31029 22977 0 -1 4202496 882 5681 0 0 0 0 0 1 20 0 1 0 107369361 115974144 403 33554432000 4194304 5098028 140732826533808 140732826527816 140557573073920 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 24932352 140732826539176 140732826539309 140732826539309 140732826542062 0
/proc/31029/statm: 28314 403 319 221 0 119 0
[pid=31056] ppid=31029 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/31056/stat : 31056 (bash) S 31029 31029 22977 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 107369363 115974144 178 33554432000 4194304 5098028 140732826533808 140732826526488 140557572899452 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24932352 140732826539176 140732826539309 140732826539309 140732826542062 0
/proc/31056/statm: 28314 178 94 221 0 119 0
[pid=31057] ppid=31056 vsize=109408 memory=5248 CPUtime=0 cores=0,2,4,6
/proc/31057/stat : 31057 (java) S 31056 31029 22977 0 -1 1077944320 1545 0 0 0 0 0 0 0 20 0 2 0 107369363 112033792 1312 33554432000 4194304 4196468 140726040014160 140726039996704 140453468983031 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18206720 140726040020264 140726040020278 140726040020278 140726040022991 0
/proc/31057/statm: 27352 1312 982 1 0 16810 0
[pid=31057/tid=31059] ppid=31056 vsize=109408 memory=-6949179150270506172 CPUtime=0 cores=0,2,4,6
/proc/31057/task/31059/stat : 31059 (java) S 31056 31029 22977 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 2 0 107369364 112033792 1312 33554432000 4194304 4196468 140726040014160 140453473224080 140453461679613 0 0 0 16784584 18446744071581020693 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140726040020264 140726040020278 140726040020278 140726040022991 0
[pid=31058] ppid=31056 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/31058/stat : 31058 (awk) S 31056 31029 22977 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 107369363 116211712 243 33554432000 4194304 4609284 140727282051680 140727282050856 140216751152128 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 12992512 140727282058584 140727282058614 140727282058614 140727282061295 0
/proc/31058/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449408 KiB
Current children cumulated memory: 8544 KiB

[startup+0.209937 s]*
/proc/loadavg: 1.61 1.66 1.79 3/213 31066
/proc/meminfo: memFree=25696504/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/31029/stat : 31029 (bash) S 31026 31029 22977 0 -1 4202496 882 5681 0 0 0 0 0 1 20 0 1 0 107369361 115974144 403 33554432000 4194304 5098028 140732826533808 140732826527816 140557573073920 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 24932352 140732826539176 140732826539309 140732826539309 140732826542062 0
/proc/31029/statm: 28314 403 319 221 0 119 0
[pid=31056] ppid=31029 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/31056/stat : 31056 (bash) S 31029 31029 22977 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 107369363 115974144 178 33554432000 4194304 5098028 140732826533808 140732826526488 140557572899452 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24932352 140732826539176 140732826539309 140732826539309 140732826542062 0
/proc/31056/statm: 28314 178 94 221 0 119 0
[pid=31058] ppid=31056 vsize=113492 memory=1264 CPUtime=0 cores=0,2,4,6
/proc/31058/stat : 31058 (awk) R 31056 31029 22977 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 107369363 116215808 308 33554432000 4194304 4609284 140727282051680 140727282050856 140216751153872 0 0 4096 1216 0 0 0 17 2 0 0 0 0 0 6708720 6711756 12992512 140727282058584 140727282058614 140727282058614 140727282061295 0
/proc/31058/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3588 KiB

[startup+0.312278 s]*
/proc/loadavg: 1.61 1.66 1.79 5/216 31095
/proc/meminfo: memFree=25687296/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=10982696 memory=34500 CPUtime=0.21 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 6413 13196 0 0 11 2 5 3 20 0 15 0 107369361 11246280704 8625 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2745674 8625 2902 1 0 2708109 0
[pid=31029/tid=31082] ppid=31026 vsize=10982696 memory=-7003737579269690708 CPUtime=0.15 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 3015 13196 0 0 6 1 5 3 20 0 15 0 107369384 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708666081264 139708256562416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=10982696 memory=663770999429948520 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=10982696 memory=7235548248318882020 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=10982696 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246280704 8625 33554432000 4194304 4196468 140735958861776 139707448026784 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=10982696 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246280704 8625 33554432000 4194304 4196468 140735958861776 139707300177136 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=10982696 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) R 31026 31029 22977 0 -1 1077944384 403 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708186298608 139708694268546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) S 31026 31029 22977 0 -1 1077944384 183 13196 0 0 1 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708185246064 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=10982696 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) R 31026 31029 22977 0 -1 4202560 591 13196 0 0 2 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708184193008 139708686494526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246280704 8625 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 34500 KiB

[startup+0.700673 s]
/proc/loadavg: 1.61 1.66 1.79 4/216 31117
/proc/meminfo: memFree=25662572/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=10983192 memory=65636 CPUtime=0.72 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 12044 13196 0 0 60 4 5 3 20 0 15 0 107369361 11246788608 16409 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2745798 16409 3133 1 0 2708109 0
[pid=31029/tid=31082] ppid=31026 vsize=10983192 memory=280939179577464 CPUtime=0.53 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 8441 13196 0 0 42 3 5 3 20 0 15 0 107369384 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708666059552 139708678337886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=10983192 memory=1901059900929 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=10983192 memory=1948304540929 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 107369385 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=10983192 memory=140469589779040 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246788608 16409 33554432000 4194304 4196468 140735958861776 139707448026784 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11246788608 16409 33554432000 4194304 4196468 140735958861776 139707300177136 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=10983192 memory=7809523229951467570 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) S 31026 31029 22977 0 -1 1077944384 444 13196 0 0 3 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708186298608 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) R 31026 31029 22977 0 -1 4202560 261 13196 0 0 3 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708185246064 139708674989296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=10983192 memory=-3535359994705171810 CPUtime=0.19 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) S 31026 31029 22977 0 -1 1077944384 678 13196 0 0 11 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708184193008 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=10983192 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=10983192 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369390 11246788608 16409 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 65636 KiB

[startup+1.5007 s]
/proc/loadavg: 1.61 1.66 1.79 3/216 31117
/proc/meminfo: memFree=25625408/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=10998092 memory=176544 CPUtime=2.09 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 23086 13196 0 0 190 11 5 3 20 0 15 0 107369361 11262046208 44136 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2749523 44136 3470 1 0 2711181 0
[pid=31029/tid=31082] ppid=31026 vsize=10998092 memory=7811868969927208294 CPUtime=1.29 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 17005 13196 0 0 114 7 5 3 20 0 15 0 107369384 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708666074592 139708679629368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 21 13196 0 0 1 0 5 3 20 0 15 0 107369385 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=10998092 memory=662363397872623664 CPUtime=0.09 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 21 13196 0 0 1 0 5 3 20 0 15 0 107369385 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=10998092 memory=170920250 CPUtime=0.09 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 268 13196 0 0 1 0 5 3 20 0 15 0 107369385 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=10998092 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 74 13196 0 0 0 0 5 3 20 0 15 0 107369385 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=10998092 memory=280939179833520 CPUtime=0.09 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 49 13196 0 0 1 0 5 3 20 0 15 0 107369387 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=10998092 memory=140469589914148 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 107369387 11262046208 44136 33554432000 4194304 4196468 140735958861776 139707448026848 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=10998092 memory=140469589916507 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11262046208 44136 33554432000 4194304 4196468 140735958861776 139707300177136 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=10998092 memory=140469589916176 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=10998092 memory=140469589916208 CPUtime=0.28 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) R 31026 31029 22977 0 -1 4202560 1466 13196 0 0 20 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708186298608 139708674957970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=10998092 memory=140469589916240 CPUtime=0.26 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) S 31026 31029 22977 0 -1 1077944384 821 13196 0 0 18 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708185246064 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=10998092 memory=140513379054819 CPUtime=0.38 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) S 31026 31029 22977 0 -1 1077944384 1146 13196 0 0 30 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708184193008 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=10998092 memory=3471342865910753984 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=10998092 memory=3472468765750487776 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369390 11262046208 44136 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 176544 KiB

[startup+3.11006 s]
/proc/loadavg: 1.64 1.66 1.79 3/216 31117
/proc/meminfo: memFree=25500956/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=11008352 memory=244356 CPUtime=5.03 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 34079 13196 0 0 478 17 5 3 20 0 15 0 107369361 11272552448 61089 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2752088 61089 3487 1 0 2713741 0
[pid=31029/tid=31082] ppid=31026 vsize=11008352 memory=56 CPUtime=2.85 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 25345 13196 0 0 267 10 5 3 20 0 15 0 107369384 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708666088144 139708678337886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=11008352 memory=10799 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 40 13196 0 0 3 0 5 3 20 0 15 0 107369385 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=11008352 memory=25313 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 37 13196 0 0 3 0 5 3 20 0 15 0 107369385 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=11008352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 272 13196 0 0 2 0 5 3 20 0 15 0 107369385 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=11008352 memory=-1161699032755964503 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 81 13196 0 0 2 1 5 3 20 0 15 0 107369385 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=11008352 memory=6944656592455097440 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 244 13196 0 0 3 0 5 3 20 0 15 0 107369387 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=11008352 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 107369387 11272552448 61089 33554432000 4194304 4196468 140735958861776 139707448026848 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11272552448 61089 33554432000 4194304 4196468 140735958861776 139707300177152 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=11008352 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) S 31026 31029 22977 0 -1 1077944384 1693 13196 0 0 49 1 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708186298608 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=11008352 memory=-7022732075966908046 CPUtime=0.56 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) S 31026 31029 22977 0 -1 1077944384 1351 13196 0 0 47 1 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708185246064 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=11008352 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) S 31026 31029 22977 0 -1 1077944384 2802 13196 0 0 96 1 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708184193008 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=11008352 memory=3665 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=11008352 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369390 11272552448 61089 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 244356 KiB

[startup+4.1942 s]
# the end of solver process 31029 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.6083 s, system=0.286458 s

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

[startup+3.20081 s]
/proc/loadavg: 1.64 1.66 1.79 3/216 31117
/proc/meminfo: memFree=25500956/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=11010400 memory=246044 CPUtime=5.22 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 34596 13196 0 0 497 17 5 3 20 0 15 0 107369361 11274649600 61511 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2752600 61511 3489 1 0 2714253 0
[pid=31029/tid=31082] ppid=31026 vsize=11010400 memory=0 CPUtime=2.94 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 25737 13196 0 0 276 10 5 3 20 0 15 0 107369384 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708666087616 139708679422952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 40 13196 0 0 3 0 5 3 20 0 15 0 107369385 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 37 13196 0 0 3 0 5 3 20 0 15 0 107369385 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=11010400 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 272 13196 0 0 2 0 5 3 20 0 15 0 107369385 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 81 13196 0 0 2 1 5 3 20 0 15 0 107369385 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 244 13196 0 0 3 0 5 3 20 0 15 0 107369387 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 107369387 11274649600 61511 33554432000 4194304 4196468 140735958861776 139707448026848 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11274649600 61511 33554432000 4194304 4196468 140735958861776 139707300177152 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=11010400 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) S 31026 31029 22977 0 -1 1077944384 1707 13196 0 0 52 1 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708186298608 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=11010400 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) R 31026 31029 22977 0 -1 4202560 1397 13196 0 0 52 1 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708185231296 139708673476040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=11010400 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) S 31026 31029 22977 0 -1 1077944384 2866 13196 0 0 99 1 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708184193008 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=11010400 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=11010400 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369390 11274649600 61511 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 246044 KiB

[startup+3.60145 s]
/proc/loadavg: 1.64 1.66 1.79 3/216 31117
/proc/meminfo: memFree=25500956/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=11080296 memory=296256 CPUtime=6.37 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 64472 13196 0 0 607 22 5 3 20 0 15 0 107369361 11346223104 74064 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2770074 74064 3490 1 0 2731727 0
[pid=31029/tid=31082] ppid=31026 vsize=11080296 memory=140469727544513 CPUtime=3.34 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 42253 13196 0 0 314 12 5 3 20 0 15 0 107369384 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708666072760 139708679422944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=11080296 memory=-6305718308173473152 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 40 13196 0 0 3 0 5 3 20 0 15 0 107369385 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=11080296 memory=7523098716336056914 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 37 13196 0 0 3 0 5 3 20 0 15 0 107369385 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=11080296 memory=7805953494340556396 CPUtime=0.1 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 272 13196 0 0 2 0 5 3 20 0 15 0 107369385 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=11080296 memory=1408 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 81 13196 0 0 2 1 5 3 20 0 15 0 107369385 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=11080296 memory=2209 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 244 13196 0 0 3 0 5 3 20 0 15 0 107369387 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=11080296 memory=55364 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 107369387 11346223104 74064 33554432000 4194304 4196468 140735958861776 139707448026848 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=11080296 memory=-3472574513799858009 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11346223104 74064 33554432000 4194304 4196468 140735958861776 139707300177152 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=11080296 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=11080296 memory=280939180375104 CPUtime=0.85 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) R 31026 31029 22977 0 -1 4202560 4261 13196 0 0 76 1 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708186279712 139708677754187 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=11080296 memory=288230617509003574 CPUtime=1.01 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) R 31026 31029 22977 0 -1 4202560 9033 13196 0 0 91 2 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708185230584 139708675778464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=11080296 memory=15817811322734748 CPUtime=1.17 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) S 31026 31029 22977 0 -1 1077944384 6032 13196 0 0 108 1 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708184193008 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=11080296 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=11080296 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 5 13196 0 0 0 0 5 3 20 0 15 0 107369390 11346223104 74064 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 6.37 s
Current children cumulated vsize: 11080296 KiB
Current children cumulated memory: 296256 KiB

[startup+4.00145 s]*
/proc/loadavg: 1.64 1.66 1.79 5/216 31117
/proc/meminfo: memFree=25409452/32770624 swapFree=67108792/67108860
[pid=31029] ppid=31026 vsize=11080032 memory=327024 CPUtime=7.78 cores=0,2,4,6
/proc/31029/stat : 31029 (java) S 31026 31029 22977 0 -1 1077944320 75377 13196 0 0 747 23 5 3 20 0 15 0 107369361 11345952768 81756 33554432000 4194304 4196468 140735958861776 140735958844320 139708694257399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
/proc/31029/statm: 2770008 81756 3493 1 0 2731661 0
[pid=31029/tid=31082] ppid=31026 vsize=11080032 memory=6791534058613427641 CPUtime=3.75 cores=0,2,4,6
/proc/31029/task/31082/stat : 31082 (java) R 31026 31029 22977 0 -1 4202560 48658 13196 0 0 354 13 5 3 20 0 15 0 107369384 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708666092288 139708672260240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31083] ppid=31026 vsize=11080032 memory=4872558044660077418 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31083/stat : 31083 (java) S 31026 31029 22977 0 -1 1077944384 40 13196 0 0 3 0 5 3 20 0 15 0 107369385 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708698499600 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31084] ppid=31026 vsize=11080032 memory=1400504754925836930 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31084/stat : 31084 (java) S 31026 31029 22977 0 -1 1077944384 37 13196 0 0 3 0 5 3 20 0 15 0 107369385 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708579764880 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31085] ppid=31026 vsize=11080032 memory=7679937539709960979 CPUtime=0.1 cores=0,2,4,6
/proc/31029/task/31085/stat : 31085 (java) S 31026 31029 22977 0 -1 1077944384 272 13196 0 0 2 0 5 3 20 0 15 0 107369385 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708578711824 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31086] ppid=31026 vsize=11080032 memory=8041079860532773434 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31086/stat : 31086 (java) S 31026 31029 22977 0 -1 1077944384 81 13196 0 0 2 1 5 3 20 0 15 0 107369385 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708577659280 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31087] ppid=31026 vsize=11080032 memory=4137282616176384387 CPUtime=0.11 cores=0,2,4,6
/proc/31029/task/31087/stat : 31087 (java) S 31026 31029 22977 0 -1 1077944384 542 13196 0 0 3 0 5 3 20 0 15 0 107369387 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708187351792 139708694268546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31088] ppid=31026 vsize=11080032 memory=8041079860532773434 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31088/stat : 31088 (java) S 31026 31029 22977 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 107369387 11345952768 81756 33554432000 4194304 4196468 140735958861776 139707448026848 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31089] ppid=31026 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31089/stat : 31089 (java) S 31026 31029 22977 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 107369387 11345952768 81756 33554432000 4194304 4196468 140735958861776 139707300177152 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31090] ppid=31026 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31090/stat : 31090 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139706992777680 139708694275995 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31091] ppid=31026 vsize=11080032 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/31029/task/31091/stat : 31091 (java) R 31026 31029 22977 0 -1 4202560 5428 13196 0 0 116 1 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708186285152 139708677460518 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31092] ppid=31026 vsize=11080032 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/31029/task/31092/stat : 31092 (java) R 31026 31029 22977 0 -1 4202560 11471 13196 0 0 132 2 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708185237040 139708675436992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31093] ppid=31026 vsize=11080032 memory=140469589771927 CPUtime=1.38 cores=0,2,4,6
/proc/31029/task/31093/stat : 31093 (java) R 31026 31029 22977 0 -1 4202560 6629 13196 0 0 128 2 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708184193008 139708673677072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31094] ppid=31026 vsize=11080032 memory=140469589771911 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31094/stat : 31094 (java) S 31026 31029 22977 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139706561980768 139708694267605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
[pid=31029/tid=31095] ppid=31026 vsize=11080032 memory=280939180094304 CPUtime=0.08 cores=0,2,4,6
/proc/31029/task/31095/stat : 31095 (java) S 31026 31029 22977 0 -1 1077944384 5 13196 0 0 0 0 5 3 20 0 15 0 107369390 11345952768 81756 33554432000 4194304 4196468 140735958861776 139708183141424 139708694268546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140735958866537 140735958869345 140735958869345 140735958872015 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 327024 KiB

[startup+4.11042 s]*
/proc/loadavg: 1.64 1.66 1.79 2/203 31118
/proc/meminfo: memFree=25709104/32770624 swapFree=67108792/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.19423
CPU time (s): 7.89476
CPU user time (s): 7.6083
CPU system time (s): 0.286458
CPU usage (%): 188.229
Max. virtual memory (cumulated for all children) (KiB): 11082840
Max. memory (cumulated for all children) (KiB): 328576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.6083
system time used= 0.286458
maximum resident set size= 329468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88758
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6844
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 31029
#   total CPU time (s): 7.89476
#   total CPU user time (s): 7.6083
#   total CPU system time (s): 0.286458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046099 second user time and 0.0856 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:01:01
IDJOB=4302846
IDBENCH=141519
IDSOLVER=2777
FILE ID=node150/4302846-1532898061
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302846-1532898061/watcher-4302846-1532898061 -o /tmp/evaluation-result-4302846-1532898061/solver-4302846-1532898061 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=863965840 -superng HOME/instance-4302846-1532898061.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=863965840

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.76
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.76
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.76
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.76
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:        25710500 kB
MemAvailable:   29550832 kB
Buffers:          227676 kB
Cached:          3856052 kB
SwapCached:           32 kB
Active:          3922388 kB
Inactive:        2600760 kB
Active(anon):    2391760 kB
Inactive(anon):    76188 kB
Active(file):    1530628 kB
Inactive(file):  2524572 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:       2506280 kB
Mapped:            57876 kB
Shmem:             25156 kB
Slab:             230416 kB
SReclaimable:     201936 kB
SUnreclaim:        28480 kB
KernelStack:        3824 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3464656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2277376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:01:05