Trace number 4273719

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 2.8173599 1.99739

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-10.xml
MD5SUM73d437c55a2dcfaad474645e4d596452
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.26066601
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints78
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":18},{"degree":10,"count":8}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":18},{"arity":4,"count":4},{"arity":6,"count":18},{"arity":9,"count":8}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"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.23/0.97	c version: 2017-07-26
0.23/0.97	c seed: 1234525002
0.23/0.98	c timeout: 2520
0.23/0.98	c memlimit: 11000
0.23/0.98	c nbcore: 4
0.23/1.00	c Parsing instance...
1.14/1.45	c Parsing done, starting search...
1.14/1.47	o 0
1.14/1.47	o 4
1.14/1.48	o 6
1.14/1.49	o 8
1.14/1.50	o 10
1.32/1.50	o 12
1.32/1.54	o 14
1.94/1.70	o 15
1.94/1.71	o 16
2.55/1.98	s OPTIMUM FOUND
2.55/1.98	v <instantiation>
2.55/1.98	v 	<list>
2.55/1.98	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[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[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] 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[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[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]
2.55/1.98	v 	</list>
2.55/1.98	v 	<values>
2.55/1.98	v 		0 0 0 0 1 1 0 1 1 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 2 2 2 2 3 2 4 2 3 2 3 3 4 3 6 3 4 3 6 3 3 3 4 2 3 2 2 2 3 2 
2.55/1.98	v 	</values>
2.55/1.98	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 (15179 MiB free)
  memory of node 1: 16384 MiB (15453 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273719-1502706375/watcher-4273719-1502706375 -o /tmp/evaluation-result-4273719-1502706375/solver-4273719-1502706375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1234525002 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273719-1502706375.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=16674, runsolver pid=16671

[startup+0.10014 s]*
/proc/loadavg: 1.29 1.37 1.34 3/197 16676
/proc/meminfo: memFree=31346456/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=105164 memory=5196 CPUtime=0 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 1578 0 0 0 0 0 0 0 20 0 2 0 72832857 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 26291 1299 973 1 0 16808 0
[pid=16674/tid=16676] ppid=16671 vsize=105164 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) D 16671 16674 12560 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 72832867 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 139686924175664 139686912424853 0 0 1 16784584 18446744072099589253 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.209401 s]*
/proc/loadavg: 1.29 1.37 1.34 2/197 16676
/proc/meminfo: memFree=31351108/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=105164 memory=5196 CPUtime=0 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 1578 0 0 0 0 0 0 0 20 0 2 0 72832857 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 26291 1299 973 1 0 16808 0
[pid=16674/tid=16676] ppid=16671 vsize=105164 memory=8318255677412212789 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) D 16671 16674 12560 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 72832867 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 139686924175664 139686912424853 0 0 1 16784584 18446744072099589253 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.308698 s]*
/proc/loadavg: 1.29 1.37 1.34 2/197 16676
/proc/meminfo: memFree=31353696/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=105164 memory=5196 CPUtime=0 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 1578 0 0 0 0 0 0 0 20 0 2 0 72832857 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 26291 1299 973 1 0 16808 0
[pid=16674/tid=16676] ppid=16671 vsize=105164 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) D 16671 16674 12560 0 -1 4202560 268 0 0 0 0 0 0 0 20 0 2 0 72832867 107687936 1299 18446744073709551615 4194304 4196468 140731724198976 139686924175664 139686912424853 0 0 1 16784584 18446744072099589253 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.700318 s]
/proc/loadavg: 1.29 1.37 1.34 2/197 16676
/proc/meminfo: memFree=31360312/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=13358552 memory=16184 CPUtime=0 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 3390 0 0 0 0 0 0 0 20 0 6 0 72832857 13679157248 4046 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 3339638 4046 1909 1 0 3329135 0
[pid=16674/tid=16676] ppid=16671 vsize=13358552 memory=920 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) R 16671 16674 12560 0 -1 4202560 2074 0 0 0 0 0 0 0 20 0 6 0 72832867 13679157248 4046 18446744073709551615 4194304 4196468 140731724198976 139686924169808 139686919955613 0 4 1 16784584 0 0 0 -1 3 0 0 58 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 16184 KiB

[startup+1.50197 s]
/proc/loadavg: 1.29 1.37 1.34 3/210 16689
/proc/meminfo: memFree=31333612/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=13980036 memory=86688 CPUtime=1.32 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 16298 0 0 0 126 6 0 0 20 0 15 0 72832857 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 3495009 21672 3738 1 0 3483783 0
[pid=16674/tid=16676] ppid=16671 vsize=13980036 memory=703273 CPUtime=0.76 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) R 16671 16674 12560 0 -1 4202560 12674 0 0 0 71 5 0 0 20 0 15 0 72832867 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139686924168608 139686904126190 0 4 1 16800974 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16677] ppid=16671 vsize=13980036 memory=9138 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16677/stat : 16677 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139686839348112 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16678] ppid=16671 vsize=13980036 memory=6378026435750 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16678/stat : 16678 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139686838295312 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16679] ppid=16671 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16679/stat : 16679 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139686837243024 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16680] ppid=16671 vsize=13980036 memory=279764103625712 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16680/stat : 16680 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139686836190224 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16681] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16681/stat : 16681 (java) S 16671 16674 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685903706224 139686919944834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16682] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16682/stat : 16682 (java) S 16671 16674 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685902652192 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16683] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16683/stat : 16683 (java) S 16671 16674 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685901599856 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16684] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16684/stat : 16684 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685900548176 139686919952283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16685] ppid=16671 vsize=13980036 memory=211479894721101 CPUtime=0.13 cores=1,3,5,7
/proc/16674/task/16685/stat : 16685 (java) R 16671 16674 12560 0 -1 1077944384 771 0 0 0 13 0 0 0 20 0 15 0 72832931 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685899496048 139686919944834 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16686] ppid=16671 vsize=13980036 memory=211479894721102 CPUtime=0.12 cores=1,3,5,7
/proc/16674/task/16686/stat : 16686 (java) R 16671 16674 12560 0 -1 4202560 497 0 0 0 12 0 0 0 20 0 15 0 72832931 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685898443248 139686905964786 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16687] ppid=16671 vsize=13980036 memory=211479894721103 CPUtime=0.28 cores=1,3,5,7
/proc/16674/task/16687/stat : 16687 (java) R 16671 16674 12560 0 -1 4202560 975 0 0 0 28 0 0 0 20 0 15 0 72832931 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685897386688 139686919945622 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16688] ppid=16671 vsize=13980036 memory=211479894721104 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16688/stat : 16688 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685896338400 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16689] ppid=16671 vsize=13980036 memory=211479894721105 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16689/stat : 16689 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832935 14315556864 21672 18446744073709551615 4194304 4196468 140731724198976 139685895285168 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 86688 KiB

[startup+1.99735 s]
# the end of solver process 16674 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.72714 s, system=0.090221 s

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

[startup+1.6009 s]
/proc/loadavg: 1.29 1.37 1.34 3/210 16689
/proc/meminfo: memFree=31333612/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=13980036 memory=103784 CPUtime=1.64 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 20082 0 0 0 157 7 0 0 20 0 15 0 72832857 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 3495009 25946 3740 1 0 3483783 0
[pid=16674/tid=16676] ppid=16671 vsize=13980036 memory=211479894721107 CPUtime=0.86 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) R 16671 16674 12560 0 -1 4202560 12681 0 0 0 81 5 0 0 20 0 15 0 72832867 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139686924171632 140731724798364 0 4 1 16800974 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16677] ppid=16671 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16677/stat : 16677 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139686839348112 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16678] ppid=16671 vsize=13980036 memory=-6595500271158067543 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16678/stat : 16678 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139686838295312 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16679] ppid=16671 vsize=13980036 memory=7584465957275338862 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16679/stat : 16679 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139686837243024 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16680] ppid=16671 vsize=13980036 memory=3617013100988360803 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16680/stat : 16680 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139686836190224 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16681] ppid=16671 vsize=13980036 memory=6082488869023541093 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16681/stat : 16681 (java) S 16671 16674 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685903706224 139686919944834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16682] ppid=16671 vsize=13980036 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16682/stat : 16682 (java) S 16671 16674 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685902652192 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16683] ppid=16671 vsize=13980036 memory=5792283795875850327 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16683/stat : 16683 (java) S 16671 16674 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685901599856 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16684] ppid=16671 vsize=13980036 memory=580 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16684/stat : 16684 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685900548176 139686919952283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16685] ppid=16671 vsize=13980036 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/16674/task/16685/stat : 16685 (java) R 16671 16674 12560 0 -1 4202560 1955 0 0 0 22 0 0 0 20 0 15 0 72832931 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685899488536 139686900505407 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16686] ppid=16671 vsize=13980036 memory=32817 CPUtime=0.2 cores=1,3,5,7
/proc/16674/task/16686/stat : 16686 (java) R 16671 16674 12560 0 -1 4202560 2323 0 0 0 20 0 0 0 20 0 15 0 72832931 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685898424264 139686903417164 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16687] ppid=16671 vsize=13980036 memory=288230621787193645 CPUtime=0.32 cores=1,3,5,7
/proc/16674/task/16687/stat : 16687 (java) S 16671 16674 12560 0 -1 1077944384 1741 0 0 0 32 0 0 0 20 0 15 0 72832931 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685897390960 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16688] ppid=16671 vsize=13980036 memory=14126740964378060 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16688/stat : 16688 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685896338400 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16689] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16689/stat : 16689 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832935 14315556864 25946 18446744073709551615 4194304 4196468 140731724198976 139685895285168 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 103784 KiB

[startup+1.80089 s]
/proc/loadavg: 1.29 1.37 1.34 3/210 16689
/proc/meminfo: memFree=31333612/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=13980036 memory=122576 CPUtime=2.25 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 25525 0 0 0 217 8 0 0 20 0 15 0 72832857 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 3495009 30644 3751 1 0 3483783 0
[pid=16674/tid=16676] ppid=16671 vsize=13980036 memory=4048 CPUtime=1.06 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) R 16671 16674 12560 0 -1 4202560 12871 0 0 0 101 5 0 0 20 0 15 0 72832867 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139686924171632 139686516893529 0 4 1 16800974 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16677] ppid=16671 vsize=13980036 memory=644 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16677/stat : 16677 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139686839348112 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16678] ppid=16671 vsize=13980036 memory=7305218370954487129 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16678/stat : 16678 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139686838295312 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16679] ppid=16671 vsize=13980036 memory=7739276948478454376 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16679/stat : 16679 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139686837243024 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16680] ppid=16671 vsize=13980036 memory=5787220445994897765 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16680/stat : 16680 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139686836190224 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16681] ppid=16671 vsize=13980036 memory=8514726395715218844 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16681/stat : 16681 (java) S 16671 16674 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685903706224 139686919944834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16682] ppid=16671 vsize=13980036 memory=1404238533841559158 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16682/stat : 16682 (java) S 16671 16674 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685902652192 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16683] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16683/stat : 16683 (java) S 16671 16674 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685901599856 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16684] ppid=16671 vsize=13980036 memory=28708 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16684/stat : 16684 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685900548176 139686919952283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16685] ppid=16671 vsize=13980036 memory=1055 CPUtime=0.43 cores=1,3,5,7
/proc/16674/task/16685/stat : 16685 (java) R 16671 16674 12560 0 -1 4202560 4194 0 0 0 42 1 0 0 20 0 15 0 72832931 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685899482072 139686903320475 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16686] ppid=16671 vsize=13980036 memory=580 CPUtime=0.4 cores=1,3,5,7
/proc/16674/task/16686/stat : 16686 (java) R 16671 16674 12560 0 -1 4202560 5265 0 0 0 40 0 0 0 20 0 15 0 72832931 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685898434784 139686903839692 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16687] ppid=16671 vsize=13980036 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/16674/task/16687/stat : 16687 (java) S 16671 16674 12560 0 -1 1077944384 1813 0 0 0 32 0 0 0 20 0 15 0 72832931 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685897390960 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16688] ppid=16671 vsize=13980036 memory=97 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16688/stat : 16688 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685896338400 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16689] ppid=16671 vsize=13980036 memory=92 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16689/stat : 16689 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832935 14315556864 30644 18446744073709551615 4194304 4196468 140731724198976 139685895285168 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 122576 KiB

[startup+1.9007 s]
/proc/loadavg: 1.29 1.37 1.34 3/210 16689
/proc/meminfo: memFree=31333612/32770624 swapFree=67105588/67108860
[pid=16674] ppid=16671 vsize=13980036 memory=133076 CPUtime=2.55 cores=1,3,5,7
/proc/16674/stat : 16674 (java) S 16671 16674 12560 0 -1 1077944320 26100 0 0 0 247 8 0 0 20 0 15 0 72832857 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 140731724181520 139686919933687 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
/proc/16674/statm: 3495009 33269 3752 1 0 3483783 0
[pid=16674/tid=16676] ppid=16671 vsize=13980036 memory=6378026435750 CPUtime=1.16 cores=1,3,5,7
/proc/16674/task/16676/stat : 16676 (java) R 16671 16674 12560 0 -1 4202560 12879 0 0 0 111 5 0 0 20 0 15 0 72832867 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139686924171632 139686516320986 0 4 1 16800974 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16677] ppid=16671 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16677/stat : 16677 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139686839348112 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16678] ppid=16671 vsize=13980036 memory=279764103625712 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16678/stat : 16678 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139686838295312 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16679] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16679/stat : 16679 (java) S 16671 16674 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139686837243024 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16680] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16680/stat : 16680 (java) S 16671 16674 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72832926 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139686836190224 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16681] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16681/stat : 16681 (java) S 16671 16674 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685903706224 139686919944834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16682] ppid=16671 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16682/stat : 16682 (java) S 16671 16674 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685902652192 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16683] ppid=16671 vsize=13980036 memory=211479894721101 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16683/stat : 16683 (java) S 16671 16674 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72832928 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685901599856 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16684] ppid=16671 vsize=13980036 memory=211479894721102 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16684/stat : 16684 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685900548176 139686919952283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16685] ppid=16671 vsize=13980036 memory=211479894721103 CPUtime=0.53 cores=1,3,5,7
/proc/16674/task/16685/stat : 16685 (java) R 16671 16674 12560 0 -1 4202560 4312 0 0 0 52 1 0 0 20 0 15 0 72832931 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685899482072 139686901477791 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16686] ppid=16671 vsize=13980036 memory=211479894721104 CPUtime=0.5 cores=1,3,5,7
/proc/16674/task/16686/stat : 16686 (java) R 16671 16674 12560 0 -1 4202560 5712 0 0 0 50 0 0 0 20 0 15 0 72832931 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685898428208 139686901478004 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16687] ppid=16671 vsize=13980036 memory=211479894721105 CPUtime=0.33 cores=1,3,5,7
/proc/16674/task/16687/stat : 16687 (java) S 16671 16674 12560 0 -1 1077944384 1813 0 0 0 33 0 0 0 20 0 15 0 72832931 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685897390960 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16688] ppid=16671 vsize=13980036 memory=703273 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16688/stat : 16688 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832931 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685896338400 139686919943893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
[pid=16674/tid=16689] ppid=16671 vsize=13980036 memory=9138 CPUtime=0 cores=1,3,5,7
/proc/16674/task/16689/stat : 16689 (java) S 16671 16674 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72832935 14315556864 33269 18446744073709551615 4194304 4196468 140731724198976 139685895285168 139686919944834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140731724202350 140731724202537 140731724202537 140731724206031 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 133076 KiB

Child status: 0
Real time (s): 1.99739
CPU time (s): 2.81736
CPU user time (s): 2.72714
CPU system time (s): 0.090221
CPU usage (%): 141.052
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 133076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.72714
system time used= 0.090221
maximum resident set size= 144020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26793
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= 2225
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 16674
#   total CPU time (s): 2.81736
#   total CPU user time (s): 2.72714
#   total CPU system time (s): 0.090221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0297 second user time and 0.05221 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 12:12:13
IDJOB=4273719
IDBENCH=116012
IDSOLVER=2666
FILE ID=node126/4273719-1502706375
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-10.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-4273719-1502706375/watcher-4273719-1502706375 -o /tmp/evaluation-result-4273719-1502706375/solver-4273719-1502706375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1234525002 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273719-1502706375.xml

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

MD5SUM BENCH= 73d437c55a2dcfaad474645e4d596452
RANDOM SEED=1234525002

node126.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.81
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.81
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.81
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.81
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:        31369144 kB
MemAvailable:   31830832 kB
Buffers:          299064 kB
Cached:           431396 kB
SwapCached:          524 kB
Active:           695252 kB
Inactive:         223360 kB
Active(anon):     136324 kB
Inactive(anon):    85396 kB
Active(file):     558928 kB
Inactive(file):   137964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42416 kB
Writeback:             0 kB
AnonPages:        191876 kB
Mapped:            62392 kB
Shmem:             33440 kB
Slab:             187540 kB
SReclaimable:     161260 kB
SUnreclaim:        26280 kB
KernelStack:        3616 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 12:12:15