Trace number 4293902

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT523 10.6962 4.53539

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.877161
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
8.93/4.11	o 1291
9.62/4.21	o 1175
9.62/4.22	o 1170
9.62/4.29	o 1166
9.62/4.29	o 1127
9.98/4.30	o 807
9.98/4.33	o 806
10.31/4.42	o 804
10.31/4.43	o 644
10.31/4.44	o 523
10.65/4.51	v <instantiation cost="523">
10.65/4.51	v       <list>
10.65/4.51	v         f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
10.65/4.51	v       </list>
10.65/4.51	v       <values>
10.65/4.51	v         47 100 1 80 1 0 0 1 3 0 1 0 0 1 2 0 0 53 46 99 20
10.65/4.51	v       </values>
10.65/4.51	v     </instantiation>
10.65/4.51	s OPTIMUM FOUND

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293902-1532387315/watcher-4293902-1532387315 -o /tmp/evaluation-result-4293902-1532387315/solver-4293902-1532387315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1727622089 -superng HOME/instance-4293902-1532387315.xml 

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

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


[startup+0.101292 s]*
/proc/loadavg: 1.95 1.92 1.87 2/206 20111
/proc/meminfo: memFree=23550364/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=9972712 memory=15176 CPUtime=0.09 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 4439 13201 0 0 1 0 6 2 20 0 6 0 56294726 10212057088 3794 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2493178 3794 1934 1 0 2481616 0
[pid=20054/tid=20107] ppid=20051 vsize=9972712 memory=4279135704013962892 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 2267 13201 0 0 1 0 6 2 20 0 6 0 56294735 10212057088 3794 33554432000 4194304 4196468 140723694859872 139805514498640 139805526742366 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 6 0 56294735 10212057088 3794 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=9972712 memory=139922960938624 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 6 0 56294735 10212057088 3794 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 6 0 56294735 10212057088 3794 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 6 0 56294735 10212057088 3794 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209727 s]*
/proc/loadavg: 1.95 1.92 1.87 3/215 20120
/proc/meminfo: memFree=23531876/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10818904 memory=40596 CPUtime=0.26 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 8404 13201 0 0 17 1 6 2 20 0 15 0 56294726 11078557696 10149 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2704726 10149 2962 1 0 2667149 0
[pid=20054/tid=20107] ppid=20051 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 4963 13201 0 0 10 1 6 2 20 0 15 0 56294735 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805514457920 139805542683805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10818904 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10818904 memory=288370299112650368 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294735 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10818904 memory=139922960938624 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294737 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 34 13201 0 0 0 0 6 2 20 0 15 0 56294737 11078557696 10149 33554432000 4194304 4196468 140723694859872 139805000938784 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294738 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804406703728 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) S 20051 20054 17273 0 -1 1077944384 543 13201 0 0 1 0 6 2 20 0 15 0 56294740 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804967381104 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) S 20051 20054 17273 0 -1 1077944384 59 13201 0 0 0 0 6 2 20 0 15 0 56294740 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804966328304 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10818904 memory=139922960938624 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) R 20051 20054 17273 0 -1 4202560 618 13201 0 0 3 0 6 2 20 0 15 0 56294740 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804965276016 139805521465008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10818904 memory=139922960938624 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294741 11078557696 10149 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40596 KiB

[startup+0.310113 s]*
/proc/loadavg: 1.95 1.92 1.87 3/215 20120
/proc/meminfo: memFree=23519968/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10819352 memory=51268 CPUtime=0.39 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 10945 13201 0 0 28 3 6 2 20 0 15 0 56294726 11079016448 12817 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2704838 12817 3081 1 0 2667149 0
[pid=20054/tid=20107] ppid=20051 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 7452 13201 0 0 19 2 6 2 20 0 15 0 56294735 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805514473888 139805542683805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294737 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 34 13201 0 0 0 0 6 2 20 0 15 0 56294737 11079016448 12817 33554432000 4194304 4196468 140723694859872 139805000938784 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294738 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804406703728 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) S 20051 20054 17273 0 -1 1077944384 549 13201 0 0 2 0 6 2 20 0 15 0 56294740 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804967381104 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) S 20051 20054 17273 0 -1 1077944384 62 13201 0 0 1 0 6 2 20 0 15 0 56294740 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804966328304 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10819352 memory=139922960938624 CPUtime=0.13 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) S 20051 20054 17273 0 -1 1077944384 645 13201 0 0 5 0 6 2 20 0 15 0 56294740 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10819352 memory=139922960938624 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294741 11079016448 12817 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51268 KiB

[startup+0.700718 s]
/proc/loadavg: 1.96 1.92 1.87 3/215 20120
/proc/meminfo: memFree=23508512/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10819352 memory=84104 CPUtime=0.98 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 17175 13201 0 0 86 4 6 2 20 0 15 0 56294726 11079016448 21026 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2704838 21026 3239 1 0 2667149 0
[pid=20054/tid=20107] ppid=20051 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 12434 13201 0 0 56 3 6 2 20 0 15 0 56294735 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805514483600 139805542683805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294735 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10819352 memory=6935649255861544529 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 5 13201 0 0 0 0 6 2 20 0 15 0 56294737 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10819352 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 34 13201 0 0 0 0 6 2 20 0 15 0 56294737 11079016448 21026 33554432000 4194304 4196468 140723694859872 139805000938784 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294738 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804406703728 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) S 20051 20054 17273 0 -1 1077944384 944 13201 0 0 7 0 6 2 20 0 15 0 56294740 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804967381104 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) S 20051 20054 17273 0 -1 1077944384 750 13201 0 0 9 0 6 2 20 0 15 0 56294740 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804966328304 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) S 20051 20054 17273 0 -1 1077944384 807 13201 0 0 12 0 6 2 20 0 15 0 56294740 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294741 11079016448 21026 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84104 KiB

[startup+1.5007 s]
/proc/loadavg: 1.96 1.92 1.87 3/215 20120
/proc/meminfo: memFree=23463412/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10834252 memory=194496 CPUtime=2.61 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 24264 13201 0 0 243 10 6 2 20 0 15 0 56294726 11094274048 48624 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2708563 48624 3470 1 0 2670221 0
[pid=20054/tid=20107] ppid=20051 vsize=10834252 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 17347 13201 0 0 129 6 6 2 20 0 15 0 56294735 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805514470240 139805526748308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10834252 memory=4134606225630022328 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 181 13201 0 0 1 0 6 2 20 0 15 0 56294735 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10834252 memory=-5153189914156493674 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 25 13201 0 0 1 0 6 2 20 0 15 0 56294735 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10834252 memory=-7451305423264525719 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 30 13201 0 0 1 0 6 2 20 0 15 0 56294735 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10834252 memory=116264 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 58 13201 0 0 1 0 6 2 20 0 15 0 56294735 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 50 13201 0 0 1 0 6 2 20 0 15 0 56294737 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 34 13201 0 0 0 0 6 2 20 0 15 0 56294737 11094274048 48624 33554432000 4194304 4196468 140723694859872 139805000938848 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10834252 memory=279845707776288 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294738 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804406703744 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10834252 memory=279845708191232 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10834252 memory=139922853897856 CPUtime=0.41 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) S 20051 20054 17273 0 -1 1077944384 1484 13201 0 0 33 0 6 2 20 0 15 0 56294740 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804967381104 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10834252 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) S 20051 20054 17273 0 -1 1077944384 1440 13201 0 0 38 0 6 2 20 0 15 0 56294740 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804966328304 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10834252 memory=1200 CPUtime=0.42 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) S 20051 20054 17273 0 -1 1077944384 1418 13201 0 0 34 0 6 2 20 0 15 0 56294740 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10834252 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10834252 memory=11472 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 1 13201 0 0 0 0 6 2 20 0 15 0 56294741 11094274048 48624 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834252 KiB

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

[startup+4.53534 s]
# the end of solver process 20054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4271 s, system=0.269099 s

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

[startup+3.20089 s]
/proc/loadavg: 1.96 1.92 1.87 9/217 20154
/proc/meminfo: memFree=27067668/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10844512 memory=286684 CPUtime=6.83 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 44805 13201 0 0 659 16 6 2 20 0 15 0 56294726 11104780288 71671 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2711128 71671 3493 1 0 2672781 0
[pid=20054/tid=20107] ppid=20051 vsize=10844512 memory=0 CPUtime=3.12 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 31365 13201 0 0 295 9 6 2 20 0 15 0 56294735 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805514483760 139805526742396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 181 13201 0 0 1 0 6 2 20 0 15 0 56294735 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10844512 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 25 13201 0 0 1 0 6 2 20 0 15 0 56294735 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10844512 memory=-2127764312164688008 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 30 13201 0 0 1 0 6 2 20 0 15 0 56294735 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10844512 memory=6944656592387989600 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 58 13201 0 0 1 0 6 2 20 0 15 0 56294735 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10844512 memory=6944656575208382560 CPUtime=0.09 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 853 13201 0 0 1 0 6 2 20 0 15 0 56294737 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 34 13201 0 0 0 0 6 2 20 0 15 0 56294737 11104780288 71671 33554432000 4194304 4196468 140723694859872 139805000938848 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10844512 memory=279845708211136 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294738 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804406703744 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10844512 memory=288230583132502190 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10844512 memory=15821084087835057 CPUtime=1.44 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) S 20051 20054 17273 0 -1 1077944384 3967 13201 0 0 135 1 6 2 20 0 15 0 56294740 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804967381104 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10844512 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) S 20051 20054 17273 0 -1 1077944384 2042 13201 0 0 121 1 6 2 20 0 15 0 56294740 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804966328304 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10844512 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) S 20051 20054 17273 0 -1 1077944384 4048 13201 0 0 99 1 6 2 20 0 15 0 56294740 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 9 13201 0 0 0 0 6 2 20 0 15 0 56294741 11104780288 71671 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 6.83 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 286684 KiB

[startup+4.00135 s]*
/proc/loadavg: 1.96 1.92 1.87 6/197 20166
/proc/meminfo: memFree=27153288/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10918468 memory=345760 CPUtime=8.93 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 69627 13201 0 0 864 21 6 2 20 0 15 0 56294726 11180511232 86440 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2729617 86440 3505 1 0 2691270 0
[pid=20054/tid=20107] ppid=20051 vsize=10918468 memory=7016952788452204857 CPUtime=3.88 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 48934 13201 0 0 369 11 6 2 20 0 15 0 56294735 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805514486464 139805521739712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10918468 memory=3461361991549258287 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 394 13201 0 0 3 0 6 2 20 0 15 0 56294735 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10918468 memory=3472468219121510064 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 54 13201 0 0 3 0 6 2 20 0 15 0 56294735 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10918468 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 49 13201 0 0 2 0 6 2 20 0 15 0 56294735 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10918468 memory=3472328279047811119 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 262 13201 0 0 3 0 6 2 20 0 15 0 56294735 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10918468 memory=8598476252848087456 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 4346 13201 0 0 3 0 6 2 20 0 15 0 56294737 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10918468 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 37 13201 0 0 0 0 6 2 20 0 15 0 56294737 11180511232 86440 33554432000 4194304 4196468 140723694859872 139805000938848 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10918468 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294738 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804406703744 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10918468 memory=226039833861346 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10918468 memory=0 CPUtime=2.02 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) R 20051 20054 17273 0 -1 4202560 5780 13201 0 0 191 3 6 2 20 0 15 0 56294740 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804967366856 139805524181174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10918468 memory=0 CPUtime=1.7 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) R 20051 20054 17273 0 -1 4202560 2589 13201 0 0 161 1 6 2 20 0 15 0 56294740 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804966320256 139805526649526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10918468 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) R 20051 20054 17273 0 -1 1077944384 4977 13201 0 0 124 1 6 2 20 0 15 0 56294740 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10918468 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10918468 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 9 13201 0 0 0 0 6 2 20 0 15 0 56294741 11180511232 86440 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 10918468 KiB
Current children cumulated memory: 345760 KiB

[startup+4.40062 s]
/proc/loadavg: 1.96 1.92 1.87 6/197 20166
/proc/meminfo: memFree=27153288/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10916192 memory=347004 CPUtime=10.31 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 72538 13201 0 0 1000 23 6 2 20 0 15 0 56294726 11178180608 86751 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2729048 86751 3505 1 0 2690701 0
[pid=20054/tid=20107] ppid=20051 vsize=10916192 memory=0 CPUtime=4.27 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 49114 13201 0 0 408 11 6 2 20 0 15 0 56294735 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805514488416 139805542673814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10916192 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 394 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10916192 memory=8384 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 54 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10916192 memory=1624 CPUtime=0.1 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 49 13201 0 0 2 0 6 2 20 0 15 0 56294735 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10916192 memory=1200 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 262 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10916192 memory=15872 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 4346 13201 0 0 3 0 6 2 20 0 15 0 56294737 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10916192 memory=11472 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 37 13201 0 0 0 0 6 2 20 0 15 0 56294737 11178180608 86751 33554432000 4194304 4196468 140723694859872 139805000938848 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10916192 memory=4052 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294738 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804406703744 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10916192 memory=18444 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10916192 memory=7163065815544128597 CPUtime=2.41 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) R 20051 20054 17273 0 -1 4202560 7951 13201 0 0 229 4 6 2 20 0 15 0 56294740 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804967362944 139805522017092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10916192 memory=7163065815544128597 CPUtime=2.08 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) R 20051 20054 17273 0 -1 4202560 2738 13201 0 0 198 2 6 2 20 0 15 0 56294740 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804966327488 139805522124251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10916192 memory=7308025428550116437 CPUtime=1.56 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) R 20051 20054 17273 0 -1 1077944384 5387 13201 0 0 147 1 6 2 20 0 15 0 56294740 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804965276016 139805542673026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10916192 memory=7163065815544128597 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10916192 memory=7308025428550116437 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 10 13201 0 0 0 0 6 2 20 0 15 0 56294741 11178180608 86751 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 10.31 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 347004 KiB

[startup+4.5056 s]
/proc/loadavg: 1.96 1.92 1.87 6/197 20166
/proc/meminfo: memFree=27153288/32770624 swapFree=67108860/67108860
[pid=20054] ppid=20051 vsize=10916192 memory=347460 CPUtime=10.65 cores=0,2,4,6
/proc/20054/stat : 20054 (java) S 20051 20054 17273 0 -1 1077944320 72686 13201 0 0 1034 23 6 2 20 0 15 0 56294726 11178180608 86865 33554432000 4194304 4196468 140723694859872 140723694842416 139805542661879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
/proc/20054/statm: 2729048 86865 3506 1 0 2690701 0
[pid=20054/tid=20107] ppid=20051 vsize=10916192 memory=96 CPUtime=4.37 cores=0,2,4,6
/proc/20054/task/20107/stat : 20107 (java) R 20051 20054 17273 0 -1 4202560 49128 13201 0 0 418 11 6 2 20 0 15 0 56294735 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805514490736 139805161210306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20108] ppid=20051 vsize=10916192 memory=93 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20108/stat : 20108 (java) S 20051 20054 17273 0 -1 1077944384 394 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805546903952 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20109] ppid=20051 vsize=10916192 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20109/stat : 20109 (java) S 20051 20054 17273 0 -1 1077944384 54 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805115910416 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20110] ppid=20051 vsize=10916192 memory=14737 CPUtime=0.1 cores=0,2,4,6
/proc/20054/task/20110/stat : 20110 (java) S 20051 20054 17273 0 -1 1077944384 49 13201 0 0 2 0 6 2 20 0 15 0 56294735 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805114858128 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20111] ppid=20051 vsize=10916192 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20111/stat : 20111 (java) S 20051 20054 17273 0 -1 1077944384 262 13201 0 0 3 0 6 2 20 0 15 0 56294735 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805113805328 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20112] ppid=20051 vsize=10916192 memory=14771 CPUtime=0.11 cores=0,2,4,6
/proc/20054/task/20112/stat : 20112 (java) S 20051 20054 17273 0 -1 1077944384 4346 13201 0 0 3 0 6 2 20 0 15 0 56294737 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805001992816 139805542673026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20113] ppid=20051 vsize=10916192 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20113/stat : 20113 (java) S 20051 20054 17273 0 -1 1077944384 37 13201 0 0 0 0 6 2 20 0 15 0 56294737 11178180608 86865 33554432000 4194304 4196468 140723694859872 139805000938848 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20114] ppid=20051 vsize=10916192 memory=22660 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20114/stat : 20114 (java) S 20051 20054 17273 0 -1 1077944384 2 13201 0 0 0 0 6 2 20 0 15 0 56294738 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804406703744 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20115] ppid=20051 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20115/stat : 20115 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294740 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804099304016 139805542680475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20116] ppid=20051 vsize=10916192 memory=0 CPUtime=2.51 cores=0,2,4,6
/proc/20054/task/20116/stat : 20116 (java) R 20051 20054 17273 0 -1 4202560 7984 13201 0 0 239 4 6 2 20 0 15 0 56294740 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804967365424 139805520256656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20117] ppid=20051 vsize=10916192 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/20054/task/20117/stat : 20117 (java) R 20051 20054 17273 0 -1 4202560 2766 13201 0 0 207 2 6 2 20 0 15 0 56294740 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804966321496 139805522377530 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20118] ppid=20051 vsize=10916192 memory=354 CPUtime=1.6 cores=0,2,4,6
/proc/20054/task/20118/stat : 20118 (java) R 20051 20054 17273 0 -1 4202560 5460 13201 0 0 151 1 6 2 20 0 15 0 56294740 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804965271776 139805521195249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20119] ppid=20051 vsize=10916192 memory=196 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20119/stat : 20119 (java) S 20051 20054 17273 0 -1 1077944384 3 13201 0 0 0 0 6 2 20 0 15 0 56294741 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804065745376 139805542672085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
[pid=20054/tid=20120] ppid=20051 vsize=10916192 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/20054/task/20120/stat : 20120 (java) S 20051 20054 17273 0 -1 1077944384 10 13201 0 0 0 0 6 2 20 0 15 0 56294741 11178180608 86865 33554432000 4194304 4196468 140723694859872 139804964223920 139805542673026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8994816 140723694864555 140723694867804 140723694867804 140723694870479 0
Current children cumulated CPU time: 10.65 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 347460 KiB

Child status: 0
Real time (s): 4.53539
CPU time (s): 10.6962
CPU user time (s): 10.4271
CPU system time (s): 0.269099
CPU usage (%): 235.838
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 348788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4271
system time used= 0.269099
maximum resident set size= 349748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85998
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= 6153
involuntary context switches= 104


# summary of solver processes directly reported to runsolver:
#   pid: 20054
#   total CPU time (s): 10.6962
#   total CPU user time (s): 10.4271
#   total CPU system time (s): 0.269099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042792 second user time and 0.090089 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-24 01:08:35
IDJOB=4293902
IDBENCH=141260
IDSOLVER=2751
FILE ID=node151/4293902-1532387315
RUNJOBID= node151-1532369950-17304
PBS_JOBID= 21021572
Free space on /tmp= 55044 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293902-1532387315/watcher-4293902-1532387315 -o /tmp/evaluation-result-4293902-1532387315/solver-4293902-1532387315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1727622089 -superng HOME/instance-4293902-1532387315.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=1727622089

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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.87
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.87
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.87
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:        23556632 kB
MemAvailable:   28024132 kB
Buffers:          146600 kB
Cached:          4562840 kB
SwapCached:            0 kB
Active:          4865676 kB
Inactive:        3823192 kB
Active(anon):    3930192 kB
Inactive(anon):    69336 kB
Active(file):     935484 kB
Inactive(file):  3753856 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:       4046224 kB
Mapped:            50764 kB
Shmem:             17032 kB
Slab:             215708 kB
SReclaimable:     187992 kB
SUnreclaim:        27716 kB
KernelStack:        3840 kB
PageTables:        13172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4956840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3860480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54944 MiB
End job on node151 at 2018-07-24 01:08:40