Trace number 4295135

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-13OPT68 8.73896 4.48816

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-03_c18.xml
MD5SUM0a05dcabfe37de5e4866d51519fc1f6c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark1.74765
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size316
Distribution of domain sizes[{"size":1,"count":1},{"size":316,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":23},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity18
Distribution of constraint arities[{"arity":2,"count":93},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.09/3.98	o 70
8.44/4.06	o 68
8.70/4.26	v <instantiation cost="68">
8.70/4.26	v       <list>
8.70/4.26	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
8.70/4.26	v       </list>
8.70/4.26	v       <values>
8.70/4.26	v         0 0 0 0 12 13 6 16 6 13 7 16 15 48 16 14 7 12 17 25 19 19 19 31 28 15 1 6 19 31 33 41 19 38 25 22 16 27 33 22 33 32 38 46 33 28 14 58 32 48 39 49 34 49 39 43 51 53 59 64 58 68
8.70/4.26	v       </values>
8.70/4.26	v     </instantiation>
8.70/4.26	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295135-1532522431/watcher-4295135-1532522431 -o /tmp/evaluation-result-4295135-1532522431/solver-4295135-1532522431 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2005298383 -superng HOME/instance-4295135-1532522431.xml 

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

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

solver pid=9185, runsolver pid=9182

[startup+0.100061 s]*
/proc/loadavg: 1.23 1.23 1.34 3/210 9242
/proc/meminfo: memFree=19676984/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=9972712 memory=14912 CPUtime=0.09 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 4370 13185 0 0 1 1 5 2 20 0 6 0 69806285 10212057088 3728 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2493178 3728 1934 1 0 2481616 0
[pid=9185/tid=9238] ppid=9182 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 2208 13185 0 0 0 0 5 2 20 0 6 0 69806294 10212057088 3728 33554432000 4194304 4196468 140724380151056 139692302926416 139692312483389 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=9972712 memory=5793855117762398649 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 6 0 69806295 10212057088 3728 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=9972712 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 6 0 69806295 10212057088 3728 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 6 0 69806295 10212057088 3728 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 6 0 69806295 10212057088 3728 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210929 s]*
/proc/loadavg: 1.23 1.23 1.34 3/219 9251
/proc/meminfo: memFree=19653792/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10818904 memory=41624 CPUtime=0.25 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 8156 13185 0 0 16 2 5 2 20 0 15 0 69806285 11078557696 10406 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2704726 10406 2969 1 0 2667149 0
[pid=9185/tid=9238] ppid=9182 vsize=10819896 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 4920 13185 0 0 10 1 5 2 20 0 15 0 69806294 11079573504 10604 33554432000 4194304 4196468 140724380151056 139692302914464 139692323769373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10819896 memory=4211973592957296010 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079573504 10670 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10819896 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079573504 10670 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079573504 10670 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806295 11081240576 10670 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10821524 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806296 11081240576 10670 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11081240576 10736 33554432000 4194304 4196468 140724380151056 139691261158560 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806297 11081240576 10736 33554432000 4194304 4196468 140724380151056 139691126940400 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11081240576 10736 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) S 9182 9185 4192 0 -1 1077944384 561 13185 0 0 1 0 5 2 20 0 15 0 69806300 11081240576 10736 33554432000 4194304 4196468 140724380151056 139691333343984 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) S 9182 9185 4192 0 -1 1077944384 58 13185 0 0 0 0 5 2 20 0 15 0 69806300 11081240576 10802 33554432000 4194304 4196468 140724380151056 139691332291440 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10821524 memory=139866752505472 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) S 9182 9185 4192 0 -1 1077944384 604 13185 0 0 3 0 5 2 20 0 15 0 69806300 11081240576 10802 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11081240576 10802 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10821524 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806300 11081240576 10802 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41624 KiB

[startup+0.310381 s]*
/proc/loadavg: 1.23 1.23 1.34 3/219 9251
/proc/meminfo: memFree=19642504/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10819352 memory=52300 CPUtime=0.38 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 10678 13185 0 0 28 3 5 2 20 0 15 0 69806285 11079016448 13075 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2704838 13075 3088 1 0 2667149 0
[pid=9185/tid=9238] ppid=9182 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 7198 13185 0 0 19 2 5 2 20 0 15 0 69806294 11079016448 13075 33554432000 4194304 4196468 140724380151056 139692302901664 139692331111581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 13075 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 13075 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10819352 memory=139866752505471 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806296 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691261158560 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10819352 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806297 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691126940400 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) S 9182 9185 4192 0 -1 1077944384 568 13185 0 0 2 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691333343984 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) S 9182 9185 4192 0 -1 1077944384 60 13185 0 0 1 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691332291440 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) S 9182 9185 4192 0 -1 1077944384 630 13185 0 0 5 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 13075 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52300 KiB

[startup+0.700751 s]
/proc/loadavg: 1.23 1.23 1.34 3/219 9251
/proc/meminfo: memFree=19630348/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10819352 memory=85560 CPUtime=0.98 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 17049 13185 0 0 86 5 5 2 20 0 15 0 69806285 11079016448 21390 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2704838 21390 3239 1 0 2667149 0
[pid=9185/tid=9238] ppid=9182 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 12353 13185 0 0 55 3 5 2 20 0 15 0 69806294 11079016448 21390 33554432000 4194304 4196468 140724380151056 139692302909944 139692316784649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 21390 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 21390 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806295 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 5 13185 0 0 0 0 5 2 20 0 15 0 69806296 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10819352 memory=139866616636656 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691261158560 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806297 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691126940400 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10819352 memory=6944656575208382560 CPUtime=0.14 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) S 9182 9185 4192 0 -1 1077944384 947 13185 0 0 7 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691333343984 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10819352 memory=6656426216303648864 CPUtime=0.16 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) S 9182 9185 4192 0 -1 1077944384 699 13185 0 0 9 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691332291440 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10819352 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) S 9182 9185 4192 0 -1 1077944384 825 13185 0 0 12 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806300 11079016448 21390 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85560 KiB

[startup+1.50077 s]
/proc/loadavg: 1.23 1.23 1.34 3/219 9251
/proc/meminfo: memFree=19586380/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10834252 memory=178164 CPUtime=2.26 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 24927 13185 0 0 207 12 5 2 20 0 15 0 69806285 11094274048 44541 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2708563 44541 3465 1 0 2670221 0
[pid=9185/tid=9238] ppid=9182 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 18014 13185 0 0 128 7 5 2 20 0 15 0 69806294 11094274048 44541 33554432000 4194304 4196468 140724380151056 139692302921168 139692310663730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10834252 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 188 13185 0 0 1 0 5 2 20 0 15 0 69806295 11094274048 44541 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10834252 memory=21132 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 21 13185 0 0 1 0 5 2 20 0 15 0 69806295 11094274048 44541 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10834252 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 27 13185 0 0 1 0 5 2 20 0 15 0 69806295 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10834252 memory=99548 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 63 13185 0 0 0 0 5 2 20 0 15 0 69806295 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 550 13185 0 0 1 0 5 2 20 0 15 0 69806296 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691261158624 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806297 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691126940416 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) S 9182 9185 4192 0 -1 1077944384 1140 13185 0 0 18 0 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691333343984 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) S 9182 9185 4192 0 -1 1077944384 1146 13185 0 0 21 1 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691332291440 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10834252 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) S 9182 9185 4192 0 -1 1077944384 1562 13185 0 0 32 0 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10834252 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10834252 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 1 13185 0 0 0 0 5 2 20 0 15 0 69806300 11094274048 44541 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 178164 KiB

[startup+3.11071 s]
/proc/loadavg: 1.29 1.24 1.35 5/219 9251
/proc/meminfo: memFree=19476716/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10844512 memory=224200 CPUtime=6.1 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 33265 13185 0 0 587 16 5 2 20 0 15 0 69806285 11104780288 56050 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2711128 56050 3490 1 0 2672781 0
[pid=9185/tid=9238] ppid=9182 vsize=10844512 memory=1 CPUtime=3.02 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 21943 13185 0 0 286 9 5 2 20 0 15 0 69806294 11104780288 56050 33554432000 4194304 4196468 140724380151056 139692302923568 139691934887616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10844512 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 188 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 56050 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10844512 memory=3303 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 21 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 56050 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10844512 memory=24057 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 27 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10844512 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 63 13185 0 0 0 0 5 2 20 0 15 0 69806295 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10844512 memory=7666364995466192728 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 553 13185 0 0 1 0 5 2 20 0 15 0 69806296 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10844512 memory=5859273620209619044 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691261158624 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10844512 memory=279733233567488 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806297 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691126940416 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10844512 memory=-7816663703405220396 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10844512 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) R 9182 9185 4192 0 -1 4202560 3048 13185 0 0 102 1 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691333332336 139692314476477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10844512 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) R 9182 9185 4192 0 -1 4202560 1485 13185 0 0 75 1 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691332291440 139692311282564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10844512 memory=303993173188018202 CPUtime=1.22 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) R 9182 9185 4192 0 -1 1077944384 3719 13185 0 0 114 1 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10844512 memory=302022869909766459 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10844512 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 56050 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 224200 KiB

[startup+4.48811 s]
# the end of solver process 9185 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.47019 s, system=0.268774 s

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

[startup+3.20091 s]
/proc/loadavg: 1.29 1.24 1.35 5/219 9251
/proc/meminfo: memFree=19476716/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10844512 memory=232168 CPUtime=6.28 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 38127 13185 0 0 605 16 5 2 20 0 15 0 69806285 11104780288 58042 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2711128 58042 3491 1 0 2672781 0
[pid=9185/tid=9238] ppid=9182 vsize=10844512 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 24970 13185 0 0 295 9 5 2 20 0 15 0 69806294 11104780288 58042 33554432000 4194304 4196468 140724380151056 139692302908224 139692315133285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 188 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 58042 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 21 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 58042 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 27 13185 0 0 1 0 5 2 20 0 15 0 69806295 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10844512 memory=3009 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 63 13185 0 0 0 0 5 2 20 0 15 0 69806295 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 553 13185 0 0 1 0 5 2 20 0 15 0 69806296 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10844512 memory=-5628408999910123566 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691261158624 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10844512 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806297 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691126940416 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10844512 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10844512 memory=-5628408999910123566 CPUtime=1.14 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) S 9182 9185 4192 0 -1 1077944384 3731 13185 0 0 106 1 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691333343984 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10844512 memory=8112282956445269571 CPUtime=0.87 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) S 9182 9185 4192 0 -1 1077944384 1847 13185 0 0 79 1 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691332291440 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10844512 memory=21132 CPUtime=1.25 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) S 9182 9185 4192 0 -1 1077944384 4506 13185 0 0 117 1 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10844512 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10844512 memory=288230587427458015 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 8 13185 0 0 0 0 5 2 20 0 15 0 69806300 11104780288 58042 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 232168 KiB

[startup+4.00093 s]*
/proc/loadavg: 1.29 1.24 1.35 5/219 9251
/proc/meminfo: memFree=19360968/32770624 swapFree=67108860/67108860
[pid=9185] ppid=9182 vsize=10916960 memory=319488 CPUtime=8.44 cores=1,3,5,7
/proc/9185/stat : 9185 (java) S 9182 9185 4192 0 -1 1077944320 65394 13185 0 0 815 22 5 2 20 0 15 0 69806285 11178967040 79872 33554432000 4194304 4196468 140724380151056 140724380133600 139692331089655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
/proc/9185/statm: 2729240 79872 3508 1 0 2690893 0
[pid=9185/tid=9238] ppid=9182 vsize=10916960 memory=-2899909650764262549 CPUtime=3.87 cores=1,3,5,7
/proc/9185/task/9238/stat : 9238 (java) R 9182 9185 4192 0 -1 4202560 42666 13185 0 0 368 12 5 2 20 0 15 0 69806294 11178967040 79872 33554432000 4194304 4196468 140724380151056 139692302923376 139691947072636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9239] ppid=9182 vsize=10916960 memory=4211973592957296010 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9239/stat : 9239 (java) S 9182 9185 4192 0 -1 1077944384 211 13185 0 0 3 0 5 2 20 0 15 0 69806295 11178967040 79872 33554432000 4194304 4196468 140724380151056 139692335332368 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9240] ppid=9182 vsize=10916960 memory=4202393496128293513 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9240/stat : 9240 (java) S 9182 9185 4192 0 -1 1077944384 36 13185 0 0 3 0 5 2 20 0 15 0 69806295 11178967040 79872 33554432000 4194304 4196468 140724380151056 139692269374608 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9241] ppid=9182 vsize=10916960 memory=6944656592455350634 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9241/stat : 9241 (java) S 9182 9185 4192 0 -1 1077944384 486 13185 0 0 3 0 5 2 20 0 15 0 69806295 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691903257360 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9242] ppid=9182 vsize=10916960 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9242/stat : 9242 (java) S 9182 9185 4192 0 -1 1077944384 289 13185 0 0 3 0 5 2 20 0 15 0 69806295 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691902204816 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9243] ppid=9182 vsize=10916960 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9185/task/9243/stat : 9243 (java) S 9182 9185 4192 0 -1 1077944384 3542 13185 0 0 3 0 5 2 20 0 15 0 69806296 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691334396144 139692331100802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9244] ppid=9182 vsize=10916960 memory=7019467087990239800 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9244/stat : 9244 (java) S 9182 9185 4192 0 -1 1077944384 13 13185 0 0 0 0 5 2 20 0 15 0 69806297 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691261158624 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9245] ppid=9182 vsize=10916960 memory=7019467088007017017 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9245/stat : 9245 (java) S 9182 9185 4192 0 -1 1077944384 2 13185 0 0 0 0 5 2 20 0 15 0 69806297 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691126940416 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9246] ppid=9182 vsize=10916960 memory=7019467088023794233 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9246/stat : 9246 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139690886649808 139692331108251 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9247] ppid=9182 vsize=10916960 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/9185/task/9247/stat : 9247 (java) R 9182 9185 4192 0 -1 4202560 8011 13185 0 0 167 2 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691333329864 139692312611078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9248] ppid=9182 vsize=10916960 memory=7019467088057348664 CPUtime=1.25 cores=1,3,5,7
/proc/9185/task/9248/stat : 9248 (java) R 9182 9185 4192 0 -1 4202560 2625 13185 0 0 117 1 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691332271768 139692314500550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9249] ppid=9182 vsize=10916960 memory=139866752505472 CPUtime=1.51 cores=1,3,5,7
/proc/9185/task/9249/stat : 9249 (java) R 9182 9185 4192 0 -1 1077944384 5305 13185 0 0 142 2 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691331238384 139692331100802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9250] ppid=9182 vsize=10916960 memory=7019467087923196472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9250/stat : 9250 (java) S 9182 9185 4192 0 -1 1077944384 3 13185 0 0 0 0 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139690853092192 139692331099861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
[pid=9185/tid=9251] ppid=9182 vsize=10916960 memory=139866752505472 CPUtime=0.07 cores=1,3,5,7
/proc/9185/task/9251/stat : 9251 (java) S 9182 9185 4192 0 -1 1077944384 8 13185 0 0 0 0 5 2 20 0 15 0 69806300 11178967040 79872 33554432000 4194304 4196468 140724380151056 139691330185776 139692331100802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140724380154027 140724380157276 140724380157276 140724380159951 0
Current children cumulated CPU time: 8.44 s
Current children cumulated vsize: 10916960 KiB
Current children cumulated memory: 319488 KiB

[startup+4.40961 s]
/proc/loadavg: 1.29 1.24 1.35 2/206 9252
/proc/meminfo: memFree=19669860/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.48816
CPU time (s): 8.73896
CPU user time (s): 8.47019
CPU system time (s): 0.268774
CPU usage (%): 194.711
Max. virtual memory (cumulated for all children) (KiB): 11015324
Max. memory (cumulated for all children) (KiB): 320196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.47019
system time used= 0.268774
maximum resident set size= 322112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79476
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= 6666
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 9185
#   total CPU time (s): 8.73896
#   total CPU user time (s): 8.47019
#   total CPU system time (s): 0.268774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057647 second user time and 0.076863 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:40:31
IDJOB=4295135
IDBENCH=141473
IDSOLVER=2751
FILE ID=node132/4295135-1532522431
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-03_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-4295135-1532522431/watcher-4295135-1532522431 -o /tmp/evaluation-result-4295135-1532522431/solver-4295135-1532522431 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2005298383 -superng HOME/instance-4295135-1532522431.xml

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

MD5SUM BENCH= 0a05dcabfe37de5e4866d51519fc1f6c
RANDOM SEED=2005298383

node132.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.65
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.65
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.65
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.65
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:        19680380 kB
MemAvailable:   31023428 kB
Buffers:          200900 kB
Cached:         11309264 kB
SwapCached:            0 kB
Active:          4041544 kB
Inactive:        8426300 kB
Active(anon):     908524 kB
Inactive(anon):    77616 kB
Active(file):    3133020 kB
Inactive(file):  8348684 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26444 kB
Writeback:             0 kB
AnonPages:        964972 kB
Mapped:            52784 kB
Shmem:             25248 kB
Slab:             317684 kB
SReclaimable:     289804 kB
SUnreclaim:        27880 kB
KernelStack:        3552 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1911852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 14:40:36