Trace number 4258215

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 259.87201 88.741203

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-50-04.xml
MD5SUM88cc4e0405f00f13705dc5989c1027aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark244.85899
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size677
Distribution of domain sizes[{"size":1,"count":1},{"size":677,"count":121}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":6},{"degree":5,"count":20},{"degree":6,"count":49},{"degree":7,"count":26},{"degree":8,"count":15},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":257},{"arity":49,"count":1},{"arity":61,"count":1},{"arity":63,"count":1},{"arity":68,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258215-1502647940/watcher-4258215-1502647940 -o /tmp/evaluation-result-4258215-1502647940/solver-4258215-1502647940 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258215-1502647940.xml 

running on 4 cores: 0,2,4,6

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

solver pid=12868, runsolver pid=12865

[startup+0.100124 s]*
/proc/loadavg: 5.09 5.14 4.68 5/195 12869
/proc/meminfo: memFree=23386636/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/12868/stat : 12868 (runsolver) D 12865 12868 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 66987341 34791424 114 18446744073709551615 4194304 4346622 140720451409184 140720451405816 140402288501463 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 23601152 140720451412075 140720451412521 140720451412521 140720451416010 0
/proc/12868/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209042 s]*
/proc/loadavg: 5.09 5.14 4.68 5/208 12882
/proc/meminfo: memFree=23374100/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10484492 memory=23364 CPUtime=0.05 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 4794 0 0 0 4 1 0 0 20 0 14 0 66987341 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2621123 5841 2579 1 0 2610620 0
[pid=12868/tid=12870] ppid=12865 vsize=10484492 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) D 12865 12868 17093 0 -1 4202560 2911 0 0 0 4 1 0 0 20 0 14 0 66987354 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140622272800672 140622268585213 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10484492 memory=330 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66987355 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140622198983312 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10484492 memory=4050627105379657376 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66987355 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140622197930512 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66987355 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140622196877712 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66987355 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621876554000 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10484492 memory=140402291451520 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66987356 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621765163888 140622268574338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 66987357 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 66987357 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66987359 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621762005328 140622268581787 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 14 0 66987359 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621760952688 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66987359 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621759899888 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10484492 memory=140402291451520 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 14 0 66987359 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621758847088 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66987359 10736119808 5841 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23364 KiB

[startup+0.309871 s]*
/proc/loadavg: 5.09 5.14 4.68 6/209 12883
/proc/meminfo: memFree=23369264/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10552180 memory=28104 CPUtime=0.11 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 5495 0 0 0 10 1 0 0 20 0 15 0 66987341 10805432320 7026 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2638045 7026 2786 1 0 2627517 0
[pid=12868/tid=12870] ppid=12865 vsize=10553140 memory=-7677926825137650786 CPUtime=0.08 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) R 12865 12868 17093 0 -1 4202560 3659 0 0 0 7 1 0 0 20 0 15 0 66987354 10806415360 7290 18446744073709551615 4194304 4196468 140735245621696 140622272751536 140622261242909 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140622198983312 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140622197930512 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140622196877712 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66987355 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140621876554000 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66987356 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140621765163888 140622268574338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10808082432 7290 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10808082432 7356 18446744073709551615 4194304 4196468 140735245621696 140621762005328 140622268581787 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 66987359 10808082432 7356 18446744073709551615 4194304 4196468 140735245621696 140621760952688 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10808082432 7356 18446744073709551615 4194304 4196468 140735245621696 140621759899888 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10554768 memory=140402291451520 CPUtime=0.01 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 66987359 10808082432 7356 18446744073709551615 4194304 4196468 140735245621696 140621758847088 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10808082432 7422 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10554768 memory=140402291451520 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987370 10808082432 7422 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28104 KiB

[startup+0.700656 s]
/proc/loadavg: 5.09 5.14 4.68 7/209 12883
/proc/meminfo: memFree=23350816/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=152956 CPUtime=0.9 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 10972 0 0 0 84 6 0 0 20 0 15 0 66987341 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 38239 3042 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=2160 CPUtime=0.46 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) R 12865 12868 17093 0 -1 4202560 7473 0 0 0 42 4 0 0 20 0 15 0 66987354 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140622272780064 140622268575126 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=844 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140622198983312 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140622197930512 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987355 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140622196877712 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=2864 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66987355 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621876554000 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66987356 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621765163888 140622268574338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=2900 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=8170324 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621762005328 140622268581787 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=6080510843459496030 CPUtime=0.11 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 720 0 0 0 11 0 0 0 20 0 15 0 66987359 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621760952688 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=8097849728158749033 CPUtime=0.1 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) R 12865 12868 17093 0 -1 4202560 367 0 0 0 10 0 0 0 20 0 15 0 66987359 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621759899888 140622246454705 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=7373633313336484458 CPUtime=0.2 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) R 12865 12868 17093 0 -1 1077944384 1046 0 0 0 20 0 0 0 20 0 15 0 66987359 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621758847088 140622268574338 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987370 10804461568 38239 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 152956 KiB

[startup+1.50959 s]
/proc/loadavg: 5.09 5.14 4.68 8/209 12883
/proc/meminfo: memFree=23184164/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=451548 CPUtime=2.99 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 15845 0 0 0 276 23 0 0 20 0 15 0 66987341 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 112887 3085 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=-1189914978686163229 CPUtime=1.09 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) S 12865 12868 17093 0 -1 1077944384 7573 0 0 0 103 6 0 0 20 0 15 0 66987354 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140622272798592 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=-7880843606118635149 CPUtime=0.12 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) R 12865 12868 17093 0 -1 4202560 166 0 0 0 10 2 0 0 20 0 15 0 66987355 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140622198983200 140622253591065 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=-7751062316387021378 CPUtime=0.14 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) R 12865 12868 17093 0 -1 4202560 181 0 0 0 11 3 0 0 20 0 15 0 66987355 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140622197930512 140622253591065 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) R 12865 12868 17093 0 -1 4202560 101 0 0 0 11 3 0 0 20 0 15 0 66987355 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140622196877712 140622253591065 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=2900 CPUtime=0.17 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) R 12865 12868 17093 0 -1 4202560 218 0 0 0 13 4 0 0 20 0 15 0 66987355 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621876554000 140622253591065 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=8168276 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66987356 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621765162400 140622268573397 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=28104 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621762005328 140622268581787 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=3904 CPUtime=0.51 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 2926 0 0 0 51 0 0 0 20 0 15 0 66987359 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621760952688 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 2143 0 0 0 52 0 0 0 20 0 15 0 66987359 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621759899888 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=195699849377290 CPUtime=0.21 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 1094 0 0 0 21 0 0 0 20 0 15 0 66987359 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621758847088 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=641169 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=7516877558933115221 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66987370 10804461568 112887 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 451548 KiB

[startup+3.10996 s]
/proc/loadavg: 5.09 5.14 4.68 6/209 12883
/proc/meminfo: memFree=22525412/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=759780 CPUtime=7.08 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 17974 0 0 0 652 56 0 0 20 0 15 0 66987341 10804461568 189945 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 189945 3101 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=37728 CPUtime=1.55 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) R 12865 12868 17093 0 -1 4202560 7594 0 0 0 149 6 0 0 20 0 15 0 66987354 10804461568 189945 18446744073709551615 4194304 4196468 140735245621696 140622272798592 140621879570590 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=56 CPUtime=0.95 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) S 12865 12868 17093 0 -1 1077944384 538 0 0 0 84 11 0 0 20 0 15 0 66987355 10804461568 189945 18446744073709551615 4194304 4196468 140735245621696 140622198983312 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0

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

[startup+88.7411 s]
# the end of solver process 12868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.983 s, system=5.88886 s

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

[startup+88.0016 s]*
/proc/loadavg: 3.96 4.79 4.60 6/209 12960
/proc/meminfo: memFree=19948416/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=8194228 CPUtime=257.18 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 86923 0 0 0 25134 584 0 0 20 0 15 0 66987341 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 2048557 3106 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=-7677926825137650786 CPUtime=14.32 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) S 12865 12868 17093 0 -1 1077944384 16465 0 0 0 1423 9 0 0 20 0 15 0 66987354 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622272799984 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=4872558044660077418 CPUtime=55.96 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) S 12865 12868 17093 0 -1 1077944384 8489 0 0 0 5443 153 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622198983120 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=2752 CPUtime=56.35 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) R 12865 12868 17093 0 -1 4202560 11038 0 0 0 5492 143 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622197930320 140622261191399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=2864 CPUtime=56.01 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) R 12865 12868 17093 0 -1 4202560 8913 0 0 0 5467 134 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622196877912 140622253559684 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=4064 CPUtime=56.42 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) R 12865 12868 17093 0 -1 4202560 10225 0 0 0 5505 137 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621876553808 140622251946226 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=1160 CPUtime=16.53 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 19776 0 0 0 1651 2 0 0 20 0 15 0 66987356 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621765162432 140622268573397 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=2904 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=8194228 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621762004976 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=2868 CPUtime=0.57 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621760952448 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=3416852 CPUtime=0.59 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3272 0 0 0 59 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621759899936 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=3904 CPUtime=0.3 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 3273 0 0 0 29 1 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621758847136 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=4872558044660077418 CPUtime=0.04 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 516 0 0 0 2 2 0 0 20 0 15 0 66987370 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 257.18 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8194228 KiB

[startup+88.4006 s]
/proc/loadavg: 3.96 4.79 4.60 6/209 12960
/proc/meminfo: memFree=19948416/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=8194228 CPUtime=258.64 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 86923 0 0 0 25280 584 0 0 20 0 15 0 66987341 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 2048557 3106 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=37728 CPUtime=14.32 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) S 12865 12868 17093 0 -1 1077944384 16465 0 0 0 1423 9 0 0 20 0 15 0 66987354 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622272799984 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=-8774313645642428999 CPUtime=56.3 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) R 12865 12868 17093 0 -1 4202560 8489 0 0 0 5477 153 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622198983432 140622261191399 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=1228 CPUtime=56.71 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) R 12865 12868 17093 0 -1 4202560 11038 0 0 0 5528 143 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622197930320 140622261191399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=-8774313645642428999 CPUtime=56.4 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) R 12865 12868 17093 0 -1 4202560 8913 0 0 0 5506 134 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622196877912 140622253559572 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=8193916 CPUtime=56.8 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) R 12865 12868 17093 0 -1 4202560 10225 0 0 0 5542 138 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621876554120 140622261191399 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=1160 CPUtime=16.53 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 19776 0 0 0 1651 2 0 0 20 0 15 0 66987356 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621765162432 140622268573397 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=2868 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621762004976 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=1000 CPUtime=0.57 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621760952448 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=796 CPUtime=0.59 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3272 0 0 0 59 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621759899936 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=-8774313645642428999 CPUtime=0.3 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 3273 0 0 0 29 1 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621758847136 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=288230621803970871 CPUtime=0.04 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 516 0 0 0 2 2 0 0 20 0 15 0 66987370 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 258.64 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8194228 KiB

[startup+88.6006 s]
/proc/loadavg: 3.96 4.79 4.60 6/209 12960
/proc/meminfo: memFree=19948416/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=8194228 CPUtime=259.42 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 86923 0 0 0 25357 585 0 0 20 0 15 0 66987341 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 2048557 3106 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=640 CPUtime=14.32 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) S 12865 12868 17093 0 -1 1077944384 16465 0 0 0 1423 9 0 0 20 0 15 0 66987354 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622272799984 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=960 CPUtime=56.5 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) R 12865 12868 17093 0 -1 4202560 8489 0 0 0 5497 153 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622198983432 140622261191399 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=1232 CPUtime=56.91 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) R 12865 12868 17093 0 -1 4202560 11038 0 0 0 5547 144 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622197930320 140622261191399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=2248 CPUtime=56.6 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) R 12865 12868 17093 0 -1 4202560 8913 0 0 0 5526 134 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622196877912 140622253552834 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=4300 CPUtime=56.99 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) R 12865 12868 17093 0 -1 4202560 10225 0 0 0 5561 138 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621876553808 140622261191399 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=932 CPUtime=16.53 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 19776 0 0 0 1651 2 0 0 20 0 15 0 66987356 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621765162432 140622268573397 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=844 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621762004976 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=25250 CPUtime=0.57 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621760952448 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=1432 CPUtime=0.59 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3272 0 0 0 59 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621759899936 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=5480 CPUtime=0.3 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 3273 0 0 0 29 1 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621758847136 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=5517 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=280804291984208 CPUtime=0.04 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 516 0 0 0 2 2 0 0 20 0 15 0 66987370 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 259.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8194228 KiB

[startup+88.7006 s]
/proc/loadavg: 3.96 4.79 4.60 6/209 12960
/proc/meminfo: memFree=19948416/32770624 swapFree=67108860/67108860
[pid=12868] ppid=12865 vsize=10551232 memory=8194228 CPUtime=259.81 cores=0,2,4,6
/proc/12868/stat : 12868 (java) S 12865 12868 17093 0 -1 1077944320 86923 0 0 0 25396 585 0 0 20 0 15 0 66987341 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140735245604240 140622268563191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
/proc/12868/statm: 2637808 2048557 3106 1 0 2627261 0
[pid=12868/tid=12870] ppid=12865 vsize=10551232 memory=8193916 CPUtime=14.32 cores=0,2,4,6
/proc/12868/task/12870/stat : 12870 (java) S 12865 12868 17093 0 -1 1077944384 16465 0 0 0 1423 9 0 0 20 0 15 0 66987354 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622272799984 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12871] ppid=12865 vsize=10551232 memory=8194224 CPUtime=56.59 cores=0,2,4,6
/proc/12868/task/12871/stat : 12871 (java) R 12865 12868 17093 0 -1 4202560 8489 0 0 0 5506 153 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622198983432 140622261191399 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12872] ppid=12865 vsize=10551232 memory=8194224 CPUtime=57 cores=0,2,4,6
/proc/12868/task/12872/stat : 12872 (java) R 12865 12868 17093 0 -1 4202560 11038 0 0 0 5556 144 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622197930320 140622261191399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12873] ppid=12865 vsize=10551232 memory=8194224 CPUtime=56.7 cores=0,2,4,6
/proc/12868/task/12873/stat : 12873 (java) R 12865 12868 17093 0 -1 4202560 8913 0 0 0 5536 134 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140622196877912 140622253263139 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12874] ppid=12865 vsize=10551232 memory=8194228 CPUtime=57.08 cores=0,2,4,6
/proc/12868/task/12874/stat : 12874 (java) R 12865 12868 17093 0 -1 4202560 10225 0 0 0 5570 138 0 0 20 0 15 0 66987355 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621876554120 140622261191399 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12875] ppid=12865 vsize=10551232 memory=8194228 CPUtime=16.53 cores=0,2,4,6
/proc/12868/task/12875/stat : 12875 (java) S 12865 12868 17093 0 -1 1077944384 19776 0 0 0 1651 2 0 0 20 0 15 0 66987356 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621765162432 140622268573397 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12876] ppid=12865 vsize=10551232 memory=8194228 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12876/stat : 12876 (java) S 12865 12868 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621764109856 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12877] ppid=12865 vsize=10551232 memory=8194224 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12877/stat : 12877 (java) S 12865 12868 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66987357 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621763057008 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12878] ppid=12865 vsize=10551232 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12878/stat : 12878 (java) S 12865 12868 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621762004976 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12879] ppid=12865 vsize=10551232 memory=8194228 CPUtime=0.57 cores=0,2,4,6
/proc/12868/task/12879/stat : 12879 (java) S 12865 12868 17093 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621760952448 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12880] ppid=12865 vsize=10551232 memory=4028 CPUtime=0.59 cores=0,2,4,6
/proc/12868/task/12880/stat : 12880 (java) S 12865 12868 17093 0 -1 1077944384 3272 0 0 0 59 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621759899936 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12881] ppid=12865 vsize=10551232 memory=8194228 CPUtime=0.3 cores=0,2,4,6
/proc/12868/task/12881/stat : 12881 (java) S 12865 12868 17093 0 -1 1077944384 3273 0 0 0 29 1 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621758847136 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12882] ppid=12865 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/12868/task/12882/stat : 12882 (java) S 12865 12868 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66987359 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621757794528 140622268573397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
[pid=12868/tid=12883] ppid=12865 vsize=10551232 memory=6656426216303648864 CPUtime=0.04 cores=0,2,4,6
/proc/12868/task/12883/stat : 12883 (java) S 12865 12868 17093 0 -1 1077944384 516 0 0 0 2 2 0 0 20 0 15 0 66987370 10804461568 2048557 18446744073709551615 4194304 4196468 140735245621696 140621756742832 140622268574338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11534336 140735245623701 140735245623854 140735245623854 140735245627343 0
Current children cumulated CPU time: 259.81 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8194228 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 88.7412
CPU time (s): 259.872
CPU user time (s): 253.983
CPU system time (s): 5.88886
CPU usage (%): 292.843
Max. virtual memory (cumulated for all children) (KiB): 10552180
Max. memory (cumulated for all children) (KiB): 8194228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.983
system time used= 5.88886
maximum resident set size= 8194568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5585
involuntary context switches= 3770


# summary of solver processes directly reported to runsolver:
#   pid: 12868
#   total CPU time (s): 259.872
#   total CPU user time (s): 253.983
#   total CPU system time (s): 5.88886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.519501 second user time and 0.889704 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:58:12
IDJOB=4258215
IDBENCH=129617
IDSOLVER=2643
FILE ID=node127/4258215-1502647940
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-50-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258215-1502647940/watcher-4258215-1502647940 -o /tmp/evaluation-result-4258215-1502647940/solver-4258215-1502647940 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258215-1502647940.xml

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

MD5SUM BENCH= 88cc4e0405f00f13705dc5989c1027aa
RANDOM SEED=1124806000

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23386888 kB
MemAvailable:   23825256 kB
Buffers:          201360 kB
Cached:           533276 kB
SwapCached:            0 kB
Active:          8728072 kB
Inactive:         214908 kB
Active(anon):    8158268 kB
Inactive(anon):    83872 kB
Active(file):     569804 kB
Inactive(file):   131036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1784 kB
Writeback:             0 kB
AnonPages:       8208784 kB
Mapped:            58888 kB
Shmem:             33444 kB
Slab:             132488 kB
SReclaimable:     106724 kB
SUnreclaim:        25764 kB
KernelStack:        3440 kB
PageTables:        20888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8631276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8079360 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= 62028 MiB
End job on node127 at 2017-08-13 19:59:41