Trace number 4308218

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 4.31195 2.16217

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.267621
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 118426164
0.68/0.56	c timeout: 2520
0.68/0.57	c memlimit: 11000
0.68/0.57	c nbcore: 4
0.68/0.59	c Parsing instance...
3.94/2.03	c Parsing done, starting search...
4.18/2.14	s SATISFIABLE
4.18/2.14	v <instantiation>
4.18/2.14	v 	<list>
4.18/2.14	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6]
4.18/2.14	v 	</list>
4.18/2.14	v 	<values>
4.18/2.14	v 		0 6 7 0 21 13 8 2 14 14 13 4 4 11 20 21 0 20 17 18 8 12 4 3 8 0 19 4 1 17 4 19 19 14 13 0 8 17 0 8 13 18 
4.18/2.14	v 	</values>
4.18/2.14	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 (11097 MiB free)
  memory of node 1: 16384 MiB (12290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308218-1534327505/watcher-4308218-1534327505 -o /tmp/evaluation-result-4308218-1534327505/solver-4308218-1534327505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534322503-4631 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 118426164 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308218-1534327505.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=5346, runsolver pid=5343

[startup+0.100092 s]*
/proc/loadavg: 1.15 1.30 1.31 3/219 5361
/proc/meminfo: memFree=23930356/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14082736 memory=31972 CPUtime=0.12 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 6384 0 0 0 11 1 0 0 20 0 15 0 250313698 14420721664 7993 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3520684 7993 3153 1 0 3482761 0
[pid=5346/tid=5348] ppid=5343 vsize=14082736 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 4424 0 0 0 8 1 0 0 20 0 15 0 250313698 14420721664 7993 33554432000 4194304 4196468 140734221700032 139690151501888 139690147282326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14082736 memory=288292155783643159 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 7993 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14082736 memory=13713018706601624 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 7993 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 7993 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 7993 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250313700 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689485378336 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689484326000 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) R 5343 5346 665 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250313703 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689482222192 139690147281538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0.01 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) R 5343 5346 665 0 -1 4202560 281 0 0 0 1 0 0 0 20 0 15 0 250313703 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689480117104 139690126141611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 7993 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31972 KiB

[startup+0.214084 s]*
/proc/loadavg: 1.15 1.30 1.31 7/219 5361
/proc/meminfo: memFree=23915100/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14082736 memory=47768 CPUtime=0.31 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 10055 0 0 0 28 3 0 0 20 0 15 0 250313698 14420721664 11942 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3520684 11942 3364 1 0 3482761 0
[pid=5346/tid=5348] ppid=5343 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 7762 0 0 0 19 2 0 0 20 0 15 0 250313698 14420721664 11942 33554432000 4194304 4196468 140734221700032 139690151493200 139690147292317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 11942 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14082736 memory=140418633842997 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 11942 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 11942 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 11942 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250313700 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689485378336 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689484326000 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) R 5343 5346 665 0 -1 4202560 510 0 0 0 2 0 0 0 20 0 15 0 250313703 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689482222288 139690132396748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) R 5343 5346 665 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 250313703 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0.06 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) R 5343 5346 665 0 -1 4202560 308 0 0 0 6 0 0 0 20 0 15 0 250313703 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689480115064 139690126195240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 11942 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47768 KiB

[startup+0.310685 s]*
/proc/loadavg: 1.15 1.30 1.31 3/219 5361
/proc/meminfo: memFree=23912060/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14082736 memory=50892 CPUtime=0.44 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 10403 0 0 0 41 3 0 0 20 0 15 0 250313698 14420721664 12723 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3520684 12723 3367 1 0 3482761 0
[pid=5346/tid=5348] ppid=5343 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 8090 0 0 0 28 2 0 0 20 0 15 0 250313698 14420721664 12723 33554432000 4194304 4196468 140734221700032 139690151481904 139690128833951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 12723 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14082736 memory=13714101021583000 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 12723 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14082736 memory=9796 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 12723 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14082736 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250313699 14420721664 12723 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14082736 memory=140418633850496 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250313700 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14082736 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689485378336 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14082736 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250313701 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689484326000 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14082736 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) S 5343 5346 665 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 15 0 250313703 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689482222192 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14082736 memory=35 CPUtime=0.02 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) S 5343 5346 665 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 250313703 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14082736 memory=140418633842976 CPUtime=0.08 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) S 5343 5346 665 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 250313703 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689480117104 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14082736 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14082736 memory=140418633836160 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313704 14420721664 12723 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50892 KiB

[startup+0.700696 s]
/proc/loadavg: 1.15 1.30 1.31 3/219 5361
/proc/meminfo: memFree=23888708/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14084804 memory=89044 CPUtime=0.99 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 17096 0 0 0 95 4 0 0 20 0 15 0 250313698 14422839296 22261 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3521201 22261 3504 1 0 3483273 0
[pid=5346/tid=5348] ppid=5343 vsize=14084804 memory=68072 CPUtime=0.68 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 14405 0 0 0 65 3 0 0 20 0 15 0 250313698 14422839296 22261 33554432000 4194304 4196468 140734221700032 139690151494496 139690147282326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14084804 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14422839296 22261 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14084804 memory=5792869732057044068 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14422839296 22261 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313699 14422839296 22261 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250313699 14422839296 22261 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250313700 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250313701 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689485378336 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250313701 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689484326000 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) S 5343 5346 665 0 -1 1077944384 664 0 0 0 8 0 0 0 20 0 15 0 250313703 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689482222192 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) S 5343 5346 665 0 -1 1077944384 273 0 0 0 7 0 0 0 20 0 15 0 250313703 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) S 5343 5346 665 0 -1 1077944384 373 0 0 0 15 0 0 0 20 0 15 0 250313703 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689480117104 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250313704 14422839296 22261 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89044 KiB

[startup+1.50076 s]
/proc/loadavg: 1.15 1.30 1.31 5/219 5361
/proc/meminfo: memFree=23788568/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14088900 memory=230620 CPUtime=3.15 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 26476 0 0 0 306 9 0 0 20 0 15 0 250313698 14427033600 57655 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3522225 57655 3568 1 0 3484297 0
[pid=5346/tid=5348] ppid=5343 vsize=14088900 memory=300292525 CPUtime=1.46 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 19140 0 0 0 141 5 0 0 20 0 15 0 250313698 14427033600 57655 33554432000 4194304 4196468 140734221700032 139690151494080 139690147282326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 15 0 250313699 14427033600 57655 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14088900 memory=122436 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 250313699 14427033600 57655 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14088900 memory=68072 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 250313699 14427033600 57655 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14088900 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 250313699 14427033600 57655 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14088900 memory=280837039867296 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 15 0 250313700 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689485378336 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14088900 memory=7306334383744505449 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689484326000 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14088900 memory=7597121034757821800 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14088900 memory=7805974384891420736 CPUtime=0.63 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) R 5343 5346 665 0 -1 4202560 1971 0 0 0 63 0 0 0 20 0 15 0 250313703 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689482222192 139690131663527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14088900 memory=7014470040326004800 CPUtime=0.61 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) R 5343 5346 665 0 -1 4202560 1463 0 0 0 61 0 0 0 20 0 15 0 250313703 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689481169392 139690132189268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14088900 memory=7295941791586020711 CPUtime=0.38 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) S 5343 5346 665 0 -1 1077944384 1858 0 0 0 38 0 0 0 20 0 15 0 250313703 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689480117104 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14088900 memory=7295941791586020711 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14088900 memory=6946912734649411690 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 57655 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 230620 KiB

[startup+2.16212 s]
# the end of solver process 5346 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.12359 s, system=0.188361 s

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

[startup+1.60251 s]
/proc/loadavg: 1.15 1.30 1.31 5/219 5361
/proc/meminfo: memFree=23788568/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14088900 memory=251220 CPUtime=3.39 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 26577 0 0 0 328 11 0 0 20 0 15 0 250313698 14427033600 62805 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3522225 62805 3569 1 0 3484297 0
[pid=5346/tid=5348] ppid=5343 vsize=14088900 memory=7012783479702644586 CPUtime=1.54 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 19145 0 0 0 149 5 0 0 20 0 15 0 250313698 14427033600 62805 33554432000 4194304 4196468 140734221700032 139690151506080 139690147282326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 250313699 14427033600 62805 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14088900 memory=163409479971880 CPUtime=0.01 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 250313699 14427033600 62805 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14088900 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 250313699 14427033600 62805 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14088900 memory=-6800859132029471843 CPUtime=0.01 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 250313699 14427033600 62805 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14088900 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 250313700 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14088900 memory=280837039849712 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689485378400 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14088900 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689484326016 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14088900 memory=-6439125508584728933 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14088900 memory=6944656592387989600 CPUtime=0.66 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) S 5343 5346 665 0 -1 1077944384 1979 0 0 0 66 0 0 0 20 0 15 0 250313703 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689482222192 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14088900 memory=6944656592455359580 CPUtime=0.65 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) S 5343 5346 665 0 -1 1077944384 1482 0 0 0 65 0 0 0 20 0 15 0 250313703 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14088900 memory=6655300316396806240 CPUtime=0.39 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) R 5343 5346 665 0 -1 4202560 1870 0 0 0 39 0 0 0 20 0 15 0 250313703 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689480114896 139690147282326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14088900 memory=-3255422371651459150 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14088900 memory=-8990457492618120820 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 62805 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 3.39 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 251220 KiB

[startup+2.00079 s]*
/proc/loadavg: 1.15 1.30 1.31 3/219 5361
/proc/meminfo: memFree=23563420/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14088900 memory=399124 CPUtime=3.94 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 26881 0 0 0 377 17 0 0 20 0 15 0 250313698 14427033600 99781 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3522225 99781 3570 1 0 3484297 0
[pid=5346/tid=5348] ppid=5343 vsize=14088900 memory=589971977830662173 CPUtime=1.92 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 19200 0 0 0 185 7 0 0 20 0 15 0 250313698 14427033600 99781 33554432000 4194304 4196468 140734221700032 139690151505888 139689739348629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14088900 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 208 0 0 0 3 1 0 0 20 0 15 0 250313699 14427033600 99781 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14088900 memory=140418633859169 CPUtime=0.04 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 250313699 14427033600 99781 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14088900 memory=-2541025662029814883 CPUtime=0.05 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 181 0 0 0 4 1 0 0 20 0 15 0 250313699 14427033600 99781 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14088900 memory=7085964662987383616 CPUtime=0.05 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 189 0 0 0 3 2 0 0 20 0 15 0 250313699 14427033600 99781 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 250313700 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14088900 memory=3472328128895609921 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689485378400 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14088900 memory=-7233780906022726806 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689484326016 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14088900 memory=7681905605394137875 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14088900 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) S 5343 5346 665 0 -1 1077944384 1985 0 0 0 68 0 0 0 20 0 15 0 250313703 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689482222192 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14088900 memory=664971881851873618 CPUtime=0.67 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) S 5343 5346 665 0 -1 1077944384 1489 0 0 0 67 0 0 0 20 0 15 0 250313703 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689481169392 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14088900 memory=5291976921355867873 CPUtime=0.4 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) S 5343 5346 665 0 -1 1077944384 1875 0 0 0 40 0 0 0 20 0 15 0 250313703 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689480117104 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14088900 memory=7440904711408594991 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14088900 memory=665099136512198595 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 99781 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 399124 KiB

[startup+2.11113 s]
/proc/loadavg: 1.15 1.30 1.31 3/219 5361
/proc/meminfo: memFree=23563420/32770624 swapFree=67108856/67108860
[pid=5346] ppid=5343 vsize=14088900 memory=402956 CPUtime=4.18 cores=0,2,4,6
/proc/5346/stat : 5346 (java) S 5343 5346 665 0 -1 1077944320 28902 0 0 0 401 17 0 0 20 0 15 0 250313698 14427033600 100739 33554432000 4194304 4196468 140734221700032 140734221682576 139690147270391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
/proc/5346/statm: 3522225 100739 3577 1 0 3484297 0
[pid=5346/tid=5348] ppid=5343 vsize=14088900 memory=0 CPUtime=2.01 cores=0,2,4,6
/proc/5346/task/5348/stat : 5348 (java) R 5343 5346 665 0 -1 4202560 20772 0 0 0 194 7 0 0 20 0 15 0 250313698 14427033600 100739 33554432000 4194304 4196468 140734221700032 139690151505744 139690147291738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5349] ppid=5343 vsize=14088900 memory=-5587952802700824408 CPUtime=0.04 cores=0,2,4,6
/proc/5346/task/5349/stat : 5349 (java) S 5343 5346 665 0 -1 1077944384 208 0 0 0 3 1 0 0 20 0 15 0 250313699 14427033600 100739 33554432000 4194304 4196468 140734221700032 139690062338960 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5350] ppid=5343 vsize=14088900 memory=7668055035169039680 CPUtime=0.04 cores=0,2,4,6
/proc/5346/task/5350/stat : 5350 (java) S 5343 5346 665 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 250313699 14427033600 100739 33554432000 4194304 4196468 140734221700032 139690061286160 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5351] ppid=5343 vsize=14088900 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5346/task/5351/stat : 5351 (java) S 5343 5346 665 0 -1 1077944384 181 0 0 0 4 1 0 0 20 0 15 0 250313699 14427033600 100739 33554432000 4194304 4196468 140734221700032 139690060233872 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5352] ppid=5343 vsize=14088900 memory=288230377108278237 CPUtime=0.05 cores=0,2,4,6
/proc/5346/task/5352/stat : 5352 (java) S 5343 5346 665 0 -1 1077944384 189 0 0 0 3 2 0 0 20 0 15 0 250313699 14427033600 100739 33554432000 4194304 4196468 140734221700032 139690059181072 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5353] ppid=5343 vsize=14088900 memory=288289961189591646 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5353/stat : 5353 (java) S 5343 5346 665 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 250313700 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689486432368 139690147281538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5354] ppid=5343 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5354/stat : 5354 (java) S 5343 5346 665 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689485378400 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5355] ppid=5343 vsize=14088900 memory=7306334383744505449 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5355/stat : 5355 (java) S 5343 5346 665 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250313701 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689484326016 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5356] ppid=5343 vsize=14088900 memory=7597121034757821800 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5356/stat : 5356 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313703 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689483274320 139690147288987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5357] ppid=5343 vsize=14088900 memory=7805974384891420736 CPUtime=0.73 cores=0,2,4,6
/proc/5346/task/5357/stat : 5357 (java) R 5343 5346 665 0 -1 4202560 2089 0 0 0 73 0 0 0 20 0 15 0 250313703 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689482203184 139690130767171 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5358] ppid=5343 vsize=14088900 memory=122436 CPUtime=0.71 cores=0,2,4,6
/proc/5346/task/5358/stat : 5358 (java) R 5343 5346 665 0 -1 4202560 1630 0 0 0 71 0 0 0 20 0 15 0 250313703 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689481159184 139690133422073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5359] ppid=5343 vsize=14088900 memory=68072 CPUtime=0.45 cores=0,2,4,6
/proc/5346/task/5359/stat : 5359 (java) R 5343 5346 665 0 -1 4202560 2084 0 0 0 45 0 0 0 20 0 15 0 250313703 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689480116944 139690132951089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5360] ppid=5343 vsize=14088900 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5360/stat : 5360 (java) S 5343 5346 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689479064544 139690147280597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
[pid=5346/tid=5361] ppid=5343 vsize=14088900 memory=280837039867296 CPUtime=0 cores=0,2,4,6
/proc/5346/task/5361/stat : 5361 (java) S 5343 5346 665 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250313704 14427033600 100739 33554432000 4194304 4196468 140734221700032 139689478011312 139690147281538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38744064 140734221706313 140734221706505 140734221706505 140734221709263 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 402956 KiB

Child status: 0
Real time (s): 2.16217
CPU time (s): 4.31195
CPU user time (s): 4.12359
CPU system time (s): 0.188361
CPU usage (%): 199.427
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 402956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12359
system time used= 0.188361
maximum resident set size= 404340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29499
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= 2155
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 5346
#   total CPU time (s): 4.31195
#   total CPU user time (s): 4.12359
#   total CPU system time (s): 0.188361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038357 second user time and 0.065611 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 12:05:05
IDJOB=4308218
IDBENCH=141440
IDSOLVER=2791
FILE ID=node132/4308218-1534327505
RUNJOBID= node132-1534322503-4631
PBS_JOBID= 21038142
Free space on /tmp= 38860 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_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-4308218-1534327505/watcher-4308218-1534327505 -o /tmp/evaluation-result-4308218-1534327505/solver-4308218-1534327505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534322503-4631 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 118426164 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308218-1534327505.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=118426164

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23949820 kB
MemAvailable:   31098708 kB
Buffers:          225196 kB
Cached:          7157180 kB
SwapCached:            4 kB
Active:          4701396 kB
Inactive:        3534332 kB
Active(anon):     802936 kB
Inactive(anon):   110864 kB
Active(file):    3898460 kB
Inactive(file):  3423468 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             37784 kB
Writeback:             0 kB
AnonPages:        860176 kB
Mapped:            71252 kB
Shmem:             58012 kB
Slab:             283748 kB
SReclaimable:     255420 kB
SUnreclaim:        28328 kB
KernelStack:        3824 kB
PageTables:         7160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2371848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38828 MiB
End job on node132 at 2018-08-15 12:05:08