Trace number 4274227

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 2017-07-26SAT 6.4279499 3.7701399

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-09.xml
MD5SUM1acf0ac9bd97a514ba0385b56c9970ab
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 benchmark6.41295
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints78
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":36}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":36}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":12},{"arity":6,"count":66}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"ordered","count":12}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.38	c version: 2017-07-26
0.28/0.38	c seed: 601323945
0.28/0.38	c timeout: 2520
0.28/0.38	c memlimit: 11000
0.28/0.38	c nbcore: 4
0.28/0.40	c Parsing instance...
5.27/3.39	c Parsing done, starting search...
6.25/3.74	s SATISFIABLE
6.25/3.75	v <instantiation>
6.25/3.75	v 	<list>
6.25/3.75	v 		x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2] x[3][0] x[3][1] x[3][2] x[4][0] x[4][1] x[4][2] x[5][0] x[5][1] x[5][2] x[6][0] x[6][1] x[6][2] x[7][0] x[7][1] x[7][2] x[8][0] x[8][1] x[8][2] x[9][0] x[9][1] x[9][2] x[10][0] x[10][1] x[10][2] x[11][0] x[11][1] x[11][2]
6.25/3.75	v 	</list>
6.25/3.75	v 	<values>
6.25/3.75	v 		7 8 9 1 3 6 2 3 8 1 5 8 2 4 5 1 4 7 2 6 7 3 5 7 1 2 9 3 4 9 4 6 8 5 6 9 
6.25/3.75	v 	</values>
6.25/3.75	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 (15100 MiB free)
  memory of node 1: 16384 MiB (13631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274227-1502776248/watcher-4274227-1502776248 -o /tmp/evaluation-result-4274227-1502776248/solver-4274227-1502776248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 601323945 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274227-1502776248.xml 

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

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

solver pid=26557, runsolver pid=26554

[startup+0.100163 s]*
/proc/loadavg: 1.56 1.51 1.55 3/206 26565
/proc/meminfo: memFree=29415352/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13573664 memory=19012 CPUtime=0.03 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 4144 0 0 0 2 1 0 0 20 0 9 0 125439937 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3393416 4753 2101 1 0 3382913 0
[pid=26557/tid=26559] ppid=26554 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 2773 0 0 0 2 0 0 0 20 0 9 0 125439944 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140674350576232 140674346362013 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13573664 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 125439945 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13573664 memory=139854832686720 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 125439945 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 125439945 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 125439945 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13573664 memory=139854832686720 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 125439946 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 125439947 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140673395173024 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 125439947 13899431936 4753 18446744073709551615 4194304 4196468 140729633049488 140673394119984 140674346350293 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 19012 KiB

[startup+0.210039 s]*
/proc/loadavg: 1.56 1.51 1.55 4/213 26572
/proc/meminfo: memFree=29405456/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13977904 memory=33108 CPUtime=0.11 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 7566 0 0 0 9 2 0 0 20 0 15 0 125439937 14313373696 8277 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3494476 8277 3380 1 0 3483255 0
[pid=26557/tid=26559] ppid=26554 vsize=13979532 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 5551 0 0 0 7 1 0 0 20 0 15 0 125439944 14315040768 8277 18446744073709551615 4194304 4196468 140729633049488 140674350529536 140674338630528 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13979532 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125439945 14315040768 8277 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13979532 memory=139854832686720 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14315040768 8343 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14315040768 8343 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14315040768 8343 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13979532 memory=139854832686720 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125439946 14315040768 8343 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125439947 14315040768 8409 18446744073709551615 4194304 4196468 140729633049488 140673395173024 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125439947 14315040768 8409 18446744073709551615 4194304 4196468 140729633049488 140673394119920 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315040768 8409 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) S 26554 26557 8289 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 125439949 14315040768 8409 18446744073709551615 4194304 4196468 140729633049488 140673392015600 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315040768 8409 18446744073709551615 4194304 4196468 140729633049488 140673390963056 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13979532 memory=139854832686720 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 15 0 125439949 14315040768 8475 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14315040768 8475 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13979532 memory=139854832686720 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439955 14315040768 8475 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13977904 KiB
Current children cumulated memory: 33108 KiB

[startup+0.31527 s]*
/proc/loadavg: 1.56 1.51 1.55 3/213 26572
/proc/meminfo: memFree=29395240/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13975920 memory=42252 CPUtime=0.28 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 10831 0 0 0 25 3 0 0 20 0 15 0 125439937 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3493980 10563 3550 1 0 3482759 0
[pid=26557/tid=26559] ppid=26554 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 8467 0 0 0 16 2 0 0 20 0 15 0 125439944 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140674350558176 140674346362013 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125439945 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13975920 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13975920 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125439946 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125439947 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673395173024 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125439947 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673394119920 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) S 26554 26557 8289 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 125439949 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673392015600 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) R 26554 26557 8289 0 -1 4202560 198 0 0 0 1 0 0 0 20 0 15 0 125439949 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673390963056 140674338581477 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 448 0 0 0 5 0 0 0 20 0 15 0 125439949 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439955 14311342080 10563 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42252 KiB

[startup+0.700693 s]
/proc/loadavg: 1.56 1.51 1.55 5/213 26572
/proc/meminfo: memFree=29379588/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13977988 memory=100200 CPUtime=1.05 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 14633 0 0 0 98 7 0 0 20 0 15 0 125439937 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3494497 25050 3729 1 0 3483271 0
[pid=26557/tid=26559] ppid=26554 vsize=13977988 memory=2591811438337 CPUtime=0.57 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 10354 0 0 0 52 5 0 0 20 0 15 0 125439944 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140674350576720 140673954393881 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13977988 memory=2617581242113 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125439945 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13977988 memory=2634761111297 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13977988 memory=66508736 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13977988 memory=-8556737395271162992 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439945 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13977988 memory=6152287975781979490 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125439946 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13977988 memory=8025788822668141932 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125439947 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673395173024 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13977988 memory=279709342687968 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125439947 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673394119920 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13977988 memory=15825482134324680 CPUtime=0.12 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) R 26554 26557 8289 0 -1 4202560 1198 0 0 0 12 0 0 0 20 0 15 0 125439949 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673392002144 140674327883810 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13977988 memory=1436 CPUtime=0.12 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) R 26554 26557 8289 0 -1 4202560 707 0 0 0 12 0 0 0 20 0 15 0 125439949 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673390944072 140674324315418 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13977988 memory=1200 CPUtime=0.2 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 992 0 0 0 20 0 0 0 20 0 15 0 125439949 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13977988 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13977988 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439955 14313459712 25050 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 100200 KiB

[startup+1.5008 s]
/proc/loadavg: 1.56 1.51 1.55 3/213 26572
/proc/meminfo: memFree=29205332/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13980036 memory=322628 CPUtime=2.89 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 17233 0 0 0 277 12 0 0 20 0 15 0 125439937 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3495009 80657 3777 1 0 3483783 0
[pid=26557/tid=26559] ppid=26554 vsize=13980036 memory=4420 CPUtime=1.32 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 11322 0 0 0 125 7 0 0 20 0 15 0 125439944 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140674350573328 140673957142507 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13980036 memory=6628 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 125439945 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13980036 memory=8836 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 15 0 125439945 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13980036 memory=11044 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 125439945 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13980036 memory=13252 CPUtime=0.01 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 125439945 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13980036 memory=112 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 125439946 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13980036 memory=1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673395173024 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13980036 memory=1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673394119920 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13980036 memory=1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13980036 memory=1 CPUtime=0.58 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) S 26554 26557 8289 0 -1 1077944384 1848 0 0 0 58 0 0 0 20 0 15 0 125439949 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673392015600 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13980036 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) S 26554 26557 8289 0 -1 1077944384 1185 0 0 0 54 0 0 0 20 0 15 0 125439949 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673390963056 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13980036 memory=144196883348425 CPUtime=0.31 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 1200 0 0 0 31 0 0 0 20 0 15 0 125439949 14315556864 80657 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0

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

[startup+3.11017 s]
/proc/loadavg: 1.59 1.52 1.56 3/213 26572
/proc/meminfo: memFree=28692984/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13980036 memory=752000 CPUtime=5.09 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 21202 0 0 0 473 36 0 0 20 0 15 0 125439937 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3495009 188000 3788 1 0 3483783 0
[pid=26557/tid=26559] ppid=26554 vsize=13980036 memory=139854671550568 CPUtime=2.75 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 14137 0 0 0 263 12 0 0 20 0 15 0 125439944 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140674350563584 140673957142103 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13980036 memory=112 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 256 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13980036 memory=1 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 159 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13980036 memory=1 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 228 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13980036 memory=1 CPUtime=0.17 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 222 0 0 0 13 4 0 0 20 0 15 0 125439945 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13980036 memory=1 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 15 0 125439946 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673395173088 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13980036 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673394119936 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13980036 memory=60960 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13980036 memory=1296 CPUtime=0.6 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) S 26554 26557 8289 0 -1 1077944384 1852 0 0 0 60 0 0 0 20 0 15 0 125439949 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673392015600 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13980036 memory=2440 CPUtime=0.57 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) S 26554 26557 8289 0 -1 1077944384 1195 0 0 0 57 0 0 0 20 0 15 0 125439949 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673390963056 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13980036 memory=1840 CPUtime=0.37 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 1270 0 0 0 36 1 0 0 20 0 15 0 125439949 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13980036 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13980036 memory=410072 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125439955 14315556864 188000 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 752000 KiB

[startup+3.7701 s]
# the end of solver process 26557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.01246 s, system=0.41549 s

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

[startup+3.20098 s]
/proc/loadavg: 1.59 1.52 1.56 3/213 26572
/proc/meminfo: memFree=28692984/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13980036 memory=856684 CPUtime=5.18 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 21253 0 0 0 480 38 0 0 20 0 15 0 125439937 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3495009 214171 3788 1 0 3483783 0
[pid=26557/tid=26559] ppid=26554 vsize=13980036 memory=0 CPUtime=2.85 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 14188 0 0 0 271 14 0 0 20 0 15 0 125439944 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140674350576664 140673957142657 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13980036 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 256 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13980036 memory=279709342993152 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 159 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13980036 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 228 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13980036 memory=465 CPUtime=0.17 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 222 0 0 0 13 4 0 0 20 0 15 0 125439945 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13980036 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 15 0 125439946 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13980036 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673395173088 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13980036 memory=640 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673394119936 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13980036 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13980036 memory=956 CPUtime=0.6 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) S 26554 26557 8289 0 -1 1077944384 1852 0 0 0 60 0 0 0 20 0 15 0 125439949 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673392015600 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13980036 memory=2248 CPUtime=0.57 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) S 26554 26557 8289 0 -1 1077944384 1195 0 0 0 57 0 0 0 20 0 15 0 125439949 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673390963056 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13980036 memory=4288 CPUtime=0.37 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) D 26554 26557 8289 0 -1 4202560 1270 0 0 0 36 1 0 0 20 0 15 0 125439949 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673389909920 140674326264223 0 4 1 16800974 18446744072101043333 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13980036 memory=686180 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14315556864 214171 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13980036 memory=279709342911904 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) D 26554 26557 8289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 125439955 14315556864 214683 18446744073709551615 4194304 4196468 140729633049488 140673387805664 140674331196174 0 4 1 16800974 18446744072101043333 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 856684 KiB

[startup+3.60125 s]
/proc/loadavg: 1.59 1.52 1.56 3/213 26572
/proc/meminfo: memFree=28692984/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13980036 memory=986812 CPUtime=5.95 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 23228 0 0 0 555 40 0 0 20 0 15 0 125439937 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3495009 246703 3795 1 0 3483783 0
[pid=26557/tid=26559] ppid=26554 vsize=13980036 memory=0 CPUtime=3.16 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 14300 0 0 0 301 15 0 0 20 0 15 0 125439944 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140674350577648 140673958023580 0 4 1 16800974 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13980036 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 256 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13980036 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 159 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13980036 memory=7809523229951467576 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 228 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13980036 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 222 0 0 0 13 4 0 0 20 0 15 0 125439945 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13980036 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 15 0 125439946 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673395173088 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13980036 memory=14356 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673394119936 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13980036 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13980036 memory=2012 CPUtime=0.79 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) R 26554 26557 8289 0 -1 4202560 2753 0 0 0 79 0 0 0 20 0 15 0 125439949 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673391996072 140674330732498 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13980036 memory=11160 CPUtime=0.77 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) R 26554 26557 8289 0 -1 4202560 1977 0 0 0 77 0 0 0 20 0 15 0 125439949 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673390951728 140674331235387 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13980036 memory=5788 CPUtime=0.43 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 1448 0 0 0 42 1 0 0 20 0 15 0 125439949 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13980036 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13980036 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439955 14315556864 246703 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 986812 KiB

[startup+3.70126 s]
/proc/loadavg: 1.59 1.52 1.56 3/213 26572
/proc/meminfo: memFree=28692984/32770624 swapFree=67108860/67108860
[pid=26557] ppid=26554 vsize=13980036 memory=991560 CPUtime=6.25 cores=0,2,4,6
/proc/26557/stat : 26557 (java) S 26554 26557 8289 0 -1 1077944320 23858 0 0 0 585 40 0 0 20 0 15 0 125439937 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140729633032032 140674346340087 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
/proc/26557/statm: 3495009 247890 3796 1 0 3483783 0
[pid=26557/tid=26559] ppid=26554 vsize=13980036 memory=279709342791360 CPUtime=3.26 cores=0,2,4,6
/proc/26557/task/26559/stat : 26559 (java) R 26554 26557 8289 0 -1 4202560 14302 0 0 0 311 15 0 0 20 0 15 0 125439944 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140674350575856 140673957752219 0 4 1 16800974 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26560] ppid=26554 vsize=13980036 memory=752000 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26560/stat : 26560 (java) S 26554 26557 8289 0 -1 1077944384 256 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140674280774160 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26561] ppid=26554 vsize=13980036 memory=4168 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26561/stat : 26561 (java) S 26554 26557 8289 0 -1 1077944384 159 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140674279721616 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26562] ppid=26554 vsize=13980036 memory=60960 CPUtime=0.18 cores=0,2,4,6
/proc/26557/task/26562/stat : 26562 (java) S 26554 26557 8289 0 -1 1077944384 228 0 0 0 13 5 0 0 20 0 15 0 125439945 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140674278668560 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26563] ppid=26554 vsize=13980036 memory=1296 CPUtime=0.17 cores=0,2,4,6
/proc/26557/task/26563/stat : 26563 (java) S 26554 26557 8289 0 -1 1077944384 222 0 0 0 13 4 0 0 20 0 15 0 125439945 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140674277616016 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26564] ppid=26554 vsize=13980036 memory=2440 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26564/stat : 26564 (java) S 26554 26557 8289 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 15 0 125439946 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673396226800 140674346351234 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26565] ppid=26554 vsize=13980036 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26565/stat : 26565 (java) S 26554 26557 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673395173088 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26566] ppid=26554 vsize=13980036 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26566/stat : 26566 (java) S 26554 26557 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 125439947 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673394119936 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26567] ppid=26554 vsize=13980036 memory=279709342770968 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26567/stat : 26567 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439949 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673393068496 140674346358683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26568] ppid=26554 vsize=13980036 memory=118405604575988 CPUtime=0.9 cores=0,2,4,6
/proc/26557/task/26568/stat : 26568 (java) R 26554 26557 8289 0 -1 4202560 3359 0 0 0 89 1 0 0 20 0 15 0 125439949 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673392001624 140674331465393 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26569] ppid=26554 vsize=13980036 memory=118405604575988 CPUtime=0.87 cores=0,2,4,6
/proc/26557/task/26569/stat : 26569 (java) R 26554 26557 8289 0 -1 4202560 1998 0 0 0 87 0 0 0 20 0 15 0 125439949 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673390951136 140674331227600 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26570] ppid=26554 vsize=13980036 memory=118405604575732 CPUtime=0.43 cores=0,2,4,6
/proc/26557/task/26570/stat : 26570 (java) S 26554 26557 8289 0 -1 1077944384 1449 0 0 0 42 1 0 0 20 0 15 0 125439949 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673389910000 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26571] ppid=26554 vsize=13980036 memory=118405604575732 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26571/stat : 26571 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439950 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673388857696 140674346350293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
[pid=26557/tid=26572] ppid=26554 vsize=13980036 memory=118405604575476 CPUtime=0 cores=0,2,4,6
/proc/26557/task/26572/stat : 26572 (java) S 26554 26557 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125439955 14315556864 247890 18446744073709551615 4194304 4196468 140729633049488 140673387805744 140674346351234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 16875520 140729633050991 140729633051177 140729633051177 140729633054671 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 991560 KiB

Child status: 0
Real time (s): 3.77014
CPU time (s): 6.42795
CPU user time (s): 6.01246
CPU system time (s): 0.41549
CPU usage (%): 170.496
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 991560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.01246
system time used= 0.41549
maximum resident set size= 996352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23954
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= 2393
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 26557
#   total CPU time (s): 6.42795
#   total CPU user time (s): 6.01246
#   total CPU system time (s): 0.41549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040069 second user time and 0.081035 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 07:36:40
IDJOB=4274227
IDBENCH=126256
IDSOLVER=2666
FILE ID=node133/4274227-1502776248
RUNJOBID= node133-1502652501-6258
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274227-1502776248/watcher-4274227-1502776248 -o /tmp/evaluation-result-4274227-1502776248/solver-4274227-1502776248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 601323945 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274227-1502776248.xml

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

MD5SUM BENCH= 1acf0ac9bd97a514ba0385b56c9970ab
RANDOM SEED=601323945

node133.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.17
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.17
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.17
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.17
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:        29422248 kB
MemAvailable:   30187632 kB
Buffers:          269736 kB
Cached:           796244 kB
SwapCached:            0 kB
Active:          2634804 kB
Inactive:         255872 kB
Active(anon):    1765908 kB
Inactive(anon):   108956 kB
Active(file):     868896 kB
Inactive(file):   146916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44644 kB
Writeback:             0 kB
AnonPages:       1824704 kB
Mapped:            74744 kB
Shmem:             49852 kB
Slab:             158140 kB
SReclaimable:     130816 kB
SUnreclaim:        27324 kB
KernelStack:        3536 kB
PageTables:         8688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2743524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1753088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61944 MiB
End job on node133 at 2017-08-15 07:36:44