Trace number 4255256

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

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-1.xml
MD5SUM9d29287bef1009a71b89b3cc337f2ee8
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5368
Maximum domain size5368
Distribution of domain sizes[{"size":5368,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
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-4255256-1501618256.xml"  -tl '264s' -p 1 -x 3
0.00/0.26	c [HOME/instance-4255256-1501618256.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.32	c simple solver
0.00/0.38	c parse instance...
0.00/0.78	c solve instance...
253.51/240.01	s UNKNOWN
253.51/240.01	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-4255256-1501618256/watcher-4255256-1501618256 -o /tmp/evaluation-result-4255256-1501618256/solver-4255256-1501618256 -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 644856860 HOME/instance-4255256-1501618256.xml 

pid=11007
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.65 1.55 1.72 2/195 11010
/proc/meminfo: memFree=31670348/32770624 swapFree=0/188288
[pid=11010] ppid=11007 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (runsolver) D 11007 11010 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10442545 24240128 105 18446744073709551615 4194304 4338465 140731531873088 140731531870728 139737941758679 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 8704000 140731531878493 140731531878982 140731531878982 140731531882442 0
/proc/11010/statm: 5918 105 52 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.65 1.55 1.72 2/195 11010
/proc/meminfo: memFree=31670348/32770624 swapFree=0/188288
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200221 s]
/proc/loadavg: 1.65 1.55 1.72 2/195 11010
/proc/meminfo: memFree=31670348/32770624 swapFree=0/188288
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30126 s]
/proc/loadavg: 1.65 1.55 1.72 2/195 11010
/proc/meminfo: memFree=31670348/32770624 swapFree=0/188288
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.709856 s]
/proc/loadavg: 1.65 1.55 1.72 2/195 11010
/proc/meminfo: memFree=31670348/32770624 swapFree=0/188288
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50073 s]
/proc/loadavg: 1.68 1.56 1.72 5/211 11026
/proc/meminfo: memFree=31558448/32770624 swapFree=0/188312
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=3.86 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 36278 0 0 0 378 8 0 0 20 0 15 0 10442553 14316269568 37116 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 37116 3180 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=1.36 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 9140 0 0 0 132 4 0 0 20 0 15 0 10442553 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139743565197856 139743158765845 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10442554 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10442554 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10442554 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10442554 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139742475425312 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139742474372464 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 37182 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=0.94 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) R 11010 11010 5123 0 -1 4202560 10804 0 0 0 93 1 0 0 20 0 15 0 10442558 14316269568 37248 18446744073709551615 4194304 4196468 140735816501408 139742472253640 139743544447901 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=0.98 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) R 11010 11010 5123 0 -1 4202560 11687 0 0 0 97 1 0 0 20 0 15 0 10442558 14316269568 37248 18446744073709551615 4194304 4196468 140735816501408 139742471201368 139743542505506 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.55 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 3425 0 0 0 54 1 0 0 20 0 15 0 10442558 14316269568 37248 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 37248 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442563 14316269568 37248 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 13990244

[startup+3.10071 s]
/proc/loadavg: 1.68 1.56 1.72 3/211 11026
/proc/meminfo: memFree=31466420/32770624 swapFree=0/188312
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=6.59 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 40091 0 0 0 648 11 0 0 20 0 15 0 10442553 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 61055 3207 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=2.94 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 9440 0 0 0 289 5 0 0 20 0 15 0 10442553 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139743565198920 139743159774603 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 10442554 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 10442554 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 771 0 0 0 1 0 0 0 20 0 15 0 10442554 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 15 0 10442554 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742475425312 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742474372464 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=1.45 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 11263 0 0 0 144 1 0 0 20 0 15 0 10442558 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=1.52 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 12251 0 0 0 151 1 0 0 20 0 15 0 10442558 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.58 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 4341 0 0 0 57 1 0 0 20 0 15 0 10442558 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 10442563 14316269568 61055 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 13990244

[startup+6.30071 s]
/proc/loadavg: 1.78 1.58 1.73 5/211 11107
/proc/meminfo: memFree=31507764/32770624 swapFree=0/188352
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=10.42 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 40906 0 0 0 1025 17 0 0 20 0 15 0 10442553 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 67200 3221 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=6.1 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 9760 0 0 0 605 5 0 0 20 0 15 0 10442553 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139743565198824 139743159378198 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 332 0 0 0 3 1 0 0 20 0 15 0 10442554 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 15 0 10442554 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 799 0 0 0 3 1 0 0 20 0 15 0 10442554 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 81 0 0 0 3 1 0 0 20 0 15 0 10442554 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742475425312 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742474372464 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=1.68 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 11371 0 0 0 167 1 0 0 20 0 15 0 10442558 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=1.76 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 12342 0 0 0 175 1 0 0 20 0 15 0 10442558 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.62 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 4429 0 0 0 61 1 0 0 20 0 15 0 10442558 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 10442563 14316269568 67200 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 1.80 1.59 1.73 3/211 11107
/proc/meminfo: memFree=31195884/32770624 swapFree=0/188360
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=17.05 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 41729 0 0 0 1679 26 0 0 20 0 15 0 10442553 14316269568 143137 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 143137 3221 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=12.46 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 10302 0 0 0 1237 9 0 0 20 0 15 0 10442553 14316269568 143137 18446744073709551615 4194304 4196468 140735816501408 139743565197888 139743160001731 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 354 0 0 0 4 3 0 0 20 0 15 0 10442554 14316269568 143137 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 105 0 0 0 4 3 0 0 20 0 15 0 10442554 14316269568 143137 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0

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

[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742475425376 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742474372480 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=4.85 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 21729 0 0 0 483 2 0 0 20 0 15 0 10442558 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=4.85 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 23058 0 0 0 483 2 0 0 20 0 15 0 10442558 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.86 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 8615 0 0 0 84 2 0 0 20 0 15 0 10442558 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 435 0 0 0 2 1 0 0 20 0 15 0 10442563 14316269568 126857 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 113.6
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.68 1.62 1.72 3/211 11113
/proc/meminfo: memFree=30113880/32770624 swapFree=0/188448
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=174.46 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 82770 0 0 0 17389 57 0 0 20 0 15 0 10442553 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 79818 3233 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=161.54 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 16315 0 0 0 16145 9 0 0 20 0 15 0 10442553 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139743565200992 139743156661504 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0.45 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 1114 0 0 0 36 9 0 0 20 0 15 0 10442554 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.45 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 1099 0 0 0 36 9 0 0 20 0 15 0 10442554 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0.45 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 1732 0 0 0 36 9 0 0 20 0 15 0 10442554 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0.44 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 2418 0 0 0 35 9 0 0 20 0 15 0 10442554 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 1670 0 0 0 9 2 0 0 20 0 15 0 10442555 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742475425376 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742474372480 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=4.96 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 22493 0 0 0 494 2 0 0 20 0 15 0 10442558 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=5 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 24187 0 0 0 498 2 0 0 20 0 15 0 10442558 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.9 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 9904 0 0 0 88 2 0 0 20 0 15 0 10442558 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 454 0 0 0 3 3 0 0 20 0 15 0 10442563 14316269568 79818 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 174.46
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.70 1.62 1.71 3/212 11122
/proc/meminfo: memFree=30002852/32770624 swapFree=0/188476
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=235.56 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 89177 0 0 0 23493 63 0 0 20 0 15 0 10442553 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 81395 3233 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=221.04 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 17334 0 0 0 22095 9 0 0 20 0 15 0 10442553 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139743565200992 139743162798392 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0.78 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 1482 0 0 0 68 10 0 0 20 0 15 0 10442554 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.79 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 1255 0 0 0 69 10 0 0 20 0 15 0 10442554 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0.78 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 2042 0 0 0 68 10 0 0 20 0 15 0 10442554 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0.78 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 2601 0 0 0 68 10 0 0 20 0 15 0 10442554 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0.24 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 1945 0 0 0 21 3 0 0 20 0 15 0 10442555 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742475425376 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742474372480 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=5.02 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 24437 0 0 0 500 2 0 0 20 0 15 0 10442558 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=5.04 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 25414 0 0 0 502 2 0 0 20 0 15 0 10442558 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.91 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 10811 0 0 0 89 2 0 0 20 0 15 0 10442558 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 472 0 0 0 4 4 0 0 20 0 15 0 10442563 14316269568 81395 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 235.56
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.69 1.62 1.71 3/212 11122
/proc/meminfo: memFree=29991252/32770624 swapFree=0/188484
[pid=11010] ppid=11007 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (xcsp3-exec) S 11007 11010 5123 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 10442545 9740288 345 18446744073709551615 4194304 5098028 140731689028160 140731689026264 140563636818556 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36618240 140731689034140 140731689034343 140731689034343 140731689037803 0
/proc/11010/statm: 2378 345 289 221 0 87 0
[pid=11012] ppid=11010 vsize=13980732 CPUtime=253.51 cores=1,3,5,7
/proc/11012/stat : 11012 (java) S 11010 11010 5123 0 -1 1077944320 89478 0 0 0 25287 64 0 0 20 0 15 0 10442553 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 140735816483952 139743560961783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
/proc/11012/statm: 3495183 81140 3233 1 0 3483484 0
[pid=11012/tid=11013] ppid=11010 vsize=13980732 CPUtime=238.59 cores=1,3,5,7
/proc/11012/task/11013/stat : 11013 (java) R 11010 11010 5123 0 -1 4202560 17419 0 0 0 23849 10 0 0 20 0 15 0 10442553 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139743565201248 139743159378767 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11014] ppid=11010 vsize=13980732 CPUtime=0.87 cores=1,3,5,7
/proc/11012/task/11014/stat : 11014 (java) S 11010 11010 5123 0 -1 1077944384 1485 0 0 0 77 10 0 0 20 0 15 0 10442554 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139743480375952 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11015] ppid=11010 vsize=13980732 CPUtime=0.88 cores=1,3,5,7
/proc/11012/task/11015/stat : 11015 (java) S 11010 11010 5123 0 -1 1077944384 1259 0 0 0 78 10 0 0 20 0 15 0 10442554 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139743479323152 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11016] ppid=11010 vsize=13980732 CPUtime=0.87 cores=1,3,5,7
/proc/11012/task/11016/stat : 11016 (java) S 11010 11010 5123 0 -1 1077944384 2047 0 0 0 77 10 0 0 20 0 15 0 10442554 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139743478270352 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11017] ppid=11010 vsize=13980732 CPUtime=0.87 cores=1,3,5,7
/proc/11012/task/11017/stat : 11017 (java) S 11010 11010 5123 0 -1 1077944384 2603 0 0 0 76 11 0 0 20 0 15 0 10442554 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139743477217552 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11018] ppid=11010 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/11012/task/11018/stat : 11018 (java) S 11010 11010 5123 0 -1 1077944384 1945 0 0 0 24 3 0 0 20 0 15 0 10442555 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742476479344 139743560972930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11019] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11019/stat : 11019 (java) S 11010 11010 5123 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10442555 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742475425376 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11020] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11020/stat : 11020 (java) S 11010 11010 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10442556 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742474372480 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11021] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11021/stat : 11021 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742473320784 139743560980379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11022] ppid=11010 vsize=13980732 CPUtime=5.02 cores=1,3,5,7
/proc/11012/task/11022/stat : 11022 (java) S 11010 11010 5123 0 -1 1077944384 24571 0 0 0 500 2 0 0 20 0 15 0 10442558 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742472268144 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11023] ppid=11010 vsize=13980732 CPUtime=5.04 cores=1,3,5,7
/proc/11012/task/11023/stat : 11023 (java) S 11010 11010 5123 0 -1 1077944384 25414 0 0 0 502 2 0 0 20 0 15 0 10442558 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742471215344 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11024] ppid=11010 vsize=13980732 CPUtime=0.91 cores=1,3,5,7
/proc/11012/task/11024/stat : 11024 (java) S 11010 11010 5123 0 -1 1077944384 10879 0 0 0 89 2 0 0 20 0 15 0 10442558 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742470162544 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11025] ppid=11010 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/11012/task/11025/stat : 11025 (java) S 11010 11010 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10442558 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742469109984 139743560971989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
[pid=11012/tid=11026] ppid=11010 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/11012/task/11026/stat : 11026 (java) S 11010 11010 5123 0 -1 1077944384 472 0 0 0 5 4 0 0 20 0 15 0 10442563 14316269568 81140 18446744073709551615 4194304 4196468 140735816501408 139742468058288 139743560972930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14036992 140735816507860 140735816508035 140735816508035 140735816511439 0
Current children cumulated CPU time (s) 253.51
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 11012 sig 9
??? kill 11010 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 11010 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=618
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1236
# CPU time returned by wait4() is 0.001854
# while last known CPU time is 253.51
#
# 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): 253.51
CPU user time (s): 252.87
CPU system time (s): 0.64
CPU usage (%): 105.625
Max. virtual memory (cumulated for all children) (KiB): 13992684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000618
system time used= 0.001236
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511
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= 4
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05354 second user time and 1.53021 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 21:57:01
IDJOB=4255256
IDBENCH=115596
IDSOLVER=2637
FILE ID=node130/4255256-1501618256
RUNJOBID= node130-1501617182-10800
PBS_JOBID= 
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-1.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-4255256-1501618256/watcher-4255256-1501618256 -o /tmp/evaluation-result-4255256-1501618256/solver-4255256-1501618256 -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 644856860 HOME/instance-4255256-1501618256.xml

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

MD5SUM BENCH= 9d29287bef1009a71b89b3cc337f2ee8
RANDOM SEED=644856860

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:        31670728 kB
MemAvailable:   31738260 kB
Buffers:           95232 kB
Cached:           256640 kB
SwapCached:            0 kB
Active:           502996 kB
Inactive:         196820 kB
Active(anon):     348148 kB
Inactive(anon):     8532 kB
Active(file):     154848 kB
Inactive(file):   188288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:        396696 kB
Mapped:            42188 kB
Shmem:              8872 kB
Slab:             104972 kB
SReclaimable:      80464 kB
SUnreclaim:        24508 kB
KernelStack:        3712 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1140992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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:01:01