Trace number 4307690

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 2018-08-14SAT 7.36249 5.44029

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
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 benchmark1.21334
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 810519710
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...
2.12/1.25	c Parsing done, starting search...
7.32/5.42	s SATISFIABLE
7.32/5.42	v <instantiation>
7.32/5.42	v 	<list>
7.32/5.42	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
7.32/5.42	v 	</list>
7.32/5.42	v 	<values>
7.32/5.42	v 		127 116 87 99 113 61 72 98 77 90 75 104 51 106 18 67 7 107 100 125 124 26 89 13 73 42 91 122 38 109 
7.32/5.42	v 	</values>
7.32/5.42	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 (13273 MiB free)
  memory of node 1: 16384 MiB (10457 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307690-1534265546/watcher-4307690-1534265546 -o /tmp/evaluation-result-4307690-1534265546/solver-4307690-1534265546 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534258053-18503 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 810519710 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307690-1534265546.xml 

running on 4 cores: 1,3,5,7

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

solver pid=19435, runsolver pid=19432

[startup+0.100095 s]*
/proc/loadavg: 1.23 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24281976/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14082736 memory=31484 CPUtime=0.11 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 6768 0 0 0 10 1 0 0 20 0 15 0 244117771 14420721664 7871 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3520684 7871 3157 1 0 3482761 0
[pid=19435/tid=19437] ppid=19432 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 4819 0 0 0 8 1 0 0 20 0 15 0 244117771 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901592354944 139901572195678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14082736 memory=5793855720590723513 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901061931936 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901060879344 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 7871 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31484 KiB

[startup+0.213589 s]*
/proc/loadavg: 1.23 1.27 1.31 5/217 19450
/proc/meminfo: memFree=24265836/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14082736 memory=47256 CPUtime=0.31 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 10441 0 0 0 29 2 0 0 20 0 15 0 244117771 14420721664 11814 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3520684 11814 3370 1 0 3482761 0
[pid=19435/tid=19437] ppid=19432 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 8153 0 0 0 19 1 0 0 20 0 15 0 244117771 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901592339704 139901572158821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14082736 memory=4211974195785620874 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901061931936 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901060879344 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) R 19432 19435 18471 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0.06 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) R 19432 19435 18471 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901056669632 139901566605536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 11814 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47256 KiB

[startup+0.310666 s]*
/proc/loadavg: 1.23 1.27 1.31 5/217 19450
/proc/meminfo: memFree=24262672/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14082736 memory=50604 CPUtime=0.44 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 10787 0 0 0 41 3 0 0 20 0 15 0 244117771 14420721664 12651 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3520684 12651 3373 1 0 3482761 0
[pid=19435/tid=19437] ppid=19432 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 8479 0 0 0 28 2 0 0 20 0 15 0 244117771 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901592304608 139901568390951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14082736 memory=4211974195785620874 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14082736 memory=140469580832700 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14082736 memory=140469455680055 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14082736 memory=140469455670735 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117772 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14082736 memory=140469580848834 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14082736 memory=140469455679919 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901061931936 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14082736 memory=280938911350672 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244117774 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901060879344 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14082736 memory=280938911348368 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0.07 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14082736 memory=140469580830336 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117777 14420721664 12651 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50604 KiB

[startup+0.700795 s]
/proc/loadavg: 1.22 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24238240/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14084804 memory=88988 CPUtime=0.99 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 17636 0 0 0 94 5 0 0 20 0 15 0 244117771 14422839296 22247 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3521201 22247 3505 1 0 3483273 0
[pid=19435/tid=19437] ppid=19432 vsize=14084804 memory=796 CPUtime=0.68 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 14929 0 0 0 64 4 0 0 20 0 15 0 244117771 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901592337600 139901588137117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14084804 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14084804 memory=3780 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117772 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14084804 memory=4641330296368681047 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244117774 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244117774 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901061931936 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244117774 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901060879344 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14084804 memory=568 CPUtime=0.07 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 669 0 0 0 7 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 266 0 0 0 7 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14084804 memory=697 CPUtime=0.15 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 389 0 0 0 15 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14084804 memory=280938911534576 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117777 14422839296 22247 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88988 KiB

[startup+1.50078 s]
/proc/loadavg: 1.22 1.27 1.31 5/217 19450
/proc/meminfo: memFree=24203996/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14090948 memory=171644 CPUtime=3.09 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 26609 0 0 0 300 9 0 0 20 0 15 0 244117771 14429130752 42911 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3522737 42911 3547 1 0 3484809 0
[pid=19435/tid=19437] ppid=19432 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 19781 0 0 0 141 6 0 0 20 0 15 0 244117771 14429130752 42911 33554432000 4194304 4196468 140725852153520 139901592350576 139901199775166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14090948 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14429130752 42911 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14429130752 43423 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14090948 memory=4948213102554160000 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244117772 14429130752 43423 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14090948 memory=-3472574513799858003 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244117772 14429130752 43423 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14090948 memory=-6305710624493495424 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 43423 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0

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

[startup+5.44025 s]
# the end of solver process 19435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.21555 s, system=0.146945 s

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

[startup+3.20092 s]
/proc/loadavg: 1.22 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24079400/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14090948 memory=234124 CPUtime=5.2 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 28605 0 0 0 509 11 0 0 20 0 15 0 244117771 14429130752 58531 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3522737 58531 3569 1 0 3484809 0
[pid=19435/tid=19437] ppid=19432 vsize=14090948 memory=0 CPUtime=3.14 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 19968 0 0 0 308 6 0 0 20 0 15 0 244117771 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901592350864 139901200256376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14090948 memory=6788 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14090948 memory=3979264729418182944 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 244117772 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14090948 memory=7300704776819335744 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14090948 memory=6656426216303648864 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14090948 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14090948 memory=8628 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901061932000 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14090948 memory=1080 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901060879328 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14090948 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 1948 0 0 0 70 0 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14090948 memory=6791534058613427641 CPUtime=0.72 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 1646 0 0 0 72 0 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14090948 memory=1363759 CPUtime=0.52 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 3061 0 0 0 51 1 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 58531 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234124 KiB

[startup+4.80071 s]
/proc/loadavg: 1.22 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24067112/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14090948 memory=243900 CPUtime=6.83 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 28869 0 0 0 671 12 0 0 20 0 15 0 244117771 14429130752 60975 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3522737 60975 3570 1 0 3484809 0
[pid=19435/tid=19437] ppid=19432 vsize=14090948 memory=-6305710624493495424 CPUtime=4.73 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 19986 0 0 0 467 6 0 0 20 0 15 0 244117771 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901592351136 139901200052818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14090948 memory=9050722970038796461 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14090948 memory=7972373607061099355 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901061932000 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14090948 memory=234032 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901060879328 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14090948 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 2015 0 0 0 71 0 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14090948 memory=243900 CPUtime=0.72 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 1646 0 0 0 72 0 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14090948 memory=288230596050944315 CPUtime=0.52 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 3061 0 0 0 51 1 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14090948 memory=13566015871130947 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) S 19432 19435 18471 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 60975 33554432000 4194304 4196468 140725852153520 139901054564656 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 6.83 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 243900 KiB

[startup+5.20072 s]
/proc/loadavg: 1.22 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24046516/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14090948 memory=244908 CPUtime=7.25 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 28903 0 0 0 712 13 0 0 20 0 15 0 244117771 14429130752 61227 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3522737 61227 3570 1 0 3484809 0
[pid=19435/tid=19437] ppid=19432 vsize=14090948 memory=288230596050944315 CPUtime=5.12 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) R 19432 19435 18471 0 -1 4202560 19987 0 0 0 506 6 0 0 20 0 15 0 244117771 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901592353360 139901199778369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14090948 memory=13566015871130947 CPUtime=0.03 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 56 0 0 0 2 1 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14090948 memory=6154820267226784105 CPUtime=0.02 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14090948 memory=6944656592455097440 CPUtime=0.03 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 228 0 0 0 2 1 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14090948 memory=18607 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14090948 memory=280938911840432 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901061932000 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14090948 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901060879328 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14090948 memory=6944652177228980320 CPUtime=0.71 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 2015 0 0 0 71 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14090948 memory=33 CPUtime=0.72 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 1646 0 0 0 72 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14090948 memory=7018952830786495827 CPUtime=0.52 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 3061 0 0 0 51 1 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14090948 memory=6155408505897439846 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14090948 memory=243900 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) D 19432 19435 18471 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901054564576 139901572971278 0 4 0 16800975 18446744072099916933 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 244908 KiB

[startup+5.40075 s]
/proc/loadavg: 1.22 1.27 1.31 3/217 19450
/proc/meminfo: memFree=24046516/32770624 swapFree=67108796/67108860
[pid=19435] ppid=19432 vsize=14090948 memory=244908 CPUtime=7.32 cores=1,3,5,7
/proc/19435/stat : 19435 (java) S 19432 19435 18471 0 -1 1077944320 28903 0 0 0 719 13 0 0 20 0 15 0 244117771 14429130752 61227 33554432000 4194304 4196468 140725852153520 140725852136064 139901588115191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
/proc/19435/statm: 3522737 61227 3570 1 0 3484809 0
[pid=19435/tid=19437] ppid=19432 vsize=14090948 memory=0 CPUtime=5.19 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (java) D 19432 19435 18471 0 -1 4202560 19987 0 0 0 513 6 0 0 20 0 15 0 244117771 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901592353360 139901567720889 0 4 0 16800975 18446744072099916933 0 0 -1 3 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19438] ppid=19432 vsize=14090948 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (java) S 19432 19435 18471 0 -1 1077944384 56 0 0 0 2 1 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901518203664 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19439] ppid=19432 vsize=14090948 memory=-2893623298589923098 CPUtime=0.01 cores=1,3,5,7
/proc/19435/task/19439/stat : 19439 (java) S 19432 19435 18471 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901517151120 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19440] ppid=19432 vsize=14090948 memory=6944652177228980320 CPUtime=0.02 cores=1,3,5,7
/proc/19435/task/19440/stat : 19440 (java) S 19432 19435 18471 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901516098576 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19441] ppid=19432 vsize=14090948 memory=6944656592387989600 CPUtime=0.03 cores=1,3,5,7
/proc/19435/task/19441/stat : 19441 (java) S 19432 19435 18471 0 -1 1077944384 228 0 0 0 2 1 0 0 20 0 15 0 244117772 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901515046032 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19442] ppid=19432 vsize=14090948 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19442/stat : 19442 (java) S 19432 19435 18471 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901062985712 139901588126338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19443] ppid=19432 vsize=14090948 memory=6944656574621848725 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19443/stat : 19443 (java) S 19432 19435 18471 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901061932000 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19444] ppid=19432 vsize=14090948 memory=8171313558828896340 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19444/stat : 19444 (java) S 19432 19435 18471 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244117774 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901060879328 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19445] ppid=19432 vsize=14090948 memory=7684433391216329530 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19445/stat : 19445 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901059827920 139901588133787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19446] ppid=19432 vsize=14090948 memory=6944656592455350634 CPUtime=0.71 cores=1,3,5,7
/proc/19435/task/19446/stat : 19446 (java) S 19432 19435 18471 0 -1 1077944384 2015 0 0 0 71 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901058775536 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19447] ppid=19432 vsize=14090948 memory=4639622827774857296 CPUtime=0.72 cores=1,3,5,7
/proc/19435/task/19447/stat : 19447 (java) S 19432 19435 18471 0 -1 1077944384 1646 0 0 0 72 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901057722992 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19448] ppid=19432 vsize=14090948 memory=7446258233933193554 CPUtime=0.52 cores=1,3,5,7
/proc/19435/task/19448/stat : 19448 (java) S 19432 19435 18471 0 -1 1077944384 3061 0 0 0 51 1 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901056670448 139901588126338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19449] ppid=19432 vsize=14090948 memory=2647401521409 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19449/stat : 19449 (java) S 19432 19435 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901055618144 139901588125397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
[pid=19435/tid=19450] ppid=19432 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19450/stat : 19450 (java) D 19432 19435 18471 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 244117777 14429130752 61227 33554432000 4194304 4196468 140725852153520 139901054564576 139901572971278 0 4 0 16800975 18446744072099916933 0 0 -1 7 0 0 0 0 0 6293624 6294260 22974464 140725852157009 140725852157193 140725852157193 140725852159951 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 244908 KiB

Child status: 0
Real time (s): 5.44029
CPU time (s): 7.36249
CPU user time (s): 7.21555
CPU system time (s): 0.146945
CPU usage (%): 135.333
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 244908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.21554
system time used= 0.146945
maximum resident set size= 254140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29316
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= 2659
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 19435
#   total CPU time (s): 7.36249
#   total CPU user time (s): 7.21555
#   total CPU system time (s): 0.146945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06386 second user time and 0.086329 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-14 18:52:26
IDJOB=4307690
IDBENCH=141497
IDSOLVER=2790
FILE ID=node138/4307690-1534265546
RUNJOBID= node138-1534258053-18503
PBS_JOBID= 21038119
Free space on /tmp= 27360 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307690-1534265546/watcher-4307690-1534265546 -o /tmp/evaluation-result-4307690-1534265546/solver-4307690-1534265546 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534258053-18503 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 810519710 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307690-1534265546.xml

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

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=810519710

node138.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.71
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.71
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.71
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.71
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:        24299948 kB
MemAvailable:   31629904 kB
Buffers:          123376 kB
Cached:          7384056 kB
SwapCached:           12 kB
Active:          4180368 kB
Inactive:        3656188 kB
Active(anon):     273296 kB
Inactive(anon):   108408 kB
Active(file):    3907072 kB
Inactive(file):  3547780 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:        391592 kB
Mapped:            66836 kB
Shmem:             49740 kB
Slab:             331268 kB
SReclaimable:     303564 kB
SUnreclaim:        27704 kB
KernelStack:        3840 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27324 MiB
End job on node138 at 2018-08-14 18:52:32