Trace number 4304591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT77 9.52424 4.60091

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.71398
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
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.99/0.75	c Concrete v3.9.2.1532736233296 running
8.66/4.03	o 93
8.66/4.05	o 91
8.66/4.07	o 85
8.95/4.24	o 83
9.26/4.30	o 82
9.26/4.36	o 77
9.26/4.36	v <instantiation cost="77">
9.26/4.36	v       <list>
9.26/4.36	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]
9.26/4.36	v       </list>
9.26/4.36	v       <values>
9.26/4.36	v         0 3 0 0 11 17 26 10 19 11 20 20 20 9 14 11 26 26 11 25 23 37 36 52 19 46 26 36 1 43 43 65 36 11 20 34 42 22 42 26 9 47 50 28 20 28 45 55 52 31 63 52 46 54 58 47 68 58 74 67 55 77
9.26/4.36	v       </values>
9.26/4.36	v     </instantiation>
9.26/4.36	s OPTIMUM FOUND

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304591-1534118700/watcher-4304591-1534118700 -o /tmp/evaluation-result-4304591-1534118700/solver-4304591-1534118700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1637632754 HOME/instance-4304591-1534118700.xml 

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

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

solver pid=19871, runsolver pid=19868

[startup+0.100059 s]*
/proc/loadavg: 1.81 1.77 1.77 3/207 19928
/proc/meminfo: memFree=11014448/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=10005480 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 4299 12799 0 0 1 1 5 2 20 0 6 0 229433167 10245611520 4648 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2501370 4648 1932 1 0 2489808 0
[pid=19871/tid=19924] ppid=19868 vsize=10005480 memory=4279135703946986127 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 2110 12799 0 0 0 0 5 2 20 0 6 0 229433176 10245611520 4648 33554432000 4194304 4196468 140727722996112 140429743186512 140429771371677 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 6 0 229433177 10245611520 4648 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=10005480 memory=140579780195968 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 6 0 229433177 10245611520 4648 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 6 0 229433177 10245611520 4648 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 6 0 229433177 10245611520 4648 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210925 s]*
/proc/loadavg: 1.81 1.77 1.77 3/216 19937
/proc/meminfo: memFree=10990664/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=10982744 memory=41168 CPUtime=0.25 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 7054 12799 0 0 16 2 5 2 20 0 15 0 229433167 11246329856 10292 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2745686 10292 2946 1 0 2708109 0
[pid=19871/tid=19924] ppid=19868 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 3595 12799 0 0 10 1 5 2 20 0 15 0 229433176 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429743171656 140429752913280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=10982744 memory=140579780195968 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=10982744 memory=140579780195968 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433178 11246329856 10292 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246329856 10292 33554432000 4194304 4196468 140727722996112 140428519138720 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246329856 10292 33554432000 4194304 4196468 140727722996112 140428317812208 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 484 12799 0 0 1 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 128 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=10982744 memory=140579780195968 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 627 12799 0 0 3 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=10982744 memory=140579780195968 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246329856 10358 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41168 KiB

[startup+0.310116 s]*
/proc/loadavg: 1.81 1.77 1.77 3/216 19937
/proc/meminfo: memFree=10979128/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=10983192 memory=53012 CPUtime=0.38 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 9860 12799 0 0 28 3 5 2 20 0 15 0 229433167 11246788608 13253 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2745798 13253 3065 1 0 2708109 0
[pid=19871/tid=19924] ppid=19868 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 6517 12799 0 0 19 1 5 2 20 0 15 0 229433176 11246788608 13383 33554432000 4194304 4196468 140727722996112 140429743161760 140429751625511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 13383 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 13383 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 13383 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433178 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246788608 13449 33554432000 4194304 4196468 140727722996112 140428519138720 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246788608 13449 33554432000 4194304 4196468 140727722996112 140428317812208 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 484 12799 0 0 1 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 131 12799 0 0 1 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 648 12799 0 0 4 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 13449 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53012 KiB

[startup+0.700733 s]
/proc/loadavg: 1.81 1.77 1.77 3/216 19937
/proc/meminfo: memFree=10968080/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=10983192 memory=88500 CPUtime=0.99 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 16758 12799 0 0 87 5 5 2 20 0 15 0 229433167 11246788608 22125 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2745798 22125 3241 1 0 2708109 0
[pid=19871/tid=19924] ppid=19868 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 12147 12799 0 0 55 3 5 2 20 0 15 0 229433176 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429743162544 140429756515339 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=10983192 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433177 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 5 12799 0 0 0 0 5 2 20 0 15 0 229433178 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246788608 22125 33554432000 4194304 4196468 140727722996112 140428519138720 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433179 11246788608 22125 33554432000 4194304 4196468 140727722996112 140428317812208 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 879 12799 0 0 7 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 759 12799 0 0 10 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 750 12799 0 0 13 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433182 11246788608 22125 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88500 KiB

[startup+1.50071 s]
/proc/loadavg: 1.81 1.77 1.77 3/216 19937
/proc/meminfo: memFree=10925088/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=10998092 memory=178880 CPUtime=2.27 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 23779 12799 0 0 210 10 5 2 20 0 15 0 229433167 11262046208 44720 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2749523 44720 3468 1 0 2711181 0
[pid=19871/tid=19924] ppid=19868 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 17629 12799 0 0 130 5 5 2 20 0 15 0 229433176 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429743164720 140429756515296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 65 12799 0 0 0 0 5 2 20 0 15 0 229433177 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 190 12799 0 0 1 0 5 2 20 0 15 0 229433177 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=10998092 memory=3539892194917298225 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 18 12799 0 0 1 0 5 2 20 0 15 0 229433177 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 31 12799 0 0 0 0 5 2 20 0 15 0 229433177 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 53 12799 0 0 1 0 5 2 20 0 15 0 229433178 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=10998092 memory=281159296690432 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11262046208 44720 33554432000 4194304 4196468 140727722996112 140428519138784 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433179 11262046208 44720 33554432000 4194304 4196468 140727722996112 140428317812224 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=10998092 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=10998092 memory=3732 CPUtime=0.24 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 1044 12799 0 0 17 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=10998092 memory=1228 CPUtime=0.3 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 1234 12799 0 0 23 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=10998092 memory=10624 CPUtime=0.39 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 1302 12799 0 0 32 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=10998092 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=10998092 memory=6776 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 1 12799 0 0 0 0 5 2 20 0 15 0 229433182 11262046208 44720 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178880 KiB

[startup+3.11096 s]
/proc/loadavg: 1.90 1.79 1.78 5/215 19937
/proc/meminfo: memFree=10816016/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=11008352 memory=230168 CPUtime=6.34 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 36160 12799 0 0 613 14 5 2 20 0 15 0 229433167 11272552448 57542 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2752088 57542 3490 1 0 2713741 0
[pid=19871/tid=19924] ppid=19868 vsize=11008352 memory=281159297109312 CPUtime=3.02 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 24247 12799 0 0 288 7 5 2 20 0 15 0 229433176 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429743182952 140429352925605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=11008352 memory=388 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 65 12799 0 0 0 0 5 2 20 0 15 0 229433177 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=11008352 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 190 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=11008352 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 18 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=11008352 memory=7886128541231821106 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 31 12799 0 0 0 0 5 2 20 0 15 0 229433177 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=11008352 memory=8389687274550539058 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 64 12799 0 0 1 0 5 2 20 0 15 0 229433178 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=11008352 memory=7093354111520207558 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11272552448 57542 33554432000 4194304 4196468 140727722996112 140428519138784 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=11008352 memory=281159296943616 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433179 11272552448 57542 33554432000 4194304 4196468 140727722996112 140428317812224 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=11008352 memory=7956567955459234152 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=11008352 memory=6940161746004174681 CPUtime=1.19 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 3022 12799 0 0 111 1 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=11008352 memory=7447093755344480601 CPUtime=0.98 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 1907 12799 0 0 91 0 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=11008352 memory=288230574492221466 CPUtime=1.24 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 4401 12799 0 0 115 2 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=11008352 memory=2193 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 57542 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 230168 KiB

[startup+4.60086 s]
# the end of solver process 19871 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.26706 s, system=0.25718 s

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

[startup+3.20158 s]
/proc/loadavg: 1.90 1.79 1.78 5/215 19937
/proc/meminfo: memFree=10816016/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=11008352 memory=242508 CPUtime=6.54 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 40579 12799 0 0 631 16 5 2 20 0 15 0 229433167 11272552448 60627 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2752088 60627 3509 1 0 2713741 0
[pid=19871/tid=19924] ppid=19868 vsize=11008352 memory=0 CPUtime=3.1 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) S 19868 19871 15729 0 -1 1077944384 26760 12799 0 0 296 7 5 2 20 0 15 0 229433176 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429743172528 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 78 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 197 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 259 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 540 12799 0 0 1 0 5 2 20 0 15 0 229433177 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) R 19868 19871 15729 0 -1 4202560 130 12799 0 0 1 0 5 2 20 0 15 0 229433178 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429009581056 140429755709099 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11272552448 60627 33554432000 4194304 4196468 140727722996112 140428519138784 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433179 11272552448 60627 33554432000 4194304 4196468 140727722996112 140428317812224 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=11008352 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) S 19868 19871 15729 0 -1 1077944384 3613 12799 0 0 114 1 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429008529392 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=11008352 memory=1068 CPUtime=1 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) S 19868 19871 15729 0 -1 1077944384 2023 12799 0 0 93 0 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429007476848 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=11008352 memory=15084 CPUtime=1.27 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 4760 12799 0 0 118 2 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=11008352 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 7 12799 0 0 0 0 5 2 20 0 15 0 229433182 11272552448 60627 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 6.54 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 242508 KiB

[startup+4.00094 s]*
/proc/loadavg: 1.90 1.79 1.78 5/215 19937
/proc/meminfo: memFree=10718048/32770624 swapFree=67108504/67108860
[pid=19871] ppid=19868 vsize=11080744 memory=322224 CPUtime=8.66 cores=0,2,4,6
/proc/19871/stat : 19871 (java) S 19868 19871 15729 0 -1 1077944320 66425 12799 0 0 839 20 5 2 20 0 15 0 229433167 11346681856 80556 33554432000 4194304 4196468 140727722996112 140727722978656 140429771349751 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
/proc/19871/statm: 2770186 80556 3515 1 0 2731839 0
[pid=19871/tid=19924] ppid=19868 vsize=11080744 memory=-6517102902069810590 CPUtime=3.87 cores=0,2,4,6
/proc/19871/task/19924/stat : 19924 (java) R 19868 19871 15729 0 -1 4202560 44195 12799 0 0 371 9 5 2 20 0 15 0 229433176 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429743178992 140429752913326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19925] ppid=19868 vsize=11080744 memory=4122819170707441977 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19925/stat : 19925 (java) S 19868 19871 15729 0 -1 1077944384 85 12799 0 0 2 1 5 2 20 0 15 0 229433177 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429775591696 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19926] ppid=19868 vsize=11080744 memory=3762952082916617888 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19926/stat : 19926 (java) S 19868 19871 15729 0 -1 1077944384 201 12799 0 0 3 0 5 2 20 0 15 0 229433177 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429310744976 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19927] ppid=19868 vsize=11080744 memory=7896943337487220793 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19927/stat : 19927 (java) S 19868 19871 15729 0 -1 1077944384 265 12799 0 0 3 0 5 2 20 0 15 0 229433177 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429309692432 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19928] ppid=19868 vsize=11080744 memory=85345295139816 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19928/stat : 19928 (java) S 19868 19871 15729 0 -1 1077944384 555 12799 0 0 3 0 5 2 20 0 15 0 229433177 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429308639888 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19929] ppid=19868 vsize=11080744 memory=3540061284491717857 CPUtime=0.1 cores=0,2,4,6
/proc/19871/task/19929/stat : 19929 (java) S 19868 19871 15729 0 -1 1077944384 3862 12799 0 0 3 0 5 2 20 0 15 0 229433178 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429009582576 140429771360898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19930] ppid=19868 vsize=11080744 memory=3689636882475397151 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19930/stat : 19930 (java) S 19868 19871 15729 0 -1 1077944384 13 12799 0 0 0 0 5 2 20 0 15 0 229433179 11346681856 80556 33554432000 4194304 4196468 140727722996112 140428519138784 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19931] ppid=19868 vsize=11080744 memory=6155698742724421729 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19931/stat : 19931 (java) S 19868 19871 15729 0 -1 1077944384 2 12799 0 0 0 0 5 2 20 0 15 0 229433179 11346681856 80556 33554432000 4194304 4196468 140727722996112 140428317812224 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19932] ppid=19868 vsize=11080744 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19932/stat : 19932 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140428010412752 140429771368347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19933] ppid=19868 vsize=11080744 memory=0 CPUtime=1.85 cores=0,2,4,6
/proc/19871/task/19933/stat : 19933 (java) R 19868 19871 15729 0 -1 4202560 6979 12799 0 0 177 1 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429008515528 140429751036449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19934] ppid=19868 vsize=11080744 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/19871/task/19934/stat : 19934 (java) R 19868 19871 15729 0 -1 4202560 2664 12799 0 0 131 1 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429007457656 140429754846539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19935] ppid=19868 vsize=11080744 memory=14 CPUtime=1.51 cores=0,2,4,6
/proc/19871/task/19935/stat : 19935 (java) S 19868 19871 15729 0 -1 1077944384 5400 12799 0 0 142 2 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429006424304 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19936] ppid=19868 vsize=11080744 memory=94 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19936/stat : 19936 (java) S 19868 19871 15729 0 -1 1077944384 3 12799 0 0 0 0 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140427579615840 140429771359957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
[pid=19871/tid=19937] ppid=19868 vsize=11080744 memory=85 CPUtime=0.07 cores=0,2,4,6
/proc/19871/task/19937/stat : 19937 (java) S 19868 19871 15729 0 -1 1077944384 7 12799 0 0 0 0 5 2 20 0 15 0 229433182 11346681856 80556 33554432000 4194304 4196468 140727722996112 140429005372208 140429771360898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14462976 140727722998380 140727723001180 140727723001180 140727723003855 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 11080744 KiB
Current children cumulated memory: 322224 KiB

[startup+4.40069 s]*
/proc/loadavg: 1.90 1.79 1.78 2/202 19938
/proc/meminfo: memFree=11019128/32770624 swapFree=67108504/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.60012 s]
/proc/loadavg: 1.90 1.79 1.78 2/202 19938
/proc/meminfo: memFree=11019128/32770624 swapFree=67108504/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.60091
CPU time (s): 9.52424
CPU user time (s): 9.26706
CPU system time (s): 0.25718
CPU usage (%): 207.008
Max. virtual memory (cumulated for all children) (KiB): 11080800
Max. memory (cumulated for all children) (KiB): 325112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.26706
system time used= 0.25718
maximum resident set size= 325200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80518
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= 6320
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 19871
#   total CPU time (s): 9.52424
#   total CPU user time (s): 9.26706
#   total CPU system time (s): 0.25718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052195 second user time and 0.082308 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 02:05:00
IDJOB=4304591
IDBENCH=141467
IDSOLVER=2780
FILE ID=node104/4304591-1534118700
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304591-1534118700/watcher-4304591-1534118700 -o /tmp/evaluation-result-4304591-1534118700/solver-4304591-1534118700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1637632754 HOME/instance-4304591-1534118700.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=1637632754

node104.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.11
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.11
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.11
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.11
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:        11020212 kB
MemAvailable:   26508184 kB
Buffers:          202576 kB
Cached:         15323520 kB
SwapCached:            8 kB
Active:         13053188 kB
Inactive:        7914044 kB
Active(anon):    5392728 kB
Inactive(anon):   100964 kB
Active(file):    7660460 kB
Inactive(file):  7813080 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             27156 kB
Writeback:             0 kB
AnonPages:       5464800 kB
Mapped:            65704 kB
Shmem:             49636 kB
Slab:             471812 kB
SReclaimable:     442892 kB
SUnreclaim:        28920 kB
KernelStack:        3808 kB
PageTables:        16064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6133756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5197824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 02:05:05