Trace number 4311868

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT 772.262 766.244

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P04_c18.xml
MD5SUMbba9b3428f0c8228a4e28ff2342631fb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.52171
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints38
Number of domains2
Minimum domain size36
Maximum domain size37
Distribution of domain sizes[{"size":36,"count":36},{"size":37,"count":16}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":40},{"degree":2,"count":36},{"degree":5,"count":8},{"degree":6,"count":8}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":16,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 1896043159
0.67/0.55	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.51/1.05	c Parsing done, starting search...
772.21/766.23	s SATISFIABLE
772.21/766.23	v <instantiation>
772.21/766.23	v 	<list>
772.21/766.23	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] cn[3][0] cn[3][1] cn[3][2] cn[3][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] ce[3][0][1] ce[3][0][2] ce[3][0][3] ce[3][1][2] ce[3][1][3] ce[3][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3] cie[2][0] cie[2][1] cie[2][2] cie[2][3]
772.21/766.23	v 	</list>
772.21/766.23	v 	<values>
772.21/766.23	v 		16 4 15 30 35 25 8 12 29 9 0 34 1 33 36 3 12 1 14 11 26 15 10 27 23 17 13 4 20 29 5 9 25 34 32 35 2 3 30 33 19 21 7 18 6 16 8 22 28 24 36 31 
772.21/766.23	v 	</values>
772.21/766.23	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311868-1534546034/watcher-4311868-1534546034 -o /tmp/evaluation-result-4311868-1534546034/solver-4311868-1534546034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1896043159 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311868-1534546034.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
solver pid=25887, runsolver pid=25884
Current StackSize limit: 8192 KiB


[startup+0.102691 s]*
/proc/loadavg: 1.64 1.60 1.59 4/215 25902
/proc/meminfo: memFree=24074460/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14082736 memory=30548 CPUtime=0.12 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 6576 0 0 0 12 0 0 0 20 0 15 0 272166566 14420721664 7637 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3520684 7637 3142 1 0 3482761 0
[pid=25887/tid=25889] ppid=25884 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 4622 0 0 0 9 0 0 0 20 0 15 0 272166567 14420721664 7637 33554432000 4194304 4196468 140723252397888 139638858270856 139638834317011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14082736 memory=5793855314193549753 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 7637 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 7637 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 7637 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 7637 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637765920160 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637764867568 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0.01 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 7637 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30548 KiB

[startup+0.212986 s]*
/proc/loadavg: 1.64 1.60 1.59 5/215 25902
/proc/meminfo: memFree=24046556/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14082736 memory=47188 CPUtime=0.31 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 10403 0 0 0 30 1 0 0 20 0 15 0 272166566 14420721664 11797 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3520684 11797 3413 1 0 3482761 0
[pid=25887/tid=25889] ppid=25884 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 8091 0 0 0 19 1 0 0 20 0 15 0 272166567 14420721664 11797 33554432000 4194304 4196468 140723252397888 139638858266304 139638838084965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14082736 memory=4211973789388447114 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 11797 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 11797 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 11797 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 11797 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637765920160 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637764867568 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) R 25884 25887 25230 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0.06 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) R 25884 25887 25230 0 -1 4202560 316 0 0 0 6 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637760653328 139638832561425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 11797 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47188 KiB

[startup+0.310586 s]*
/proc/loadavg: 1.64 1.60 1.59 3/215 25902
/proc/meminfo: memFree=24043144/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14082736 memory=50956 CPUtime=0.44 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 10784 0 0 0 42 2 0 0 20 0 15 0 272166566 14420721664 12739 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3520684 12739 3420 1 0 3482761 0
[pid=25887/tid=25889] ppid=25884 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 8439 0 0 0 28 1 0 0 20 0 15 0 272166567 14420721664 12739 33554432000 4194304 4196468 140723252397888 139638858249168 139638834317167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14082736 memory=4211973789388447114 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 12739 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14082736 memory=140063183658927 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 12739 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14082736 memory=140063044406430 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 12739 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14082736 memory=140063044390351 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166567 14420721664 12739 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14082736 memory=140063183681833 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14082736 memory=140063044399535 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637765920160 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14082736 memory=280126088789904 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166569 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637764867568 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14082736 memory=280126088787600 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0.08 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14082736 memory=140063183656576 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166572 14420721664 12739 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50956 KiB

[startup+0.700782 s]
/proc/loadavg: 1.64 1.60 1.59 3/215 25902
/proc/meminfo: memFree=24018712/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14084804 memory=89088 CPUtime=0.98 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 17636 0 0 0 94 4 0 0 20 0 15 0 272166566 14422839296 22272 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3521201 22272 3490 1 0 3483273 0
[pid=25887/tid=25889] ppid=25884 vsize=14084804 memory=752 CPUtime=0.67 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 14897 0 0 0 64 3 0 0 20 0 15 0 272166567 14422839296 22272 33554432000 4194304 4196468 140723252397888 139638858266480 139638821630958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14422839296 22272 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14422839296 22272 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14422839296 22272 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166567 14422839296 22272 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166569 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166569 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637765920160 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166569 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637764867568 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14084804 memory=231 CPUtime=0.07 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 517 0 0 0 7 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 419 0 0 0 6 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14084804 memory=713 CPUtime=0.15 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14084804 memory=280126088973808 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166572 14422839296 22272 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89088 KiB

[startup+1.5008 s]
/proc/loadavg: 1.64 1.60 1.59 5/215 25902
/proc/meminfo: memFree=23961940/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14090948 memory=141660 CPUtime=2.95 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 25713 0 0 0 288 7 0 0 20 0 15 0 272166566 14429130752 35415 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3522737 35415 3532 1 0 3484809 0
[pid=25887/tid=25889] ppid=25884 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 18696 0 0 0 142 5 0 0 20 0 15 0 272166567 14429130752 35415 33554432000 4194304 4196468 140723252397888 139638858277616 139638467739179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14090948 memory=-3535359994705172579 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14429130752 35415 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14090948 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14429130752 35415 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14090948 memory=-6294447370555319399 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166567 14429130752 35415 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14090948 memory=-6441413357968170793 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166567 14429130752 35415 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14090948 memory=9050434915155476653 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 35415 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0

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

[startup+766.244 s]
# the end of solver process 25887 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=771.61 s, system=0.651232 s

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

[startup+763.401 s]
/proc/loadavg: 1.45 1.34 1.43 3/215 25924
/proc/meminfo: memFree=23268168/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14090948 memory=206796 CPUtime=769.39 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 59854 0 0 0 76875 64 0 0 20 0 15 0 272166566 14429130752 51699 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3522737 51699 3567 1 0 3484809 0
[pid=25887/tid=25889] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=759.59 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 27886 0 0 0 75949 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638858278944 139638467946517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14090948 memory=2216 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 2366 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14090948 memory=3984 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 2143 0 0 0 119 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14090948 memory=2036 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 2566 0 0 0 116 13 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14090948 memory=15188 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 3284 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14090948 memory=4224 CPUtime=1.43 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 2949 0 0 0 133 10 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14090948 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637765920224 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14090948 memory=15916 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637764867584 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14090948 memory=504 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14090948 memory=206796 CPUtime=1.23 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 7215 0 0 0 123 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14090948 memory=6492 CPUtime=1.2 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 4707 0 0 0 120 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14090948 memory=1224 CPUtime=0.44 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 4500 0 0 0 44 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14090948 memory=2180 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14090948 memory=1752 CPUtime=0.25 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 784 0 0 0 11 14 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 769.39 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 206796 KiB

[startup+765.001 s]
/proc/loadavg: 1.33 1.32 1.43 3/215 25924
/proc/meminfo: memFree=23268168/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14090948 memory=206796 CPUtime=770.99 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 59859 0 0 0 77035 64 0 0 20 0 15 0 272166566 14429130752 51699 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3522737 51699 3567 1 0 3484809 0
[pid=25887/tid=25889] ppid=25884 vsize=14090948 memory=6364 CPUtime=761.19 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 27890 0 0 0 76109 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638858279232 139638468259488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14090948 memory=1628 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 2367 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14090948 memory=206796 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 2143 0 0 0 119 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14090948 memory=1356 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 2566 0 0 0 116 13 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14090948 memory=4140 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 3284 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 2949 0 0 0 134 10 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14090948 memory=206796 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637765920224 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14090948 memory=206796 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637764867584 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14090948 memory=1628 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=1.23 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 7215 0 0 0 123 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14090948 memory=4224 CPUtime=1.2 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 4707 0 0 0 120 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14090948 memory=4028 CPUtime=0.44 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 4500 0 0 0 44 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14090948 memory=15916 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14090948 memory=206796 CPUtime=0.25 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 784 0 0 0 11 14 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 770.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 206796 KiB

[startup+765.801 s]
/proc/loadavg: 1.33 1.32 1.43 3/215 25924
/proc/meminfo: memFree=23268168/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14090948 memory=206796 CPUtime=771.8 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 59862 0 0 0 77116 64 0 0 20 0 15 0 272166566 14429130752 51699 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3522737 51699 3567 1 0 3484809 0
[pid=25887/tid=25889] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=761.98 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 27892 0 0 0 76188 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638858279232 139638468362200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14090948 memory=932 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 2367 0 0 0 118 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14090948 memory=2056 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 2143 0 0 0 119 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14090948 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 2566 0 0 0 116 13 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14090948 memory=928 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 3285 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14090948 memory=1568 CPUtime=1.44 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 2949 0 0 0 134 10 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14090948 memory=2216 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637765920224 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14090948 memory=3984 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637764867584 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14090948 memory=2036 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14090948 memory=2180 CPUtime=1.23 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 7215 0 0 0 123 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14090948 memory=1752 CPUtime=1.2 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 4707 0 0 0 120 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14090948 memory=844 CPUtime=0.44 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 4500 0 0 0 44 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14090948 memory=10072 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14090948 memory=5012 CPUtime=0.25 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 784 0 0 0 11 14 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 771.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 206796 KiB

[startup+766.201 s]*
/proc/loadavg: 1.33 1.32 1.43 3/215 25924
/proc/meminfo: memFree=23268168/32770624 swapFree=67108196/67108860
[pid=25887] ppid=25884 vsize=14090948 memory=206796 CPUtime=772.21 cores=1,3,5,7
/proc/25887/stat : 25887 (java) S 25884 25887 25230 0 -1 1077944320 59863 0 0 0 77157 64 0 0 20 0 15 0 272166566 14429130752 51699 33554432000 4194304 4196468 140723252397888 140723252380432 139638854041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
/proc/25887/statm: 3522737 51699 3567 1 0 3484809 0
[pid=25887/tid=25889] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=762.39 cores=1,3,5,7
/proc/25887/task/25889/stat : 25889 (java) R 25884 25887 25230 0 -1 4202560 27893 0 0 0 76229 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638858279248 139638467962983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25890] ppid=25884 vsize=14090948 memory=-7003737579269690708 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25890/stat : 25890 (java) S 25884 25887 25230 0 -1 1077944384 2367 0 0 0 118 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638784129296 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25891] ppid=25884 vsize=14090948 memory=2216 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25891/stat : 25891 (java) S 25884 25887 25230 0 -1 1077944384 2143 0 0 0 119 10 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638448241040 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25892] ppid=25884 vsize=14090948 memory=3984 CPUtime=1.29 cores=1,3,5,7
/proc/25887/task/25892/stat : 25892 (java) S 25884 25887 25230 0 -1 1077944384 2566 0 0 0 116 13 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638447188496 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25893] ppid=25884 vsize=14090948 memory=2036 CPUtime=1.28 cores=1,3,5,7
/proc/25887/task/25893/stat : 25893 (java) S 25884 25887 25230 0 -1 1077944384 3285 0 0 0 117 11 0 0 20 0 15 0 272166567 14429130752 51699 33554432000 4194304 4196468 140723252397888 139638446135952 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25894] ppid=25884 vsize=14090948 memory=8148 CPUtime=1.44 cores=1,3,5,7
/proc/25887/task/25894/stat : 25894 (java) S 25884 25887 25230 0 -1 1077944384 2949 0 0 0 134 10 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637766973936 139638854052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25895] ppid=25884 vsize=14090948 memory=816 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25895/stat : 25895 (java) S 25884 25887 25230 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637765920224 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25896] ppid=25884 vsize=14090948 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25896/stat : 25896 (java) S 25884 25887 25230 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 272166569 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637764867584 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25897] ppid=25884 vsize=14090948 memory=206796 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25897/stat : 25897 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637763816144 139638854059931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25898] ppid=25884 vsize=14090948 memory=6791534058613427641 CPUtime=1.23 cores=1,3,5,7
/proc/25887/task/25898/stat : 25898 (java) S 25884 25887 25230 0 -1 1077944384 7215 0 0 0 123 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637762762736 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25899] ppid=25884 vsize=14090948 memory=-7003737579269690708 CPUtime=1.2 cores=1,3,5,7
/proc/25887/task/25899/stat : 25899 (java) S 25884 25887 25230 0 -1 1077944384 4707 0 0 0 120 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637761710192 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25900] ppid=25884 vsize=14090948 memory=1124 CPUtime=0.44 cores=1,3,5,7
/proc/25887/task/25900/stat : 25900 (java) S 25884 25887 25230 0 -1 1077944384 4500 0 0 0 44 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637760657648 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25901] ppid=25884 vsize=14090948 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/25887/task/25901/stat : 25901 (java) S 25884 25887 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637759605344 139638854051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
[pid=25887/tid=25902] ppid=25884 vsize=14090948 memory=1356 CPUtime=0.25 cores=1,3,5,7
/proc/25887/task/25902/stat : 25902 (java) S 25884 25887 25230 0 -1 1077944384 784 0 0 0 11 14 0 0 20 0 15 0 272166572 14429130752 51699 33554432000 4194304 4196468 140723252397888 139637758552880 139638854052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30158848 140723252401224 140723252401417 140723252401417 140723252404175 0
Current children cumulated CPU time: 772.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 206796 KiB

Child status: 0
Real time (s): 766.244
CPU time (s): 772.262
CPU user time (s): 771.61
CPU system time (s): 0.651232
CPU usage (%): 100.785
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 235652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 771.61
system time used= 0.651232
maximum resident set size= 237704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57419
involuntary context switches= 2026


# summary of solver processes directly reported to runsolver:
#   pid: 25887
#   total CPU time (s): 772.262
#   total CPU user time (s): 771.61
#   total CPU system time (s): 0.651232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.2766 second user time and 7.45399 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 00:47:14
IDJOB=4311868
IDBENCH=141167
IDSOLVER=2799
FILE ID=node151/4311868-1534546034
RUNJOBID= node151-1534541038-25262
PBS_JOBID= 21038628
Free space on /tmp= 51372 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311868-1534546034/watcher-4311868-1534546034 -o /tmp/evaluation-result-4311868-1534546034/solver-4311868-1534546034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1896043159 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311868-1534546034.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=1896043159

node151.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.87
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.87
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.87
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.87
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:        24092600 kB
MemAvailable:   31656656 kB
Buffers:          212528 kB
Cached:          7625076 kB
SwapCached:           12 kB
Active:          4351944 kB
Inactive:        3775000 kB
Active(anon):     259280 kB
Inactive(anon):    98628 kB
Active(file):    4092664 kB
Inactive(file):  3676372 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71780 kB
Writeback:             0 kB
AnonPages:        331544 kB
Mapped:            33832 kB
Shmem:             65908 kB
Slab:             249856 kB
SReclaimable:     221712 kB
SUnreclaim:        28144 kB
KernelStack:        3808 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1471540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-18 01:00:00