Trace number 4299278

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
slowpoke 2018-04-29? (TO) 2520.11 2435.73

General information on the benchmark

NameLangford/
LangfordBin-14_c18.xml
MD5SUM907d87f313d4aa93f4a53d5ea17b135a
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 benchmark0.623677
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints42
Number of domains2
Minimum domain size14
Maximum domain size28
Distribution of domain sizes[{"size":14,"count":28},{"size":28,"count":28}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":28}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":14},{"arity":29,"count":28}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"element","count":28}]
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.07/2435.70	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 (6870 MiB free)
  memory of node 1: 16384 MiB (15082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299278-1532809643/watcher-4299278-1532809643 -o /tmp/evaluation-result-4299278-1532809643/solver-4299278-1532809643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299278-1532809643.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=10924, runsolver pid=10921
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 1.16 1.01 1.05 8/221 10939
/proc/meminfo: memFree=22278280/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661056 memory=28392 CPUtime=0.13 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 5017 0 0 0 12 1 0 0 20 0 15 0 98527510 10916921344 7098 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665264 7098 2867 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661056 memory=-8197568871503531136 CPUtime=0.09 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 2869 0 0 0 9 0 0 0 20 0 15 0 98527510 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627652656608 140627640662846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661056 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527511 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661056 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527512 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98527513 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98527513 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) R 10921 10924 10618 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 98527515 10916921344 7098 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) R 10921 10924 10618 0 -1 4202560 178 0 0 0 0 0 0 0 20 0 15 0 98527515 10916921344 7098 33554432000 4194304 4196468 140721856063904 140626999822576 140627628839024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661056 memory=140086524200576 CPUtime=0.02 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) R 10921 10924 10618 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 98527515 10916921344 7098 33554432000 4194304 4196468 140721856063904 140626998769776 140627627560449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916921344 7098 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661056 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527516 10916921344 7098 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28392 KiB

[startup+0.211138 s]*
/proc/loadavg: 1.16 1.01 1.05 6/221 10939
/proc/meminfo: memFree=22063700/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=40292 CPUtime=0.33 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 7646 0 0 0 31 2 0 0 20 0 15 0 98527510 10916999168 10073 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 10073 3003 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 4783 0 0 0 19 1 0 0 20 0 15 0 98527510 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627652658032 140627632506206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=365 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=140086524211384 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527512 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 98527515 10916999168 10073 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) S 10921 10924 10618 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 15 0 98527515 10916999168 10073 33554432000 4194304 4196468 140721856063904 140626999822576 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0.07 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 766 0 0 0 7 0 0 0 20 0 15 0 98527515 10916999168 10073 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 10073 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527516 10916999168 10073 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40292 KiB

[startup+0.312481 s]*
/proc/loadavg: 1.16 1.01 1.05 8/221 10939
/proc/meminfo: memFree=21878328/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=46844 CPUtime=0.56 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 8328 0 0 0 54 2 0 0 20 0 15 0 98527510 10916999168 11711 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 11711 3059 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 5118 0 0 0 29 1 0 0 20 0 15 0 98527510 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627652656336 140627648437654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=140086524211372 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98527512 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 511 0 0 0 5 0 0 0 20 0 15 0 98527515 10916999168 11711 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) R 10921 10924 10618 0 -1 4202560 439 0 0 0 4 0 0 0 20 0 15 0 98527515 10916999168 11711 33554432000 4194304 4196468 140721856063904 140626999822576 140627641410761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0.14 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) R 10921 10924 10618 0 -1 1077944384 887 0 0 0 14 0 0 0 20 0 15 0 98527515 10916999168 11711 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 11711 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=140086524200576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527516 10916999168 11711 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46844 KiB

[startup+0.700796 s]
/proc/loadavg: 1.16 1.01 1.05 8/221 10939
/proc/meminfo: memFree=21492080/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=123620 CPUtime=1.73 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 16751 0 0 0 168 5 0 0 20 0 15 0 98527510 10916999168 30905 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 30905 3109 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=17028 CPUtime=0.67 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 5224 0 0 0 65 2 0 0 20 0 15 0 98527510 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627652666256 140721856092098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98527511 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98527512 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=6081108994580113768 CPUtime=0.41 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) R 10921 10924 10618 0 -1 4202560 3996 0 0 0 41 0 0 0 20 0 15 0 98527515 10916999168 30905 33554432000 4194304 4196468 140721856063904 140627000861400 140627632815320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=6154282490091891024 CPUtime=0.41 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) R 10921 10924 10618 0 -1 4202560 4642 0 0 0 40 1 0 0 20 0 15 0 98527515 10916999168 30905 33554432000 4194304 4196468 140721856063904 140626999808072 140627629969946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 1517 0 0 0 20 0 0 0 20 0 15 0 98527515 10916999168 30905 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 30905 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98527516 10916999168 30905 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 123620 KiB

[startup+1.50075 s]
/proc/loadavg: 1.16 1.01 1.05 8/221 10939
/proc/meminfo: memFree=20403432/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=276596 CPUtime=3.85 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 25139 0 0 0 366 19 0 0 20 0 15 0 98527510 10916999168 69149 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 69149 3148 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=194212 CPUtime=1.37 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 5673 0 0 0 132 5 0 0 20 0 15 0 98527510 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627652662128 140721856092098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 15 0 98527511 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 88 0 0 0 7 2 0 0 20 0 15 0 98527511 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 256 0 0 0 7 2 0 0 20 0 15 0 98527511 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 100 0 0 0 7 2 0 0 20 0 15 0 98527511 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 98527512 10916999168 69149 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0

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

/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 44357 0 0 0 228983 202 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627652666624 140627245607017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=5169608 CPUtime=26.68 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 23448 0 0 0 2561 107 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=5169608 CPUtime=26.59 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 25030 0 0 0 2557 102 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.86 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 20690 0 0 0 2580 106 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.69 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 22524 0 0 0 2566 103 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=1228 CPUtime=3.62 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 16890 0 0 0 357 5 0 0 20 0 15 0 98527512 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=5169608 CPUtime=1.01 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 6847 0 0 0 99 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=5169608 CPUtime=0.97 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) S 10921 10924 10618 0 -1 1077944384 9651 0 0 0 95 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626999822576 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0.25 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 2114 0 0 0 24 1 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=5169608 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=4012 CPUtime=1.94 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1638 0 0 0 86 108 0 0 20 0 15 0 98527516 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 2406.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5169576 KiB

[startup+2382.3 s]
/proc/loadavg: 1.97 1.99 1.95 3/218 11367
/proc/meminfo: memFree=17488340/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2466.61 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 175299 0 0 0 245945 716 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 1292394 3172 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2351.85 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 44999 0 0 0 234981 204 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627652666624 140627245607006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.68 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 23448 0 0 0 2561 107 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=179 CPUtime=26.59 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 25030 0 0 0 2557 102 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.86 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 20690 0 0 0 2580 106 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.69 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 22524 0 0 0 2566 103 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=5169576 CPUtime=3.63 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 16897 0 0 0 358 5 0 0 20 0 15 0 98527512 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=3560 CPUtime=1.01 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 6856 0 0 0 99 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=28496 CPUtime=0.97 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) S 10921 10924 10618 0 -1 1077944384 9654 0 0 0 95 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626999822576 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0.25 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 2118 0 0 0 24 1 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=644 CPUtime=1.99 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1676 0 0 0 89 110 0 0 20 0 15 0 98527516 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 2466.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5169576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2435.7 s]
/proc/loadavg: 1.99 1.99 1.95 3/218 11368
/proc/meminfo: memFree=17285376/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2520.07 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 176490 0 0 0 251286 721 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 1292394 3172 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2405.24 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 46081 0 0 0 240317 207 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627652666624 140627245607006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.68 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 23448 0 0 0 2561 107 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.59 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 25030 0 0 0 2557 102 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.86 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 20690 0 0 0 2580 106 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=0 CPUtime=26.69 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 22524 0 0 0 2566 103 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=0 CPUtime=3.63 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 16913 0 0 0 358 5 0 0 20 0 15 0 98527512 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=5169576 CPUtime=1.01 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 6867 0 0 0 99 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=1788 CPUtime=0.97 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) S 10921 10924 10618 0 -1 1077944384 9660 0 0 0 95 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626999822576 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=1232 CPUtime=0.25 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 2129 0 0 0 24 1 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=2192 CPUtime=2.04 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1741 0 0 0 92 112 0 0 20 0 15 0 98527516 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5169576 KiB

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

[startup+2435.73 s]
# the end of solver process 10924 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.87 s, system=7.23647 s

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

[startup+2435.7 s]
/proc/loadavg: 1.99 1.99 1.95 3/218 11368
/proc/meminfo: memFree=17285376/32770624 swapFree=67108860/67108860
[pid=10924] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2520.07 cores=1,3,5,7
/proc/10924/stat : 10924 (java) S 10921 10924 10618 0 -1 1077944320 176490 0 0 0 251286 721 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140721856046448 140627648425719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
/proc/10924/statm: 2665283 1292394 3172 1 0 2627263 0
[pid=10924/tid=10926] ppid=10921 vsize=10661132 memory=5169576 CPUtime=2405.24 cores=1,3,5,7
/proc/10924/task/10926/stat : 10926 (java) R 10921 10924 10618 0 -1 4202560 46081 0 0 0 240317 207 0 0 20 0 15 0 98527510 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627652666624 140627245607006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10927] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.68 cores=1,3,5,7
/proc/10924/task/10927/stat : 10927 (java) S 10921 10924 10618 0 -1 1077944384 23448 0 0 0 2561 107 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627574499984 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10928] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.59 cores=1,3,5,7
/proc/10924/task/10928/stat : 10928 (java) S 10921 10924 10618 0 -1 1077944384 25030 0 0 0 2557 102 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627573447184 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10929] ppid=10921 vsize=10661132 memory=5169576 CPUtime=26.86 cores=1,3,5,7
/proc/10924/task/10929/stat : 10929 (java) S 10921 10924 10618 0 -1 1077944384 20690 0 0 0 2580 106 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627572394384 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10930] ppid=10921 vsize=10661132 memory=0 CPUtime=26.69 cores=1,3,5,7
/proc/10924/task/10930/stat : 10930 (java) S 10921 10924 10618 0 -1 1077944384 22524 0 0 0 2566 103 0 0 20 0 15 0 98527511 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627571341584 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10931] ppid=10921 vsize=10661132 memory=0 CPUtime=3.63 cores=1,3,5,7
/proc/10924/task/10931/stat : 10931 (java) S 10921 10924 10618 0 -1 1077944384 16913 0 0 0 358 5 0 0 20 0 15 0 98527512 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627005086576 140627648436866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10932] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10932/stat : 10932 (java) S 10921 10924 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627004032544 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10933] ppid=10921 vsize=10661132 memory=5169576 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10933/stat : 10933 (java) S 10921 10924 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98527513 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627002979696 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10934] ppid=10921 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10934/stat : 10934 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627001928016 140627648444315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10935] ppid=10921 vsize=10661132 memory=5169576 CPUtime=1.01 cores=1,3,5,7
/proc/10924/task/10935/stat : 10935 (java) S 10921 10924 10618 0 -1 1077944384 6867 0 0 0 99 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140627000875376 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10936] ppid=10921 vsize=10661132 memory=1788 CPUtime=0.97 cores=1,3,5,7
/proc/10924/task/10936/stat : 10936 (java) S 10921 10924 10618 0 -1 1077944384 9660 0 0 0 95 2 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626999822576 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10937] ppid=10921 vsize=10661132 memory=1232 CPUtime=0.25 cores=1,3,5,7
/proc/10924/task/10937/stat : 10937 (java) S 10921 10924 10618 0 -1 1077944384 2129 0 0 0 24 1 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626998769776 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10938] ppid=10921 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/10924/task/10938/stat : 10938 (java) S 10921 10924 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98527515 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626997717216 140627648435925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
[pid=10924/tid=10939] ppid=10921 vsize=10661132 memory=2192 CPUtime=2.04 cores=1,3,5,7
/proc/10924/task/10939/stat : 10939 (java) S 10921 10924 10618 0 -1 1077944384 1741 0 0 0 92 112 0 0 20 0 15 0 98527516 10916999168 1292394 33554432000 4194304 4196468 140721856063904 140626996665520 140627648436866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26030080 140721856070812 140721856070921 140721856070921 140721856073679 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5169576 KiB

Child status: 143
Real time (s): 2435.73
CPU time (s): 2520.11
CPU user time (s): 2512.87
CPU system time (s): 7.23647
CPU usage (%): 103.464
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 5169688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.87
system time used= 7.23647
maximum resident set size= 5170072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55068
involuntary context switches= 2196


# summary of solver processes directly reported to runsolver:
#   pid: 10924
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2512.87
#   total CPU system time (s): 7.23647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4181 second user time and 25.4588 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 22:27:23
IDJOB=4299278
IDBENCH=141340
IDSOLVER=2765
FILE ID=node135/4299278-1532809643
RUNJOBID= node135-1532809628-10650
PBS_JOBID= 21022479
Free space on /tmp= 48212 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-14_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299278-1532809643/watcher-4299278-1532809643 -o /tmp/evaluation-result-4299278-1532809643/solver-4299278-1532809643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299278-1532809643.xml --timelimit 2520

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

MD5SUM BENCH= 907d87f313d4aa93f4a53d5ea17b135a
RANDOM SEED=963473538

node135.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.50
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.50
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.50
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.50
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:        22505136 kB
MemAvailable:   27299704 kB
Buffers:          201580 kB
Cached:          4825596 kB
SwapCached:            0 kB
Active:          6439112 kB
Inactive:        3264500 kB
Active(anon):    4627448 kB
Inactive(anon):    76932 kB
Active(file):    1811664 kB
Inactive(file):  3187568 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1776 kB
Writeback:             0 kB
AnonPages:       4588468 kB
Mapped:            54816 kB
Shmem:             25248 kB
Slab:             250824 kB
SReclaimable:     222344 kB
SUnreclaim:        28480 kB
KernelStack:        3888 kB
PageTables:        13776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6196176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3661824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-28 23:07:59