Trace number 4273722

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 2017-07-26OPT16 3.2843299 1.54071

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
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.29/0.36	c version: 2017-07-26
0.29/0.36	c seed: 178627608
0.29/0.36	c timeout: 2520
0.29/0.36	c memlimit: 11000
0.29/0.36	c nbcore: 4
0.29/0.38	c Parsing instance...
1.16/0.84	c Parsing done, starting search...
1.16/0.86	o 0
1.16/0.87	o 4
1.16/0.88	o 6
1.16/0.88	o 8
1.16/0.89	o 9
1.16/0.89	o 10
1.36/0.92	o 12
1.36/0.99	o 13
1.36/1.00	o 14
1.71/1.05	o 15
2.29/1.26	o 16
3.19/1.52	s OPTIMUM FOUND
3.19/1.52	v <instantiation>
3.19/1.52	v 	<list>
3.19/1.52	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
3.19/1.52	v 	</list>
3.19/1.52	v 	<values>
3.19/1.52	v 		0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 2 2 2 4 2 2 3 4 4 3 2 2 5 2 4 4 4 2 6 3 5 3 3 2 3 2 4 3 3 
3.19/1.52	v 	</values>
3.19/1.52	v </instantiation>

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273722-1502706255/watcher-4273722-1502706255 -o /tmp/evaluation-result-4273722-1502706255/solver-4273722-1502706255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 178627608 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273722-1502706255.xml 

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

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

solver pid=14255, runsolver pid=14252

[startup+0.100107 s]*
/proc/loadavg: 1.45 1.30 1.33 3/209 14262
/proc/meminfo: memFree=31079908/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13573664 memory=18656 CPUtime=0.03 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 4051 0 0 0 2 1 0 0 20 0 9 0 118440723 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3393416 4664 2094 1 0 3382913 0
[pid=14255/tid=14257] ppid=14252 vsize=13573664 memory=7077796292425249400 CPUtime=0.02 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 2682 0 0 0 2 0 0 0 20 0 9 0 118440730 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140009172320488 140009149736286 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13573664 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118440731 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13573664 memory=140670519035520 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118440731 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118440731 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13573664 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118440731 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118440732 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 118440733 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 118440733 13899431936 4664 18446744073709551615 4194304 4196468 140725286711456 140008014997040 140009168094933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18656 KiB

[startup+0.213065 s]*
/proc/loadavg: 1.45 1.30 1.33 4/217 14270
/proc/meminfo: memFree=31066896/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13975920 memory=33400 CPUtime=0.13 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 9344 0 0 0 10 3 0 0 20 0 15 0 118440723 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3493980 8350 3385 1 0 3482759 0
[pid=14255/tid=14257] ppid=14252 vsize=13975920 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 7292 0 0 0 7 2 0 0 20 0 15 0 118440730 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140009172273216 140009168106653 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13975920 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13975920 memory=140670520092028 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13975920 memory=140670519035520 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440732 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118440733 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118440733 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008014996976 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14265] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008013945552 140009168103323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14266] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14266/stat : 14266 (java) S 14252 14255 8289 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008012892144 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14267] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14267/stat : 14267 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008011839600 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14268] ppid=14252 vsize=13975920 memory=140670519035520 CPUtime=0.02 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (java) R 14252 14255 8289 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 118440735 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008010787056 140009168106074 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14269] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14269/stat : 14269 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008009734752 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14270] ppid=14252 vsize=13975920 memory=140670519035520 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14270/stat : 14270 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440739 14311342080 8350 18446744073709551615 4194304 4196468 140725286711456 140008008682288 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33400 KiB

[startup+0.310897 s]*
/proc/loadavg: 1.45 1.30 1.33 5/217 14270
/proc/meminfo: memFree=31060988/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13975920 memory=42496 CPUtime=0.29 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 10844 0 0 0 25 4 0 0 20 0 15 0 118440723 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3493980 10624 3589 1 0 3482759 0
[pid=14255/tid=14257] ppid=14252 vsize=13975920 memory=8316850467074736180 CPUtime=0.19 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 8415 0 0 0 16 3 0 0 20 0 15 0 118440730 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140009172306784 140009168106074 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13975920 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13975920 memory=140670520092028 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13975920 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13975920 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440731 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13975920 memory=3471343066839873200 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118440732 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13975920 memory=6879655668675933547 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118440733 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118440733 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008014996976 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14265] ppid=14252 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008013945552 140009168103323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14266] ppid=14252 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14255/task/14266/stat : 14266 (java) S 14252 14255 8289 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 118440735 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008012892144 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14267] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14267/stat : 14267 (java) R 14252 14255 8289 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008011839600 140009152488207 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14268] ppid=14252 vsize=13975920 memory=7599810420543175395 CPUtime=0.05 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (java) S 14252 14255 8289 0 -1 1077944384 454 0 0 0 5 0 0 0 20 0 15 0 118440735 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008010787056 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14269] ppid=14252 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14269/stat : 14269 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008009734752 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14270] ppid=14252 vsize=13975920 memory=140670519035520 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14270/stat : 14270 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440739 14311342080 10624 18446744073709551615 4194304 4196468 140725286711456 140008008682288 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42496 KiB

[startup+0.700682 s]
/proc/loadavg: 1.45 1.30 1.33 3/217 14270
/proc/meminfo: memFree=31047484/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13977988 memory=69820 CPUtime=1.01 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 14180 0 0 0 95 6 0 0 20 0 15 0 118440723 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3494497 17455 3724 1 0 3483271 0
[pid=14255/tid=14257] ppid=14252 vsize=13977988 memory=956 CPUtime=0.57 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 10694 0 0 0 53 4 0 0 20 0 15 0 118440730 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140009172322384 140009152165214 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13977988 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13977988 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13977988 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13977988 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440731 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13977988 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118440732 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13977988 memory=33 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118440733 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118440733 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008014996976 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14265] ppid=14252 vsize=13977988 memory=737 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008013945552 140009168103323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14266] ppid=14252 vsize=13977988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14255/task/14266/stat : 14266 (java) S 14252 14255 8289 0 -1 1077944384 817 0 0 0 10 0 0 0 20 0 15 0 118440735 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008012892144 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14267] ppid=14252 vsize=13977988 memory=844 CPUtime=0.11 cores=1,3,5,7
/proc/14255/task/14267/stat : 14267 (java) S 14252 14255 8289 0 -1 1077944384 477 0 0 0 11 0 0 0 20 0 15 0 118440735 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008011839600 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14268] ppid=14252 vsize=13977988 memory=18484 CPUtime=0.2 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (java) S 14252 14255 8289 0 -1 1077944384 812 0 0 0 20 0 0 0 20 0 15 0 118440735 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008010787056 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14269] ppid=14252 vsize=13977988 memory=2768 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14269/stat : 14269 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008009734752 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14270] ppid=14252 vsize=13977988 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14270/stat : 14270 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440739 14313459712 17455 18446744073709551615 4194304 4196468 140725286711456 140008008682288 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69820 KiB

[startup+1.50079 s]
/proc/loadavg: 1.45 1.30 1.33 5/217 14270
/proc/meminfo: memFree=31000180/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13980036 memory=158772 CPUtime=3.19 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 27974 0 0 0 310 9 0 0 20 0 15 0 118440723 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3495009 39693 3754 1 0 3483783 0
[pid=14255/tid=14257] ppid=14252 vsize=13980036 memory=2257 CPUtime=1.37 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 14000 0 0 0 130 7 0 0 20 0 15 0 118440730 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009172321000 140008774054528 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13980036 memory=-7522837582236181595 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13980036 memory=87084 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13980036 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13980036 memory=2768 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118440732 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13980036 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118440733 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13980036 memory=281340759224928 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118440733 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008014996976 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14265] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008013945552 140009168103323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14266] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.72 cores=1,3,5,7
/proc/14255/task/14266/stat : 14266 (java) R 14252 14255 8289 0 -1 4202560 6085 0 0 0 71 1 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008012881936 140009147740161 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14267] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.73 cores=1,3,5,7
/proc/14255/task/14267/stat : 14267 (java) R 14252 14255 8289 0 -1 4202560 4493 0 0 0 73 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008011825624 140009148785031 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14268] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.33 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (java) S 14252 14255 8289 0 -1 1077944384 2006 0 0 0 33 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008010787056 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14269] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14269/stat : 14269 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008009734752 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14270] ppid=14252 vsize=13980036 memory=8097871696597838187 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14270/stat : 14270 (java) S 14252 14255 8289 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 118440739 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008008682288 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 158772 KiB

[startup+1.54067 s]
# the end of solver process 14255 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.17928 s, system=0.105057 s

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

[startup+1.50079 s]
/proc/loadavg: 1.45 1.30 1.33 5/217 14270
/proc/meminfo: memFree=31000180/32770624 swapFree=67108860/67108860
[pid=14255] ppid=14252 vsize=13980036 memory=158772 CPUtime=3.19 cores=1,3,5,7
/proc/14255/stat : 14255 (java) S 14252 14255 8289 0 -1 1077944320 27974 0 0 0 310 9 0 0 20 0 15 0 118440723 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140725286694000 140009168084727 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
/proc/14255/statm: 3495009 39693 3754 1 0 3483783 0
[pid=14255/tid=14257] ppid=14252 vsize=13980036 memory=2257 CPUtime=1.37 cores=1,3,5,7
/proc/14255/task/14257/stat : 14257 (java) R 14252 14255 8289 0 -1 4202560 14000 0 0 0 130 7 0 0 20 0 15 0 118440730 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009172321000 140008774054528 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14258] ppid=14252 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14258/stat : 14258 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009102518544 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14259] ppid=14252 vsize=13980036 memory=-7522837582236181595 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14259/stat : 14259 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009101466000 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14260] ppid=14252 vsize=13980036 memory=87084 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14260/stat : 14260 (java) S 14252 14255 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009100413456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14261] ppid=14252 vsize=13980036 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14261/stat : 14261 (java) S 14252 14255 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118440731 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140009099360912 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14262] ppid=14252 vsize=13980036 memory=2768 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (java) S 14252 14255 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118440732 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008085109232 140009168095874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14263] ppid=14252 vsize=13980036 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14263/stat : 14263 (java) S 14252 14255 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118440733 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008084055456 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14264] ppid=14252 vsize=13980036 memory=281340759224928 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14264/stat : 14264 (java) S 14252 14255 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118440733 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008014996976 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14265] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008013945552 140009168103323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14266] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.72 cores=1,3,5,7
/proc/14255/task/14266/stat : 14266 (java) R 14252 14255 8289 0 -1 4202560 6085 0 0 0 71 1 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008012881936 140009147740161 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14267] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.73 cores=1,3,5,7
/proc/14255/task/14267/stat : 14267 (java) R 14252 14255 8289 0 -1 4202560 4493 0 0 0 73 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008011825624 140009148785031 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14268] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0.33 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (java) S 14252 14255 8289 0 -1 1077944384 2006 0 0 0 33 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008010787056 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14269] ppid=14252 vsize=13980036 memory=7381506903183484777 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14269/stat : 14269 (java) S 14252 14255 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118440735 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008009734752 140009168094933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
[pid=14255/tid=14270] ppid=14252 vsize=13980036 memory=8097871696597838187 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14270/stat : 14270 (java) S 14252 14255 8289 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 118440739 14315556864 39693 18446744073709551615 4194304 4196468 140725286711456 140008008682288 140009168095874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140725286715759 140725286715945 140725286715945 140725286719439 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 158772 KiB

Child status: 0
Real time (s): 1.54071
CPU time (s): 3.28433
CPU user time (s): 3.17928
CPU system time (s): 0.105057
CPU usage (%): 213.17
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 158772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17928
system time used= 0.105057
maximum resident set size= 163292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2303
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 14255
#   total CPU time (s): 3.28433
#   total CPU user time (s): 3.17928
#   total CPU system time (s): 0.105057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031016 second user time and 0.059926 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-14 12:10:07
IDJOB=4273722
IDBENCH=115966
IDSOLVER=2666
FILE ID=node133/4273722-1502706255
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273722-1502706255/watcher-4273722-1502706255 -o /tmp/evaluation-result-4273722-1502706255/solver-4273722-1502706255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 178627608 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273722-1502706255.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=178627608

node133.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.17
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.17
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.17
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.17
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:        31089796 kB
MemAvailable:   31812964 kB
Buffers:          256380 kB
Cached:           759552 kB
SwapCached:            0 kB
Active:          1003636 kB
Inactive:         221076 kB
Active(anon):     149792 kB
Inactive(anon):   100776 kB
Active(file):     853844 kB
Inactive(file):   120300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42436 kB
Writeback:             8 kB
AnonPages:        206552 kB
Mapped:            73804 kB
Shmem:             41660 kB
Slab:             157208 kB
SReclaimable:     129716 kB
SUnreclaim:        27492 kB
KernelStack:        3552 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-14 12:10:09