Trace number 4253975

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 4.0.5 seq (2017-07-26)? (TO) 260.79999 240.01601

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-28-30.xml
MD5SUMee8f46aa30558cd8981f6f6871151079
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark527.80298
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints164431
Number of domains1
Minimum domain size840
Maximum domain size840
Distribution of domain sizes[{"size":840,"count":840}]
Minimum variable degree785
Maximum variable degree785
Distribution of variable degrees[{"degree":785,"count":840}]
Minimum constraint arity4
Maximum constraint arity840
Distribution of constraint arities[{"arity":4,"count":164430},{"arity":840,"count":1}]
Number of extensional constraints0
Number of intensional constraints164430
Distribution of constraint types[{"type":"intension","count":164430},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253975-1501982382.xml"  -tl '264s' -p 1 -x 0
0.00/0.23	c [HOME/instance-4253975-1501982382.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.29	c simple solver
0.00/0.36	c parse instance...
28.16/10.86	c solve instance...
260.80/240.01	s UNKNOWN
260.80/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-4253975-1501982382/watcher-4253975-1501982382 -o /tmp/evaluation-result-4253975-1501982382/solver-4253975-1501982382 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1816832040 HOME/instance-4253975-1501982382.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.02 4/200 15714
/proc/meminfo: memFree=31520628/32770624 swapFree=0/319504
[pid=15714] ppid=15711 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (runsolver) D 15711 15714 12039 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 97891383 24240128 106 18446744073709551615 4194304 4338465 140727872292704 140727872290344 140518595375831 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 22159360 140727872299106 140727872299596 140727872299596 140727872303050 0
/proc/15714/statm: 5918 106 53 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 1.97 2.03 2.02 4/200 15714
/proc/meminfo: memFree=31520628/32770624 swapFree=0/319504
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200973 s]
/proc/loadavg: 1.97 2.03 2.02 4/200 15714
/proc/meminfo: memFree=31520628/32770624 swapFree=0/319504
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.308742 s]
/proc/loadavg: 1.97 2.03 2.02 4/200 15714
/proc/meminfo: memFree=31520628/32770624 swapFree=0/319504
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700236 s]
/proc/loadavg: 1.97 2.03 2.02 4/200 15714
/proc/meminfo: memFree=31520628/32770624 swapFree=0/319504
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50079 s]
/proc/loadavg: 1.97 2.03 2.02 8/216 15730
/proc/meminfo: memFree=30930724/32770624 swapFree=0/319656
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13978684 CPUtime=3.67 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 16877 0 0 0 342 25 0 0 20 0 15 0 97891388 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3494671 96402 3198 1 0 3482964 0
[pid=15716/tid=15717] ppid=15714 vsize=13978684 CPUtime=1.24 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 7912 0 0 0 119 5 0 0 20 0 15 0 97891389 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139815797399704 139815433181663 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13978684 CPUtime=0.11 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 87 0 0 0 7 4 0 0 20 0 15 0 97891389 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13978684 CPUtime=0.12 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 100 0 0 0 8 4 0 0 20 0 15 0 97891389 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13978684 CPUtime=0.12 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 165 0 0 0 8 4 0 0 20 0 15 0 97891389 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13978684 CPUtime=0.11 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 102 0 0 0 7 4 0 0 20 0 15 0 97891389 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97891391 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 97891391 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814708143648 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97891391 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814707090800 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13978684 CPUtime=0.83 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) D 15714 15714 12039 0 -1 4202560 3394 0 0 0 82 1 0 0 20 0 15 0 97891394 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814704972536 139815785881175 0 4 1 16800974 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13978684 CPUtime=0.79 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) R 15714 15714 12039 0 -1 4202560 2155 0 0 0 78 1 0 0 20 0 15 0 97891394 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814703919144 139815776650195 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13978684 CPUtime=0.28 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 1580 0 0 0 28 0 0 0 20 0 15 0 97891394 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13978684 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97891398 14314172416 96402 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13988196

[startup+3.1007 s]
/proc/loadavg: 1.98 2.03 2.02 5/216 15730
/proc/meminfo: memFree=30161456/32770624 swapFree=0/319656
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=7.47 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 21074 0 0 0 703 44 0 0 20 0 15 0 97891388 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 195106 3223 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=2.72 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 9310 0 0 0 262 10 0 0 20 0 15 0 97891389 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139815797398632 139815429677749 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=0.22 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 454 0 0 0 15 7 0 0 20 0 15 0 97891389 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=0.22 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 188 0 0 0 15 7 0 0 20 0 15 0 97891389 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 267 0 0 0 15 8 0 0 20 0 15 0 97891389 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13980732 CPUtime=0.21 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 354 0 0 0 14 7 0 0 20 0 15 0 97891389 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 549 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814707090800 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=1.62 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) R 15714 15714 12039 0 -1 4202560 3635 0 0 0 161 1 0 0 20 0 15 0 97891394 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814704975952 139815774707355 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=1.67 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) R 15714 15714 12039 0 -1 4202560 2856 0 0 0 166 1 0 0 20 0 15 0 97891394 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814703921568 139815774342736 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.53 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 2160 0 0 0 52 1 0 0 20 0 15 0 97891394 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891398 14316269568 195106 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 13990244

[startup+6.3007 s]
/proc/loadavg: 1.98 2.03 2.02 6/216 15730
/proc/meminfo: memFree=28193812/32770624 swapFree=0/319660
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=16.74 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 34787 0 0 0 1563 111 0 0 20 0 15 0 97891388 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 447487 3242 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=4.03 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 11344 0 0 0 386 17 0 0 20 0 15 0 97891389 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139815797402720 139815435678748 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=1.88 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 1014 0 0 0 166 22 0 0 20 0 15 0 97891389 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=1.88 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 1205 0 0 0 167 21 0 0 20 0 15 0 97891389 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13980732 CPUtime=1.9 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 974 0 0 0 167 23 0 0 20 0 15 0 97891389 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13980732 CPUtime=1.85 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 788 0 0 0 164 21 0 0 20 0 15 0 97891389 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13980732 CPUtime=0.22 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 4531 0 0 0 22 0 0 0 20 0 15 0 97891391 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814707090816 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=2.16 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) S 15714 15714 12039 0 -1 1077944384 5921 0 0 0 215 1 0 0 20 0 15 0 97891394 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814704986480 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=2.15 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) S 15714 15714 12039 0 -1 1077944384 5008 0 0 0 214 1 0 0 20 0 15 0 97891394 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814703933680 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.59 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 2529 0 0 0 58 1 0 0 20 0 15 0 97891394 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 97891398 14316269568 447487 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 16.74
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.98 2.03 2.02 3/216 15730
/proc/meminfo: memFree=26754576/32770624 swapFree=0/319668
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=30.4 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 46585 0 0 0 2853 187 0 0 20 0 15 0 97891388 14316269568 806188 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 806188 3252 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=7.86 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 15421 0 0 0 757 29 0 0 20 0 15 0 97891389 14316269568 806188 18446744073709551615 4194304 4196468 140735120979536 139815797400448 139815437847410 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=4.12 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 1666 0 0 0 373 39 0 0 20 0 15 0 97891389 14316269568 806188 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=4.12 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 2031 0 0 0 376 36 0 0 20 0 15 0 97891389 14316269568 806188 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0

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

/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814707090816 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=2.38 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) S 15714 15714 12039 0 -1 1077944384 6977 0 0 0 237 1 0 0 20 0 15 0 97891394 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814704986480 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=2.38 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) S 15714 15714 12039 0 -1 1077944384 6088 0 0 0 237 1 0 0 20 0 15 0 97891394 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814703933680 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 8374 0 0 0 73 1 0 0 20 0 15 0 97891394 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0.05 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 314 0 0 0 2 3 0 0 20 0 15 0 97891398 14316269568 897183 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 121.3
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.98 2.01 2.02 3/217 15737
/proc/meminfo: memFree=25208908/32770624 swapFree=0/319764
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=182.2 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 74055 0 0 0 17978 242 0 0 20 0 15 0 97891388 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 975913 3252 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=156.77 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 27394 0 0 0 15646 31 0 0 20 0 15 0 97891389 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139815797400040 139815437847481 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=4.79 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 4724 0 0 0 428 51 0 0 20 0 15 0 97891389 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=4.79 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 3608 0 0 0 431 48 0 0 20 0 15 0 97891389 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13980732 CPUtime=4.81 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 3189 0 0 0 432 49 0 0 20 0 15 0 97891389 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13980732 CPUtime=4.75 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 3482 0 0 0 427 48 0 0 20 0 15 0 97891389 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13980732 CPUtime=0.56 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 7087 0 0 0 55 1 0 0 20 0 15 0 97891391 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814707090816 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=2.4 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) S 15714 15714 12039 0 -1 1077944384 8066 0 0 0 239 1 0 0 20 0 15 0 97891394 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814704986480 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=2.39 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) S 15714 15714 12039 0 -1 1077944384 6400 0 0 0 238 1 0 0 20 0 15 0 97891394 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814703933680 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 8390 0 0 0 73 1 0 0 20 0 15 0 97891394 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0.1 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 352 0 0 0 5 5 0 0 20 0 15 0 97891398 14316269568 975913 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 182.2
Current children cumulated vsize (KiB) 13990244

[startup+222.301 s]
/proc/loadavg: 1.91 1.98 2.01 3/217 15739
/proc/meminfo: memFree=24954540/32770624 swapFree=0/319796
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=242.67 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 77964 0 0 0 24009 258 0 0 20 0 15 0 97891388 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 1014833 3253 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=216.63 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 30252 0 0 0 21631 32 0 0 20 0 15 0 97891389 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139815797400336 139815437847478 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=4.94 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 4802 0 0 0 439 55 0 0 20 0 15 0 97891389 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=4.94 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 3931 0 0 0 442 52 0 0 20 0 15 0 97891389 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13980732 CPUtime=4.95 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 3267 0 0 0 442 53 0 0 20 0 15 0 97891389 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13980732 CPUtime=4.89 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 3554 0 0 0 437 52 0 0 20 0 15 0 97891389 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13980732 CPUtime=0.56 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 7137 0 0 0 55 1 0 0 20 0 15 0 97891391 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814707090816 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=2.4 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) S 15714 15714 12039 0 -1 1077944384 8458 0 0 0 239 1 0 0 20 0 15 0 97891394 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814704986480 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=2.39 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) S 15714 15714 12039 0 -1 1077944384 6410 0 0 0 238 1 0 0 20 0 15 0 97891394 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814703933680 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 8393 0 0 0 73 1 0 0 20 0 15 0 97891394 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 397 0 0 0 7 6 0 0 20 0 15 0 97891398 14316269568 1014833 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 242.67
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.93 1.99 2.01 2/198 15776
/proc/meminfo: memFree=27419404/32770624 swapFree=0/319764
[pid=15714] ppid=15711 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15714/stat : 15714 (xcsp3-exec) S 15711 15714 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 97891383 9740288 344 18446744073709551615 4194304 5098028 140724969020128 140724969018232 140660407636604 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 11808768 140724969021857 140724969022061 140724969022061 140724969025515 0
/proc/15714/statm: 2378 344 289 221 0 87 0
[pid=15716] ppid=15714 vsize=13980732 CPUtime=260.8 cores=0,2,4,6
/proc/15716/stat : 15716 (java) S 15714 15714 12039 0 -1 1077944320 81739 0 0 0 25808 272 0 0 20 0 15 0 97891388 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 140735120962080 139815793164023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
/proc/15716/statm: 3495183 1051409 3253 1 0 3483476 0
[pid=15716/tid=15717] ppid=15714 vsize=13980732 CPUtime=234.19 cores=0,2,4,6
/proc/15716/task/15717/stat : 15717 (java) R 15714 15714 12039 0 -1 4202560 31711 0 0 0 23387 32 0 0 20 0 15 0 97891389 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139815797403392 139815437847080 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15718] ppid=15714 vsize=13980732 CPUtime=5.08 cores=0,2,4,6
/proc/15716/task/15718/stat : 15718 (java) S 15714 15714 12039 0 -1 1077944384 5664 0 0 0 449 59 0 0 20 0 15 0 97891389 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139815750130320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15719] ppid=15714 vsize=13980732 CPUtime=5.07 cores=0,2,4,6
/proc/15716/task/15719/stat : 15719 (java) S 15714 15714 12039 0 -1 1077944384 4064 0 0 0 452 55 0 0 20 0 15 0 97891389 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139815391783440 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15720] ppid=15714 vsize=13980732 CPUtime=5.09 cores=0,2,4,6
/proc/15716/task/15720/stat : 15720 (java) S 15714 15714 12039 0 -1 1077944384 3879 0 0 0 453 56 0 0 20 0 15 0 97891389 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139815390730640 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15721] ppid=15714 vsize=13980732 CPUtime=5.03 cores=0,2,4,6
/proc/15716/task/15721/stat : 15721 (java) S 15714 15714 12039 0 -1 1077944384 4041 0 0 0 448 55 0 0 20 0 15 0 97891389 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139815389677840 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15722] ppid=15714 vsize=13980732 CPUtime=0.56 cores=0,2,4,6
/proc/15716/task/15722/stat : 15722 (java) S 15714 15714 12039 0 -1 1077944384 7359 0 0 0 55 1 0 0 20 0 15 0 97891391 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814709197680 139815793175170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15723] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15723/stat : 15723 (java) S 15714 15714 12039 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814708143712 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15724] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15724/stat : 15724 (java) S 15714 15714 12039 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 97891391 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814707090816 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15725] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15725/stat : 15725 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814706039120 139815793182619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15726] ppid=15714 vsize=13980732 CPUtime=2.4 cores=0,2,4,6
/proc/15716/task/15726/stat : 15726 (java) S 15714 15714 12039 0 -1 1077944384 8458 0 0 0 239 1 0 0 20 0 15 0 97891394 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814704986480 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15727] ppid=15714 vsize=13980732 CPUtime=2.39 cores=0,2,4,6
/proc/15716/task/15727/stat : 15727 (java) S 15714 15714 12039 0 -1 1077944384 6410 0 0 0 238 1 0 0 20 0 15 0 97891394 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814703933680 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15728] ppid=15714 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/15716/task/15728/stat : 15728 (java) S 15714 15714 12039 0 -1 1077944384 8393 0 0 0 73 1 0 0 20 0 15 0 97891394 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814702880880 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15729] ppid=15714 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15716/task/15729/stat : 15729 (java) S 15714 15714 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97891394 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814701828320 139815793174229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
[pid=15716/tid=15730] ppid=15714 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/15716/task/15730/stat : 15730 (java) S 15714 15714 12039 0 -1 1077944384 397 0 0 0 8 7 0 0 20 0 15 0 97891398 14316269568 1051409 18446744073709551615 4194304 4196468 140735120979536 139814700776624 139815793175170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140735120986586 140735120986761 140735120986761 140735120990159 0
Current children cumulated CPU time (s) 260.8
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 15716 sig 9
??? kill 15714 sig 9
??? kill -15714 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 15714 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=959
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=959
# CPU time returned by wait4() is 0.001918
# while last known CPU time is 260.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.016
CPU time (s): 260.8
CPU user time (s): 258.08
CPU system time (s): 2.72
CPU usage (%): 108.659
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000959
system time used= 0.000959
maximum resident set size= 1380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
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.01054 second user time and 1.7105 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 03:05:21
IDJOB=4253975
IDBENCH=139757
IDSOLVER=2635
FILE ID=node132/4253975-1501982382
RUNJOBID= node132-1501978181-12402
PBS_JOBID= 
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-28-30.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-4253975-1501982382/watcher-4253975-1501982382 -o /tmp/evaluation-result-4253975-1501982382/solver-4253975-1501982382 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1816832040 HOME/instance-4253975-1501982382.xml

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

MD5SUM BENCH= ee8f46aa30558cd8981f6f6871151079
RANDOM SEED=1816832040

node132.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.74
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.74
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.74
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.74
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:        31523576 kB
MemAvailable:   31895788 kB
Buffers:          183064 kB
Cached:           490468 kB
SwapCached:            0 kB
Active:           478324 kB
Inactive:         352144 kB
Active(anon):     157760 kB
Inactive(anon):    32640 kB
Active(file):     320564 kB
Inactive(file):   319504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29100 kB
Writeback:             4 kB
AnonPages:        148696 kB
Mapped:            58124 kB
Shmem:             33500 kB
Slab:             122124 kB
SReclaimable:      95960 kB
SUnreclaim:        26164 kB
KernelStack:        3504 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1261804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62004 MiB
End job on node132 at 2017-08-06 03:09:21