Trace number 4290244

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-07-02SAT (TO)709 2400.04 2369.52

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.748423
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 1136901791
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.32/0.99	c Parsing done, starting search...
1.51/1.02	o 225
1.51/1.03	o 268
1.51/1.03	o 270
1.51/1.03	o 344
1.51/1.04	o 346
1.51/1.04	o 371
1.51/1.04	o 408
1.51/1.04	o 427
1.51/1.04	o 465
1.51/1.04	o 540
1.51/1.05	o 544
1.51/1.05	o 602
1.51/1.06	o 625
1.51/1.06	o 627
1.51/1.09	o 650
1.51/1.09	o 661
1.78/1.11	o 662
1.78/1.15	o 668
1.78/1.15	o 670
1.78/1.15	o 697
1.78/1.16	o 701
1.78/1.16	o 703
1.78/1.16	o 709
2400.01/2369.50	s SATISFIABLE
2400.01/2369.50	v <instantiation>
2400.01/2369.50	v 	<list>
2400.01/2369.50	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]
2400.01/2369.50	v 	</list>
2400.01/2369.50	v 	<values>
2400.01/2369.50	v 		1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0 
2400.01/2369.50	v 	</values>
2400.01/2369.50	v </instantiation>

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290244-1532533975/watcher-4290244-1532533975 -o /tmp/evaluation-result-4290244-1532533975/solver-4290244-1532533975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532505403-28953 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1136901791 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290244-1532533975.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31971, runsolver pid=31968
Current StackSize limit: 8192 KiB


[startup+0.106655 s]*
/proc/loadavg: 1.27 1.25 1.32 3/219 31986
/proc/meminfo: memFree=15632288/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14082740 memory=34360 CPUtime=0.13 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 6953 0 0 0 12 1 0 0 20 0 15 0 70960670 14420725760 8590 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3520685 8590 3165 1 0 3482761 0
[pid=31971/tid=31973] ppid=31968 vsize=14082740 memory=-8485517772678664064 CPUtime=0.09 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 5026 0 0 0 9 0 0 0 20 0 15 0 70960670 14420725760 8590 33554432000 4194304 4196468 140736260347632 140280008064768 140279984125856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 8590 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 8590 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 8590 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 8590 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 8590 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279544779680 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 70960675 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0.01 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 70960675 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 8656 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 34360 KiB

[startup+0.210734 s]*
/proc/loadavg: 1.33 1.26 1.32 6/219 31986
/proc/meminfo: memFree=15617156/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14082740 memory=47788 CPUtime=0.3 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 10056 0 0 0 29 1 0 0 20 0 15 0 70960670 14420725760 11947 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3520685 11947 3372 1 0 3482761 0
[pid=31971/tid=31973] ppid=31968 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 7766 0 0 0 19 1 0 0 20 0 15 0 70960670 14420725760 11947 33554432000 4194304 4196468 140736260347632 140280008075152 140279621489857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14082740 memory=365 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14082740 memory=140075360129446 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279544779680 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) R 31968 31971 28921 0 -1 4202560 450 0 0 0 2 0 0 0 20 0 15 0 70960675 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279541623280 140279983503488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) R 31968 31971 28921 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 70960675 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0.06 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) R 31968 31971 28921 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 15 0 70960675 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279539518192 140279996087102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 11947 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47788 KiB

[startup+0.310874 s]*
/proc/loadavg: 1.33 1.26 1.32 3/219 31986
/proc/meminfo: memFree=15613868/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14082740 memory=51116 CPUtime=0.44 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 10424 0 0 0 43 1 0 0 20 0 15 0 70960670 14420725760 12779 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3520685 12779 3375 1 0 3482761 0
[pid=31971/tid=31973] ppid=31968 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 8102 0 0 0 29 1 0 0 20 0 15 0 70960670 14420725760 12779 33554432000 4194304 4196468 140736260347632 140280008061488 140279985413504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14082740 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14082740 memory=140075359948587 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70960671 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279544779680 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70960673 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 451 0 0 0 3 0 0 0 20 0 15 0 70960675 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 184 0 0 0 2 0 0 0 20 0 15 0 70960675 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0.08 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 304 0 0 0 8 0 0 0 20 0 15 0 70960675 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14082740 memory=140075359741568 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960676 14420725760 12779 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51116 KiB

[startup+0.700729 s]
/proc/loadavg: 1.33 1.26 1.32 3/219 31986
/proc/meminfo: memFree=15589932/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14084808 memory=90824 CPUtime=0.98 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 17109 0 0 0 95 3 0 0 20 0 15 0 70960670 14422843392 22706 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3521202 22706 3498 1 0 3483273 0
[pid=31971/tid=31973] ppid=31968 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 14434 0 0 0 64 3 0 0 20 0 15 0 70960670 14422843392 22706 33554432000 4194304 4196468 140736260347632 140280008074080 140280003871901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14084808 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960671 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14084808 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70960671 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14084808 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 70960673 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14084808 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70960673 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279544779680 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14084808 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70960673 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14084808 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14084808 memory=7450174591119418944 CPUtime=0.06 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 582 0 0 0 6 0 0 0 20 0 15 0 70960675 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14084808 memory=7519162438972494954 CPUtime=0.08 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 347 0 0 0 8 0 0 0 20 0 15 0 70960675 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14084808 memory=6154282490091891024 CPUtime=0.15 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) R 31968 31971 28921 0 -1 4202560 363 0 0 0 15 0 0 0 20 0 15 0 70960675 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279539518192 140280003871322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70960676 14422843392 22706 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90824 KiB

[startup+1.50081 s]
/proc/loadavg: 1.33 1.26 1.32 5/219 31986
/proc/meminfo: memFree=15555252/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14090952 memory=222404 CPUtime=2.83 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 25004 0 0 0 275 8 0 0 20 0 15 0 70960670 14429134848 55601 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3522738 55601 3565 1 0 3484809 0
[pid=31971/tid=31973] ppid=31968 vsize=14090952 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 18658 0 0 0 141 5 0 0 20 0 15 0 70960670 14429134848 55601 33554432000 4194304 4196468 140736260347632 140280008088656 140279621693773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 15 0 70960671 14429134848 55601 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14090952 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 70960671 14429134848 55601 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14090952 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 70960671 14429134848 55601 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14090952 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 70960671 14429134848 55601 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 55601 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0

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

/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 55773 0 0 0 223418 65 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140280008088560 140279625825616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14090952 memory=563516 CPUtime=9.92 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 3088 0 0 0 871 121 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14090952 memory=563516 CPUtime=9.89 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 3732 0 0 0 874 115 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14090952 memory=280150516680480 CPUtime=9.97 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 4074 0 0 0 874 123 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14090952 memory=563516 CPUtime=9.94 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 4024 0 0 0 869 125 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14090952 memory=563516 CPUtime=14.04 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 7135 0 0 0 1313 91 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279544779744 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.49 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 1098 0 0 0 48 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.51 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 1540 0 0 0 51 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.39 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 2588 0 0 0 38 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14090952 memory=563516 CPUtime=1.41 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1443 0 0 0 63 78 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 2291.47 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 563516 KiB

[startup+2322.3 s]
/proc/loadavg: 1.32 1.35 1.39 3/219 32088
/proc/meminfo: memFree=15112580/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14090952 memory=563516 CPUtime=2352.23 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 87044 0 0 0 234712 511 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3522738 140879 3584 1 0 3484809 0
[pid=31971/tid=31973] ppid=31968 vsize=14090952 memory=13460 CPUtime=2294.11 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 56571 0 0 0 229344 67 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140280008088448 140279625825172 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.19 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 3116 0 0 0 894 125 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.15 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 3826 0 0 0 898 117 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14090952 memory=56 CPUtime=10.22 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 4077 0 0 0 897 125 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14090952 memory=280150517681184 CPUtime=10.21 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 4035 0 0 0 892 129 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14090952 memory=563516 CPUtime=14.42 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 7313 0 0 0 1348 94 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279544779744 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.49 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 1101 0 0 0 48 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.51 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 1542 0 0 0 51 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.39 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 2590 0 0 0 38 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14090952 memory=1296 CPUtime=1.44 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1458 0 0 0 64 80 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 2352.23 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 563516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.5 s]
/proc/loadavg: 1.32 1.34 1.39 3/219 32165
/proc/meminfo: memFree=14162184/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14090952 memory=563516 CPUtime=2400.01 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 88056 0 0 0 239480 521 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3522738 140879 3584 1 0 3484809 0
[pid=31971/tid=31973] ppid=31968 vsize=14090952 memory=563516 CPUtime=2340.75 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 57321 0 0 0 234007 68 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140280008088688 140279625826294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.39 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 3134 0 0 0 911 128 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.36 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 3826 0 0 0 916 120 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.43 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 4080 0 0 0 916 127 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.41 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 4124 0 0 0 910 131 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14090952 memory=1228 CPUtime=14.71 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 7455 0 0 0 1375 96 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279544779744 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14090952 memory=1008 CPUtime=0.49 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 1103 0 0 0 48 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.51 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 1544 0 0 0 51 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.4 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 2592 0 0 0 38 2 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14090952 memory=563516 CPUtime=1.47 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1462 0 0 0 66 81 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 563516 KiB

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

[startup+2369.52 s]
# the end of solver process 31971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.82 s, system=5.2215 s

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

[startup+2369.5 s]
/proc/loadavg: 1.32 1.34 1.39 3/219 32165
/proc/meminfo: memFree=14162184/32770624 swapFree=67108860/67108860
[pid=31971] ppid=31968 vsize=14090952 memory=563516 CPUtime=2400.01 cores=1,3,5,7
/proc/31971/stat : 31971 (java) S 31968 31971 28921 0 -1 1077944320 88056 0 0 0 239480 521 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140736260330176 140280003849975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
/proc/31971/statm: 3522738 140879 3584 1 0 3484809 0
[pid=31971/tid=31973] ppid=31968 vsize=14090952 memory=563516 CPUtime=2340.75 cores=1,3,5,7
/proc/31971/task/31973/stat : 31973 (java) R 31968 31971 28921 0 -1 4202560 57321 0 0 0 234007 68 0 0 20 0 15 0 70960670 14429134848 140879 33554432000 4194304 4196468 140736260347632 140280008088688 140279625826294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31974] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.39 cores=1,3,5,7
/proc/31971/task/31974/stat : 31974 (java) S 31968 31971 28921 0 -1 1077944384 3134 0 0 0 911 128 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279941450512 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31975] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.36 cores=1,3,5,7
/proc/31971/task/31975/stat : 31975 (java) S 31968 31971 28921 0 -1 1077944384 3826 0 0 0 916 120 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279598816144 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31976] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.43 cores=1,3,5,7
/proc/31971/task/31976/stat : 31976 (java) S 31968 31971 28921 0 -1 1077944384 4080 0 0 0 916 127 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279597763600 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31977] ppid=31968 vsize=14090952 memory=563516 CPUtime=10.41 cores=1,3,5,7
/proc/31971/task/31977/stat : 31977 (java) S 31968 31971 28921 0 -1 1077944384 4124 0 0 0 910 131 0 0 20 0 15 0 70960671 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279596711056 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31978] ppid=31968 vsize=14090952 memory=1228 CPUtime=14.71 cores=1,3,5,7
/proc/31971/task/31978/stat : 31978 (java) S 31968 31971 28921 0 -1 1077944384 7455 0 0 0 1375 96 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279545833456 140280003861122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31979] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31979/stat : 31979 (java) S 31968 31971 28921 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279544779744 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31980] ppid=31968 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31980/stat : 31980 (java) S 31968 31971 28921 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 70960673 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279543727088 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31981] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31981/stat : 31981 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279542675664 140280003868571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31982] ppid=31968 vsize=14090952 memory=1008 CPUtime=0.49 cores=1,3,5,7
/proc/31971/task/31982/stat : 31982 (java) S 31968 31971 28921 0 -1 1077944384 1103 0 0 0 48 1 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279541623280 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31983] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.51 cores=1,3,5,7
/proc/31971/task/31983/stat : 31983 (java) S 31968 31971 28921 0 -1 1077944384 1544 0 0 0 51 0 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279540570736 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31984] ppid=31968 vsize=14090952 memory=563516 CPUtime=0.4 cores=1,3,5,7
/proc/31971/task/31984/stat : 31984 (java) S 31968 31971 28921 0 -1 1077944384 2592 0 0 0 38 2 0 0 20 0 15 0 70960675 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279539518192 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31985] ppid=31968 vsize=14090952 memory=563516 CPUtime=0 cores=1,3,5,7
/proc/31971/task/31985/stat : 31985 (java) S 31968 31971 28921 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279470353504 140280003860181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
[pid=31971/tid=31986] ppid=31968 vsize=14090952 memory=563516 CPUtime=1.47 cores=1,3,5,7
/proc/31971/task/31986/stat : 31986 (java) S 31968 31971 28921 0 -1 1077944384 1462 0 0 0 66 81 0 0 20 0 15 0 70960676 14429134848 140879 33554432000 4194304 4196468 140736260347632 140279469300016 140280003861122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 15474688 140736260355144 140736260355337 140736260355337 140736260358095 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 563516 KiB

Child status: 143
Real time (s): 2369.52
CPU time (s): 2400.04
CPU user time (s): 2394.82
CPU system time (s): 5.2215
CPU usage (%): 101.288
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 603272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.82
system time used= 5.2215
maximum resident set size= 604824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 461248
involuntary context switches= 7148


# summary of solver processes directly reported to runsolver:
#   pid: 31971
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2394.82
#   total CPU system time (s): 5.2215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8853 second user time and 22.9846 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 17:52:55
IDJOB=4290244
IDBENCH=141542
IDSOLVER=2743
FILE ID=node135/4290244-1532533975
RUNJOBID= node135-1532505403-28953
PBS_JOBID= 21021593
Free space on /tmp= 48332 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_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-4290244-1532533975/watcher-4290244-1532533975 -o /tmp/evaluation-result-4290244-1532533975/solver-4290244-1532533975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532505403-28953 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1136901791 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290244-1532533975.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1136901791

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15652328 kB
MemAvailable:   31740588 kB
Buffers:          231516 kB
Cached:         15912496 kB
SwapCached:            0 kB
Active:          2703664 kB
Inactive:       13682620 kB
Active(anon):     192280 kB
Inactive(anon):    78072 kB
Active(file):    2511384 kB
Inactive(file): 13604548 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35736 kB
Writeback:             0 kB
AnonPages:        204092 kB
Mapped:            53084 kB
Shmem:             25248 kB
Slab:             429384 kB
SReclaimable:     400788 kB
SUnreclaim:        28596 kB
KernelStack:        3872 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48296 MiB
End job on node135 at 2018-07-25 18:32:25