Trace number 4299915

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
slowpoke 2018-04-29SAT 5.82159 4.5319

General information on the benchmark

NameMagicSquare/
MagicSquare-08-sum_c18.xml
MD5SUMf34b6b0b58aef27f9d15b3acca2bf726
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 benchmark2.45697
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints19
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":48},{"degree":4,"count":16}]
Minimum constraint arity8
Maximum constraint arity64
Distribution of constraint arities[{"arity":8,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":18}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
0.33/0.28	I had a sum
5.78/4.52	s SATISFIABLE
5.78/4.52	v <instantiation>
5.78/4.52	v 	<list>
5.78/4.52	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] 
5.78/4.52	v 	</list>
5.78/4.52	v 	<values>
5.78/4.52	v 		3 4 5 6 61 62 63 56 7 8 9 13 51 53 59 60 47 49 12 48 31 2 37 34 45 57 54 50 1 18 10 25 27 32 43 33 64 22 19 20 40 39 44 38 11 52 15 21 55 29 35 46 17 23 41 14 36 42 58 26 24 28 16 30 
5.78/4.52	v 	</values>
5.78/4.52	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 (8226 MiB free)
  memory of node 1: 16384 MiB (14663 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299915-1532834429/watcher-4299915-1532834429 -o /tmp/evaluation-result-4299915-1532834429/solver-4299915-1532834429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3226 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299915-1532834429.xml --timelimit 2520 

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
solver pid=7293, runsolver pid=7290
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 1.50 1.43 1.43 4/216 7308
/proc/meminfo: memFree=23422984/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661056 memory=27892 CPUtime=0.12 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 5311 0 0 0 11 1 0 0 20 0 15 0 101006011 10916921344 6973 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665264 6973 2839 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661056 memory=-8823777018880292032 CPUtime=0.09 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 3245 0 0 0 9 0 0 0 20 0 15 0 101006011 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334954957344 140334583802464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661056 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661056 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006014 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101006014 10916921344 6973 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101006014 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) R 7290 7293 3195 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334506363208 140334934152960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661056 memory=140532013647488 CPUtime=0.01 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) R 7290 7293 3195 0 -1 4202560 318 0 0 0 1 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334504262520 140334942960446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661056 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006017 10916921344 7039 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27892 KiB

[startup+0.210517 s]*
/proc/loadavg: 1.50 1.43 1.43 3/216 7308
/proc/meminfo: memFree=23411372/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=40224 CPUtime=0.33 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 8128 0 0 0 31 2 0 0 20 0 15 0 101006011 10916999168 10056 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 10056 2964 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 5262 0 0 0 19 1 0 0 20 0 15 0 101006011 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334954955632 140334934803836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=345 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=140532013658731 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3195 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334506371312 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 197 0 0 0 2 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 10056 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40224 KiB

[startup+0.311484 s]*
/proc/loadavg: 1.50 1.43 1.43 6/216 7308
/proc/meminfo: memFree=23405292/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=46548 CPUtime=0.55 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 8733 0 0 0 52 3 0 0 20 0 15 0 101006011 10916999168 11637 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 11637 3037 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 5604 0 0 0 28 1 0 0 20 0 15 0 101006011 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334954959968 140721352730562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=13714218729916056 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) R 7290 7293 3195 0 -1 4202560 691 0 0 0 5 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334506362768 140334928997776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) R 7290 7293 3195 0 -1 1077944384 232 0 0 0 3 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334505318864 140334950733525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0.14 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 847 0 0 0 14 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=140532013647488 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 11637 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46548 KiB

[startup+0.700915 s]
/proc/loadavg: 1.50 1.43 1.43 5/216 7308
/proc/meminfo: memFree=23376328/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=104776 CPUtime=1.63 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 12523 0 0 0 157 6 0 0 20 0 15 0 101006011 10916999168 26194 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 26194 3098 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=1840 CPUtime=0.68 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 5671 0 0 0 64 4 0 0 20 0 15 0 101006011 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334954959056 140721352730562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=7597685182856913236 CPUtime=0.38 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) R 7290 7293 3195 0 -1 4202560 2448 0 0 0 38 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334506371312 140334929115440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=7523071198212214892 CPUtime=0.35 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) R 7290 7293 3195 0 -1 4202560 1739 0 0 0 35 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334505305336 140334935620064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 1294 0 0 0 18 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=33 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 26194 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 104776 KiB

[startup+1.50074 s]
/proc/loadavg: 1.50 1.43 1.43 3/216 7308
/proc/meminfo: memFree=23289492/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=183244 CPUtime=2.73 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 14227 0 0 0 263 10 0 0 20 0 15 0 101006011 10916999168 45811 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 45811 3122 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=8112282956445269571 CPUtime=1.47 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 6038 0 0 0 140 7 0 0 20 0 15 0 101006011 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334954962752 140721352730562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=-2843874019102283166 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 45811 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0

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

[startup+4.53185 s]
# the end of solver process 7293 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.60549 s, system=0.216098 s

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

[startup+3.20085 s]
/proc/loadavg: 1.46 1.42 1.43 3/216 7308
/proc/meminfo: memFree=23266564/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=185364 CPUtime=4.47 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 14709 0 0 0 431 16 0 0 20 0 15 0 101006011 10916999168 46341 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 46341 3127 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=281063733736560 CPUtime=3.17 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 6082 0 0 0 304 13 0 0 20 0 15 0 101006011 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334954962736 140721352730562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=281063733737008 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=281063733736944 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=281063734132208 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=29068 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=1300 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=1716 CPUtime=0.53 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3195 0 -1 1077944384 2641 0 0 0 53 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334506371312 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=796 CPUtime=0.51 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 2264 0 0 0 51 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=11008 CPUtime=0.19 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 1543 0 0 0 19 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46341 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 185364 KiB

[startup+4.00068 s]*
/proc/loadavg: 1.46 1.42 1.43 3/216 7308
/proc/meminfo: memFree=23269296/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=184320 CPUtime=5.28 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 14716 0 0 0 509 19 0 0 20 0 15 0 101006011 10916999168 46080 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 46080 3132 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=-8253362762721355408 CPUtime=3.97 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 6083 0 0 0 381 16 0 0 20 0 15 0 101006011 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334954964224 140721352730562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=7013346442758874224 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=7738706319458787665 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=3835153952189461552 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=6155127018152749161 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=3545796568013025331 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=19 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3195 0 -1 1077944384 2641 0 0 0 53 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334506371312 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=235 CPUtime=0.51 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 2264 0 0 0 51 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=3565 CPUtime=0.19 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 1543 0 0 0 19 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=104 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46080 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 184320 KiB

[startup+4.40073 s]
/proc/loadavg: 1.46 1.42 1.43 3/216 7308
/proc/meminfo: memFree=23269296/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=185340 CPUtime=5.67 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 14730 0 0 0 547 20 0 0 20 0 15 0 101006011 10916999168 46335 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 46335 3132 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=0 CPUtime=4.36 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 6085 0 0 0 419 17 0 0 20 0 15 0 101006011 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334954962736 140721352730562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=185364 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=281063733933760 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=8316868033356759116 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=10804 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=3472332694321658383 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=3467834630910390586 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=7085681087739487849 CPUtime=0.53 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3195 0 -1 1077944384 2641 0 0 0 53 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334506371312 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=7085687680581593445 CPUtime=0.51 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 2264 0 0 0 51 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=5792262874651971664 CPUtime=0.19 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 1543 0 0 0 19 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 185340 KiB

[startup+4.50074 s]
/proc/loadavg: 1.46 1.42 1.43 3/216 7308
/proc/meminfo: memFree=23269296/32770624 swapFree=67108404/67108860
[pid=7293] ppid=7290 vsize=10661132 memory=185340 CPUtime=5.78 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 3195 0 -1 1077944320 14730 0 0 0 557 21 0 0 20 0 15 0 101006011 10916999168 46335 33554432000 4194304 4196468 140721351008176 140721350990720 140334950723319 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
/proc/7293/statm: 2665283 46335 3132 1 0 2627263 0
[pid=7293/tid=7295] ppid=7290 vsize=10661132 memory=185340 CPUtime=4.45 cores=0,2,4,6
/proc/7293/task/7295/stat : 7295 (java) R 7290 7293 3195 0 -1 4202560 6085 0 0 0 428 17 0 0 20 0 15 0 101006011 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334954962736 140721352730562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7296] ppid=7290 vsize=10661132 memory=281063733736080 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3195 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334903343632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7297] ppid=7290 vsize=10661132 memory=185364 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3195 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334556961424 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7298] ppid=7290 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334555908368 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7299] ppid=7290 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3195 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 101006012 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334554855824 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7300] ppid=7290 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3195 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334510582512 140334950734466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7301] ppid=7290 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334509528736 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7302] ppid=7290 vsize=10661132 memory=9229 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3195 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 101006014 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334508475632 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7303] ppid=7290 vsize=10661132 memory=19106 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334507424208 140334950741915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7304] ppid=7290 vsize=10661132 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3195 0 -1 1077944384 2641 0 0 0 53 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334506371312 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7305] ppid=7290 vsize=10661132 memory=7367994820020691277 CPUtime=0.51 cores=0,2,4,6
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3195 0 -1 1077944384 2264 0 0 0 51 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334505318768 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7306] ppid=7290 vsize=10661132 memory=6155127005351863653 CPUtime=0.19 cores=0,2,4,6
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3195 0 -1 1077944384 1543 0 0 0 19 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334504265712 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7307] ppid=7290 vsize=10661132 memory=7014751519667540324 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334503213408 140334950733525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
[pid=7293/tid=7308] ppid=7290 vsize=10661132 memory=31387621006475 CPUtime=0 cores=0,2,4,6
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3195 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 101006017 10916999168 46335 33554432000 4194304 4196468 140721351008176 140334502161456 140334950734466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18563072 140721351013532 140721351013641 140721351013641 140721351016399 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 185340 KiB

Child status: 0
Real time (s): 4.5319
CPU time (s): 5.82159
CPU user time (s): 5.60549
CPU system time (s): 0.216098
CPU usage (%): 128.458
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 185364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.60549
system time used= 0.216098
maximum resident set size= 186368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15342
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= 1503
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 7293
#   total CPU time (s): 5.82159
#   total CPU user time (s): 5.60549
#   total CPU system time (s): 0.216098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053547 second user time and 0.08173 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 05:20:29
IDJOB=4299915
IDBENCH=141507
IDSOLVER=2765
FILE ID=node148/4299915-1532834429
RUNJOBID= node148-1532809183-3226
PBS_JOBID= 21022476
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-08-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299915-1532834429/watcher-4299915-1532834429 -o /tmp/evaluation-result-4299915-1532834429/solver-4299915-1532834429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3226 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299915-1532834429.xml --timelimit 2520

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

MD5SUM BENCH= f34b6b0b58aef27f9d15b3acca2bf726
RANDOM SEED=1518559509

node148.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:        23438932 kB
MemAvailable:   31779364 kB
Buffers:          236748 kB
Cached:          8236768 kB
SwapCached:          352 kB
Active:          2187616 kB
Inactive:        6489920 kB
Active(anon):     157568 kB
Inactive(anon):    74228 kB
Active(file):    2030048 kB
Inactive(file):  6415692 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1352 kB
Writeback:             0 kB
AnonPages:        219204 kB
Mapped:            55652 kB
Shmem:             25016 kB
Slab:             351212 kB
SReclaimable:     323152 kB
SUnreclaim:        28060 kB
KernelStack:        3808 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1112536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43264 MiB
End job on node148 at 2018-07-29 05:20:33