Trace number 4305186

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 11.3232 5.03897

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.108401
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
11.08/5.01	v <instantiation>
11.08/5.01	v       <list>
11.08/5.01	v         x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
11.08/5.01	v       </list>
11.08/5.01	v       <values>
11.08/5.01	v         17 39 37 18 36 27 10 14 24 38 11 13 5 9 35 20 8 6 7 15 21 34 26 12 4 16 23 30 33 31 25 3 19 32 22 29 28
11.08/5.01	v       </values>
11.08/5.01	v     </instantiation>
11.08/5.01	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8129 MiB free)
  memory of node 1: 16384 MiB (7587 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305186-1534140306/watcher-4305186-1534140306 -o /tmp/evaluation-result-4305186-1534140306/solver-4305186-1534140306 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2126 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=422338769 -superng HOME/instance-4305186-1534140306.xml 

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

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


[startup+0.100821 s]*
/proc/loadavg: 1.60 1.44 1.46 2/209 2539
/proc/meminfo: memFree=16083276/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=10005480 memory=18324 CPUtime=0.09 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 4253 12994 0 0 1 0 5 3 20 0 6 0 231593795 10245611520 4581 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2501370 4581 1930 1 0 2489808 0
[pid=2482/tid=2535] ppid=2479 vsize=10005480 memory=-8889949278721851331 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 2081 12994 0 0 1 0 5 3 20 0 6 0 231593803 10245611520 4647 33554432000 4194304 4196468 140726818972656 139701752447568 139701765733744 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 6 0 231593804 10245611520 4647 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=10005480 memory=140235806414464 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 6 0 231593804 10245611520 4647 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 6 0 231593804 10245611520 4647 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 6 0 231593804 10245611520 4647 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.20996 s]*
/proc/loadavg: 1.63 1.45 1.47 3/218 2548
/proc/meminfo: memFree=16065148/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=10982744 memory=44220 CPUtime=0.26 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 7807 12994 0 0 16 2 5 3 20 0 15 0 231593795 11246329856 11055 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2745686 11055 2950 1 0 2708109 0
[pid=2482/tid=2535] ppid=2479 vsize=10982744 memory=8514701219931451533 CPUtime=0.19 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 4354 12994 0 0 10 1 5 3 20 0 15 0 231593803 11246329856 11055 33554432000 4194304 4196468 140726818972656 139701752429048 139701773290029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246329856 11055 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=10982744 memory=140235806414464 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246329856 11055 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246329856 11055 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246329856 11055 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=10982744 memory=140235806414464 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246329856 11055 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 13 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246329856 11055 33554432000 4194304 4196468 140726818972656 139700387963680 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 21 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246329856 11055 33554432000 4194304 4196468 140726818972656 139700320851056 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246329856 11055 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=10982776 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 370 12994 0 0 1 0 5 3 20 0 15 0 231593809 11246362624 11121 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) S 2479 2482 1500 0 -1 1077944384 244 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246362624 11121 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=10983736 memory=140235806414464 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) S 2479 2482 1500 0 -1 1077944384 609 12994 0 0 3 0 5 3 20 0 15 0 231593809 11247345664 11121 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11247345664 11121 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=10983736 memory=140235806414464 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593809 11247345664 11121 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44220 KiB

[startup+0.310365 s]*
/proc/loadavg: 1.63 1.45 1.47 3/218 2548
/proc/meminfo: memFree=16053116/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=10983192 memory=54924 CPUtime=0.39 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 10311 12994 0 0 28 3 5 3 20 0 15 0 231593795 11246788608 13731 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2745798 13731 3069 1 0 2708109 0
[pid=2482/tid=2535] ppid=2479 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 6850 12994 0 0 19 2 5 3 20 0 15 0 231593803 11246788608 13731 33554432000 4194304 4196468 140726818972656 139701752422816 139701764691294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=10983192 memory=7662137351800508496 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 13731 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 13731 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 13731 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 13731 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 13 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700387963680 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 21 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700320851056 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 375 12994 0 0 2 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) S 2479 2482 1500 0 -1 1077944384 244 12994 0 0 1 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) R 2479 2482 1500 0 -1 4202560 615 12994 0 0 5 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700964473712 139701780632154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 13731 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54924 KiB

[startup+0.700733 s]
/proc/loadavg: 1.63 1.45 1.47 3/218 2548
/proc/meminfo: memFree=16042076/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=10983192 memory=87004 CPUtime=0.99 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 16432 12994 0 0 86 5 5 3 20 0 15 0 231593795 11246788608 21751 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2745798 21751 3238 1 0 2708109 0
[pid=2482/tid=2535] ppid=2479 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 11946 12994 0 0 55 3 5 3 20 0 15 0 231593803 11246788608 21751 33554432000 4194304 4196468 140726818972656 139701752431632 139701762174382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 21751 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=10983192 memory=3560 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 21751 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 21751 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 2 12994 0 0 0 0 5 3 20 0 15 0 231593804 11246788608 21751 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 5 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 13 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700387963680 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 21 12994 0 0 0 0 5 3 20 0 15 0 231593806 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700320851056 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 920 12994 0 0 10 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) S 2479 2482 1500 0 -1 1077944384 657 12994 0 0 7 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) S 2479 2482 1500 0 -1 1077944384 665 12994 0 0 13 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593809 11246788608 21751 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87004 KiB

[startup+1.5007 s]
/proc/loadavg: 1.63 1.45 1.47 3/211 2573
/proc/meminfo: memFree=16936856/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=11000140 memory=174144 CPUtime=2.26 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 23603 12994 0 0 209 9 5 3 20 0 15 0 231593795 11264143360 43536 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2750035 43536 3473 1 0 2711693 0
[pid=2482/tid=2535] ppid=2479 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 17491 12994 0 0 130 5 5 3 20 0 15 0 231593803 11264143360 43536 33554432000 4194304 4196468 140726818972656 139701752427520 139701764691294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 54 12994 0 0 0 0 5 3 20 0 15 0 231593804 11264143360 43536 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 207 12994 0 0 1 0 5 3 20 0 15 0 231593804 11264143360 43536 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 28 12994 0 0 1 0 5 3 20 0 15 0 231593804 11264143360 43536 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=11000140 memory=3683998604062831409 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 31 12994 0 0 0 0 5 3 20 0 15 0 231593804 11264143360 43536 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 58 12994 0 0 1 0 5 3 20 0 15 0 231593806 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=11000140 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 14 12994 0 0 0 0 5 3 20 0 15 0 231593806 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700387963744 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=11000140 memory=280471296616704 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 42 12994 0 0 0 0 5 3 20 0 15 0 231593806 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700320851072 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=11000140 memory=1944 CPUtime=0.31 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 1099 12994 0 0 23 0 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=11000140 memory=5772 CPUtime=0.27 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) R 2479 2482 1500 0 -1 4202560 1107 12994 0 0 18 1 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=11000140 memory=1444 CPUtime=0.39 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) R 2479 2482 1500 0 -1 1077944384 1274 12994 0 0 31 0 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=11000140 memory=1160 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=11000140 memory=968 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 1 12994 0 0 0 0 5 3 20 0 15 0 231593809 11264143360 43536 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

Current children cumulated memory: 275676 KiB

[startup+5.03891 s]
# the end of solver process 2482 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.9938 s, system=0.329447 s

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

[startup+3.20134 s]
/proc/loadavg: 1.63 1.45 1.47 7/218 2679
/proc/meminfo: memFree=16722744/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=11075936 memory=302864 CPUtime=5.86 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 53347 12994 0 0 559 19 5 3 20 0 15 0 231593795 11341758464 75716 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2768984 75716 3499 1 0 2730637 0
[pid=2482/tid=2535] ppid=2479 vsize=11075936 memory=-5921431000321636112 CPUtime=3.07 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 37605 12994 0 0 289 10 5 3 20 0 15 0 231593803 11341758464 75716 33554432000 4194304 4196468 140726818972656 139701752424536 139701761255806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=11075936 memory=-6800859132029471843 CPUtime=0.1 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 86 12994 0 0 2 0 5 3 20 0 15 0 231593804 11341758464 75716 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=11075936 memory=-2893623298589923098 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 220 12994 0 0 3 0 5 3 20 0 15 0 231593804 11341758464 75716 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=11075936 memory=-3472574944341025154 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 48 12994 0 0 3 0 5 3 20 0 15 0 231593804 11341758464 75716 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=11075936 memory=-9174445032661854264 CPUtime=0.1 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 73 12994 0 0 2 0 5 3 20 0 15 0 231593804 11341758464 75716 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=11075936 memory=-4546129931942301828 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 1966 12994 0 0 3 0 5 3 20 0 15 0 231593806 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=11075936 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 14 12994 0 0 0 0 5 3 20 0 15 0 231593806 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700387963744 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 42 12994 0 0 0 0 5 3 20 0 15 0 231593806 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700320851072 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=11075936 memory=288230574492221466 CPUtime=0.89 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) R 2479 2482 1500 0 -1 4202560 4114 12994 0 0 81 0 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700966564856 139701764516812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=11075936 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) R 2479 2482 1500 0 -1 4202560 3281 12994 0 0 73 2 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700965507016 139701764078768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=11075936 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) S 2479 2482 1500 0 -1 1077944384 3700 12994 0 0 98 2 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11341758464 75716 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 302864 KiB

[startup+4.00471 s]*
/proc/loadavg: 1.63 1.45 1.47 8/218 2679
/proc/meminfo: memFree=16397704/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=11077984 memory=376724 CPUtime=8.58 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 65191 12994 0 0 826 24 5 3 20 0 15 0 231593795 11343855616 94181 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2769496 94181 3510 1 0 2731149 0
[pid=2482/tid=2535] ppid=2479 vsize=11077984 memory=8514701219931451533 CPUtime=3.87 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 40657 12994 0 0 366 13 5 3 20 0 15 0 231593803 11343855616 94181 33554432000 4194304 4196468 140726818972656 139701752437536 139701356048702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=11077984 memory=3691042058319900680 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 108 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 94181 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=11077984 memory=3977156476711816375 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 411 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 94181 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=11077984 memory=6935650355389948992 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 69 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 94181 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=11077984 memory=3473736702020957488 CPUtime=0.1 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 76 12994 0 0 2 0 5 3 20 0 15 0 231593804 11343855616 94181 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=11077984 memory=12 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 2099 12994 0 0 3 0 5 3 20 0 15 0 231593806 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=11077984 memory=681 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 15 12994 0 0 0 0 5 3 20 0 15 0 231593806 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700387963744 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=11077984 memory=139 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 42 12994 0 0 0 0 5 3 20 0 15 0 231593806 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700320851072 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=11077984 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=11077984 memory=40374 CPUtime=1.69 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) R 2479 2482 1500 0 -1 4202560 7957 12994 0 0 160 1 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700966565152 139701780632154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=11077984 memory=1 CPUtime=1.64 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) R 2479 2482 1500 0 -1 4202560 5693 12994 0 0 154 2 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700965510192 139701780632154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=11077984 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) R 2479 2482 1500 0 -1 1077944384 5857 12994 0 0 127 2 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=11077984 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=11077984 memory=307 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 10 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 94181 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 376724 KiB

[startup+4.80151 s]
/proc/loadavg: 1.63 1.45 1.47 8/218 2679
/proc/meminfo: memFree=16397704/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=11077984 memory=380716 CPUtime=10.95 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 65982 12994 0 0 1060 27 5 3 20 0 15 0 231593795 11343855616 95179 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2769496 95179 3511 1 0 2731149 0
[pid=2482/tid=2535] ppid=2479 vsize=11077984 memory=3683998604062831409 CPUtime=4.66 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) R 2479 2482 1500 0 -1 4202560 40668 12994 0 0 442 16 5 3 20 0 15 0 231593803 11343855616 95179 33554432000 4194304 4196468 140726818972656 139701752438344 139701358287683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=11077984 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 108 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 95179 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=11077984 memory=288230596050944315 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 421 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 95179 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=11077984 memory=16103671461054197 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 69 12994 0 0 3 0 5 3 20 0 15 0 231593804 11343855616 95179 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=11077984 memory=928 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 82 12994 0 0 2 1 5 3 20 0 15 0 231593804 11343855616 95179 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=11077984 memory=2608 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 2102 12994 0 0 3 0 5 3 20 0 15 0 231593806 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700967630960 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=11077984 memory=2612 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 15 12994 0 0 0 0 5 3 20 0 15 0 231593806 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700387963744 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=11077984 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 42 12994 0 0 0 0 5 3 20 0 15 0 231593806 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700320851072 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=11077984 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700013455440 139701780629403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=11077984 memory=2192 CPUtime=2.41 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 8227 12994 0 0 232 1 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=11077984 memory=7528 CPUtime=2.37 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) S 2479 2482 1500 0 -1 1077944384 5912 12994 0 0 227 2 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=11077984 memory=828 CPUtime=1.51 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) S 2479 2482 1500 0 -1 1077944384 6128 12994 0 0 140 3 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700964473712 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=11077984 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2548] ppid=2479 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2548/stat : 2548 (java) S 2479 2482 1500 0 -1 1077944384 11 12994 0 0 0 0 5 3 20 0 15 0 231593809 11343855616 95179 33554432000 4194304 4196468 140726818972656 139700963420592 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 10.95 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 380716 KiB

[startup+5.00459 s]*
/proc/loadavg: 1.63 1.45 1.47 9/218 2679
/proc/meminfo: memFree=16370876/32770624 swapFree=67108852/67108860
[pid=2482] ppid=2479 vsize=11208032 memory=381552 CPUtime=11.3 cores=1,3,5,7
/proc/2482/stat : 2482 (java) S 2479 2482 1500 0 -1 1077944320 66347 12994 0 0 1094 28 5 3 20 0 14 0 231593795 11477024768 95388 33554432000 4194304 4196468 140726818972656 140726818955200 139701780610807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
/proc/2482/statm: 2802008 95388 3518 1 0 2763661 0
[pid=2482/tid=2535] ppid=2479 vsize=11208032 memory=8514701219931451533 CPUtime=4.86 cores=1,3,5,7
/proc/2482/task/2535/stat : 2535 (java) S 2479 2482 1500 0 -1 1077944384 40883 12994 0 0 462 16 5 3 20 0 14 0 231593803 11477024768 95388 33554432000 4194304 4196468 140726818972656 139701752454288 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2536] ppid=2479 vsize=11208032 memory=3691042058319900680 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2536/stat : 2536 (java) S 2479 2482 1500 0 -1 1077944384 108 12994 0 0 3 0 5 3 20 0 14 0 231593804 11477024768 95388 33554432000 4194304 4196468 140726818972656 139701784853392 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2537] ppid=2479 vsize=11208032 memory=8319819555679313850 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2537/stat : 2537 (java) S 2479 2482 1500 0 -1 1077944384 421 12994 0 0 3 0 5 3 20 0 14 0 231593804 11477024768 95388 33554432000 4194304 4196468 140726818972656 139701666118416 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2538] ppid=2479 vsize=11208032 memory=-5921431000321636112 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2538/stat : 2538 (java) S 2479 2482 1500 0 -1 1077944384 69 12994 0 0 3 0 5 3 20 0 14 0 231593804 11477024768 95388 33554432000 4194304 4196468 140726818972656 139701665066128 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2539] ppid=2479 vsize=11208032 memory=6944656592455097440 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2539/stat : 2539 (java) S 2479 2482 1500 0 -1 1077944384 82 12994 0 0 2 1 5 3 20 0 14 0 231593804 11477024768 95388 33554432000 4194304 4196468 140726818972656 139701317721104 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2540] ppid=2479 vsize=11208032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2482/task/2540/stat : 2540 (java) S 2479 2482 1500 0 -1 1077944384 2103 12994 0 0 3 0 5 3 20 0 14 0 231593806 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700967631168 139701780621954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2541] ppid=2479 vsize=11208032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2541/stat : 2541 (java) S 2479 2482 1500 0 -1 1077944384 15 12994 0 0 0 0 5 3 20 0 14 0 231593806 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700387963744 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2542] ppid=2479 vsize=11208032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2542/stat : 2542 (java) S 2479 2482 1500 0 -1 1077944384 42 12994 0 0 0 0 5 3 20 0 14 0 231593806 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700320851072 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2543] ppid=2479 vsize=11208032 memory=332300 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2543/stat : 2543 (java) S 2479 2482 1500 0 -1 1077944384 26 12994 0 0 0 0 5 3 20 0 14 0 231593809 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700013454208 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2544] ppid=2479 vsize=11208032 memory=0 CPUtime=2.46 cores=1,3,5,7
/proc/2482/task/2544/stat : 2544 (java) S 2479 2482 1500 0 -1 1077944384 8257 12994 0 0 237 1 5 3 20 0 14 0 231593809 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700966578800 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2545] ppid=2479 vsize=11208032 memory=0 CPUtime=2.42 cores=1,3,5,7
/proc/2482/task/2545/stat : 2545 (java) S 2479 2482 1500 0 -1 1077944384 5944 12994 0 0 232 2 5 3 20 0 14 0 231593809 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700965526000 139701780621954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2546] ppid=2479 vsize=11208032 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/2482/task/2546/stat : 2546 (java) S 2479 2482 1500 0 -1 1077944384 6179 12994 0 0 143 3 5 3 20 0 14 0 231593809 11477024768 95388 33554432000 4194304 4196468 140726818972656 139700964468032 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
[pid=2482/tid=2547] ppid=2479 vsize=11208032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2482/task/2547/stat : 2547 (java) S 2479 2482 1500 0 -1 1077944384 3 12994 0 0 0 0 5 3 20 0 14 0 231593809 11477024768 95388 33554432000 4194304 4196468 140726818972656 139699582659552 139701780621013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15216640 140726818974308 140726818977116 140726818977116 140726818979791 0
Current children cumulated CPU time: 11.3 s
Current children cumulated vsize: 11208032 KiB
Current children cumulated memory: 381552 KiB

Child status: 0
Real time (s): 5.03897
CPU time (s): 11.3232
CPU user time (s): 10.9938
CPU system time (s): 0.329447
CPU usage (%): 224.713
Max. virtual memory (cumulated for all children) (KiB): 11208032
Max. memory (cumulated for all children) (KiB): 381552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9938
system time used= 0.329447
maximum resident set size= 383560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79369
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= 6627
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 2482
#   total CPU time (s): 11.3232
#   total CPU user time (s): 10.9938
#   total CPU system time (s): 0.329447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058659 second user time and 0.089075 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 08:05:06
IDJOB=4305186
IDBENCH=141567
IDSOLVER=2781
FILE ID=node135/4305186-1534140306
RUNJOBID= node135-1534137835-2126
PBS_JOBID= 21037020
Free space on /tmp= 42692 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305186-1534140306/watcher-4305186-1534140306 -o /tmp/evaluation-result-4305186-1534140306/solver-4305186-1534140306 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2126 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=422338769 -superng HOME/instance-4305186-1534140306.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=422338769

node135.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.50
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.50
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.50
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.50
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:        16094060 kB
MemAvailable:   30956592 kB
Buffers:          253448 kB
Cached:         14704468 kB
SwapCached:            8 kB
Active:          8384876 kB
Inactive:        7570976 kB
Active(anon):     947292 kB
Inactive(anon):   103288 kB
Active(file):    7437584 kB
Inactive(file):  7467688 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26496 kB
Writeback:             0 kB
AnonPages:       1021808 kB
Mapped:            75964 kB
Shmem:             49816 kB
Slab:             414200 kB
SReclaimable:     385720 kB
SUnreclaim:        28480 kB
KernelStack:        3824 kB
PageTables:         7192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2116388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    923648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42664 MiB
End job on node135 at 2018-08-13 08:05:11