Trace number 4290419

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)0 2400.11 2369.12

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.400485
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
Optimization problemYES
Type of objectivemin 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.66/0.57	c version: 2018-07-02
0.66/0.57	c seed: 587945977
0.66/0.57	c timeout: 2400
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.69/1.18	c Parsing done, starting search...
1.84/1.25	o 15
1.84/1.26	o 12
1.84/1.26	o 7
1.84/1.26	o 4
1.84/1.26	o 2
1.84/1.26	o 1
1.84/1.27	o 0
2400.08/2369.11	s SATISFIABLE
2400.08/2369.11	v <instantiation>
2400.08/2369.11	v 	<list>
2400.08/2369.11	v 		slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9]
2400.08/2369.11	v 	</list>
2400.08/2369.11	v 	<values>
2400.08/2369.11	v 		2 2 1 0 0 1 2 3 1 3 18 18 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
2400.08/2369.11	v 	</values>
2400.08/2369.11	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290419-1532609470/watcher-4290419-1532609470 -o /tmp/evaluation-result-4290419-1532609470/solver-4290419-1532609470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532609470-3351 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 587945977 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290419-1532609470.xml 

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

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=3380, runsolver pid=3374
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 1.03 1.10 1.25 3/216 3410
/proc/meminfo: memFree=21265580/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14082740 memory=32544 CPUtime=0.11 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 6595 0 0 0 10 1 0 0 20 0 15 0 78510215 14420725760 8136 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3520685 8136 3137 1 0 3482761 0
[pid=3380/tid=3384] ppid=3374 vsize=14082740 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 4659 0 0 0 8 1 0 0 20 0 15 0 78510215 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263766625568 140263762408605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14082740 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510217 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263303382560 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 78510220 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14420725760 8189 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0.01 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) R 3374 3380 32325 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 15 0 78510220 14420725760 8189 33554432000 4194304 4196468 140722230892528 140262869559408 140263741086880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 8189 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) R 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 8189 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32544 KiB

[startup+0.218075 s]*
/proc/loadavg: 1.03 1.10 1.25 11/216 3410
/proc/meminfo: memFree=21234448/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14082740 memory=49084 CPUtime=0.3 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 10376 0 0 0 28 2 0 0 20 0 15 0 78510215 14420725760 12271 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3520685 12271 3374 1 0 3482761 0
[pid=3380/tid=3384] ppid=3374 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 8081 0 0 0 18 2 0 0 20 0 15 0 78510215 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263766611744 140263746467166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14082740 memory=331 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14082740 memory=140469259167635 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78510217 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263303382560 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) R 3374 3380 32325 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 78510220 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) R 3374 3380 32325 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 15 0 78510220 14420725760 12271 33554432000 4194304 4196468 140722230892528 140263299172592 140263739633824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0.05 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) R 3374 3380 32325 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 15 0 78510220 14420725760 12271 33554432000 4194304 4196468 140722230892528 140262869557368 140263740935984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 12271 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 12271 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49084 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.03 1.10 1.25 4/216 3410
/proc/meminfo: memFree=21227500/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14082740 memory=52548 CPUtime=0.43 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 10755 0 0 0 40 3 0 0 20 0 15 0 78510215 14420725760 13137 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3520685 13137 3414 1 0 3482761 0
[pid=3380/tid=3384] ppid=3374 vsize=14082740 memory=93309861 CPUtime=0.29 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 8431 0 0 0 27 2 0 0 20 0 15 0 78510215 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263766598192 140263743951153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14082740 memory=140469120112591 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14082740 memory=280938240222864 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14082740 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14082740 memory=280938378946880 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78510217 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14082740 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263303382560 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14082740 memory=280938240153576 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78510218 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14082740 memory=280938240153256 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 78510220 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 78510220 14420725760 13137 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14082740 memory=140469258827392 CPUtime=0.07 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) S 3374 3380 32325 0 -1 1077944384 322 0 0 0 7 0 0 0 20 0 15 0 78510220 14420725760 13137 33554432000 4194304 4196468 140722230892528 140262869559408 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14082740 memory=2272 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 13137 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14082740 memory=140473553794687 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510221 14420725760 13137 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52548 KiB

[startup+0.700709 s]
/proc/loadavg: 1.03 1.10 1.25 3/216 3410
/proc/meminfo: memFree=21182728/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14084808 memory=90880 CPUtime=0.98 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 17593 0 0 0 94 4 0 0 20 0 15 0 78510215 14422843392 22720 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3521202 22720 3500 1 0 3483273 0
[pid=3380/tid=3384] ppid=3374 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 14849 0 0 0 63 4 0 0 20 0 15 0 78510215 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263766609280 140263743612861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14084808 memory=140469120142480 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14084808 memory=155046239019168 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14084808 memory=24561 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78510217 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78510218 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263303382560 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14084808 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78510218 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14084808 memory=-3535359994705171299 CPUtime=0.07 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) R 3374 3380 32325 0 -1 1077944384 704 0 0 0 7 0 0 0 20 0 15 0 78510220 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14084808 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 239 0 0 0 7 0 0 0 20 0 15 0 78510220 14422843392 22720 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14084808 memory=6944656592455360604 CPUtime=0.14 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) R 3374 3380 32325 0 -1 4202560 418 0 0 0 14 0 0 0 20 0 15 0 78510220 14422843392 22720 33554432000 4194304 4196468 140722230892528 140262869559408 140263762398614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14084808 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14422843392 22720 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510221 14422843392 22720 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90880 KiB

[startup+1.5011 s]
/proc/loadavg: 1.03 1.10 1.25 5/216 3410
/proc/meminfo: memFree=21081980/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14090952 memory=182916 CPUtime=2.78 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 23839 0 0 0 270 8 0 0 20 0 15 0 78510215 14429134848 45729 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3522738 45729 3547 1 0 3484809 0
[pid=3380/tid=3384] ppid=3374 vsize=14090952 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 18385 0 0 0 141 6 0 0 20 0 15 0 78510215 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263766622280 140263386313691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14090952 memory=4529 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78510216 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14090952 memory=14694088981523145 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14090952 memory=140469120280552 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78510216 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14090952 memory=280938240558832 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 78510217 14429134848 45729 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0

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

/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 61709 0 0 0 223473 69 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263766625232 140263386313310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.05 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 5440 0 0 0 898 107 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.08 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 7316 0 0 0 911 97 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.07 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 5386 0 0 0 897 110 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.05 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 7543 0 0 0 892 113 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14090952 memory=1079736 CPUtime=13.17 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 10680 0 0 0 1228 89 0 0 20 0 15 0 78510217 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263303382624 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14090952 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.51 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 1436 0 0 0 50 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.48 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 1099 0 0 0 47 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.5 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) S 3374 3380 32325 0 -1 1077944384 2134 0 0 0 49 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262869559408 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14090952 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14090952 memory=4140 CPUtime=1.48 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1652 0 0 0 71 77 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 2291.9 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079736 KiB

[startup+2322.3 s]
/proc/loadavg: 1.45 1.46 1.48 4/215 3498
/proc/meminfo: memFree=16793708/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14090952 memory=1079736 CPUtime=2352.67 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 107377 0 0 0 234776 491 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3522738 269934 3588 1 0 3484809 0
[pid=3380/tid=3384] ppid=3374 vsize=14090952 memory=1079736 CPUtime=2294.68 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 62914 0 0 0 229398 70 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263766625264 140263386313306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.32 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 5462 0 0 0 922 110 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.37 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 7342 0 0 0 937 100 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.33 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 5530 0 0 0 920 113 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.32 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 7561 0 0 0 916 116 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14090952 memory=4140 CPUtime=13.54 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 10853 0 0 0 1263 91 0 0 20 0 15 0 78510217 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14090952 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263303382624 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14090952 memory=912 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14090952 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14090952 memory=1008 CPUtime=0.51 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 1438 0 0 0 50 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.48 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 1101 0 0 0 47 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.5 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) S 3374 3380 32325 0 -1 1077944384 2135 0 0 0 49 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262869559408 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14090952 memory=2300 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14090952 memory=2300 CPUtime=1.52 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1667 0 0 0 74 78 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 2352.67 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.11 s]
/proc/loadavg: 1.48 1.47 1.48 3/216 3507
/proc/meminfo: memFree=16792556/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14090952 memory=1079736 CPUtime=2400.08 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 108581 0 0 0 239506 502 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3522738 269934 3588 1 0 3484809 0
[pid=3380/tid=3384] ppid=3374 vsize=14090952 memory=1796 CPUtime=2340.9 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 63717 0 0 0 234019 71 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263766625488 140263381344929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.54 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 5620 0 0 0 941 113 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14090952 memory=155 CPUtime=10.59 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 7357 0 0 0 956 103 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.56 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 5540 0 0 0 939 117 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14090952 memory=2300 CPUtime=10.54 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 7586 0 0 0 935 119 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14090952 memory=0 CPUtime=13.83 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 11027 0 0 0 1289 94 0 0 20 0 15 0 78510217 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14090952 memory=912 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263303382624 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14090952 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14090952 memory=644 CPUtime=0.51 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 1440 0 0 0 50 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14090952 memory=956 CPUtime=0.48 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 1103 0 0 0 47 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.5 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) S 3374 3380 32325 0 -1 1077944384 2136 0 0 0 49 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262869559408 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14090952 memory=1408 CPUtime=1.55 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1681 0 0 0 76 79 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079736 KiB

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

[startup+2369.12 s]
# the end of solver process 3380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.07 s, system=5.03538 s

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

[startup+2369.11 s]
/proc/loadavg: 1.48 1.47 1.48 3/216 3507
/proc/meminfo: memFree=16792556/32770624 swapFree=67108860/67108860
[pid=3380] ppid=3374 vsize=14090952 memory=1079736 CPUtime=2400.08 cores=0,2,4,6
/proc/3380/stat : 3380 (java) S 3374 3380 32325 0 -1 1077944320 108581 0 0 0 239506 502 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140722230875072 140263762386679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
/proc/3380/statm: 3522738 269934 3588 1 0 3484809 0
[pid=3380/tid=3384] ppid=3374 vsize=14090952 memory=1796 CPUtime=2340.9 cores=0,2,4,6
/proc/3380/task/3384/stat : 3384 (java) R 3374 3380 32325 0 -1 4202560 63717 0 0 0 234019 71 0 0 20 0 15 0 78510215 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263766625488 140263381344929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3389] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.54 cores=0,2,4,6
/proc/3380/task/3389/stat : 3389 (java) S 3374 3380 32325 0 -1 1077944384 5620 0 0 0 941 113 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263358470800 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3390] ppid=3374 vsize=14090952 memory=155 CPUtime=10.59 cores=0,2,4,6
/proc/3380/task/3390/stat : 3390 (java) S 3374 3380 32325 0 -1 1077944384 7357 0 0 0 956 103 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263357418000 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3391] ppid=3374 vsize=14090952 memory=1079736 CPUtime=10.56 cores=0,2,4,6
/proc/3380/task/3391/stat : 3391 (java) S 3374 3380 32325 0 -1 1077944384 5540 0 0 0 939 117 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263356365200 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3392] ppid=3374 vsize=14090952 memory=2300 CPUtime=10.54 cores=0,2,4,6
/proc/3380/task/3392/stat : 3392 (java) S 3374 3380 32325 0 -1 1077944384 7586 0 0 0 935 119 0 0 20 0 15 0 78510216 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263355312400 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3394] ppid=3374 vsize=14090952 memory=0 CPUtime=13.83 cores=0,2,4,6
/proc/3380/task/3394/stat : 3394 (java) S 3374 3380 32325 0 -1 1077944384 11027 0 0 0 1289 94 0 0 20 0 15 0 78510217 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263304436592 140263762397826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3396] ppid=3374 vsize=14090952 memory=912 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3396/stat : 3396 (java) S 3374 3380 32325 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263303382624 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3397] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3397/stat : 3397 (java) S 3374 3380 32325 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 78510218 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263302329712 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3403] ppid=3374 vsize=14090952 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3403/stat : 3403 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263301278032 140263762405275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3404] ppid=3374 vsize=14090952 memory=644 CPUtime=0.51 cores=0,2,4,6
/proc/3380/task/3404/stat : 3404 (java) S 3374 3380 32325 0 -1 1077944384 1440 0 0 0 50 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263300225392 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3405] ppid=3374 vsize=14090952 memory=956 CPUtime=0.48 cores=0,2,4,6
/proc/3380/task/3405/stat : 3405 (java) S 3374 3380 32325 0 -1 1077944384 1103 0 0 0 47 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140263299172592 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3406] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0.5 cores=0,2,4,6
/proc/3380/task/3406/stat : 3406 (java) S 3374 3380 32325 0 -1 1077944384 2136 0 0 0 49 1 0 0 20 0 15 0 78510220 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262869559408 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3408] ppid=3374 vsize=14090952 memory=1079736 CPUtime=0 cores=0,2,4,6
/proc/3380/task/3408/stat : 3408 (java) S 3374 3380 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262868506848 140263762396885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
[pid=3380/tid=3410] ppid=3374 vsize=14090952 memory=1408 CPUtime=1.55 cores=0,2,4,6
/proc/3380/task/3410/stat : 3410 (java) S 3374 3380 32325 0 -1 1077944384 1681 0 0 0 76 79 0 0 20 0 15 0 78510221 14429134848 269934 33554432000 4194304 4196468 140722230892528 140262867455152 140263762397826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 27447296 140722230899785 140722230899977 140722230899977 140722230902735 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079736 KiB

Child status: 143
Real time (s): 2369.12
CPU time (s): 2400.11
CPU user time (s): 2395.07
CPU system time (s): 5.03538
CPU usage (%): 101.308
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1127368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.07
system time used= 5.03538
maximum resident set size= 1128888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 436957
involuntary context switches= 8072


# summary of solver processes directly reported to runsolver:
#   pid: 3380
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.07
#   total CPU system time (s): 5.03538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8157 second user time and 23.2042 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-26 14:51:10
IDJOB=4290419
IDBENCH=141634
IDSOLVER=2743
FILE ID=node136/4290419-1532609470
RUNJOBID= node136-1532609470-3351
PBS_JOBID= 21021964
Free space on /tmp= 55868 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_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-4290419-1532609470/watcher-4290419-1532609470 -o /tmp/evaluation-result-4290419-1532609470/solver-4290419-1532609470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532609470-3351 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 587945977 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290419-1532609470.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=587945977

node136.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:        21304272 kB
MemAvailable:   31931772 kB
Buffers:          232780 kB
Cached:         10621928 kB
SwapCached:            0 kB
Active:          2727500 kB
Inactive:        8180016 kB
Active(anon):       3936 kB
Inactive(anon):    76672 kB
Active(file):    2723564 kB
Inactive(file):  8103344 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             72552 kB
Writeback:             0 kB
AnonPages:         67852 kB
Mapped:            40480 kB
Shmem:             25228 kB
Slab:             256576 kB
SReclaimable:     229052 kB
SUnreclaim:        27524 kB
KernelStack:        3472 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 55796 MiB
End job on node136 at 2018-07-26 15:30:40