Trace number 4290354

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)45 2400.11 2357.92

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark8.12699
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
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.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 553350132
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
1.95/1.20	c Parsing done, starting search...
4.09/1.94	o 61
4.65/2.16	o 49
9.75/6.76	o 46
23.22/19.98	o 45
2400.09/2357.91	s SATISFIABLE
2400.09/2357.92	v <instantiation>
2400.09/2357.92	v 	<list>
2400.09/2357.92	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
2400.09/2357.92	v 	</list>
2400.09/2357.92	v 	<values>
2400.09/2357.92	v 		-6 -6 -1 12 12 6 1 12 12 1 -12 -12 1 0 0 0 0 2 0 0 0 0 0 2 2 0 0 0 0 1 0 0 0 0 0 4 5 6 9 0 0 0 0 0 0 0 12 13 
2400.09/2357.92	v 	</values>
2400.09/2357.92	v </instantiation>

Verifier Data

OK	45

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290354-1532243184/watcher-4290354-1532243184 -o /tmp/evaluation-result-4290354-1532243184/solver-4290354-1532243184 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 553350132 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290354-1532243184.xml 

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

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


[startup+0.103338 s]*
/proc/loadavg: 1.45 1.39 1.39 4/218 32607
/proc/meminfo: memFree=20635044/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14082740 memory=32224 CPUtime=0.12 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 6937 0 0 0 11 1 0 0 20 0 15 0 41881562 14420725760 8056 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3520685 8056 3158 1 0 3482761 0
[pid=32592/tid=32594] ppid=32589 vsize=14082740 memory=-8629632960754258817 CPUtime=0.1 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 4977 0 0 0 9 1 0 0 20 0 15 0 41881563 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523682864816 140523661828749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523219543072 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523218490224 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0.01 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 8056 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32224 KiB

[startup+0.220488 s]*
/proc/loadavg: 1.45 1.39 1.39 7/218 32607
/proc/meminfo: memFree=20620036/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14082740 memory=48160 CPUtime=0.33 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 10607 0 0 0 31 2 0 0 20 0 15 0 41881562 14420725760 12040 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3520685 12040 3404 1 0 3482761 0
[pid=32592/tid=32594] ppid=32589 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 8303 0 0 0 19 1 0 0 20 0 15 0 41881563 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523682866320 140523678663258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14082740 memory=364 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14082740 memory=3835291447891830432 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523219543072 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523218490224 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0.06 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) R 32589 32592 30695 0 -1 4202560 304 0 0 0 6 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523214278320 140523678653846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12040 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 48160 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.45 1.39 1.39 3/218 32607
/proc/meminfo: memFree=20616572/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14082740 memory=51348 CPUtime=0.44 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 10918 0 0 0 42 2 0 0 20 0 15 0 41881562 14420725760 12837 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3520685 12837 3406 1 0 3482761 0
[pid=32592/tid=32594] ppid=32589 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 8603 0 0 0 28 2 0 0 20 0 15 0 41881563 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523682853424 140523660205467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14082740 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14082740 memory=3832757073589806752 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881564 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523219543072 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41881565 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523218490224 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 422 0 0 0 2 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0.07 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 309 0 0 0 7 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14082740 memory=139707613423232 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881568 14420725760 12837 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51348 KiB

[startup+0.700792 s]
/proc/loadavg: 1.45 1.39 1.39 3/218 32607
/proc/meminfo: memFree=20592512/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14084808 memory=91040 CPUtime=0.99 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 17632 0 0 0 95 4 0 0 20 0 15 0 41881562 14422843392 22760 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3521202 22760 3500 1 0 3483273 0
[pid=32592/tid=32594] ppid=32589 vsize=14084808 memory=279719140430518 CPUtime=0.67 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 14941 0 0 0 64 3 0 0 20 0 15 0 41881563 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523682866016 140523678653846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14084808 memory=179882 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14084808 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881564 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41881565 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14084808 memory=-6365940909158328928 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41881565 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523219543072 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41881565 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523218490224 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14084808 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 565 0 0 0 7 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 375 0 0 0 7 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 371 0 0 0 15 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14084808 memory=9016 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881568 14422843392 22760 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91040 KiB

[startup+1.50081 s]
/proc/loadavg: 1.45 1.39 1.39 3/218 32607
/proc/meminfo: memFree=20558328/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14090952 memory=169492 CPUtime=2.87 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 27607 0 0 0 280 7 0 0 20 0 15 0 41881562 14429134848 42373 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3522738 42373 3542 1 0 3484809 0
[pid=32592/tid=32594] ppid=32589 vsize=14090952 memory=3303 CPUtime=1.47 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 19787 0 0 0 142 5 0 0 20 0 15 0 41881563 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523682878848 140523299086700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41881564 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41881564 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 42373 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0

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

/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 78016 0 0 0 223484 46 0 0 20 0 15 0 41881563 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523682879952 140523298597498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14090952 memory=611332 CPUtime=13.37 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 6157 0 0 0 1273 64 0 0 20 0 15 0 41881564 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14090952 memory=611332 CPUtime=13.33 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 6593 0 0 0 1270 63 0 0 20 0 15 0 41881564 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14090952 memory=611332 CPUtime=13.36 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 5735 0 0 0 1277 59 0 0 20 0 15 0 41881564 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14090952 memory=609284 CPUtime=13.41 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 5572 0 0 0 1281 60 0 0 20 0 15 0 41881564 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14090952 memory=609284 CPUtime=9.28 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 6617 0 0 0 867 61 0 0 20 0 15 0 41881565 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14090952 memory=609284 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523219543136 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14090952 memory=611332 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523218490240 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14090952 memory=609284 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14090952 memory=611332 CPUtime=1.52 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 7195 0 0 0 151 1 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14090952 memory=611332 CPUtime=1.15 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 4969 0 0 0 114 1 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14090952 memory=648 CPUtime=0.58 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 5626 0 0 0 57 1 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14090952 memory=609284 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14090952 memory=611332 CPUtime=1.29 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1076 0 0 0 62 67 0 0 20 0 15 0 41881568 14429134848 152833 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 2302.69 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 611332 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.30 1.31 3/220 32765
/proc/meminfo: memFree=19551872/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14090952 memory=615428 CPUtime=2363.78 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 130904 0 0 0 236016 362 0 0 20 0 15 0 41881562 14429134848 153857 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3522738 153857 3570 1 0 3484809 0
[pid=32592/tid=32594] ppid=32589 vsize=14090952 memory=615428 CPUtime=2294.57 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 78853 0 0 0 229410 47 0 0 20 0 15 0 41881563 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523682879840 140523294770095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14090952 memory=615428 CPUtime=13.78 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 6432 0 0 0 1312 66 0 0 20 0 15 0 41881564 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14090952 memory=615428 CPUtime=13.73 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 6719 0 0 0 1310 63 0 0 20 0 15 0 41881564 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14090952 memory=615428 CPUtime=13.77 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 5991 0 0 0 1316 61 0 0 20 0 15 0 41881564 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14090952 memory=0 CPUtime=13.79 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 5814 0 0 0 1317 62 0 0 20 0 15 0 41881564 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14090952 memory=615428 CPUtime=9.48 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 6782 0 0 0 885 63 0 0 20 0 15 0 41881565 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14090952 memory=615428 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523219543136 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14090952 memory=615428 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523218490240 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14090952 memory=615428 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14090952 memory=615428 CPUtime=1.52 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 7198 0 0 0 151 1 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14090952 memory=615428 CPUtime=1.15 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 4971 0 0 0 114 1 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14090952 memory=615428 CPUtime=0.58 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 5628 0 0 0 57 1 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14090952 memory=615428 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14090952 memory=615428 CPUtime=1.33 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1091 0 0 0 64 69 0 0 20 0 15 0 41881568 14429134848 153857 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 2363.78 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 615428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.91 s]
/proc/loadavg: 1.38 1.31 1.32 3/219 32766
/proc/meminfo: memFree=19543852/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14090952 memory=619524 CPUtime=2400.09 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 132319 0 0 0 239642 367 0 0 20 0 15 0 41881562 14429134848 154881 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3522738 154881 3570 1 0 3484809 0
[pid=32592/tid=32594] ppid=32589 vsize=14090952 memory=619524 CPUtime=2329.74 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 79450 0 0 0 232926 48 0 0 20 0 15 0 41881563 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523682880064 140523294770061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14090952 memory=1728 CPUtime=14.02 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 6518 0 0 0 1335 67 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14090952 memory=619524 CPUtime=13.98 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 6952 0 0 0 1334 64 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14090952 memory=619524 CPUtime=14.02 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 6075 0 0 0 1341 61 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14090952 memory=619524 CPUtime=14.04 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 6043 0 0 0 1342 62 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14090952 memory=617476 CPUtime=9.61 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 6947 0 0 0 897 64 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14090952 memory=617476 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523219543136 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523218490240 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14090952 memory=619524 CPUtime=1.52 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 7200 0 0 0 151 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14090952 memory=619524 CPUtime=1.15 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 4973 0 0 0 114 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14090952 memory=619524 CPUtime=0.58 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 5630 0 0 0 57 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14090952 memory=605188 CPUtime=1.35 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1106 0 0 0 65 70 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 619524 KiB

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

[startup+2357.92 s]
# the end of solver process 32592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.68054 s

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

[startup+2357.91 s]
/proc/loadavg: 1.38 1.31 1.32 3/219 32766
/proc/meminfo: memFree=19543852/32770624 swapFree=67108860/67108860
[pid=32592] ppid=32589 vsize=14090952 memory=619524 CPUtime=2400.09 cores=1,3,5,7
/proc/32592/stat : 32592 (java) S 32589 32592 30695 0 -1 1077944320 132319 0 0 0 239642 367 0 0 20 0 15 0 41881562 14429134848 154881 33554432000 4194304 4196468 140736385798512 140736385781056 140523678641911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
/proc/32592/statm: 3522738 154881 3570 1 0 3484809 0
[pid=32592/tid=32594] ppid=32589 vsize=14090952 memory=619524 CPUtime=2329.74 cores=1,3,5,7
/proc/32592/task/32594/stat : 32594 (java) R 32589 32592 30695 0 -1 4202560 79450 0 0 0 232926 48 0 0 20 0 15 0 41881563 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523682880064 140523294770061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32595] ppid=32589 vsize=14090952 memory=1728 CPUtime=14.02 cores=1,3,5,7
/proc/32592/task/32595/stat : 32595 (java) S 32589 32592 30695 0 -1 1077944384 6518 0 0 0 1335 67 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523616242832 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32596] ppid=32589 vsize=14090952 memory=619524 CPUtime=13.98 cores=1,3,5,7
/proc/32592/task/32596/stat : 32596 (java) S 32589 32592 30695 0 -1 1077944384 6952 0 0 0 1334 64 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523615190032 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32597] ppid=32589 vsize=14090952 memory=619524 CPUtime=14.02 cores=1,3,5,7
/proc/32592/task/32597/stat : 32597 (java) S 32589 32592 30695 0 -1 1077944384 6075 0 0 0 1341 61 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523614137232 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32598] ppid=32589 vsize=14090952 memory=619524 CPUtime=14.04 cores=1,3,5,7
/proc/32592/task/32598/stat : 32598 (java) S 32589 32592 30695 0 -1 1077944384 6043 0 0 0 1342 62 0 0 20 0 15 0 41881564 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523271101200 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32599] ppid=32589 vsize=14090952 memory=617476 CPUtime=9.61 cores=1,3,5,7
/proc/32592/task/32599/stat : 32599 (java) S 32589 32592 30695 0 -1 1077944384 6947 0 0 0 897 64 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523220597104 140523678653058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32600] ppid=32589 vsize=14090952 memory=617476 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32600/stat : 32600 (java) S 32589 32592 30695 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523219543136 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32601] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32601/stat : 32601 (java) S 32589 32592 30695 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 41881565 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523218490240 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32602] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32602/stat : 32602 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523217438544 140523678660507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32603] ppid=32589 vsize=14090952 memory=619524 CPUtime=1.52 cores=1,3,5,7
/proc/32592/task/32603/stat : 32603 (java) S 32589 32592 30695 0 -1 1077944384 7200 0 0 0 151 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523216386928 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32604] ppid=32589 vsize=14090952 memory=619524 CPUtime=1.15 cores=1,3,5,7
/proc/32592/task/32604/stat : 32604 (java) S 32589 32592 30695 0 -1 1077944384 4973 0 0 0 114 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523215334128 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32605] ppid=32589 vsize=14090952 memory=619524 CPUtime=0.58 cores=1,3,5,7
/proc/32592/task/32605/stat : 32605 (java) S 32589 32592 30695 0 -1 1077944384 5630 0 0 0 57 1 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523214281328 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32606] ppid=32589 vsize=14090952 memory=619524 CPUtime=0 cores=1,3,5,7
/proc/32592/task/32606/stat : 32606 (java) S 32589 32592 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523213228768 140523678652117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
[pid=32592/tid=32607] ppid=32589 vsize=14090952 memory=605188 CPUtime=1.35 cores=1,3,5,7
/proc/32592/task/32607/stat : 32607 (java) S 32589 32592 30695 0 -1 1077944384 1106 0 0 0 65 70 0 0 20 0 15 0 41881568 14429134848 154881 33554432000 4194304 4196468 140736385798512 140523212176048 140523678653058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 31481856 140736385807433 140736385807625 140736385807625 140736385810383 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 619524 KiB

Child status: 143
Real time (s): 2357.92
CPU time (s): 2400.11
CPU user time (s): 2396.43
CPU system time (s): 3.68054
CPU usage (%): 101.789
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 619524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.68054
maximum resident set size= 620184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305512
involuntary context switches= 8896


# summary of solver processes directly reported to runsolver:
#   pid: 32592
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.68054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.016 second user time and 22.2051 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 09:06:24
IDJOB=4290354
IDBENCH=141322
IDSOLVER=2743
FILE ID=node132/4290354-1532243184
RUNJOBID= node132-1532226532-30727
PBS_JOBID= 21018953
Free space on /tmp= 55092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_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-4290354-1532243184/watcher-4290354-1532243184 -o /tmp/evaluation-result-4290354-1532243184/solver-4290354-1532243184 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 553350132 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290354-1532243184.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=553350132

node132.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.65
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.65
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.65
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.65
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:        20654652 kB
MemAvailable:   31630056 kB
Buffers:          238148 kB
Cached:         10888480 kB
SwapCached:            0 kB
Active:          2335824 kB
Inactive:        9154108 kB
Active(anon):     366152 kB
Inactive(anon):    17036 kB
Active(file):    1969672 kB
Inactive(file):  9137072 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35812 kB
Writeback:             0 kB
AnonPages:        382616 kB
Mapped:            49004 kB
Shmem:             17056 kB
Slab:             324496 kB
SReclaimable:     297120 kB
SUnreclaim:        27376 kB
KernelStack:        3840 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55060 MiB
End job on node132 at 2018-07-22 09:45:42