Trace number 4285000

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 - Parallel with EPS 2017-08-22OPT18 8.9828396 3.4714999

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-11.xml
MD5SUM89f73fe590db4a20d7e5540e1d9cc017
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.40866601
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints86
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":33},{"size":9,"count":33}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":33},{"degree":7,"count":4},{"degree":8,"count":20},{"degree":10,"count":9}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":20},{"arity":4,"count":4},{"arity":6,"count":20},{"arity":9,"count":9}]
Number of extensional constraints53
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":53},{"type":"sum","count":33}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.25/0.38	c version: 2017-08-22
0.25/0.38	c seed: 1438068824
0.25/0.38	c timeout: 20160
0.25/0.38	c memlimit: 22000
0.25/0.38	c nbcore: 8
0.25/0.41	c Parsing instance...
0.77/0.69	c Parsing done, starting search...
6.86/2.40	o 4
6.86/2.40	o 10
6.86/2.41	o 12
6.86/2.41	o 14
6.86/2.43	o 16
7.62/2.57	o 17
8.41/2.61	o 18
8.41/2.67	s OPTIMUM FOUND
8.96/3.29	v <instantiation>
8.96/3.29	v 	<list>
8.96/3.29	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10]
8.96/3.29	v 	</list>
8.96/3.29	v 	<values>
8.96/3.29	v 		0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 1 1 0 1 1 0 2 3 2 4 2 3 2 2 2 3 2 3 6 3 4 3 6 3 4 3 6 3 2 3 2 2 2 3 2 4 2 3 2 
8.96/3.29	v 	</values>
8.96/3.29	v </instantiation>

Verifier Data

OK	18

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285000-1503414638/watcher-4285000-1503414638 -o /tmp/evaluation-result-4285000-1503414638/solver-4285000-1503414638 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1438068824 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285000-1503414638.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=30550, runsolver pid=30547
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.54 8.74 8.78 4/182 30560
/proc/meminfo: memFree=30980184/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=25300336 memory=14460 CPUtime=0 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 3488 0 0 0 0 0 0 0 20 0 10 0 143656704 25907544064 3615 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6325084 3615 1912 1 0 6314581 0
[pid=30550/tid=30552] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) R 30547 30550 28956 0 -1 4202560 2173 0 0 0 0 0 0 0 20 0 10 0 143656713 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014842401360 140014822245756 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=25300336 memory=140418065863121 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=25300336 memory=140418065856128 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=25300336 memory=-1 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 143656714 25907544064 3681 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 14460 KiB

[startup+0.210307 s]*
/proc/loadavg: 8.54 8.74 8.78 3/192 30570
/proc/meminfo: memFree=30969916/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=25996608 memory=29376 CPUtime=0.09 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 7155 0 0 0 8 1 0 0 20 0 20 0 143656704 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6499152 7344 3373 1 0 6487930 0
[pid=30550/tid=30552] ppid=30547 vsize=25996608 memory=4026532046 CPUtime=0.07 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) R 30547 30550 28956 0 -1 4202560 5180 0 0 0 6 1 0 0 20 0 20 0 143656713 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014842388280 140014822245726 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=25996608 memory=14042 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=25996608 memory=4051471571870774944 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30561] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30561/stat : 30561 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656715 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013382654064 140014838176386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30562] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30562/stat : 30562 (java) S 30547 30550 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143656715 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013381600032 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30563] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30563/stat : 30563 (java) S 30547 30550 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143656716 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013380547696 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30564] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30564/stat : 30564 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013379496016 140014838183835 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30565] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30565/stat : 30565 (java) S 30547 30550 28956 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013378443888 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30566] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30566/stat : 30566 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013377391088 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30567] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30567/stat : 30567 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013376338800 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30568] ppid=30547 vsize=25996608 memory=-1 CPUtime=0.01 cores=0-7
/proc/30550/task/30568/stat : 30568 (java) S 30547 30550 28956 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013375286000 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30569] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30569/stat : 30569 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013374232928 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30570] ppid=30547 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/30550/task/30570/stat : 30570 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656723 26620526592 7344 18446744073709551615 4194304 4196468 140735059157472 140013373180208 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 29376 KiB

[startup+0.310035 s]*
/proc/loadavg: 8.02 8.63 8.75 2/192 30570
/proc/meminfo: memFree=30959148/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=25996608 memory=38716 CPUtime=0.25 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 10913 0 0 0 21 4 0 0 20 0 20 0 143656704 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6499152 9679 3557 1 0 6487930 0
[pid=30550/tid=30552] ppid=30547 vsize=25996608 memory=-8774313645642428999 CPUtime=0.17 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) R 30547 30550 28956 0 -1 4202560 8624 0 0 0 15 2 0 0 20 0 20 0 143656713 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014842387216 140014822245726 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=25996608 memory=7893295687695687954 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30561] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30561/stat : 30561 (java) S 30547 30550 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 143656715 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013382654064 140014838176386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30562] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30562/stat : 30562 (java) S 30547 30550 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143656715 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013381600032 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30563] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30563/stat : 30563 (java) S 30547 30550 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143656716 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013380547696 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30564] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30564/stat : 30564 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013379496016 140014838183835 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30565] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30565/stat : 30565 (java) S 30547 30550 28956 0 -1 1077944384 468 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013378443888 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30566] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30566/stat : 30566 (java) S 30547 30550 28956 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013377391088 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30567] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30567/stat : 30567 (java) R 30547 30550 28956 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013376329184 140014822072716 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30568] ppid=30547 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/30550/task/30568/stat : 30568 (java) R 30547 30550 28956 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013375286000 140014830402366 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30569] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30569/stat : 30569 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656718 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013374232928 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30570] ppid=30547 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30570/stat : 30570 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656723 26620526592 9679 18446744073709551615 4194304 4196468 140735059157472 140013373180208 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38716 KiB

[startup+0.705302 s]
/proc/loadavg: 8.02 8.63 8.75 3/192 30570
/proc/meminfo: memFree=30944556/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=25998676 memory=65896 CPUtime=0.98 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 14197 0 0 0 92 6 0 0 20 0 20 0 143656704 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6499669 16474 3729 1 0 6488442 0
[pid=30550/tid=30552] ppid=30547 vsize=25998676 memory=288230583149278603 CPUtime=0.56 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) R 30547 30550 28956 0 -1 4202560 10725 0 0 0 52 4 0 0 20 0 20 0 143656713 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014842387408 140014822245756 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=25998676 memory=280835832405264 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30561] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30561/stat : 30561 (java) S 30547 30550 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 143656715 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013382654064 140014838176386 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30562] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30562/stat : 30562 (java) S 30547 30550 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143656715 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013381600032 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30563] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30563/stat : 30563 (java) S 30547 30550 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143656716 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013380547696 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30564] ppid=30547 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30564/stat : 30564 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013379496016 140014838183835 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30565] ppid=30547 vsize=25998676 memory=0 CPUtime=0.07 cores=0-7
/proc/30550/task/30565/stat : 30565 (java) S 30547 30550 28956 0 -1 1077944384 747 0 0 0 7 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013378443888 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30566] ppid=30547 vsize=25998676 memory=4976122267137 CPUtime=0.07 cores=0-7
/proc/30550/task/30566/stat : 30566 (java) S 30547 30550 28956 0 -1 1077944384 416 0 0 0 7 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013377391088 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30567] ppid=30547 vsize=25998676 memory=43719609 CPUtime=0.03 cores=0-7
/proc/30550/task/30567/stat : 30567 (java) S 30547 30550 28956 0 -1 1077944384 136 0 0 0 3 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013376338800 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30568] ppid=30547 vsize=25998676 memory=7236547281622689387 CPUtime=0.2 cores=0-7
/proc/30550/task/30568/stat : 30568 (java) S 30547 30550 28956 0 -1 1077944384 789 0 0 0 20 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013375286000 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30569] ppid=30547 vsize=25998676 memory=6298676958450898787 CPUtime=0 cores=0-7
/proc/30550/task/30569/stat : 30569 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656718 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013374232928 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30570] ppid=30547 vsize=25998676 memory=56747746 CPUtime=0 cores=0-7
/proc/30550/task/30570/stat : 30570 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656723 26622644224 16474 18446744073709551615 4194304 4196468 140735059157472 140013373180208 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 65896 KiB

[startup+1.50094 s]
/proc/loadavg: 8.02 8.63 8.75 6/192 30570
/proc/meminfo: memFree=30895148/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=26002772 memory=186452 CPUtime=3.69 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 37466 0 0 0 354 15 0 0 20 0 20 0 143656704 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6500693 46613 3769 1 0 6489466 0
[pid=30550/tid=30552] ppid=30547 vsize=26002772 memory=3472328300522647599 CPUtime=1.35 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) R 30547 30550 28956 0 -1 4202560 14137 0 0 0 128 7 0 0 20 0 20 0 143656713 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014842398512 140014480330148 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=26002772 memory=26764203776 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=26002772 memory=140417916103344 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=26002772 memory=158408 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=26002772 memory=38716 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=26002772 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=26002772 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=26002772 memory=134216 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143656714 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30561] ppid=30547 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30561/stat : 30561 (java) S 30547 30550 28956 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 143656715 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013382654064 140014838176386 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30562] ppid=30547 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30562/stat : 30562 (java) S 30547 30550 28956 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143656715 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013381600032 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30563] ppid=30547 vsize=26002772 memory=280835832405264 CPUtime=0 cores=0-7
/proc/30550/task/30563/stat : 30563 (java) S 30547 30550 28956 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143656716 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013380547696 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30564] ppid=30547 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30564/stat : 30564 (java) S 30547 30550 28956 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013379496016 140014838183835 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30565] ppid=30547 vsize=26002772 memory=83312 CPUtime=0.62 cores=0-7
/proc/30550/task/30565/stat : 30565 (java) R 30547 30550 28956 0 -1 4202560 5558 0 0 0 60 2 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013378428000 140014821576040 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30566] ppid=30547 vsize=26002772 memory=0 CPUtime=0.62 cores=0-7
/proc/30550/task/30566/stat : 30566 (java) R 30547 30550 28956 0 -1 4202560 5078 0 0 0 61 1 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013377380944 140014816182227 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30567] ppid=30547 vsize=26002772 memory=0 CPUtime=0.59 cores=0-7
/proc/30550/task/30567/stat : 30567 (java) R 30547 30550 28956 0 -1 4202560 6350 0 0 0 56 3 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013376338928 140014819684824 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30568] ppid=30547 vsize=26002772 memory=0 CPUtime=0.48 cores=0-7
/proc/30550/task/30568/stat : 30568 (java) S 30547 30550 28956 0 -1 1077944384 4954 0 0 0 47 1 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013375286000 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30569] ppid=30547 vsize=26002772 memory=2609 CPUtime=0 cores=0-7
/proc/30550/task/30569/stat : 30569 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656718 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013374232928 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30570] ppid=30547 vsize=26002772 memory=212807752 CPUtime=0 cores=0-7
/proc/30550/task/30570/stat : 30570 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143656723 26626838528 46613 18446744073709551615 4194304 4196468 140735059157472 140013373180208 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 3.69 s
Current children cumulated vsize: 26002772 KiB
Current children cumulated memory: 186452 KiB

[startup+3.1094 s]
/proc/loadavg: 8.02 8.63 8.75 1/190 30597
/proc/meminfo: memFree=30717368/32770624 swapFree=67108860/67108860
[pid=30550] ppid=30547 vsize=27739616 memory=268604 CPUtime=8.96 cores=0-7
/proc/30550/stat : 30550 (java) S 30547 30550 28956 0 -1 1077944320 44499 0 0 0 876 20 0 0 20 0 18 0 143656704 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140735059140016 140014838165239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
/proc/30550/statm: 6934904 67151 3818 1 0 6923156 0
[pid=30550/tid=30552] ppid=30547 vsize=27739616 memory=7151834291566043989 CPUtime=2.15 cores=0-7
/proc/30550/task/30552/stat : 30552 (java) D 30547 30550 28956 0 -1 4202560 16181 0 0 0 207 8 0 0 20 0 18 0 143656713 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014842408248 140014830850871 0 0 1 16800974 18446744072099675269 0 0 -1 3 0 0 3 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30553] ppid=30547 vsize=27739616 memory=7649399384298565683 CPUtime=0 cores=0-7
/proc/30550/task/30553/stat : 30553 (java) S 30547 30550 28956 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014795131280 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30554] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30554/stat : 30554 (java) S 30547 30550 28956 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014794078480 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30555] ppid=30547 vsize=27739616 memory=56 CPUtime=0 cores=0-7
/proc/30550/task/30555/stat : 30555 (java) S 30547 30550 28956 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014399126160 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30556] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30556/stat : 30556 (java) S 30547 30550 28956 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014398073360 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30557] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30557/stat : 30557 (java) S 30547 30550 28956 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014397021072 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30558] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30558/stat : 30558 (java) S 30547 30550 28956 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014395968272 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30559] ppid=30547 vsize=27739616 memory=240392 CPUtime=0 cores=0-7
/proc/30550/task/30559/stat : 30559 (java) S 30547 30550 28956 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014394915984 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30560] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30560/stat : 30560 (java) S 30547 30550 28956 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 18 0 143656714 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140014393863184 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30562] ppid=30547 vsize=27739616 memory=2609 CPUtime=0 cores=0-7
/proc/30550/task/30562/stat : 30562 (java) S 30547 30550 28956 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 143656715 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013381600096 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30563] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30563/stat : 30563 (java) S 30547 30550 28956 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 143656716 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013380547712 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30564] ppid=30547 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/30550/task/30564/stat : 30564 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013379495664 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30565] ppid=30547 vsize=27739616 memory=0 CPUtime=1.36 cores=0-7
/proc/30550/task/30565/stat : 30565 (java) S 30547 30550 28956 0 -1 1077944384 5780 0 0 0 134 2 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013378428944 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30566] ppid=30547 vsize=27739616 memory=0 CPUtime=1.45 cores=0-7
/proc/30550/task/30566/stat : 30566 (java) S 30547 30550 28956 0 -1 1077944384 5408 0 0 0 144 1 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013377375600 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30567] ppid=30547 vsize=27739616 memory=140417916116721 CPUtime=1.34 cores=0-7
/proc/30550/task/30567/stat : 30567 (java) S 30547 30550 28956 0 -1 1077944384 6541 0 0 0 131 3 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013376323872 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30568] ppid=30547 vsize=27739616 memory=6944656592455360604 CPUtime=0.78 cores=0-7
/proc/30550/task/30568/stat : 30568 (java) S 30547 30550 28956 0 -1 1077944384 7066 0 0 0 76 2 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013375286000 140014838176386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
[pid=30550/tid=30569] ppid=30547 vsize=27739616 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/30550/task/30569/stat : 30569 (java) S 30547 30550 28956 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 143656718 28405366784 67151 18446744073709551615 4194304 4196468 140735059157472 140013374232928 140014838175445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17690624 140735059161451 140735059161637 140735059161637 140735059165135 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 268604 KiB

[startup+3.47145 s]
# the end of solver process 30550 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.76642 s, system=0.216417 s

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

[startup+3.38664 s]*
/proc/loadavg: 8.02 8.63 8.75 1/174 30597
/proc/meminfo: memFree=30983804/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3.40899 s]
/proc/loadavg: 8.02 8.63 8.75 1/174 30597
/proc/meminfo: memFree=30983804/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.4715
CPU time (s): 8.98284
CPU user time (s): 8.76642
CPU system time (s): 0.216417
CPU usage (%): 258.759
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 268604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.76642
system time used= 0.216417
maximum resident set size= 269344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5810
involuntary context switches= 107


# summary of solver processes directly reported to runsolver:
#   pid: 30550
#   total CPU time (s): 8.98284
#   total CPU user time (s): 8.76642
#   total CPU system time (s): 0.216417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046073 second user time and 0.071113 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-22 16:56:25
IDJOB=4285000
IDBENCH=116003
IDSOLVER=2681
FILE ID=node127/4285000-1503414638
RUNJOBID= node127-1503398602-29012
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-11.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285000-1503414638/watcher-4285000-1503414638 -o /tmp/evaluation-result-4285000-1503414638/solver-4285000-1503414638 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1503398602-29012 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1438068824 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285000-1503414638.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 89f73fe590db4a20d7e5540e1d9cc017
RANDOM SEED=1438068824

node127.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.92
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.92
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.92
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.92
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:        30985540 kB
MemAvailable:   31951708 kB
Buffers:          317300 kB
Cached:           957944 kB
SwapCached:            0 kB
Active:           921328 kB
Inactive:         408584 kB
Active(anon):       5536 kB
Inactive(anon):   107320 kB
Active(file):     915792 kB
Inactive(file):   301264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42320 kB
Writeback:             0 kB
AnonPages:         55000 kB
Mapped:            68188 kB
Shmem:             58020 kB
Slab:             156292 kB
SReclaimable:     129896 kB
SUnreclaim:        26396 kB
KernelStack:        3040 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node127 at 2017-08-22 16:56:29