Trace number 4254934

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 250.17999 240.00999

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254934-1501622883.xml"  -tl '264s' -p 1 -x 3
0.00/0.28	c [HOME/instance-4254934-1501622883.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.34	c simple solver
0.00/0.41	c parse instance...
27.74/23.71	c solve instance...
250.18/240.00	s UNKNOWN
250.18/240.00	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254934-1501622883/watcher-4254934-1501622883 -o /tmp/evaluation-result-4254934-1501622883/solver-4254934-1501622883 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1231054355 HOME/instance-4254934-1501622883.xml 

pid=23891
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.97 1.90 2/199 23894
/proc/meminfo: memFree=31080416/32770624 swapFree=0/293072
[pid=23894] ppid=23891 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (runsolver) D 23891 23894 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 9794043 24240128 106 18446744073709551615 4194304 4338465 140730499712480 140730499710120 139641041543895 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 29847552 140730499715164 140730499715654 140730499715654 140730499719114 0
/proc/23894/statm: 5918 106 53 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.98 1.97 1.90 2/199 23894
/proc/meminfo: memFree=31080416/32770624 swapFree=0/293072
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200304 s]
/proc/loadavg: 1.98 1.97 1.90 2/199 23894
/proc/meminfo: memFree=31080416/32770624 swapFree=0/293072
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.301093 s]
/proc/loadavg: 1.98 1.97 1.90 2/199 23894
/proc/meminfo: memFree=31080416/32770624 swapFree=0/293072
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700227 s]
/proc/loadavg: 1.98 1.97 1.90 2/199 23894
/proc/meminfo: memFree=31080416/32770624 swapFree=0/293072
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50056 s]
/proc/loadavg: 1.98 1.97 1.90 3/215 23910
/proc/meminfo: memFree=30896640/32770624 swapFree=0/292872
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13978684 CPUtime=2.29 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 13527 0 0 0 223 6 0 0 20 0 15 0 9794052 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3494671 49394 3177 1 0 3482972 0
[pid=23896/tid=23897] ppid=23894 vsize=13978684 CPUtime=1.33 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 7939 0 0 0 129 4 0 0 20 0 15 0 9794052 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669511859320 139669135550733 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 9794053 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9794053 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 9794053 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9794053 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 9794054 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 9794055 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669052285984 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9794055 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669051233136 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13978684 CPUtime=0.32 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 1545 0 0 0 32 0 0 0 20 0 15 0 9794057 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13978684 CPUtime=0.31 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 1276 0 0 0 31 0 0 0 20 0 15 0 9794057 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13978684 CPUtime=0.27 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 1337 0 0 0 26 1 0 0 20 0 15 0 9794057 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9794063 14314172416 49394 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13988196

[startup+3.10068 s]
/proc/loadavg: 1.98 1.97 1.90 3/215 23910
/proc/meminfo: memFree=30895028/32770624 swapFree=0/292872
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=4.15 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 13950 0 0 0 408 7 0 0 20 0 15 0 9794052 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 49678 3181 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=2.93 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 8186 0 0 0 289 4 0 0 20 0 15 0 9794052 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669511855904 139669136064479 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 9794054 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669052285984 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669051233136 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=0.42 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 1573 0 0 0 42 0 0 0 20 0 15 0 9794057 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=0.42 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 1318 0 0 0 42 0 0 0 20 0 15 0 9794057 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.32 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 1443 0 0 0 31 1 0 0 20 0 15 0 9794057 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9794063 14316269568 49678 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 13990244

[startup+6.30074 s]
/proc/loadavg: 1.90 1.96 1.89 3/215 23910
/proc/meminfo: memFree=30871604/32770624 swapFree=0/292880
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=7.37 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 15575 0 0 0 730 7 0 0 20 0 15 0 9794052 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 49794 3185 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=6.12 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 8707 0 0 0 608 4 0 0 20 0 15 0 9794052 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669511855584 139669136137622 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9794053 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 15 0 9794054 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669052285984 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669051233136 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=0.43 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 1835 0 0 0 43 0 0 0 20 0 15 0 9794057 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=0.42 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 1411 0 0 0 42 0 0 0 20 0 15 0 9794057 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.33 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 1699 0 0 0 32 1 0 0 20 0 15 0 9794057 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 15 0 9794063 14316269568 49794 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.75 1.92 1.88 3/215 23911
/proc/meminfo: memFree=30376252/32770624 swapFree=0/292892
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=14.88 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 21513 0 0 0 1439 49 0 0 20 0 15 0 9794052 14316269568 173368 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 173368 3207 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=11.85 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 8909 0 0 0 1179 6 0 0 20 0 15 0 9794052 14316269568 173368 18446744073709551615 4194304 4196468 140723071163584 139669511855888 139669136137638 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=0.35 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 406 0 0 0 25 10 0 0 20 0 15 0 9794053 14316269568 173368 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=0.34 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 539 0 0 0 24 10 0 0 20 0 15 0 9794053 14316269568 173368 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0

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

[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139669052286048 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139669051233152 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=1.4 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 6092 0 0 0 139 1 0 0 20 0 15 0 9794057 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=1.58 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 7201 0 0 0 157 1 0 0 20 0 15 0 9794057 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.52 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 4594 0 0 0 51 1 0 0 20 0 15 0 9794057 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0.05 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 372 0 0 0 2 3 0 0 20 0 15 0 9794063 14316269568 340631 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 108.53
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.84 1.93 1.89 3/216 23995
/proc/meminfo: memFree=30158644/32770624 swapFree=0/293036
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=168.63 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 47805 0 0 0 16725 138 0 0 20 0 15 0 9794052 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 340636 3228 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=160.78 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 14697 0 0 0 16071 7 0 0 20 0 15 0 9794052 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669511856384 139669138119287 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=0.91 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 1061 0 0 0 61 30 0 0 20 0 15 0 9794053 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=0.91 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 1209 0 0 0 63 28 0 0 20 0 15 0 9794053 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13980732 CPUtime=0.92 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 1351 0 0 0 61 31 0 0 20 0 15 0 9794053 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13980732 CPUtime=0.92 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 1340 0 0 0 63 29 0 0 20 0 15 0 9794053 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 7172 0 0 0 41 0 0 0 20 0 15 0 9794054 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669052286048 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669051233152 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=1.44 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 7175 0 0 0 143 1 0 0 20 0 15 0 9794057 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=1.59 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 7281 0 0 0 158 1 0 0 20 0 15 0 9794057 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.53 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 4775 0 0 0 52 1 0 0 20 0 15 0 9794057 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0.1 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 411 0 0 0 4 6 0 0 20 0 15 0 9794063 14316269568 340636 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 168.63
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.94 1.94 1.90 3/216 23997
/proc/meminfo: memFree=29622400/32770624 swapFree=0/293100
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=229.8 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 53765 0 0 0 22839 141 0 0 20 0 15 0 9794052 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 365532 3229 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=220.79 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 16997 0 0 0 22071 8 0 0 20 0 15 0 9794052 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669511856304 139669137312217 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=0.91 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 1061 0 0 0 61 30 0 0 20 0 15 0 9794053 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=0.91 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 1209 0 0 0 63 28 0 0 20 0 15 0 9794053 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13980732 CPUtime=0.92 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 1351 0 0 0 61 31 0 0 20 0 15 0 9794053 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13980732 CPUtime=0.92 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 1340 0 0 0 63 29 0 0 20 0 15 0 9794053 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 7203 0 0 0 41 0 0 0 20 0 15 0 9794054 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669052286048 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669051233152 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=2 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 8666 0 0 0 199 1 0 0 20 0 15 0 9794057 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=2.04 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 8688 0 0 0 203 1 0 0 20 0 15 0 9794057 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 5500 0 0 0 63 2 0 0 20 0 15 0 9794057 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 417 0 0 0 6 7 0 0 20 0 15 0 9794063 14316269568 365532 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 229.8
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.96 1.94 1.90 3/216 23997
/proc/meminfo: memFree=29005472/32770624 swapFree=0/293108
[pid=23894] ppid=23891 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23894/stat : 23894 (xcsp3-exec) S 23891 23894 5234 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 9794043 9740288 345 18446744073709551615 4194304 5098028 140735219188848 140735219186952 140020415033980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 25812992 140735219192219 140735219192423 140735219192423 140735219195883 0
/proc/23894/statm: 2378 345 289 221 0 87 0
[pid=23896] ppid=23894 vsize=13980732 CPUtime=250.18 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23894 5234 0 -1 1077944320 66087 0 0 0 24812 206 0 0 20 0 15 0 9794052 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 140723071146128 139669507620599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
/proc/23896/statm: 3495183 519559 3230 1 0 3483484 0
[pid=23896/tid=23897] ppid=23894 vsize=13980732 CPUtime=238.21 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23894 5234 0 -1 4202560 18522 0 0 0 23812 9 0 0 20 0 15 0 9794052 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669511856432 139669139026816 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23898] ppid=23894 vsize=13980732 CPUtime=1.18 cores=0,2,4,6
/proc/23896/task/23898/stat : 23898 (java) S 23894 23894 5234 0 -1 1077944384 1529 0 0 0 74 44 0 0 20 0 15 0 9794053 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669464587408 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23899] ppid=23894 vsize=13980732 CPUtime=1.18 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23894 5234 0 -1 1077944384 2174 0 0 0 73 45 0 0 20 0 15 0 9794053 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669463534608 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23900] ppid=23894 vsize=13980732 CPUtime=1.19 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23894 5234 0 -1 1077944384 2382 0 0 0 72 47 0 0 20 0 15 0 9794053 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669462481808 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23901] ppid=23894 vsize=13980732 CPUtime=1.2 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23894 5234 0 -1 1077944384 2590 0 0 0 75 45 0 0 20 0 15 0 9794053 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669461429008 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23902] ppid=23894 vsize=13980732 CPUtime=0.43 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23894 5234 0 -1 1077944384 7601 0 0 0 42 1 0 0 20 0 15 0 9794054 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669053340016 139669507631746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23903] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23894 5234 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669052286048 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23904] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23894 5234 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 9794055 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669051233152 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23905] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794057 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139669050181456 139669507639195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23906] ppid=23894 vsize=13980732 CPUtime=2.93 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23894 5234 0 -1 1077944384 11528 0 0 0 291 2 0 0 20 0 15 0 9794057 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139668419242864 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23907] ppid=23894 vsize=13980732 CPUtime=2.89 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23894 5234 0 -1 1077944384 10742 0 0 0 288 1 0 0 20 0 15 0 9794057 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139668418190064 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23908] ppid=23894 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23894 5234 0 -1 1077944384 7234 0 0 0 72 2 0 0 20 0 15 0 9794057 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139668417137264 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23909] ppid=23894 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23894 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9794058 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139668416084704 139669507630805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
[pid=23896/tid=23910] ppid=23894 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23894 5234 0 -1 1077944384 426 0 0 0 7 8 0 0 20 0 15 0 9794063 14316269568 519559 18446744073709551615 4194304 4196468 140723071163584 139668415031984 139669507631746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140723071168980 140723071169155 140723071169155 140723071172559 0
Current children cumulated CPU time (s) 250.18
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23896 sig 9
??? kill 23894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23894 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1875
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120
# CPU time returned by wait4() is 0.001995
# while last known CPU time is 250.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 250.18
CPU user time (s): 248.12
CPU system time (s): 2.06
CPU usage (%): 104.237
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001875
system time used= 0.00012
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44141 second user time and 1.21979 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-01 23:14:02
IDJOB=4254934
IDBENCH=137046
IDSOLVER=2637
FILE ID=node134/4254934-1501622883
RUNJOBID= node134-1501616951-11514
PBS_JOBID= 
Free space on /tmp= 61888 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4254934-1501622883/watcher-4254934-1501622883 -o /tmp/evaluation-result-4254934-1501622883/solver-4254934-1501622883 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1231054355 HOME/instance-4254934-1501622883.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=1231054355

node134.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.43
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.43
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.43
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.43
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:        31080508 kB
MemAvailable:   31271524 kB
Buffers:          101064 kB
Cached:           371620 kB
SwapCached:            0 kB
Active:           982128 kB
Inactive:         299464 kB
Active(anon):     811208 kB
Inactive(anon):     6652 kB
Active(file):     170920 kB
Inactive(file):   292812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9460 kB
Writeback:             4 kB
AnonPages:        809040 kB
Mapped:            41932 kB
Shmem:              8892 kB
Slab:             111472 kB
SReclaimable:      86236 kB
SUnreclaim:        25236 kB
KernelStack:        3536 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2279188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61880 MiB
End job on node134 at 2017-08-01 23:18:02