Trace number 4285235

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 - Parallel with EPS 2017-08-22SAT 1.69955 1.1524

General information on the benchmark

NameMagicSequence/MagicSequence-card-s1/
MagicSequence-018-ca.xml
MD5SUM20f02ca59b5f36661f4d5c054e0e7b75
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 benchmark0.0045170002
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints3
Number of domains1
Minimum domain size18
Maximum domain size18
Distribution of domain sizes[{"size":18,"count":18}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":18}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.39	c version: 2017-08-22
0.25/0.39	c seed: 165227965
0.25/0.39	c timeout: 20160
0.25/0.39	c memlimit: 22000
0.25/0.39	c nbcore: 8
0.44/0.42	c Parsing instance...
0.75/0.65	c Parsing done, starting search...
1.60/1.14	s SATISFIABLE
1.60/1.14	v <instantiation>
1.60/1.14	v 	<list>
1.60/1.14	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17]
1.60/1.14	v 	</list>
1.60/1.14	v 	<values>
1.60/1.14	v 		14 2 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 
1.60/1.14	v 	</values>
1.60/1.14	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 (14716 MiB free)
  memory of node 1: 16384 MiB (15241 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285235-1503423642/watcher-4285235-1503423642 -o /tmp/evaluation-result-4285235-1503423642/solver-4285235-1503423642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 165227965 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285235-1503423642.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 9.35 9.08 8.80 2/173 13669
/proc/meminfo: memFree=30676804/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=22928956 memory=8084 CPUtime=0 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 1845 0 0 0 0 0 0 0 20 0 2 0 144584575 23479250944 2021 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 5732239 2021 1151 1 0 5722209 0
[pid=13668/tid=13670] ppid=13665 vsize=22958292 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 919 0 0 0 0 0 0 0 20 0 2 0 144584585 23509291008 2417 18446744073709551615 4194304 4196468 140721607639728 139905941846432 139905929893792 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 22928956 KiB
Current children cumulated memory: 8084 KiB

[startup+0.208922 s]*
/proc/loadavg: 9.35 9.08 8.80 2/192 13688
/proc/meminfo: memFree=30662684/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=25996608 memory=28652 CPUtime=0.09 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 7005 0 0 0 8 1 0 0 20 0 20 0 144584575 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6499152 7163 3330 1 0 6487930 0
[pid=13668/tid=13670] ppid=13665 vsize=25996608 memory=4026532046 CPUtime=0.07 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 5084 0 0 0 6 1 0 0 20 0 20 0 144584585 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905941807472 139905937626269 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=25996608 memory=12918 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=25996608 memory=3978849207173183136 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584587 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144584588 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144584588 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) R 13665 13668 10109 0 -1 4202560 243 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904677759472 139905915858127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584591 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584594 26620526592 7163 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 28652 KiB

[startup+0.309423 s]*
/proc/loadavg: 9.35 9.08 8.80 2/192 13688
/proc/meminfo: memFree=30650960/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=25996608 memory=38772 CPUtime=0.25 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 10490 0 0 0 22 3 0 0 20 0 20 0 144584575 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6499152 9693 3562 1 0 6487930 0
[pid=13668/tid=13670] ppid=13665 vsize=25997632 memory=-8774313645642428999 CPUtime=0.17 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 8275 0 0 0 15 2 0 0 20 0 20 0 144584585 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905941809536 139905930284061 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=25997632 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584586 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144584587 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144584588 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144584588 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) S 13665 13668 10109 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 144584590 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 20 0 144584590 26620526592 9693 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=25997632 memory=0 CPUtime=0.04 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) S 13665 13668 10109 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 20 0 144584590 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139904677759472 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584591 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584594 26621575168 9693 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38772 KiB

[startup+0.700806 s]
/proc/loadavg: 9.35 9.08 8.80 3/192 13688
/proc/meminfo: memFree=30639648/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=25998676 memory=68516 CPUtime=0.9 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 14420 0 0 0 85 5 0 0 20 0 20 0 144584575 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6499669 17129 3724 1 0 6488442 0
[pid=13668/tid=13670] ppid=13665 vsize=25998676 memory=0 CPUtime=0.55 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 10960 0 0 0 51 4 0 0 20 0 20 0 144584585 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905941825792 139905921684830 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=25998676 memory=1792 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=25998676 memory=960 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=25998676 memory=2248 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=25998676 memory=1624 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=25998676 memory=928 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=25998676 memory=2164 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=25998676 memory=840 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144584587 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=25998676 memory=16436 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144584588 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=25998676 memory=4200 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144584588 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=25998676 memory=4064 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584590 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=25998676 memory=1156 CPUtime=0.05 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 509 0 0 0 5 0 0 0 20 0 20 0 144584590 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=25998676 memory=2368 CPUtime=0.05 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) S 13665 13668 10109 0 -1 1077944384 160 0 0 0 5 0 0 0 20 0 20 0 144584590 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=25998676 memory=55844 CPUtime=0.07 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 738 0 0 0 7 0 0 0 20 0 20 0 144584590 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=25998676 memory=4116 CPUtime=0.14 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) S 13665 13668 10109 0 -1 1077944384 668 0 0 0 14 0 0 0 20 0 20 0 144584590 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904677759472 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584591 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=25998676 memory=139722533904992 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584594 26622644224 17129 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 68516 KiB

[startup+1.15235 s]
# the end of solver process 13668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.61783 s, system=0.081718 s

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

[startup+0.800942 s]
/proc/loadavg: 9.35 9.08 8.80 3/192 13688
/proc/meminfo: memFree=30639648/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=26000724 memory=77492 CPUtime=1.02 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 15094 0 0 0 97 5 0 0 20 0 20 0 144584575 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6500181 19373 3724 1 0 6488954 0
[pid=13668/tid=13670] ppid=13665 vsize=26000724 memory=0 CPUtime=0.65 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 11615 0 0 0 61 4 0 0 20 0 20 0 144584585 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905941834960 139905937626269 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=26000724 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=26000724 memory=12337 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=26000724 memory=279445067792624 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584586 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144584587 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144584588 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=26000724 memory=-5587106306044206369 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144584588 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584590 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=26000724 memory=0 CPUtime=0.05 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 509 0 0 0 5 0 0 0 20 0 20 0 144584590 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=26000724 memory=0 CPUtime=0.06 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) R 13665 13668 10109 0 -1 4202560 162 0 0 0 6 0 0 0 20 0 20 0 144584590 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905930589385 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=26000724 memory=0 CPUtime=0.07 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 20 0 144584590 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=26000724 memory=279445068270768 CPUtime=0.15 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) S 13665 13668 10109 0 -1 1077944384 679 0 0 0 15 0 0 0 20 0 20 0 144584590 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904677759472 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144584591 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=26000724 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144584594 26624741376 19373 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 26000724 KiB
Current children cumulated memory: 77492 KiB

[startup+1.00084 s]*
/proc/loadavg: 9.35 9.08 8.80 2/194 13690
/proc/meminfo: memFree=30595664/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=26137948 memory=99204 CPUtime=1.4 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 16797 0 0 0 133 7 0 0 20 0 22 0 144584575 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6534487 24801 3749 1 0 6523260 0
[pid=13668/tid=13670] ppid=13665 vsize=26137948 memory=0 CPUtime=0.86 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) R 13665 13668 10109 0 -1 4202560 13032 0 0 0 81 5 0 0 20 0 22 0 144584585 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905941839600 139905937626269 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=26137948 memory=754 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=26137948 memory=4050339474403699125 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=26137948 memory=2319389199166349359 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=26137948 memory=4026532046 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=26137948 memory=12910 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=26137948 memory=3978420312957255712 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584586 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 22 0 144584587 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 144584588 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 144584588 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584590 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=26137948 memory=0 CPUtime=0.09 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 542 0 0 0 9 0 0 0 20 0 22 0 144584590 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=26137948 memory=0 CPUtime=0.09 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) S 13665 13668 10109 0 -1 1077944384 186 0 0 0 9 0 0 0 20 0 22 0 144584590 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=26137948 memory=0 CPUtime=0.11 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 758 0 0 0 11 0 0 0 20 0 22 0 144584590 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=26137948 memory=0 CPUtime=0.22 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) S 13665 13668 10109 0 -1 1077944384 850 0 0 0 22 0 0 0 20 0 22 0 144584590 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904677759472 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144584591 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=26137948 memory=139726952789631 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144584594 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13689] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13689/stat : 13689 (java) S 13665 13668 10109 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 22 0 144584660 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139903524397696 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13690] ppid=13665 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13690/stat : 13690 (java) S 13665 13668 10109 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 144584671 26765258752 24801 18446744073709551615 4194304 4196468 140721607639728 139903523344976 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 26137948 KiB
Current children cumulated memory: 99204 KiB

[startup+1.10943 s]
/proc/loadavg: 9.35 9.08 8.80 2/194 13690
/proc/meminfo: memFree=30595664/32770624 swapFree=67108860/67108860
[pid=13668] ppid=13665 vsize=26936716 memory=132448 CPUtime=1.6 cores=0-7
/proc/13668/stat : 13668 (java) S 13665 13668 10109 0 -1 1077944320 17822 0 0 0 153 7 0 0 20 0 34 0 144584575 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 140721607622272 139905937604343 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
/proc/13668/statm: 6734179 33112 3753 1 0 6722952 0
[pid=13668/tid=13670] ppid=13665 vsize=26936716 memory=0 CPUtime=0.94 cores=0-7
/proc/13668/task/13670/stat : 13670 (java) S 13665 13668 10109 0 -1 1077944384 13495 0 0 0 89 5 0 0 20 0 34 0 144584585 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905941842048 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13671] ppid=13665 vsize=26936716 memory=279445067955872 CPUtime=0 cores=0-7
/proc/13668/task/13671/stat : 13671 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905894570640 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13672] ppid=13665 vsize=26936716 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/13668/task/13672/stat : 13672 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905893517840 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13673] ppid=13665 vsize=26936716 memory=15536310592997909 CPUtime=0 cores=0-7
/proc/13668/task/13673/stat : 13673 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905892465040 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13674] ppid=13665 vsize=26936716 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13674/stat : 13674 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905891412240 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13675] ppid=13665 vsize=26936716 memory=58690728127192 CPUtime=0 cores=0-7
/proc/13668/task/13675/stat : 13675 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905890360464 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13676] ppid=13665 vsize=26936716 memory=58690728127193 CPUtime=0 cores=0-7
/proc/13668/task/13676/stat : 13676 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905889307664 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13677] ppid=13665 vsize=26936716 memory=58690728127194 CPUtime=0 cores=0-7
/proc/13668/task/13677/stat : 13677 (java) S 13665 13668 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905888254864 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13678] ppid=13665 vsize=26936716 memory=58690728127195 CPUtime=0 cores=0-7
/proc/13668/task/13678/stat : 13678 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584586 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139905887202064 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13679] ppid=13665 vsize=26936716 memory=58690728127196 CPUtime=0 cores=0-7
/proc/13668/task/13679/stat : 13679 (java) S 13665 13668 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 34 0 144584587 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904685128048 139905937615490 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13680] ppid=13665 vsize=26936716 memory=56 CPUtime=0 cores=0-7
/proc/13668/task/13680/stat : 13680 (java) S 13665 13668 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 144584588 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904684074016 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13681] ppid=13665 vsize=26936716 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/13668/task/13681/stat : 13681 (java) S 13665 13668 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 144584588 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904683021168 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13682] ppid=13665 vsize=26936716 memory=15536310592997909 CPUtime=0 cores=0-7
/proc/13668/task/13682/stat : 13682 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584590 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904681969488 139905937622939 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13683] ppid=13665 vsize=26936716 memory=0 CPUtime=0.09 cores=0-7
/proc/13668/task/13683/stat : 13683 (java) S 13665 13668 10109 0 -1 1077944384 549 0 0 0 9 0 0 0 20 0 34 0 144584590 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904680917872 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13684] ppid=13665 vsize=26936716 memory=0 CPUtime=0.09 cores=0-7
/proc/13668/task/13684/stat : 13684 (java) S 13665 13668 10109 0 -1 1077944384 188 0 0 0 9 0 0 0 20 0 34 0 144584590 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904679865072 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13685] ppid=13665 vsize=26936716 memory=0 CPUtime=0.12 cores=0-7
/proc/13668/task/13685/stat : 13685 (java) S 13665 13668 10109 0 -1 1077944384 761 0 0 0 12 0 0 0 20 0 34 0 144584590 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904678812272 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13686] ppid=13665 vsize=26936716 memory=0 CPUtime=0.24 cores=0-7
/proc/13668/task/13686/stat : 13686 (java) R 13665 13668 10109 0 -1 4202560 896 0 0 0 24 0 0 0 20 0 34 0 144584590 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904677759600 139905916420720 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13687] ppid=13665 vsize=26936716 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13687/stat : 13687 (java) S 13665 13668 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 144584591 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904676706912 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13688] ppid=13665 vsize=26936716 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13688/stat : 13688 (java) S 13665 13668 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 144584594 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139904675654192 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13689] ppid=13665 vsize=26936716 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13689/stat : 13689 (java) S 13665 13668 10109 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 34 0 144584660 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139903524397696 139905937614549 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
[pid=13668/tid=13690] ppid=13665 vsize=26936716 memory=0 CPUtime=0 cores=0-7
/proc/13668/task/13690/stat : 13690 (java) S 13665 13668 10109 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 144584671 27583197184 33112 18446744073709551615 4194304 4196468 140721607639728 139903523344976 139905937615490 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721607647596 140721607647781 140721607647781 140721607651279 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 26936716 KiB
Current children cumulated memory: 132448 KiB

Child status: 0
Real time (s): 1.1524
CPU time (s): 1.69955
CPU user time (s): 1.61783
CPU system time (s): 0.081718
CPU usage (%): 147.478
Max. virtual memory (cumulated for all children) (KiB): 26936716
Max. memory (cumulated for all children) (KiB): 132448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61783
system time used= 0.081718
maximum resident set size= 136696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18177
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= 3101
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 13668
#   total CPU time (s): 1.69955
#   total CPU user time (s): 1.61783
#   total CPU system time (s): 0.081718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034707 second user time and 0.045936 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-22 19:26:33
IDJOB=4285235
IDBENCH=123169
IDSOLVER=2681
FILE ID=node125/4285235-1503423642
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/MagicSequence/MagicSequence-card-s1/MagicSequence-018-ca.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285235-1503423642/watcher-4285235-1503423642 -o /tmp/evaluation-result-4285235-1503423642/solver-4285235-1503423642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 165227965 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285235-1503423642.xml

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

MD5SUM BENCH= 20f02ca59b5f36661f4d5c054e0e7b75
RANDOM SEED=165227965

node125.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.07
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.07
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.07
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.07
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:        30677036 kB
MemAvailable:   31957276 kB
Buffers:          338228 kB
Cached:          1255148 kB
SwapCached:            0 kB
Active:           940728 kB
Inactive:         705480 kB
Active(anon):      53288 kB
Inactive(anon):    57676 kB
Active(file):     887440 kB
Inactive(file):   647804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42536 kB
Writeback:            16 kB
AnonPages:         52828 kB
Mapped:            68532 kB
Shmem:             58020 kB
Slab:             147984 kB
SReclaimable:     121664 kB
SUnreclaim:        26320 kB
KernelStack:        2960 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-22 19:26:34