Trace number 4312213

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT (TO)210 252.082 245.916

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.09579
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
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.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1601405687
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.78/1.11	c Parsing done, starting search...
7.54/4.94	o 380
7.66/5.05	o 350
8.40/5.56	o 320
8.40/5.56	o 300
8.40/5.56	o 290
8.40/5.56	o 270
8.40/5.57	o 260
8.40/5.57	o 230
8.40/5.57	o 220
19.98/16.81	o 210
252.06/245.90	s SATISFIABLE
252.06/245.90	v <instantiation>
252.06/245.90	v 	<list>
252.06/245.90	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
252.06/245.90	v 	</list>
252.06/245.90	v 	<values>
252.06/245.90	v 		-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 
252.06/245.90	v 	</values>
252.06/245.90	v </instantiation>

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312213-1534569697/watcher-4312213-1534569697 -o /tmp/evaluation-result-4312213-1534569697/solver-4312213-1534569697 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1601405687 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312213-1534569697.xml 

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

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

solver pid=2414, runsolver pid=2411

[startup+0.100164 s]*
/proc/loadavg: 1.83 1.66 1.51 3/216 2429
/proc/meminfo: memFree=20252084/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14082736 memory=30472 CPUtime=0.12 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 6533 0 0 0 11 1 0 0 20 0 15 0 274532873 14420721664 7618 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3520684 7618 3150 1 0 3482761 0
[pid=2414/tid=2416] ppid=2411 vsize=14082736 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 4578 0 0 0 8 1 0 0 20 0 15 0 274532873 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031994398392 140031973384816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031462843680 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031461791344 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0.01 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 7618 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30472 KiB

[startup+0.210889 s]*
/proc/loadavg: 1.83 1.66 1.51 6/216 2429
/proc/meminfo: memFree=20229876/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14082736 memory=47120 CPUtime=0.3 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 10382 0 0 0 28 2 0 0 20 0 15 0 274532873 14420721664 11780 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3520684 11780 3376 1 0 3482761 0
[pid=2414/tid=2416] ppid=2411 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 8057 0 0 0 19 1 0 0 20 0 15 0 274532873 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031994421104 140031974241637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14082736 memory=288370134728496768 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031462843680 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031461791344 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) R 2411 2414 30888 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031458633712 140031974587876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0.05 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) R 2411 2414 30888 0 -1 4202560 333 0 0 0 5 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031457576264 140031974457169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 11780 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47120 KiB

[startup+0.310865 s]*
/proc/loadavg: 2.09 1.72 1.53 3/216 2429
/proc/meminfo: memFree=20219824/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14082736 memory=50880 CPUtime=0.43 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 10787 0 0 0 41 2 0 0 20 0 15 0 274532873 14420721664 12720 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3520684 12720 3414 1 0 3482761 0
[pid=2414/tid=2416] ppid=2411 vsize=14082736 memory=336248527 CPUtime=0.29 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 8420 0 0 0 28 1 0 0 20 0 15 0 274532873 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031994409520 140031970473882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14082736 memory=139758437242831 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14082736 memory=279516874483344 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14082736 memory=279517014034752 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14082736 memory=139758437138567 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031462843680 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14082736 memory=279516874510992 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274532876 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031461791344 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14082736 memory=279516874520320 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 77 0 0 0 2 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0.07 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 351 0 0 0 7 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14082736 memory=139758576785024 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532879 14420721664 12720 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50880 KiB

[startup+0.700716 s]
/proc/loadavg: 2.09 1.72 1.53 3/216 2429
/proc/meminfo: memFree=20183708/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14084804 memory=88748 CPUtime=0.99 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 17624 0 0 0 94 5 0 0 20 0 15 0 274532873 14422839296 22187 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3521201 22187 3499 1 0 3483273 0
[pid=2414/tid=2416] ppid=2411 vsize=14084804 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 14867 0 0 0 64 4 0 0 20 0 15 0 274532873 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031994412912 140031972438929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14084804 memory=139758437272720 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14084804 memory=150156552969428 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14084804 memory=1469500 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274532876 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274532876 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031462843680 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274532876 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031461791344 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14084804 memory=9051280431024079021 CPUtime=0.07 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 707 0 0 0 7 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14084804 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 229 0 0 0 7 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14084804 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 439 0 0 0 14 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14084804 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532879 14422839296 22187 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88748 KiB

[startup+1.50073 s]
/proc/loadavg: 2.09 1.72 1.53 3/216 2429
/proc/meminfo: memFree=20119788/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14090948 memory=184860 CPUtime=2.96 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 31011 0 0 0 287 9 0 0 20 0 15 0 274532873 14429130752 46215 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3522737 46215 3538 1 0 3484809 0
[pid=2414/tid=2416] ppid=2411 vsize=14090948 memory=279516874993952 CPUtime=1.47 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 20388 0 0 0 141 6 0 0 20 0 15 0 274532873 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031994430976 140031591627300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14090948 memory=279516875121456 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14090948 memory=15540717230911591 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274532874 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274532874 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 46215 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0

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

/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 26737 0 0 0 16025 11 0 0 20 0 15 0 274532873 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031994436048 140031588124632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14090948 memory=212060 CPUtime=0.73 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 3018 0 0 0 68 5 0 0 20 0 15 0 274532874 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14090948 memory=212060 CPUtime=0.74 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 1867 0 0 0 68 6 0 0 20 0 15 0 274532874 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14090948 memory=212060 CPUtime=0.74 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 577 0 0 0 66 8 0 0 20 0 15 0 274532874 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14090948 memory=214108 CPUtime=0.73 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 829 0 0 0 67 6 0 0 20 0 15 0 274532874 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14090948 memory=214108 CPUtime=0.89 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 1786 0 0 0 82 7 0 0 20 0 15 0 274532876 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14090948 memory=214108 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031462843744 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14090948 memory=164 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031461791360 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14090948 memory=214108 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14090948 memory=1140 CPUtime=1.32 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 5987 0 0 0 130 2 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14090948 memory=1024 CPUtime=1.27 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 5962 0 0 0 126 1 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14090948 memory=9004 CPUtime=0.51 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 5410 0 0 0 51 0 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14090948 memory=768 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14090948 memory=214108 CPUtime=0.09 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 574 0 0 0 5 4 0 0 20 0 15 0 274532879 14429130752 53527 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 167.46 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 214108 KiB

[startup+222.301 s]
/proc/loadavg: 1.33 1.62 1.54 3/215 2510
/proc/meminfo: memFree=23078396/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14090948 memory=244572 CPUtime=228.15 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 55172 0 0 0 22761 54 0 0 20 0 15 0 274532873 14429130752 61143 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3522737 61143 3569 1 0 3484809 0
[pid=2414/tid=2416] ppid=2411 vsize=14090948 memory=240172 CPUtime=219.64 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 27359 0 0 0 21952 12 0 0 20 0 15 0 274532873 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031994435792 140031591925691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14090948 memory=239936 CPUtime=1 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 3101 0 0 0 93 7 0 0 20 0 15 0 274532874 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14090948 memory=242484 CPUtime=1 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 1947 0 0 0 93 7 0 0 20 0 15 0 274532874 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14090948 memory=244572 CPUtime=1 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 668 0 0 0 90 10 0 0 20 0 15 0 274532874 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14090948 memory=244572 CPUtime=0.99 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 929 0 0 0 92 7 0 0 20 0 15 0 274532874 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14090948 memory=244572 CPUtime=1.18 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 1817 0 0 0 110 8 0 0 20 0 15 0 274532876 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14090948 memory=244572 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031462843744 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14090948 memory=240436 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031461791360 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14090948 memory=289 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14090948 memory=3544 CPUtime=1.32 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 5987 0 0 0 130 2 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14090948 memory=6716 CPUtime=1.27 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 5962 0 0 0 126 1 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14090948 memory=244572 CPUtime=0.51 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 5410 0 0 0 51 0 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14090948 memory=244572 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14090948 memory=244572 CPUtime=0.13 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 578 0 0 0 6 7 0 0 20 0 15 0 274532879 14429130752 61143 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 228.15 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 244572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.901 s]
/proc/loadavg: 1.17 1.56 1.52 3/215 2511
/proc/meminfo: memFree=23070768/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14090948 memory=247196 CPUtime=252.06 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 57121 0 0 0 25147 59 0 0 20 0 15 0 274532873 14429130752 61799 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3522737 61799 3569 1 0 3484809 0
[pid=2414/tid=2416] ppid=2411 vsize=14090948 memory=247196 CPUtime=242.98 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 28097 0 0 0 24285 13 0 0 20 0 15 0 274532873 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031994436128 140031588124687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 3176 0 0 0 102 9 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2637 0 0 0 103 8 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 716 0 0 0 101 10 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14090948 memory=244820 CPUtime=1.1 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 1030 0 0 0 102 8 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.31 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 2089 0 0 0 122 9 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031462843744 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031461791360 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.32 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 5989 0 0 0 130 2 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14090948 memory=800 CPUtime=1.27 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 5964 0 0 0 126 1 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14090948 memory=1404 CPUtime=0.51 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 5412 0 0 0 51 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14090948 memory=164 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14090948 memory=-7880843606118635149 CPUtime=0.15 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 247196 KiB

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

[startup+245.916 s]
# the end of solver process 2414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.482 s, system=0.600334 s

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

[startup+245.901 s]
/proc/loadavg: 1.17 1.56 1.52 3/215 2511
/proc/meminfo: memFree=23070768/32770624 swapFree=67059156/67108860
[pid=2414] ppid=2411 vsize=14090948 memory=247196 CPUtime=252.06 cores=0,2,4,6
/proc/2414/stat : 2414 (java) S 2411 2414 30888 0 -1 1077944320 57121 0 0 0 25147 59 0 0 20 0 15 0 274532873 14429130752 61799 33554432000 4194304 4196468 140723769194272 140723769176816 140031990198007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
/proc/2414/statm: 3522737 61799 3569 1 0 3484809 0
[pid=2414/tid=2416] ppid=2411 vsize=14090948 memory=247196 CPUtime=242.98 cores=0,2,4,6
/proc/2414/task/2416/stat : 2416 (java) R 2411 2414 30888 0 -1 4202560 28097 0 0 0 24285 13 0 0 20 0 15 0 274532873 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031994436128 140031588124687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2417] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2417/stat : 2417 (java) S 2411 2414 30888 0 -1 1077944384 3176 0 0 0 102 9 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031920286096 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2418] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2418/stat : 2418 (java) S 2411 2414 30888 0 -1 1077944384 2637 0 0 0 103 8 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031919233296 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2419] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.11 cores=0,2,4,6
/proc/2414/task/2419/stat : 2419 (java) S 2411 2414 30888 0 -1 1077944384 716 0 0 0 101 10 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031918181008 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2420] ppid=2411 vsize=14090948 memory=244820 CPUtime=1.1 cores=0,2,4,6
/proc/2414/task/2420/stat : 2420 (java) S 2411 2414 30888 0 -1 1077944384 1030 0 0 0 102 8 0 0 20 0 15 0 274532874 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031917128208 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2421] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.31 cores=0,2,4,6
/proc/2414/task/2421/stat : 2421 (java) S 2411 2414 30888 0 -1 1077944384 2089 0 0 0 122 9 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031463897712 140031990209154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2422] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2422/stat : 2422 (java) S 2411 2414 30888 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031462843744 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2423] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2423/stat : 2423 (java) S 2411 2414 30888 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274532876 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031461791360 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2424] ppid=2411 vsize=14090948 memory=247196 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2424/stat : 2424 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031460739664 140031990216603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2425] ppid=2411 vsize=14090948 memory=247196 CPUtime=1.32 cores=0,2,4,6
/proc/2414/task/2425/stat : 2425 (java) S 2411 2414 30888 0 -1 1077944384 5989 0 0 0 130 2 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031459686512 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2426] ppid=2411 vsize=14090948 memory=800 CPUtime=1.27 cores=0,2,4,6
/proc/2414/task/2426/stat : 2426 (java) S 2411 2414 30888 0 -1 1077944384 5964 0 0 0 126 1 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031458633712 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2427] ppid=2411 vsize=14090948 memory=1404 CPUtime=0.51 cores=0,2,4,6
/proc/2414/task/2427/stat : 2427 (java) S 2411 2414 30888 0 -1 1077944384 5412 0 0 0 51 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031457581424 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2428] ppid=2411 vsize=14090948 memory=164 CPUtime=0 cores=0,2,4,6
/proc/2414/task/2428/stat : 2428 (java) S 2411 2414 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031456528864 140031990208213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
[pid=2414/tid=2429] ppid=2411 vsize=14090948 memory=-7880843606118635149 CPUtime=0.15 cores=0,2,4,6
/proc/2414/task/2429/stat : 2429 (java) S 2411 2414 30888 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 15 0 274532879 14429130752 61799 33554432000 4194304 4196468 140723769194272 140031455476656 140031990209154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10027008 140723769201742 140723769201934 140723769201934 140723769204687 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 247196 KiB

Child status: 143
Real time (s): 245.916
CPU time (s): 252.082
CPU user time (s): 251.482
CPU system time (s): 0.600334
CPU usage (%): 102.507
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 247196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.482
system time used= 0.600334
maximum resident set size= 247908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39786
involuntary context switches= 1156


# summary of solver processes directly reported to runsolver:
#   pid: 2414
#   total CPU time (s): 252.082
#   total CPU user time (s): 251.482
#   total CPU system time (s): 0.600334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30784 second user time and 2.49738 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 07:21:37
IDJOB=4312213
IDBENCH=141317
IDSOLVER=2800
FILE ID=node103/4312213-1534569697
RUNJOBID= node103-1534568890-1709
PBS_JOBID= 21038644
Free space on /tmp= 44256 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312213-1534569697/watcher-4312213-1534569697 -o /tmp/evaluation-result-4312213-1534569697/solver-4312213-1534569697 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1601405687 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312213-1534569697.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1601405687

node103.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.48
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.48
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.48
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.48
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:        20278428 kB
MemAvailable:   28753340 kB
Buffers:          233000 kB
Cached:          8470264 kB
SwapCached:         5152 kB
Active:          8101052 kB
Inactive:        3786380 kB
Active(anon):    3187204 kB
Inactive(anon):    64692 kB
Active(file):    4913848 kB
Inactive(file):  3721688 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             35712 kB
Writeback:             0 kB
AnonPages:       3308200 kB
Mapped:            31848 kB
Shmem:             65136 kB
Slab:             297392 kB
SReclaimable:     267836 kB
SUnreclaim:        29556 kB
KernelStack:        3664 kB
PageTables:        11416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5054576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44260 MiB
End job on node103 at 2018-08-18 07:25:43