Trace number 4307990

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT (TO)2 2520.11 2490.51

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-1_c18.xml
MD5SUM1aa19c04fc46d2c59e842211a2e06bfd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.21076
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints18
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":21},{"degree":4,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":3},{"arity":3,"count":15}]
Number of extensional constraints3
Number of intensional constraints9
Distribution of constraint types[{"type":"extension","count":3},{"type":"intension","count":9},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 1471614207
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.54/1.10	c Parsing done, starting search...
1.72/1.13	o 2
2520.08/2490.50	s SATISFIABLE
2520.08/2490.50	v <instantiation>
2520.08/2490.50	v 	<list>
2520.08/2490.50	v 		d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
2520.08/2490.50	v 	</list>
2520.08/2490.50	v 	<values>
2520.08/2490.50	v 		1 2 1 3 1 0 0 0 4 259 0 132 1 0 1 259 518 259 0 0 0 0 0 528 
2520.08/2490.50	v 	</values>
2520.08/2490.50	v </instantiation>

Verifier Data

OK	2

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 (9805 MiB free)
  memory of node 1: 16384 MiB (12135 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307990-1534304072/watcher-4307990-1534304072 -o /tmp/evaluation-result-4307990-1534304072/solver-4307990-1534304072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534294089-18030 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1471614207 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307990-1534304072.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
solver pid=19110, runsolver pid=19107
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.37 1.29 1.32 3/217 19125
/proc/meminfo: memFree=22449948/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14082736 memory=31264 CPUtime=0.12 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 6725 0 0 0 10 2 0 0 20 0 15 0 247970104 14420721664 7816 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3520684 7816 3151 1 0 3482761 0
[pid=19110/tid=19112] ppid=19107 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 4767 0 0 0 8 1 0 0 20 0 15 0 247970105 14420721664 7816 33554432000 4194304 4196468 140722163681008 140141285938864 140141273963326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14082736 memory=5793855596200446393 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 7816 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 7816 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 7816 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 7816 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140754224416 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247970108 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140753172080 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0.01 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 7816 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31264 KiB

[startup+0.211087 s]*
/proc/loadavg: 1.37 1.29 1.32 6/217 19125
/proc/meminfo: memFree=22434568/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14082736 memory=47064 CPUtime=0.3 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 10390 0 0 0 27 3 0 0 20 0 15 0 247970104 14420721664 11766 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3520684 11766 3361 1 0 3482761 0
[pid=19110/tid=19112] ppid=19107 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 8095 0 0 0 18 2 0 0 20 0 15 0 247970105 14420721664 11766 33554432000 4194304 4196468 140722163681008 140141285951504 140141281738134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14082736 memory=4211974071395343754 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 11766 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 11766 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 11766 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 11766 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140754224416 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247970108 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140753172080 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) R 19107 19110 17999 0 -1 1077944384 566 0 0 0 2 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140750007472 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0.05 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) R 19107 19110 17999 0 -1 4202560 299 0 0 0 5 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140748958528 140141262043089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 11766 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47064 KiB

[startup+0.310629 s]*
/proc/loadavg: 1.37 1.29 1.32 3/217 19125
/proc/meminfo: memFree=22431156/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14082736 memory=50480 CPUtime=0.43 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 10776 0 0 0 40 3 0 0 20 0 15 0 247970104 14420721664 12620 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3520684 12620 3364 1 0 3482761 0
[pid=19110/tid=19112] ppid=19107 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 8450 0 0 0 28 2 0 0 20 0 15 0 247970105 14420721664 12620 33554432000 4194304 4196468 140722163681008 140141285934032 140141263289798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14082736 memory=4211974071395343754 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 12620 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14082736 memory=280690226383232 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 12620 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14082736 memory=280690071687680 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 12620 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14082736 memory=140345035830031 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247970106 14420721664 12620 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14082736 memory=280690226392448 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14082736 memory=140345035834639 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247970107 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140754224416 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14082736 memory=140345035854975 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247970108 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140753172080 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14082736 memory=140345035857694 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 572 0 0 0 2 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14082736 memory=140345190553216 CPUtime=0.07 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 318 0 0 0 7 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14082736 memory=140345190584480 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970110 14420721664 12620 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50480 KiB

[startup+0.700677 s]
/proc/loadavg: 1.37 1.29 1.32 3/217 19125
/proc/meminfo: memFree=22407344/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14084804 memory=88868 CPUtime=0.98 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 17636 0 0 0 93 5 0 0 20 0 15 0 247970104 14422839296 22217 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3521201 22217 3499 1 0 3483273 0
[pid=19110/tid=19112] ppid=19107 vsize=14084804 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 14897 0 0 0 63 4 0 0 20 0 15 0 247970105 14422839296 22217 33554432000 4194304 4196468 140722163681008 140141285949568 140141281747546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14422839296 22217 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14422839296 22217 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970106 14422839296 22217 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247970106 14422839296 22217 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247970107 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247970107 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140754224416 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14084804 memory=6604 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247970108 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140753172080 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14084804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14084804 memory=4452 CPUtime=0.07 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 717 0 0 0 7 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14084804 memory=3732 CPUtime=0.06 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 228 0 0 0 6 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14084804 memory=12668 CPUtime=0.14 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 412 0 0 0 14 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14084804 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14084804 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247970110 14422839296 22217 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88868 KiB

[startup+1.50075 s]
/proc/loadavg: 1.37 1.29 1.32 3/217 19125
/proc/meminfo: memFree=22374512/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14090948 memory=227008 CPUtime=2.63 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 27127 0 0 0 253 10 0 0 20 0 15 0 247970104 14429130752 56752 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3522737 56752 3567 1 0 3484809 0
[pid=19110/tid=19112] ppid=19107 vsize=14090948 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 19990 0 0 0 139 6 0 0 20 0 15 0 247970105 14429130752 56752 33554432000 4194304 4196468 140722163681008 140141285964416 140140908371185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 247970106 14429130752 56752 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 247970106 14429130752 56752 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 247970106 14429130752 56752 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 247970106 14429130752 56752 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 247970107 14429130752 56752 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0

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

/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 65706 0 0 0 235308 64 0 0 20 0 15 0 247970105 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141285964816 140140911918453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14090948 memory=1071444 CPUtime=9.77 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 8729 0 0 0 868 109 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14090948 memory=1071444 CPUtime=9.86 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 8412 0 0 0 874 112 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14090948 memory=1071444 CPUtime=9.84 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 6603 0 0 0 867 117 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14090948 memory=1071444 CPUtime=9.85 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 8389 0 0 0 880 105 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14090948 memory=1071444 CPUtime=15.02 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 11364 0 0 0 1410 92 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140754224480 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247970108 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140753172096 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.38 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 2049 0 0 0 37 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.35 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 984 0 0 0 34 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.43 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 3111 0 0 0 42 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14090948 memory=6608 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14090948 memory=1071444 CPUtime=1.33 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1561 0 0 0 65 68 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 2410.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1071444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.25 1.31 3/215 19246
/proc/meminfo: memFree=21389568/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2471.32 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 119756 0 0 0 246644 488 0 0 20 0 15 0 247970104 14429130752 267861 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3522737 267861 3583 1 0 3484809 0
[pid=19110/tid=19112] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2413.02 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 66758 0 0 0 241237 65 0 0 20 0 15 0 247970105 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141285964832 140140912009426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14090948 memory=1752 CPUtime=10.02 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 8855 0 0 0 890 112 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.1 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 8448 0 0 0 895 115 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.08 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 6608 0 0 0 889 119 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.1 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 8393 0 0 0 902 108 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14090948 memory=1071444 CPUtime=15.38 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 11548 0 0 0 1443 95 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140754224480 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247970108 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140753172096 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14090948 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.38 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 2051 0 0 0 37 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.35 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 986 0 0 0 34 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.43 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 3113 0 0 0 42 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14090948 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14090948 memory=6791534058613427641 CPUtime=1.36 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1575 0 0 0 66 70 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 2471.32 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1071444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.5 s]
/proc/loadavg: 1.22 1.26 1.31 3/215 19324
/proc/meminfo: memFree=20932496/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2520.08 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 121019 0 0 0 251511 497 0 0 20 0 15 0 247970104 14429130752 267861 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3522737 267861 3583 1 0 3484809 0
[pid=19110/tid=19112] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2460.65 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 67658 0 0 0 245999 66 0 0 20 0 15 0 247970105 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141285964912 140140912005924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.23 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 8867 0 0 0 909 114 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.29 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 8570 0 0 0 912 117 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14090948 memory=3868 CPUtime=10.29 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 6612 0 0 0 907 122 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.3 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 8423 0 0 0 920 110 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14090948 memory=1071444 CPUtime=15.69 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 11724 0 0 0 1472 97 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140754224480 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247970108 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140753172096 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.38 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 2053 0 0 0 37 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.35 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 988 0 0 0 34 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.43 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 3115 0 0 0 42 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14090948 memory=1071444 CPUtime=1.39 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1588 0 0 0 68 71 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1071444 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2490.51 s]
# the end of solver process 19110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.13 s, system=4.98561 s

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

[startup+2490.5 s]
/proc/loadavg: 1.22 1.26 1.31 3/215 19324
/proc/meminfo: memFree=20932496/32770624 swapFree=67108688/67108860
[pid=19110] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2520.08 cores=0,2,4,6
/proc/19110/stat : 19110 (java) S 19107 19110 17999 0 -1 1077944320 121019 0 0 0 251511 497 0 0 20 0 15 0 247970104 14429130752 267861 33554432000 4194304 4196468 140722163681008 140722163663552 140141281726199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
/proc/19110/statm: 3522737 267861 3583 1 0 3484809 0
[pid=19110/tid=19112] ppid=19107 vsize=14090948 memory=1071444 CPUtime=2460.65 cores=0,2,4,6
/proc/19110/task/19112/stat : 19112 (java) R 19107 19110 17999 0 -1 4202560 67658 0 0 0 245999 66 0 0 20 0 15 0 247970105 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141285964912 140140912005924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19113] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.23 cores=0,2,4,6
/proc/19110/task/19113/stat : 19113 (java) S 19107 19110 17999 0 -1 1077944384 8867 0 0 0 909 114 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141234346384 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19114] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.29 cores=0,2,4,6
/proc/19110/task/19114/stat : 19114 (java) S 19107 19110 17999 0 -1 1077944384 8570 0 0 0 912 117 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141233293584 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19115] ppid=19107 vsize=14090948 memory=3868 CPUtime=10.29 cores=0,2,4,6
/proc/19110/task/19115/stat : 19115 (java) S 19107 19110 17999 0 -1 1077944384 6612 0 0 0 907 122 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141232241296 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19116] ppid=19107 vsize=14090948 memory=1071444 CPUtime=10.3 cores=0,2,4,6
/proc/19110/task/19116/stat : 19116 (java) S 19107 19110 17999 0 -1 1077944384 8423 0 0 0 920 110 0 0 20 0 15 0 247970106 14429130752 267861 33554432000 4194304 4196468 140722163681008 140141231188496 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19117] ppid=19107 vsize=14090948 memory=1071444 CPUtime=15.69 cores=0,2,4,6
/proc/19110/task/19117/stat : 19117 (java) S 19107 19110 17999 0 -1 1077944384 11724 0 0 0 1472 97 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140755278448 140141281737346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19118] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19118/stat : 19118 (java) S 19107 19110 17999 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 247970107 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140754224480 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19119] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19119/stat : 19119 (java) S 19107 19110 17999 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247970108 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140753172096 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19120] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19120/stat : 19120 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140752120400 140141281744795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19121] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.38 cores=0,2,4,6
/proc/19110/task/19121/stat : 19121 (java) S 19107 19110 17999 0 -1 1077944384 2053 0 0 0 37 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140751067248 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19122] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.35 cores=0,2,4,6
/proc/19110/task/19122/stat : 19122 (java) S 19107 19110 17999 0 -1 1077944384 988 0 0 0 34 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140750014448 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19123] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0.43 cores=0,2,4,6
/proc/19110/task/19123/stat : 19123 (java) S 19107 19110 17999 0 -1 1077944384 3115 0 0 0 42 1 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140748962160 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19124] ppid=19107 vsize=14090948 memory=1071444 CPUtime=0 cores=0,2,4,6
/proc/19110/task/19124/stat : 19124 (java) S 19107 19110 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140747909600 140141281736405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
[pid=19110/tid=19125] ppid=19107 vsize=14090948 memory=1071444 CPUtime=1.39 cores=0,2,4,6
/proc/19110/task/19125/stat : 19125 (java) S 19107 19110 17999 0 -1 1077944384 1588 0 0 0 68 71 0 0 20 0 15 0 247970110 14429130752 267861 33554432000 4194304 4196468 140722163681008 140140746857392 140141281737346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17338368 140722163688520 140722163688713 140722163688713 140722163691471 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1071444 KiB

Child status: 143
Real time (s): 2490.51
CPU time (s): 2520.11
CPU user time (s): 2515.13
CPU system time (s): 4.98561
CPU usage (%): 101.188
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1121696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.13
system time used= 4.98561
maximum resident set size= 1123216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 446930
involuntary context switches= 7538


# summary of solver processes directly reported to runsolver:
#   pid: 19110
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.13
#   total CPU system time (s): 4.98561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3696 second user time and 23.6961 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-15 05:34:32
IDJOB=4307990
IDBENCH=141357
IDSOLVER=2791
FILE ID=node106/4307990-1534304072
RUNJOBID= node106-1534294089-18030
PBS_JOBID= 21038149
Free space on /tmp= 42412 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307990-1534304072/watcher-4307990-1534304072 -o /tmp/evaluation-result-4307990-1534304072/solver-4307990-1534304072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534294089-18030 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1471614207 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307990-1534304072.xml

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

MD5SUM BENCH= 1aa19c04fc46d2c59e842211a2e06bfd
RANDOM SEED=1471614207

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22467624 kB
MemAvailable:   31296796 kB
Buffers:          193660 kB
Cached:          8850780 kB
SwapCached:            0 kB
Active:          5183680 kB
Inactive:        4513192 kB
Active(anon):     599340 kB
Inactive(anon):   113648 kB
Active(file):    4584340 kB
Inactive(file):  4399544 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35816 kB
Writeback:            16 kB
AnonPages:        658904 kB
Mapped:            68488 kB
Shmem:             57824 kB
Slab:             302384 kB
SReclaimable:     273748 kB
SUnreclaim:        28636 kB
KernelStack:        3552 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2138284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 42376 MiB
End job on node106 at 2018-08-15 06:16:03