Trace number 4299142

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
The dodo solver 2018-04-29? (TO) 2520.08 2516.31

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v4-20_mini_c18.xml
MD5SUM43d4b24a9d4c7a91506dc3ee81b98d4e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.05992
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints820
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree384
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":383,"count":20},{"degree":384,"count":380}]
Minimum constraint arity1
Maximum constraint arity401
Distribution of constraint arities[{"arity":1,"count":20},{"arity":3,"count":380},{"arity":20,"count":40},{"arity":401,"count":380}]
Number of extensional constraints380
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":380},{"type":"intension","count":20},{"type":"allDifferent","count":40},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.06/2516.30	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299142-1532804866/watcher-4299142-1532804866 -o /tmp/evaluation-result-4299142-1532804866/solver-4299142-1532804866 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299142-1532804866.xml --timelimit 2520 

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

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


[startup+0.100117 s]*
/proc/loadavg: 1.89 1.96 1.95 4/215 31117
/proc/meminfo: memFree=24891236/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10658972 memory=27188 CPUtime=0.13 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 5242 0 0 0 12 1 0 0 20 0 15 0 98049757 10914787328 6797 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2664743 6797 2852 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10658972 memory=-8269626465541066114 CPUtime=0.09 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 3106 0 0 0 9 0 0 0 20 0 15 0 98049758 10914787328 6797 33554432000 4194304 4196468 140729218369824 140579200231392 140579180333576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049758 10914787328 6797 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10658972 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10914787328 6797 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10914787328 6797 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10914787328 6797 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10658972 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049760 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98049760 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98049761 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 27678 0 -1 4202560 323 0 0 0 0 0 0 0 20 0 15 0 98049763 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578360600688 140579181428176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 27678 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 98049763 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10658972 memory=140182156818048 CPUtime=0.02 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 27678 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 98049763 10914787328 6797 33554432000 4194304 4196468 140729218369824 140578358495600 140579181175903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10914787328 6863 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10658972 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) R 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049763 10914787328 6863 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27188 KiB

[startup+0.210954 s]*
/proc/loadavg: 1.89 1.96 1.95 4/215 31117
/proc/meminfo: memFree=24879080/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661056 memory=40428 CPUtime=0.34 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 8162 0 0 0 32 2 0 0 20 0 15 0 98049757 10916921344 10107 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665264 10107 2969 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 5110 0 0 0 19 1 0 0 20 0 15 0 98049758 10916921344 10107 33554432000 4194304 4196468 140729218369824 140579200249600 140579196032157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049758 10916921344 10107 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661056 memory=288370558308529792 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916921344 10107 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916921344 10107 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916921344 10107 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661056 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049760 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98049760 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98049761 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 27678 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578360600688 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 27678 0 -1 1077944384 434 0 0 0 2 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661056 memory=140182156818048 CPUtime=0.08 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 27678 0 -1 4202560 869 0 0 0 8 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578358492344 140579174455002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661056 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049763 10916921344 10107 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40428 KiB

[startup+0.310653 s]*
/proc/loadavg: 1.89 1.96 1.95 4/215 31117
/proc/meminfo: memFree=24874180/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=47108 CPUtime=0.59 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 8857 0 0 0 56 3 0 0 20 0 15 0 98049757 10916999168 11777 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 11777 3066 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 5478 0 0 0 28 1 0 0 20 0 15 0 98049758 10916999168 11777 33554432000 4194304 4196468 140729218369824 140579200246976 140578792768016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 11777 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=288370558308529792 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 11777 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 11777 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 11777 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 27678 0 -1 4202560 508 0 0 0 5 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578360590480 140579179611027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 27678 0 -1 1077944384 489 0 0 0 5 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=140182156818048 CPUtime=0.16 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 27678 0 -1 4202560 1012 0 0 0 16 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578358490640 140579174933200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=140182156818048 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 11777 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47108 KiB

[startup+0.702235 s]
/proc/loadavg: 1.89 1.96 1.95 4/215 31117
/proc/meminfo: memFree=24840052/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=107228 CPUtime=1.87 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 11105 0 0 0 182 5 0 0 20 0 15 0 98049757 10916999168 26807 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 26807 3137 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=1788 CPUtime=0.67 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 5751 0 0 0 65 2 0 0 20 0 15 0 98049758 10916999168 26807 33554432000 4194304 4196468 140729218369824 140579200235008 140578796852160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 26807 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 26807 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 26807 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 26807 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=7523093115782322283 CPUtime=0.4 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 27678 0 -1 4202560 1211 0 0 0 40 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578360581120 140579188299680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=5787213827163908199 CPUtime=0.39 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 27678 0 -1 4202560 1085 0 0 0 39 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578359529088 140579179508783 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 27678 0 -1 1077944384 1703 0 0 0 36 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578358495600 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 26807 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 107228 KiB

[startup+1.50082 s]
/proc/loadavg: 1.89 1.96 1.95 3/215 31117
/proc/meminfo: memFree=24797240/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=122740 CPUtime=3.63 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 17671 0 0 0 358 5 0 0 20 0 15 0 98049757 10916999168 30685 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 30685 3139 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 6173 0 0 0 145 3 0 0 20 0 15 0 98049758 10916999168 30685 33554432000 4194304 4196468 140729218369824 140579200245608 140578797489759 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 30685 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 30685 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 30685 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98049758 10916999168 30685 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 30685 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0

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

/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 13149 0 0 0 244206 12 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579200233040 140578797721904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=220016 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2986 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=220016 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 2955 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=241653 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 3973 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 3222 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 4782 0 0 0 3 2 0 0 20 0 15 0 98049760 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=215400 CPUtime=1.44 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 27678 0 -1 1077944384 10976 0 0 0 142 2 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578360600688 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.97 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 27678 0 -1 1077944384 6425 0 0 0 97 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=220016 CPUtime=0.43 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 27678 0 -1 1077944384 3643 0 0 0 42 1 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578358495600 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.48 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1577 0 0 0 21 27 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 2446.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215400 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.96 1.95 3/215 31267
/proc/meminfo: memFree=27134876/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=215400 CPUtime=2506.05 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 55253 0 0 0 250552 53 0 0 20 0 15 0 98049757 10916999168 53850 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 53850 3175 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=10 CPUtime=2502.18 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 13263 0 0 0 250206 12 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579200233248 140578797721904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 2986 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 2955 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 3973 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 3222 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 53850 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=1836 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 4787 0 0 0 3 2 0 0 20 0 15 0 98049760 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=280364057553856 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=215400 CPUtime=1.44 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 27678 0 -1 1077944384 10978 0 0 0 142 2 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578360600688 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=3872 CPUtime=0.97 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 27678 0 -1 1077944384 6427 0 0 0 97 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.43 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 27678 0 -1 1077944384 3646 0 0 0 42 1 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578358495600 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=28296 CPUtime=0.48 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1595 0 0 0 21 27 0 0 20 0 15 0 98049763 10916999168 53850 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 2506.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 215400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.3 s]
/proc/loadavg: 2.00 1.96 1.95 3/215 31268
/proc/meminfo: memFree=27138584/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=211808 CPUtime=2520.06 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 55750 0 0 0 251953 53 0 0 20 0 15 0 98049757 10916999168 52952 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 52952 3175 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=215400 CPUtime=2516.17 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 13284 0 0 0 251605 12 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579200233248 140578797721787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 3258 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 2959 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=211808 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 3986 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=211808 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 3237 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 4955 0 0 0 3 2 0 0 20 0 15 0 98049760 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=1836 CPUtime=1.44 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 27678 0 -1 1077944384 10978 0 0 0 142 2 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578360600688 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=6791534058613427641 CPUtime=0.97 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 27678 0 -1 1077944384 6427 0 0 0 97 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=4000 CPUtime=0.43 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 27678 0 -1 1077944384 3646 0 0 0 42 1 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578358495600 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=28296 CPUtime=0.49 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1599 0 0 0 21 28 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211808 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2516.31 s]
# the end of solver process 31102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.54 s, system=0.534043 s

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

[startup+2516.3 s]
/proc/loadavg: 2.00 1.96 1.95 3/215 31268
/proc/meminfo: memFree=27138584/32770624 swapFree=67108496/67108860
[pid=31102] ppid=31099 vsize=10661132 memory=211808 CPUtime=2520.06 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 27678 0 -1 1077944320 55750 0 0 0 251953 53 0 0 20 0 15 0 98049757 10916999168 52952 33554432000 4194304 4196468 140729218369824 140729218352368 140579196010231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
/proc/31102/statm: 2665283 52952 3175 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661132 memory=215400 CPUtime=2516.17 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 27678 0 -1 4202560 13284 0 0 0 251605 12 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579200233248 140578797721787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31105] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 27678 0 -1 1077944384 3258 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579122084240 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31106] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 27678 0 -1 1077944384 2959 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579121031440 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31107] ppid=31099 vsize=10661132 memory=211808 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 27678 0 -1 1077944384 3986 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579119979152 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31108] ppid=31099 vsize=10661132 memory=211808 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 27678 0 -1 1077944384 3237 0 0 0 8 2 0 0 20 0 15 0 98049758 10916999168 52952 33554432000 4194304 4196468 140729218369824 140579118926352 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31109] ppid=31099 vsize=10661132 memory=215400 CPUtime=0.05 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 27678 0 -1 1077944384 4955 0 0 0 3 2 0 0 20 0 15 0 98049760 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578364811888 140579196021378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31110] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 27678 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 98049760 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578363757856 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31111] ppid=31099 vsize=10661132 memory=215400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 27678 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98049761 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578362705520 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31112] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578361653840 140579196028827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31113] ppid=31099 vsize=10661132 memory=1836 CPUtime=1.44 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 27678 0 -1 1077944384 10978 0 0 0 142 2 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578360600688 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31114] ppid=31099 vsize=10661132 memory=6791534058613427641 CPUtime=0.97 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 27678 0 -1 1077944384 6427 0 0 0 97 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578359547888 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31115] ppid=31099 vsize=10661132 memory=4000 CPUtime=0.43 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 27678 0 -1 1077944384 3646 0 0 0 42 1 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578358495600 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31116] ppid=31099 vsize=10661132 memory=211808 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578357443040 140579196020437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
[pid=31102/tid=31117] ppid=31099 vsize=10661132 memory=28296 CPUtime=0.49 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 27678 0 -1 1077944384 1599 0 0 0 21 28 0 0 20 0 15 0 98049763 10916999168 52952 33554432000 4194304 4196468 140729218369824 140578356390832 140579196021378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140729218372728 140729218372873 140729218372873 140729218375631 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211808 KiB

Child status: 143
Real time (s): 2516.31
CPU time (s): 2520.08
CPU user time (s): 2519.54
CPU system time (s): 0.534043
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 262576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.54
system time used= 0.534043
maximum resident set size= 262576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56817
involuntary context switches= 1287


# summary of solver processes directly reported to runsolver:
#   pid: 31102
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.54
#   total CPU system time (s): 0.534043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6103 second user time and 21.9245 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 21:07:46
IDJOB=4299142
IDBENCH=141299
IDSOLVER=2768
FILE ID=node149/4299142-1532804866
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 43256 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v4-20_mini_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299142-1532804866/watcher-4299142-1532804866 -o /tmp/evaluation-result-4299142-1532804866/solver-4299142-1532804866 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299142-1532804866.xml --timelimit 2520

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

MD5SUM BENCH= 43d4b24a9d4c7a91506dc3ee81b98d4e
RANDOM SEED=1610268378

node149.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.60
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.60
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.60
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.60
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:        24907204 kB
MemAvailable:   29350024 kB
Buffers:          141524 kB
Cached:          4519336 kB
SwapCached:           60 kB
Active:          4130040 kB
Inactive:        3159620 kB
Active(anon):    2578372 kB
Inactive(anon):    78000 kB
Active(file):    1551668 kB
Inactive(file):  3081620 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       2766492 kB
Mapped:            47492 kB
Shmem:             25040 kB
Slab:             266612 kB
SReclaimable:     237992 kB
SUnreclaim:        28620 kB
KernelStack:        3808 kB
PageTables:        10624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3704916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2656256 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= 43256 MiB
End job on node149 at 2018-07-28 21:49:42