Trace number 4308202

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 5.42343 2.96793

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1355306290
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.66/1.33	c Parsing done, starting search...
5.35/2.95	s SATISFIABLE
5.35/2.95	v <instantiation>
5.35/2.95	v 	<list>
5.35/2.95	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
5.35/2.95	v 	</list>
5.35/2.95	v 	<values>
5.35/2.95	v 		7 4 12 11 17 3 0 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17 
5.35/2.95	v 	</values>
5.35/2.95	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308202-1534345437/watcher-4308202-1534345437 -o /tmp/evaluation-result-4308202-1534345437/solver-4308202-1534345437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534345437-12054 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1355306290 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308202-1534345437.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=12073, runsolver pid=12070

[startup+0.100137 s]*
/proc/loadavg: 1.13 1.09 1.22 3/218 12112
/proc/meminfo: memFree=15741216/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14082736 memory=31528 CPUtime=0.12 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 6785 0 0 0 11 1 0 0 20 0 15 0 252106921 14420721664 7882 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3520684 7882 3155 1 0 3482761 0
[pid=12073/tid=12076] ppid=12070 vsize=14082736 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 4826 0 0 0 8 1 0 0 20 0 15 0 252106922 14420721664 7882 33554432000 4194304 4196468 140731542469136 140043734013040 140043729792406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 7882 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 7882 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 7882 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 7882 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042641065120 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252106925 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042640012016 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0.01 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 7882 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31528 KiB

[startup+0.213971 s]*
/proc/loadavg: 1.13 1.09 1.22 7/218 12112
/proc/meminfo: memFree=15706748/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14082736 memory=47320 CPUtime=0.31 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 10458 0 0 0 29 2 0 0 20 0 15 0 252106921 14420721664 11830 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3520684 11830 3368 1 0 3482761 0
[pid=12073/tid=12076] ppid=12070 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 8161 0 0 0 19 1 0 0 20 0 15 0 252106922 14420721664 11830 33554432000 4194304 4196468 140731542469136 140043734009440 140043713824101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 11830 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14082736 memory=140134414927132 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 11830 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 11830 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 11830 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042641065120 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252106925 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042640012016 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) R 12070 12073 10094 0 -1 4202560 489 0 0 0 2 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042637908816 140043714170325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) R 12070 12073 10094 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0.06 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) R 12070 12073 10094 0 -1 4202560 315 0 0 0 6 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042635798848 140043715475313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14082736 memory=140134413588096 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 11830 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47320 KiB

[startup+0.31059 s]*
/proc/loadavg: 1.13 1.09 1.22 4/218 12112
/proc/meminfo: memFree=15697208/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14082736 memory=50644 CPUtime=0.44 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 10821 0 0 0 42 2 0 0 20 0 15 0 252106921 14420721664 12661 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3520684 12661 3371 1 0 3482761 0
[pid=12073/tid=12076] ppid=12070 vsize=14082736 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 8492 0 0 0 28 1 0 0 20 0 15 0 252106922 14420721664 12661 33554432000 4194304 4196468 140731542469136 140043733991984 140043711344004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 12661 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14082736 memory=140134413646112 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 12661 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14082736 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 12661 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14420721664 12661 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14082736 memory=140134413653024 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252106924 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042641065120 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252106925 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042640012016 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 505 0 0 0 3 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14082736 memory=140134314008527 CPUtime=0.02 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14082736 memory=140134413600150 CPUtime=0.08 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14082736 memory=140134314008527 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14082736 memory=280268727613376 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106927 14420721664 12661 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50644 KiB

[startup+0.700753 s]
/proc/loadavg: 1.13 1.09 1.22 3/218 12112
/proc/meminfo: memFree=15660376/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14084804 memory=89476 CPUtime=0.99 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 17650 0 0 0 95 4 0 0 20 0 15 0 252106921 14422839296 22369 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3521201 22369 3505 1 0 3483273 0
[pid=12073/tid=12076] ppid=12070 vsize=14084804 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 14925 0 0 0 64 3 0 0 20 0 15 0 252106922 14422839296 22369 33554432000 4194304 4196468 140731542469136 140043734003072 140043729802397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14422839296 22369 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14084804 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14422839296 22369 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14084804 memory=15084 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14422839296 22369 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14084804 memory=38744 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14422839296 22369 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252106924 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252106924 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042641065120 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252106925 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042640012016 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 663 0 0 0 7 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 267 0 0 0 7 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106927 14422839296 22369 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89476 KiB

[startup+1.50159 s]
/proc/loadavg: 1.13 1.09 1.22 7/218 12112
/proc/meminfo: memFree=15518788/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14090948 memory=189468 CPUtime=3.31 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 26386 0 0 0 324 7 0 0 20 0 15 0 252106921 14429130752 47367 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3522737 47367 3554 1 0 3484809 0
[pid=12073/tid=12076] ppid=12070 vsize=14090948 memory=3977865111952189537 CPUtime=1.47 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 19200 0 0 0 142 5 0 0 20 0 15 0 252106922 14429130752 47367 33554432000 4194304 4196468 140731542469136 140043734017000 140043336708560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14090948 memory=114408 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 47367 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 47367 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14090948 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 47367 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14090948 memory=15084 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 47367 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14090948 memory=38744 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 47367 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0

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

[startup+2.96787 s]
# the end of solver process 12073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.31399 s, system=0.109441 s

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

[startup+1.60159 s]
/proc/loadavg: 1.13 1.09 1.22 7/218 12112
/proc/meminfo: memFree=15518788/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14090948 memory=196356 CPUtime=3.62 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 26529 0 0 0 355 7 0 0 20 0 15 0 252106921 14429130752 49089 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3522737 49089 3555 1 0 3484809 0
[pid=12073/tid=12076] ppid=12070 vsize=14090948 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 19203 0 0 0 152 5 0 0 20 0 15 0 252106922 14429130752 49089 33554432000 4194304 4196468 140731542469136 140043734017448 140043336890376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 49089 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 49089 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 49089 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 49089 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042641065120 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252106925 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042640012016 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14090948 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) R 12070 12073 10094 0 -1 4202560 2320 0 0 0 73 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042637892112 140043707527776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14090948 memory=13078175418732 CPUtime=0.74 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) R 12070 12073 10094 0 -1 4202560 1673 0 0 0 74 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042636842720 140043711307608 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14090948 memory=6944656591646634032 CPUtime=0.54 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 1829 0 0 0 54 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14090948 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14090948 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 49089 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 196356 KiB

[startup+2.40067 s]
/proc/loadavg: 1.13 1.09 1.22 5/218 12112
/proc/meminfo: memFree=15331700/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14090948 memory=236728 CPUtime=4.83 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 28253 0 0 0 473 10 0 0 20 0 15 0 252106921 14429130752 59182 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3522737 59182 3563 1 0 3484809 0
[pid=12073/tid=12076] ppid=12070 vsize=14090948 memory=0 CPUtime=2.35 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 19305 0 0 0 230 5 0 0 20 0 15 0 252106922 14429130752 59182 33554432000 4194304 4196468 140731542469136 140043734015328 140043336889662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59182 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59182 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59182 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14090948 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59182 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14090948 memory=280268628215456 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14090948 memory=56 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042641065184 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 252106925 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042640012032 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14090948 memory=6944656575208382560 CPUtime=0.9 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 2864 0 0 0 90 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14090948 memory=6944656592455360604 CPUtime=0.92 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 1713 0 0 0 92 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14090948 memory=6944656592455360604 CPUtime=0.56 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 2495 0 0 0 56 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59182 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 236728 KiB

[startup+2.80066 s]
/proc/loadavg: 1.13 1.09 1.22 5/218 12112
/proc/meminfo: memFree=15331700/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14090948 memory=236756 CPUtime=5.24 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 28483 0 0 0 514 10 0 0 20 0 15 0 252106921 14429130752 59189 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3522737 59189 3564 1 0 3484809 0
[pid=12073/tid=12076] ppid=12070 vsize=14090948 memory=6791534058613427641 CPUtime=2.75 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 19328 0 0 0 270 5 0 0 20 0 15 0 252106922 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043734016072 140043331380322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14090948 memory=288230621820748097 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14090948 memory=14126741031490940 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14090948 memory=9198851636692494747 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14090948 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14090948 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042641065184 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14090948 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 252106925 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042640012032 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14090948 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14090948 memory=1414355462422710185 CPUtime=0.91 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 3057 0 0 0 91 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14090948 memory=4137293581110450563 CPUtime=0.92 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 1727 0 0 0 92 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14090948 memory=-8614213584521512614 CPUtime=0.56 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 2495 0 0 0 56 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 236756 KiB

[startup+2.90068 s]
/proc/loadavg: 1.13 1.09 1.22 5/218 12112
/proc/meminfo: memFree=15331700/32770624 swapFree=67108504/67108860
[pid=12073] ppid=12070 vsize=14090948 memory=236756 CPUtime=5.35 cores=1,3,5,7
/proc/12073/stat : 12073 (java) S 12070 12073 10094 0 -1 1077944320 28531 0 0 0 525 10 0 0 20 0 15 0 252106921 14429130752 59189 33554432000 4194304 4196468 140731542469136 140731542451680 140043729780471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
/proc/12073/statm: 3522737 59189 3564 1 0 3484809 0
[pid=12073/tid=12076] ppid=12070 vsize=14090948 memory=0 CPUtime=2.85 cores=1,3,5,7
/proc/12073/task/12076/stat : 12076 (java) R 12070 12073 10094 0 -1 4202560 19341 0 0 0 280 5 0 0 20 0 15 0 252106922 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043734014560 140043336853483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12080] ppid=12070 vsize=14090948 memory=56 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12080/stat : 12080 (java) S 12070 12073 10094 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043659869200 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12081] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12081/stat : 12081 (java) S 12070 12073 10094 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043658816656 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12082] ppid=12070 vsize=14090948 memory=236728 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12082/stat : 12082 (java) S 12070 12073 10094 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043657763600 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12083] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12083/stat : 12083 (java) S 12070 12073 10094 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 252106923 14429130752 59189 33554432000 4194304 4196468 140731542469136 140043656711056 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12090] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12090/stat : 12090 (java) S 12070 12073 10094 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042642118896 140043729791618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12092] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12092/stat : 12092 (java) S 12070 12073 10094 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252106924 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042641065184 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12093] ppid=12070 vsize=14090948 memory=-3535359994705172875 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12093/stat : 12093 (java) S 12070 12073 10094 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 252106925 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042640012032 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12101] ppid=12070 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12101/stat : 12101 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042638960592 140043729799067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12102] ppid=12070 vsize=14090948 memory=4420 CPUtime=0.91 cores=1,3,5,7
/proc/12073/task/12102/stat : 12102 (java) S 12070 12073 10094 0 -1 1077944384 3061 0 0 0 91 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042637908720 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12103] ppid=12070 vsize=14090948 memory=6628 CPUtime=0.93 cores=1,3,5,7
/proc/12073/task/12103/stat : 12103 (java) S 12070 12073 10094 0 -1 1077944384 1745 0 0 0 93 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042636856176 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12104] ppid=12070 vsize=14090948 memory=3474019362442196511 CPUtime=0.56 cores=1,3,5,7
/proc/12073/task/12104/stat : 12104 (java) S 12070 12073 10094 0 -1 1077944384 2495 0 0 0 56 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042635803120 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12105] ppid=12070 vsize=14090948 memory=7379542080249751139 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12105/stat : 12105 (java) S 12070 12073 10094 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042634750816 140043729790677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
[pid=12073/tid=12106] ppid=12070 vsize=14090948 memory=236676 CPUtime=0 cores=1,3,5,7
/proc/12073/task/12106/stat : 12106 (java) S 12070 12073 10094 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 252106927 14429130752 59189 33554432000 4194304 4196468 140731542469136 140042633697840 140043729791618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37523456 140731542471752 140731542471945 140731542471945 140731542474703 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 236756 KiB

Child status: 0
Real time (s): 2.96793
CPU time (s): 5.42343
CPU user time (s): 5.31399
CPU system time (s): 0.109441
CPU usage (%): 182.735
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 236756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.31399
system time used= 0.109441
maximum resident set size= 237396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2426
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 12073
#   total CPU time (s): 5.42343
#   total CPU user time (s): 5.31399
#   total CPU system time (s): 0.109441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038747 second user time and 0.068378 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-15 17:03:57
IDJOB=4308202
IDBENCH=141592
IDSOLVER=2791
FILE ID=node104/4308202-1534345437
RUNJOBID= node104-1534345437-12054
PBS_JOBID= 21038167
Free space on /tmp= 44476 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308202-1534345437/watcher-4308202-1534345437 -o /tmp/evaluation-result-4308202-1534345437/solver-4308202-1534345437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534345437-12054 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1355306290 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308202-1534345437.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=1355306290

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:        15773372 kB
MemAvailable:   31899820 kB
Buffers:          252228 kB
Cached:         15943676 kB
SwapCached:            8 kB
Active:          7682600 kB
Inactive:        8565804 kB
Active(anon):       3620 kB
Inactive(anon):   109296 kB
Active(file):    7678980 kB
Inactive(file):  8456508 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             72068 kB
Writeback:             0 kB
AnonPages:         69136 kB
Mapped:            56008 kB
Shmem:             57828 kB
Slab:             447672 kB
SReclaimable:     419420 kB
SUnreclaim:        28252 kB
KernelStack:        3504 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 44408 MiB
End job on node104 at 2018-08-15 17:04:01