Trace number 4255263

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) 257.92001 240.00999

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-2.xml
MD5SUM42633f1d08cbe99acfb79d5a930fb228
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1222
Best CPU time to get the best result obtained on this benchmark252.03
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1322
Maximum domain size1322
Distribution of domain sizes[{"size":1322,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255263-1501618497.xml"  -tl '264s' -p 1 -x 3
0.00/0.27	c [HOME/instance-4255263-1501618497.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.33	c simple solver
0.00/0.40	c parse instance...
0.00/0.71	c solve instance...
257.92/240.00	s UNKNOWN
257.92/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-4255263-1501618497/watcher-4255263-1501618497 -o /tmp/evaluation-result-4255263-1501618497/solver-4255263-1501618497 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501617182-10800 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 240654433 HOME/instance-4255263-1501618497.xml 

pid=11208
running on 4 cores: 1,3,5,7

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.72 1.63 1.71 2/199 11211
/proc/meminfo: memFree=30301188/32770624 swapFree=0/188520
[pid=11211] ppid=11208 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (runsolver) D 11208 11211 5123 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 10466685 24240128 108 18446744073709551615 4194304 4338465 140728578068240 140728578065880 139680518566615 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19181568 140728578076765 140728578077254 140728578077254 140728578080714 0
/proc/11211/statm: 5918 108 54 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.72 1.63 1.71 2/199 11211
/proc/meminfo: memFree=30301188/32770624 swapFree=0/188520
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200317 s]
/proc/loadavg: 1.72 1.63 1.71 2/199 11211
/proc/meminfo: memFree=30301188/32770624 swapFree=0/188520
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300196 s]
/proc/loadavg: 1.72 1.63 1.71 2/199 11211
/proc/meminfo: memFree=30301188/32770624 swapFree=0/188520
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700652 s]
/proc/loadavg: 1.72 1.63 1.71 2/199 11211
/proc/meminfo: memFree=30301188/32770624 swapFree=0/188520
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5039 s]
/proc/loadavg: 1.72 1.63 1.71 5/215 11227
/proc/meminfo: memFree=30207752/32770624 swapFree=0/188524
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=3.62 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 38754 0 0 0 354 8 0 0 20 0 15 0 10466693 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 31331 3174 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=1.35 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 9583 0 0 0 131 4 0 0 20 0 15 0 10466693 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140037360677208 140037356457366 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10466695 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036272228000 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036271174896 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=0.9 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) R 11211 11211 5123 0 -1 4202560 14490 0 0 0 88 2 0 0 20 0 15 0 10466698 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140036269062032 140037336138494 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=0.93 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) R 11211 11211 5123 0 -1 4202560 10991 0 0 0 93 0 0 0 20 0 15 0 10466698 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140035932275152 140037356466778 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) R 11211 11211 5123 0 -1 1077944384 2381 0 0 0 41 0 0 0 20 0 15 0 10466698 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466704 14316269568 31331 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 13990244

[startup+3.10073 s]
/proc/loadavg: 1.72 1.63 1.71 5/215 11227
/proc/meminfo: memFree=30178732/32770624 swapFree=0/188524
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=8.44 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 51622 0 0 0 835 9 0 0 20 0 15 0 10466693 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 40305 3174 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=2.94 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 10001 0 0 0 290 4 0 0 20 0 15 0 10466693 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140037360682904 140036959845719 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10466695 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036272228000 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036271174896 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=2.49 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) R 11211 11211 5123 0 -1 4202560 19425 0 0 0 247 2 0 0 20 0 15 0 10466698 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140036269056312 140037341367404 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=2.53 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) R 11211 11211 5123 0 -1 4202560 18334 0 0 0 252 1 0 0 20 0 15 0 10466698 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140035932273136 140037337967655 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.44 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 2500 0 0 0 44 0 0 0 20 0 15 0 10466698 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 10466704 14316269568 40305 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 13990244

[startup+6.30064 s]
/proc/loadavg: 1.82 1.65 1.72 4/215 11305
/proc/meminfo: memFree=31775200/32770624 swapFree=0/188564
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=16.22 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 73997 0 0 0 1611 11 0 0 20 0 15 0 10466693 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 46585 3193 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=6.14 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 11316 0 0 0 609 5 0 0 20 0 15 0 10466693 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140037360684128 140036961185213 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 10466695 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036272228000 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036271174896 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=4.67 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) S 11211 11211 5123 0 -1 1077944384 27069 0 0 0 464 3 0 0 20 0 15 0 10466698 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140036269070576 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=4.74 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) S 11211 11211 5123 0 -1 1077944384 30370 0 0 0 473 1 0 0 20 0 15 0 10466698 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140035932285296 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.63 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 3467 0 0 0 62 1 0 0 20 0 15 0 10466698 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 10466704 14316269568 46585 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 1.75 1.64 1.72 3/215 11305
/proc/meminfo: memFree=31574740/32770624 swapFree=0/188592
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=23.47 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 77680 0 0 0 2334 13 0 0 20 0 15 0 10466693 14316269568 62730 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 62730 3213 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=12.53 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 12112 0 0 0 1247 6 0 0 20 0 15 0 10466693 14316269568 62730 18446744073709551615 4194304 4196468 140734677042672 140037360680576 140036959567252 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 62730 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 10466694 14316269568 62730 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0

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

[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140036272228064 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140036271174912 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=7.77 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) S 11211 11211 5123 0 -1 1077944384 43112 0 0 0 773 4 0 0 20 0 15 0 10466698 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140036269070576 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=7.51 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) S 11211 11211 5123 0 -1 1077944384 44974 0 0 0 749 2 0 0 20 0 15 0 10466698 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140035932285296 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.89 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 8209 0 0 0 88 1 0 0 20 0 15 0 10466698 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 565 0 0 0 1 1 0 0 20 0 15 0 10466704 14316269568 68835 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 118.65
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.22 1.85 1.78 3/212 11310
/proc/meminfo: memFree=31433816/32770624 swapFree=0/188704
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=179.28 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 125900 0 0 0 17901 27 0 0 20 0 15 0 10466693 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 66336 3237 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=161.92 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 17299 0 0 0 16186 6 0 0 20 0 15 0 10466693 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140037360681648 140036960174014 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1424 0 0 0 13 2 0 0 20 0 15 0 10466694 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 464 0 0 0 14 2 0 0 20 0 15 0 10466694 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1501 0 0 0 14 2 0 0 20 0 15 0 10466694 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 492 0 0 0 13 3 0 0 20 0 15 0 10466694 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 1257 0 0 0 3 0 0 0 20 0 15 0 10466695 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036272228064 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036271174912 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=7.9 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) S 11211 11211 5123 0 -1 1077944384 44282 0 0 0 786 4 0 0 20 0 15 0 10466698 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140036269070576 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=7.75 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) S 11211 11211 5123 0 -1 1077944384 47747 0 0 0 773 2 0 0 20 0 15 0 10466698 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140035932285296 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.91 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 9460 0 0 0 90 1 0 0 20 0 15 0 10466698 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 593 0 0 0 2 1 0 0 20 0 15 0 10466704 14316269568 66336 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 179.28
Current children cumulated vsize (KiB) 13990244

[startup+222.306 s]
/proc/loadavg: 1.84 1.81 1.77 3/212 11312
/proc/meminfo: memFree=31408500/32770624 swapFree=0/188732
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=239.97 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 130599 0 0 0 23966 31 0 0 20 0 15 0 10466693 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 65200 3237 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=221.82 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 18009 0 0 0 22175 7 0 0 20 0 15 0 10466693 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140037360684512 140036963430310 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0.25 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1638 0 0 0 23 2 0 0 20 0 15 0 10466694 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 505 0 0 0 24 3 0 0 20 0 15 0 10466694 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0.26 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1549 0 0 0 23 3 0 0 20 0 15 0 10466694 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0.26 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 538 0 0 0 23 3 0 0 20 0 15 0 10466694 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 1471 0 0 0 4 0 0 0 20 0 15 0 10466695 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036272228064 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036271174912 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=8.09 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) S 11211 11211 5123 0 -1 1077944384 46344 0 0 0 805 4 0 0 20 0 15 0 10466698 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140036269070576 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=7.91 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) S 11211 11211 5123 0 -1 1077944384 48654 0 0 0 789 2 0 0 20 0 15 0 10466698 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140035932285296 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.91 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 9892 0 0 0 90 1 0 0 20 0 15 0 10466698 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 618 0 0 0 2 3 0 0 20 0 15 0 10466704 14316269568 65200 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 239.97
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.88 1.82 1.77 3/211 11312
/proc/meminfo: memFree=31407192/32770624 swapFree=0/188744
[pid=11211] ppid=11208 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11211/stat : 11211 (xcsp3-exec) S 11208 11211 5123 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10466685 9740288 345 18446744073709551615 4194304 5098028 140726544836416 140726544834520 140287539942012 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 26300416 140726544839068 140726544839271 140726544839271 140726544842731 0
/proc/11211/statm: 2378 345 289 221 0 87 0
[pid=11213] ppid=11211 vsize=13980732 CPUtime=257.92 cores=1,3,5,7
/proc/11213/stat : 11213 (java) S 11211 11211 5123 0 -1 1077944320 134941 0 0 0 25760 32 0 0 20 0 15 0 10466693 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140734677025216 140037356445431 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
/proc/11213/statm: 3495183 65079 3237 1 0 3483484 0
[pid=11213/tid=11214] ppid=11211 vsize=13980732 CPUtime=239.47 cores=1,3,5,7
/proc/11213/task/11214/stat : 11214 (java) R 11211 11211 5123 0 -1 4202560 18633 0 0 0 23940 7 0 0 20 0 15 0 10466693 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140037360684656 140036962881795 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11215] ppid=11211 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/11213/task/11215/stat : 11215 (java) S 11211 11211 5123 0 -1 1077944384 1655 0 0 0 26 2 0 0 20 0 15 0 10466694 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140037275859472 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11216] ppid=11211 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/11213/task/11216/stat : 11216 (java) S 11211 11211 5123 0 -1 1077944384 770 0 0 0 26 3 0 0 20 0 15 0 10466694 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036955695760 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11217] ppid=11211 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/11213/task/11217/stat : 11217 (java) S 11211 11211 5123 0 -1 1077944384 1576 0 0 0 26 3 0 0 20 0 15 0 10466694 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036954642704 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11218] ppid=11211 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/11213/task/11218/stat : 11218 (java) S 11211 11211 5123 0 -1 1077944384 589 0 0 0 26 3 0 0 20 0 15 0 10466694 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036953590160 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11219] ppid=11211 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/11213/task/11219/stat : 11219 (java) S 11211 11211 5123 0 -1 1077944384 1502 0 0 0 5 0 0 0 20 0 15 0 10466695 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036273281776 140037356456578 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11220] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11220/stat : 11220 (java) S 11211 11211 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036272228064 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11221] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11221/stat : 11221 (java) S 11211 11211 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 10466696 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036271174912 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11222] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11222/stat : 11222 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466698 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036270123472 140037356464027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11223] ppid=11211 vsize=13980732 CPUtime=8.19 cores=1,3,5,7
/proc/11213/task/11223/stat : 11223 (java) S 11211 11211 5123 0 -1 1077944384 47621 0 0 0 815 4 0 0 20 0 15 0 10466698 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140036269070576 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11224] ppid=11211 vsize=13980732 CPUtime=8 cores=1,3,5,7
/proc/11213/task/11224/stat : 11224 (java) S 11211 11211 5123 0 -1 1077944384 49878 0 0 0 797 3 0 0 20 0 15 0 10466698 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140035932285296 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11225] ppid=11211 vsize=13980732 CPUtime=0.92 cores=1,3,5,7
/proc/11213/task/11225/stat : 11225 (java) S 11211 11211 5123 0 -1 1077944384 10705 0 0 0 91 1 0 0 20 0 15 0 10466698 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140035931232240 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11226] ppid=11211 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11213/task/11226/stat : 11226 (java) S 11211 11211 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10466699 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140035930179936 140037356455637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
[pid=11213/tid=11227] ppid=11211 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/11213/task/11227/stat : 11227 (java) S 11211 11211 5123 0 -1 1077944384 631 0 0 0 2 3 0 0 20 0 15 0 10466704 14316269568 65079 18446744073709551615 4194304 4196468 140734677042672 140035929127984 140037356456578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140734677045716 140734677045891 140734677045891 140734677049295 0
Current children cumulated CPU time (s) 257.92
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 11213 sig 9
??? kill 11211 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 11211 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1900
# CPU time returned by wait4() is 0.0019
# while last known CPU time is 257.92
#
# 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): 257.92
CPU user time (s): 257.6
CPU system time (s): 0.32
CPU usage (%): 107.462
Max. virtual memory (cumulated for all children) (KiB): 13995092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.0019
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.40801 second user time and 1.01931 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 22:01:02
IDJOB=4255263
IDBENCH=115735
IDSOLVER=2637
FILE ID=node130/4255263-1501618497
RUNJOBID= node130-1501617182-10800
PBS_JOBID= 
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-2.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-4255263-1501618497/watcher-4255263-1501618497 -o /tmp/evaluation-result-4255263-1501618497/solver-4255263-1501618497 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501617182-10800 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 240654433 HOME/instance-4255263-1501618497.xml

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

MD5SUM BENCH= 42633f1d08cbe99acfb79d5a930fb228
RANDOM SEED=240654433

node130.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.46
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.46
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.46
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.46
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:        30301380 kB
MemAvailable:   30369248 kB
Buffers:           95404 kB
Cached:           256944 kB
SwapCached:            0 kB
Active:          1870064 kB
Inactive:         197056 kB
Active(anon):    1715088 kB
Inactive(anon):     8536 kB
Active(file):     154976 kB
Inactive(file):   188520 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:       1714976 kB
Mapped:            43248 kB
Shmem:              8896 kB
Slab:             104732 kB
SReclaimable:      80416 kB
SUnreclaim:        24316 kB
KernelStack:        3488 kB
PageTables:         8576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2756372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1562624 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= 61644 MiB
End job on node130 at 2017-08-01 22:05:02