Trace number 4311938

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-17SAT 5.4224 2.98848

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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 128198713
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
2.68/1.36	c Parsing done, starting search...
5.32/2.98	s SATISFIABLE
5.32/2.98	v <instantiation>
5.32/2.98	v 	<list>
5.32/2.98	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.32/2.98	v 	</list>
5.32/2.98	v 	<values>
5.32/2.98	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.32/2.98	v 	</values>
5.32/2.98	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 (13166 MiB free)
  memory of node 1: 16384 MiB (10859 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311938-1534562232/watcher-4311938-1534562232 -o /tmp/evaluation-result-4311938-1534562232/solver-4311938-1534562232 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10063 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 128198713 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311938-1534562232.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
solver pid=13283, runsolver pid=13280
Current StackSize limit: 8192 KiB


[startup+0.107538 s]*
/proc/loadavg: 1.45 1.44 1.43 3/215 13298
/proc/meminfo: memFree=24582804/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14082736 memory=33768 CPUtime=0.13 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 6842 0 0 0 12 1 0 0 20 0 15 0 273786375 14420721664 8442 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3520684 8442 3166 1 0 3482761 0
[pid=13283/tid=13285] ppid=13280 vsize=14082736 memory=-8557575366716067708 CPUtime=0.1 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 5015 0 0 0 9 1 0 0 20 0 15 0 273786375 14420721664 8574 33554432000 4194304 4196468 140725652879136 140639279947520 140639256008541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 8574 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 8574 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 8574 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 8574 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786377 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638749135776 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638748083184 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 10031 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0.01 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 8640 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33768 KiB

[startup+0.21546 s]*
/proc/loadavg: 1.45 1.44 1.43 5/215 13298
/proc/meminfo: memFree=24567548/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14082736 memory=48004 CPUtime=0.32 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 10113 0 0 0 30 2 0 0 20 0 15 0 273786375 14420721664 12001 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3520684 12001 3365 1 0 3482761 0
[pid=13283/tid=13285] ppid=13280 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 7831 0 0 0 19 2 0 0 20 0 15 0 273786375 14420721664 12001 33554432000 4194304 4196468 140725652879136 140639279951328 140639259776357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14082736 memory=288370940452206208 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273786377 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638749135776 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638748083184 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) R 13280 13283 10031 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0.06 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) R 13280 13283 10031 0 -1 4202560 293 0 0 0 6 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638743869328 140639275754074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12001 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48004 KiB

[startup+0.310963 s]*
/proc/loadavg: 1.45 1.44 1.43 4/215 13298
/proc/meminfo: memFree=24564384/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14082736 memory=51128 CPUtime=0.44 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 10455 0 0 0 42 2 0 0 20 0 15 0 273786375 14420721664 12782 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3520684 12782 3368 1 0 3482761 0
[pid=13283/tid=13285] ppid=13280 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 8155 0 0 0 28 2 0 0 20 0 15 0 273786375 14420721664 12834 33554432000 4194304 4196468 140725652879136 140639279944240 140639259813214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14082736 memory=4294977828 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14082736 memory=288370940452206208 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273786377 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638749135776 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273786378 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638748083184 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 10031 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0.08 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 300 0 0 0 8 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14082736 memory=140564300494464 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786380 14420721664 12834 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51128 KiB

[startup+0.70074 s]
/proc/loadavg: 1.45 1.44 1.43 3/215 13298
/proc/meminfo: memFree=24540324/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14084804 memory=88736 CPUtime=0.99 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 17096 0 0 0 95 4 0 0 20 0 15 0 273786375 14422839296 22184 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3521201 22184 3492 1 0 3483273 0
[pid=13283/tid=13285] ppid=13280 vsize=14084804 memory=197644261541705 CPUtime=0.67 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 14479 0 0 0 64 3 0 0 20 0 15 0 273786375 14422839296 22184 33554432000 4194304 4196468 140725652879136 140639279956832 140639275754653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14084804 memory=1412920 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273786377 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273786378 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638749135776 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273786378 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638748083184 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14084804 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 10031 0 -1 1077944384 552 0 0 0 7 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 355 0 0 0 7 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 327 0 0 0 15 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14084804 memory=12552 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786380 14422839296 22184 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50158 s]
/proc/loadavg: 1.45 1.44 1.43 5/215 13298
/proc/meminfo: memFree=24479696/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14090948 memory=188988 CPUtime=3.32 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 25662 0 0 0 324 8 0 0 20 0 15 0 273786375 14429130752 47247 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3522737 47247 3553 1 0 3484809 0
[pid=13283/tid=13285] ppid=13280 vsize=14090948 memory=10759 CPUtime=1.47 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 18602 0 0 0 141 6 0 0 20 0 15 0 273786375 14429130752 47247 33554432000 4194304 4196468 140725652879136 140639279969256 140638919273941 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 47247 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 47247 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 47247 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 47247 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 273786377 14429130752 47247 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0

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

[startup+2.98843 s]
# the end of solver process 13283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.30303 s, system=0.119373 s

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

[startup+1.60158 s]
/proc/loadavg: 1.45 1.44 1.43 5/215 13298
/proc/meminfo: memFree=24479696/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14090948 memory=194080 CPUtime=3.63 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 25875 0 0 0 355 8 0 0 20 0 15 0 273786375 14429130752 48520 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3522737 48520 3553 1 0 3484809 0
[pid=13283/tid=13285] ppid=13280 vsize=14090948 memory=-8473367160242330259 CPUtime=1.56 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 18606 0 0 0 150 6 0 0 20 0 15 0 273786375 14429130752 48520 33554432000 4194304 4196468 140725652879136 140639279968088 140638919394170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14090948 memory=-8171376296011865461 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14090948 memory=-5792065019343307568 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14090948 memory=-2537689246120445521 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14090948 memory=-7750001083477550754 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14090948 memory=4872558142750483520 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 273786377 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638749135776 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14090948 memory=6944665225511868275 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638748083184 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14090948 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) R 13280 13283 10031 0 -1 4202560 2154 0 0 0 73 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638745971328 140639259233256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14090948 memory=281128292462600 CPUtime=0.76 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) R 13280 13283 10031 0 -1 4202560 1921 0 0 0 76 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638744912856 140639259143729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14090948 memory=281128292595664 CPUtime=0.54 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 1707 0 0 0 54 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14090948 memory=12468290062658 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 48520 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 3.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 194080 KiB

[startup+2.40072 s]
/proc/loadavg: 1.45 1.44 1.43 3/215 13298
/proc/meminfo: memFree=24380280/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14090948 memory=235568 CPUtime=4.79 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 27270 0 0 0 468 11 0 0 20 0 15 0 273786375 14429130752 58892 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3522737 58892 3567 1 0 3484809 0
[pid=13283/tid=13285] ppid=13280 vsize=14090948 memory=-7306661995871444341 CPUtime=2.34 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 18706 0 0 0 228 6 0 0 20 0 15 0 273786375 14429130752 58892 33554432000 4194304 4196468 140725652879136 140639279968456 140638919273788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14090948 memory=6501624728206101968 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14090948 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14090948 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14090948 memory=-7101718590825193272 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 273786377 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14090948 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638749135840 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14090948 memory=7681905605394137914 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638748083200 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14090948 memory=3054156605268452724 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14090948 memory=-8823246064971903881 CPUtime=0.87 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 10031 0 -1 1077944384 2229 0 0 0 87 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14090948 memory=-8412654364186147681 CPUtime=0.91 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 2162 0 0 0 91 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14090948 memory=-1391509512798377067 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 2298 0 0 0 56 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14090948 memory=7969576414512574632 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14090948 memory=281128292742048 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58892 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 235568 KiB

[startup+2.80069 s]
/proc/loadavg: 1.45 1.44 1.43 3/215 13298
/proc/meminfo: memFree=24380280/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14090948 memory=235660 CPUtime=5.21 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 27467 0 0 0 510 11 0 0 20 0 15 0 273786375 14429130752 58915 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3522737 58915 3568 1 0 3484809 0
[pid=13283/tid=13285] ppid=13280 vsize=14090948 memory=281128292852544 CPUtime=2.74 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 18711 0 0 0 268 6 0 0 20 0 15 0 273786375 14429130752 58915 33554432000 4194304 4196468 140725652879136 140639279968456 140638919502656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14090948 memory=140564146331888 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14090948 memory=235564 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 273786377 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638749135840 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638748083200 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14090948 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 10031 0 -1 1077944384 2245 0 0 0 88 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638745979376 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14090948 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 10031 0 -1 1077944384 2336 0 0 0 92 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638744926832 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14090948 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 2298 0 0 0 57 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14090948 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 235660 KiB

[startup+2.90069 s]
/proc/loadavg: 1.45 1.44 1.43 3/215 13298
/proc/meminfo: memFree=24380280/32770624 swapFree=67107648/67108860
[pid=13283] ppid=13280 vsize=14090948 memory=235660 CPUtime=5.32 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 10031 0 -1 1077944320 27489 0 0 0 521 11 0 0 20 0 15 0 273786375 14429130752 58915 33554432000 4194304 4196468 140725652879136 140725652861680 140639275732727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
/proc/13283/statm: 3522737 58915 3568 1 0 3484809 0
[pid=13283/tid=13285] ppid=13280 vsize=14090948 memory=281128292639008 CPUtime=2.84 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 10031 0 -1 4202560 18714 0 0 0 278 6 0 0 20 0 15 0 273786375 14429130752 58915 33554432000 4194304 4196468 140725652879136 140639279968456 140638919445365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13286] ppid=13280 vsize=14090948 memory=288285597435691885 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 10031 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638871993104 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13287] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 10031 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638870940560 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13288] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 10031 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638869888016 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13289] ppid=13280 vsize=14090948 memory=3835767639635683180 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 273786376 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638868835472 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13290] ppid=13280 vsize=14090948 memory=5860992161076498512 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 10031 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 273786377 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638750189552 140639275743874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13291] ppid=13280 vsize=14090948 memory=8099561564667007843 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 10031 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638749135840 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13292] ppid=13280 vsize=14090948 memory=4640766332535986532 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 273786378 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638748083200 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13293] ppid=13280 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638747031760 140639275751323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13294] ppid=13280 vsize=14090948 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) R 13280 13283 10031 0 -1 4202560 2259 0 0 0 88 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638745979376 140639256097789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13295] ppid=13280 vsize=14090948 memory=3545798801497416277 CPUtime=0.93 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) R 13280 13283 10031 0 -1 4202560 2342 0 0 0 93 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638744926832 140639268022060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13296] ppid=13280 vsize=14090948 memory=235556 CPUtime=0.57 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 10031 0 -1 1077944384 2298 0 0 0 57 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638743874288 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13297] ppid=13280 vsize=14090948 memory=7162531440177276259 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638742821984 140639275742933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
[pid=13283/tid=13298] ppid=13280 vsize=14090948 memory=7157209644737865876 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 10031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 273786380 14429130752 58915 33554432000 4194304 4196468 140725652879136 140638741768496 140639275743874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140725652886601 140725652886793 140725652886793 140725652889551 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 235660 KiB

Child status: 0
Real time (s): 2.98848
CPU time (s): 5.4224
CPU user time (s): 5.30303
CPU system time (s): 0.119373
CPU usage (%): 181.444
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 235660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.30303
system time used= 0.119373
maximum resident set size= 236244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2288
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 13283
#   total CPU time (s): 5.4224
#   total CPU user time (s): 5.30303
#   total CPU system time (s): 0.119373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034116 second user time and 0.071645 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 05:17:12
IDJOB=4311938
IDBENCH=141592
IDSOLVER=2799
FILE ID=node136/4311938-1534562232
RUNJOBID= node136-1534541039-10063
PBS_JOBID= 21038635
Free space on /tmp= 53132 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311938-1534562232/watcher-4311938-1534562232 -o /tmp/evaluation-result-4311938-1534562232/solver-4311938-1534562232 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10063 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 128198713 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311938-1534562232.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=128198713

node136.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.50
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.50
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.50
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.50
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:        24602492 kB
MemAvailable:   31681992 kB
Buffers:          174708 kB
Cached:          7184468 kB
SwapCached:           44 kB
Active:          4181384 kB
Inactive:        3445800 kB
Active(anon):     241552 kB
Inactive(anon):    95276 kB
Active(file):    3939832 kB
Inactive(file):  3350524 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:        275248 kB
Mapped:            32312 kB
Shmem:             65856 kB
Slab:             238860 kB
SReclaimable:     209956 kB
SUnreclaim:        28904 kB
KernelStack:        3552 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53096 MiB
End job on node136 at 2018-08-18 05:17:15