Trace number 4305212

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 12.3953 5.61374

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
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.157675
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
12.25/5.04	v <instantiation>
12.25/5.04	v       <list>
12.25/5.04	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
12.25/5.04	v       </list>
12.25/5.04	v       <values>
12.25/5.04	v         4 3 1 9 13 2 6 14 1 0 8 1 5 10 0 1 1 12 9 12 13 13 5 5 3 8 5 5 5 9
12.25/5.04	v       </values>
12.25/5.04	v     </instantiation>
12.25/5.04	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 (10318 MiB free)
  memory of node 1: 16384 MiB (5865 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305212-1534141934/watcher-4305212-1534141934 -o /tmp/evaluation-result-4305212-1534141934/solver-4305212-1534141934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8317 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=757181558 -superng HOME/instance-4305212-1534141934.xml 

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

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

solver pid=9496, runsolver pid=9493

[startup+0.102712 s]*
/proc/loadavg: 1.34 1.44 1.47 2/207 9553
/proc/meminfo: memFree=16555604/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=10005480 memory=18596 CPUtime=0.08 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 4322 13039 0 0 1 0 5 2 20 0 6 0 231756554 10245611520 4649 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2501370 4649 1932 1 0 2489808 0
[pid=9496/tid=9549] ppid=9493 vsize=10005480 memory=-8384983170502934465 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 2129 13039 0 0 0 0 5 2 20 0 6 0 231756563 10245611520 4714 33554432000 4194304 4196468 140721062692032 139866568716880 139866596902045 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 6 0 231756564 10245611520 4714 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=10005480 memory=140348754101888 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 6 0 231756564 10245611520 4714 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 6 0 231756564 10245611520 4714 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 6 0 231756564 10245611520 4714 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210371 s]*
/proc/loadavg: 1.34 1.44 1.47 3/216 9562
/proc/meminfo: memFree=16535704/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=10982744 memory=42236 CPUtime=0.25 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 7289 13039 0 0 16 2 5 2 20 0 15 0 231756554 11246329856 10559 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2745686 10559 2954 1 0 2708109 0
[pid=9496/tid=9549] ppid=9493 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 3980 13039 0 0 10 1 5 2 20 0 15 0 231756563 11246329856 10691 33554432000 4194304 4196468 140721062692032 139866568702024 139866577155826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246329856 10691 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=10982744 memory=140348754111637 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246329856 10691 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=10982744 memory=140348754101888 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756565 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 13 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246329856 10757 33554432000 4194304 4196468 140721062692032 139865355183136 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246329856 10757 33554432000 4194304 4196468 140721062692032 139865207333744 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) S 9493 9496 7925 0 -1 1077944384 542 13039 0 0 1 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866088905584 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) S 9493 9496 7925 0 -1 1077944384 64 13039 0 0 1 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866087852784 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=10982744 memory=140348754101888 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 635 13039 0 0 3 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=10982744 memory=140348754101888 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246329856 10757 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42236 KiB

[startup+0.310371 s]*
/proc/loadavg: 1.34 1.44 1.47 3/216 9562
/proc/meminfo: memFree=16523672/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=10983192 memory=55388 CPUtime=0.38 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 10395 13039 0 0 28 3 5 2 20 0 15 0 231756554 11246788608 13847 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2745798 13847 3102 1 0 2708109 0
[pid=9496/tid=9549] ppid=9493 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 6920 13039 0 0 19 2 5 2 20 0 15 0 231756563 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866568669648 139866580960606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756565 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 13 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246788608 13889 33554432000 4194304 4196468 140721062692032 139865355183136 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246788608 13889 33554432000 4194304 4196468 140721062692032 139865207333744 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) S 9493 9496 7925 0 -1 1077944384 544 13039 0 0 1 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866088905584 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) S 9493 9496 7925 0 -1 1077944384 67 13039 0 0 1 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866087852784 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=10983192 memory=140348754101888 CPUtime=0.11 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 650 13039 0 0 4 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=10983192 memory=140348754101888 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 13889 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55388 KiB

[startup+0.70072 s]
/proc/loadavg: 1.34 1.44 1.47 3/216 9562
/proc/meminfo: memFree=16511888/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=10983192 memory=88356 CPUtime=0.98 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 16766 13039 0 0 86 5 5 2 20 0 15 0 231756554 11246788608 22089 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2745798 22089 3238 1 0 2708109 0
[pid=9496/tid=9549] ppid=9493 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 12187 13039 0 0 55 4 5 2 20 0 15 0 231756563 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866568693240 139866580960606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=10983192 memory=140348592632592 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=10983192 memory=140350941299284 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 2 13039 0 0 0 0 5 2 20 0 15 0 231756564 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=10983192 memory=5780 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 5 13039 0 0 0 0 5 2 20 0 15 0 231756565 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=10983192 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 13 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246788608 22089 33554432000 4194304 4196468 140721062692032 139865355183136 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=10983192 memory=6082220498109623144 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11246788608 22089 33554432000 4194304 4196468 140721062692032 139865207333744 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=10983192 memory=12708 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=10983192 memory=34636 CPUtime=0.14 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) S 9493 9496 7925 0 -1 1077944384 914 13039 0 0 7 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866088905584 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=10983192 memory=2324 CPUtime=0.17 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) S 9493 9496 7925 0 -1 1077944384 698 13039 0 0 10 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866087852784 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=10983192 memory=1584 CPUtime=0.2 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 743 13039 0 0 13 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=10983192 memory=496 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756569 11246788608 22089 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88356 KiB

[startup+1.5008 s]
/proc/loadavg: 1.34 1.44 1.47 3/216 9562
/proc/meminfo: memFree=16468100/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=10998092 memory=198140 CPUtime=2.59 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 24271 13039 0 0 242 10 5 2 20 0 15 0 231756554 11262046208 49535 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2749523 49535 3471 1 0 2711181 0
[pid=9496/tid=9549] ppid=9493 vsize=10998092 memory=64868 CPUtime=1.42 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 16988 13039 0 0 129 6 5 2 20 0 15 0 231756563 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866568697248 139866580960606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 159 13039 0 0 1 0 5 2 20 0 15 0 231756564 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=10998092 memory=280697185296544 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 26 13039 0 0 1 0 5 2 20 0 15 0 231756564 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 48 13039 0 0 1 0 5 2 20 0 15 0 231756564 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 37 13039 0 0 1 0 5 2 20 0 15 0 231756564 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 59 13039 0 0 1 0 5 2 20 0 15 0 231756565 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 14 13039 0 0 0 0 5 2 20 0 15 0 231756566 11262046208 49535 33554432000 4194304 4196468 140721062692032 139865355183200 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11262046208 49535 33554432000 4194304 4196468 140721062692032 139865207333760 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=10998092 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) S 9493 9496 7925 0 -1 1077944384 1705 13039 0 0 29 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866088905584 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=10998092 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) S 9493 9496 7925 0 -1 1077944384 1451 13039 0 0 36 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866087852784 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=10998092 memory=8112282956445269571 CPUtime=0.46 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 1583 13039 0 0 39 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=10998092 memory=280697185540992 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756569 11262046208 49535 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10998092 KiB

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

/proc/loadavg: 1.48 1.47 1.48 5/216 9562
/proc/meminfo: memFree=16287592/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=11008352 memory=271748 CPUtime=6.55 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 40131 13039 0 0 632 16 5 2 20 0 15 0 231756554 11272552448 67937 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2752088 67937 3492 1 0 2713741 0
[pid=9496/tid=9549] ppid=9493 vsize=11008352 memory=7 CPUtime=3.02 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 27055 13039 0 0 286 9 5 2 20 0 15 0 231756563 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866568707728 139866580960606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=11008352 memory=228060 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 159 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=11008352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 26 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=11008352 memory=62852 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 48 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=11008352 memory=2188 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 37 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 59 13039 0 0 1 0 5 2 20 0 15 0 231756565 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=11008352 memory=-3535359994705172066 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 14 13039 0 0 0 0 5 2 20 0 15 0 231756566 11272552448 67937 33554432000 4194304 4196468 140721062692032 139865355183200 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=11008352 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11272552448 67937 33554432000 4194304 4196468 140721062692032 139865207333760 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=11008352 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) R 9493 9496 7925 0 -1 4202560 3989 13039 0 0 125 1 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866088896416 139866580376907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=11008352 memory=3540022570510277969 CPUtime=1.13 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) R 9493 9496 7925 0 -1 4202560 2437 13039 0 0 105 1 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866087831136 139866577515799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=11008352 memory=55 CPUtime=1.15 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 4104 13039 0 0 107 1 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=11008352 memory=2967918747322433632 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=11008352 memory=4639059873309409379 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 67937 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 6.55 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 271748 KiB

[startup+5.61369 s]
# the end of solver process 9496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.1117 s, system=0.283587 s

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

[startup+3.20084 s]
/proc/loadavg: 1.48 1.47 1.48 5/216 9562
/proc/meminfo: memFree=16287592/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=11008352 memory=277420 CPUtime=6.86 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 44108 13039 0 0 663 16 5 2 20 0 15 0 231756554 11272552448 69355 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2752088 69355 3492 1 0 2713741 0
[pid=9496/tid=9549] ppid=9493 vsize=11008352 memory=6935649255759568960 CPUtime=3.11 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 28403 13039 0 0 295 9 5 2 20 0 15 0 231756563 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866568711504 139866596894001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=11008352 memory=2984339746955739232 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 159 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=11008352 memory=3467824627879784490 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 26 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=11008352 memory=7588684550706915689 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 48 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 37 13039 0 0 1 0 5 2 20 0 15 0 231756564 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 59 13039 0 0 1 0 5 2 20 0 15 0 231756565 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=11008352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 14 13039 0 0 0 0 5 2 20 0 15 0 231756566 11272552448 69355 33554432000 4194304 4196468 140721062692032 139865355183200 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=11008352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11272552448 69355 33554432000 4194304 4196468 140721062692032 139865207333760 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=11008352 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) R 9493 9496 7925 0 -1 4202560 4827 13039 0 0 134 1 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866088891344 139866581270237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=11008352 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) R 9493 9496 7925 0 -1 4202560 2995 13039 0 0 114 1 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866087836608 139866580376899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=11008352 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 5326 13039 0 0 112 1 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=11008352 memory=244 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 12 13039 0 0 0 0 5 2 20 0 15 0 231756569 11272552448 69355 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 6.86 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 277420 KiB

[startup+4.80067 s]
/proc/loadavg: 1.48 1.47 1.48 6/216 9562
/proc/meminfo: memFree=16201220/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=11077984 memory=369344 CPUtime=11.85 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 72355 13039 0 0 1155 23 5 2 20 0 15 0 231756554 11343855616 92336 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2769496 92336 3517 1 0 2731149 0
[pid=9496/tid=9549] ppid=9493 vsize=11077984 memory=0 CPUtime=4.64 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) R 9493 9496 7925 0 -1 4202560 44812 13039 0 0 445 12 5 2 20 0 15 0 231756563 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866568712544 139866579169447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=11077984 memory=3540022570510277969 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 190 13039 0 0 3 0 5 2 20 0 15 0 231756564 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=11077984 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 324 13039 0 0 3 0 5 2 20 0 15 0 231756564 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 237 13039 0 0 3 0 5 2 20 0 15 0 231756564 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 69 13039 0 0 3 0 5 2 20 0 15 0 231756564 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9554] ppid=9493 vsize=11077984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9554/stat : 9554 (java) S 9493 9496 7925 0 -1 1077944384 3883 13039 0 0 3 0 5 2 20 0 15 0 231756565 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866089957744 139866596891266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=11077984 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 14 13039 0 0 0 0 5 2 20 0 15 0 231756566 11343855616 92336 33554432000 4194304 4196468 140721062692032 139865355183200 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 15 0 231756566 11343855616 92336 33554432000 4194304 4196468 140721062692032 139865207333760 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9557] ppid=9493 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9557/stat : 9557 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139864899934032 139866596898715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=11077984 memory=280697185192512 CPUtime=2.77 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) R 9493 9496 7925 0 -1 4202560 5346 13039 0 0 269 1 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866088896912 139866576302736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=11077984 memory=-8820188211957838939 CPUtime=2.71 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) R 9493 9496 7925 0 -1 4202560 8403 13039 0 0 262 2 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866087834320 139866581757840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=11077984 memory=-2629627718966826398 CPUtime=1.66 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 6862 13039 0 0 157 2 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=11077984 memory=-7737605734073691286 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9562] ppid=9493 vsize=11077984 memory=7684433391216329530 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9562/stat : 9562 (java) S 9493 9496 7925 0 -1 1077944384 13 13039 0 0 0 0 5 2 20 0 15 0 231756569 11343855616 92336 33554432000 4194304 4196468 140721062692032 139866085747376 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 369344 KiB

[startup+5.20067 s]
/proc/loadavg: 1.48 1.47 1.48 4/216 9562
/proc/meminfo: memFree=16171096/32770624 swapFree=67108844/67108860
[pid=9496] ppid=9493 vsize=11076952 memory=374140 CPUtime=12.35 cores=0,2,4,6
/proc/9496/stat : 9496 (java) S 9493 9496 7925 0 -1 1077944320 72641 13039 0 0 1205 23 5 2 20 0 12 0 231756554 11342798848 93535 33554432000 4194304 4196468 140721062692032 140721062674576 139866596880119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
/proc/9496/statm: 2769238 93535 3520 1 0 2730891 0
[pid=9496/tid=9549] ppid=9493 vsize=11076952 memory=8112282956445269571 CPUtime=4.87 cores=0,2,4,6
/proc/9496/task/9549/stat : 9549 (java) D 9493 9496 7925 0 -1 4202560 44965 13039 0 0 468 12 5 2 20 0 12 0 231756563 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866568723768 139866589565751 0 0 0 16800975 18446744072100359301 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9550] ppid=9493 vsize=11076952 memory=280697184977136 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9550/stat : 9550 (java) S 9493 9496 7925 0 -1 1077944384 192 13039 0 0 3 0 5 2 20 0 12 0 231756564 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866601122960 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9551] ppid=9493 vsize=11076952 memory=280697185636944 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9551/stat : 9551 (java) S 9493 9496 7925 0 -1 1077944384 326 13039 0 0 3 0 5 2 20 0 12 0 231756564 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866486320144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9552] ppid=9493 vsize=11076952 memory=280697185441544 CPUtime=0.12 cores=0,2,4,6
/proc/9496/task/9552/stat : 9552 (java) S 9493 9496 7925 0 -1 1077944384 239 13039 0 0 4 1 5 2 20 0 12 0 231756564 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866485267344 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9553] ppid=9493 vsize=11076952 memory=280697185457616 CPUtime=0.1 cores=0,2,4,6
/proc/9496/task/9553/stat : 9553 (java) S 9493 9496 7925 0 -1 1077944384 71 13039 0 0 3 0 5 2 20 0 12 0 231756564 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866484214544 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9555] ppid=9493 vsize=11076952 memory=280697185464432 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9555/stat : 9555 (java) S 9493 9496 7925 0 -1 1077944384 14 13039 0 0 0 0 5 2 20 0 12 0 231756566 11342798848 93535 33554432000 4194304 4196468 140721062692032 139865355183200 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9556] ppid=9493 vsize=11076952 memory=280697185462160 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9556/stat : 9556 (java) S 9493 9496 7925 0 -1 1077944384 1 13039 0 0 0 0 5 2 20 0 12 0 231756566 11342798848 93535 33554432000 4194304 4196468 140721062692032 139865207333760 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9558] ppid=9493 vsize=11076952 memory=280697185459888 CPUtime=2.86 cores=0,2,4,6
/proc/9496/task/9558/stat : 9558 (java) S 9493 9496 7925 0 -1 1077944384 5368 13039 0 0 278 1 5 2 20 0 12 0 231756569 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866088890096 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9559] ppid=9493 vsize=11076952 memory=280697185475792 CPUtime=2.85 cores=0,2,4,6
/proc/9496/task/9559/stat : 9559 (java) S 9493 9496 7925 0 -1 1077944384 8427 13039 0 0 276 2 5 2 20 0 12 0 231756569 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866087843888 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9560] ppid=9493 vsize=11076952 memory=280697185473520 CPUtime=1.69 cores=0,2,4,6
/proc/9496/task/9560/stat : 9560 (java) S 9493 9496 7925 0 -1 1077944384 6900 13039 0 0 160 2 5 2 20 0 12 0 231756569 11342798848 93535 33554432000 4194304 4196468 140721062692032 139866086799984 139866596891266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
[pid=9496/tid=9561] ppid=9493 vsize=11076952 memory=280697185484880 CPUtime=0.07 cores=0,2,4,6
/proc/9496/task/9561/stat : 9561 (java) S 9493 9496 7925 0 -1 1077944384 3 13039 0 0 0 0 5 2 20 0 12 0 231756569 11342798848 93535 33554432000 4194304 4196468 140721062692032 139864469138144 139866596890325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14237696 140721062697572 140721062700380 140721062700380 140721062703055 0
Current children cumulated CPU time: 12.35 s
Current children cumulated vsize: 11076952 KiB
Current children cumulated memory: 374140 KiB

[startup+5.60016 s]
/proc/loadavg: 1.48 1.47 1.48 2/203 9563
/proc/meminfo: memFree=16522348/32770624 swapFree=67108844/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): 5.61374
CPU time (s): 12.3953
CPU user time (s): 12.1117
CPU system time (s): 0.283587
CPU usage (%): 220.803
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 374140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1117
system time used= 0.283587
maximum resident set size= 376148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6384
involuntary context switches= 50


# summary of solver processes directly reported to runsolver:
#   pid: 9496
#   total CPU time (s): 12.3953
#   total CPU user time (s): 12.1117
#   total CPU system time (s): 0.283587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061229 second user time and 0.087996 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-13 08:32:14
IDJOB=4305212
IDBENCH=141590
IDSOLVER=2781
FILE ID=node136/4305212-1534141934
RUNJOBID= node136-1534136980-8317
PBS_JOBID= 21037023
Free space on /tmp= 35516 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305212-1534141934/watcher-4305212-1534141934 -o /tmp/evaluation-result-4305212-1534141934/solver-4305212-1534141934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8317 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=757181558 -superng HOME/instance-4305212-1534141934.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=757181558

node136.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:        16581016 kB
MemAvailable:   31212584 kB
Buffers:          241992 kB
Cached:         14498916 kB
SwapCached:            8 kB
Active:          7969636 kB
Inactive:        7518944 kB
Active(anon):     698472 kB
Inactive(anon):   101788 kB
Active(file):    7271164 kB
Inactive(file):  7417156 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             26668 kB
Writeback:             0 kB
AnonPages:        921244 kB
Mapped:            67036 kB
Shmem:             49788 kB
Slab:             400268 kB
SReclaimable:     371708 kB
SUnreclaim:        28560 kB
KernelStack:        3824 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1960064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35488 MiB
End job on node136 at 2018-08-13 08:32:20