Trace number 4271409

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 par (2017-08-09)? (TO) 20032.199 2520.1399

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271409-1502663569.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271409-1502663569.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
4.21/1.23	c solve instance...
20031.34/2520.09	s UNKNOWN
20031.34/2520.09	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13351 MiB free)
  memory of node 1: 16384 MiB (13837 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271409-1502663569/watcher-4271409-1502663569 -o /tmp/evaluation-result-4271409-1502663569/solver-4271409-1502663569 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502660189-16427 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1638915229 HOME/instance-4271409-1502663569.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16614, runsolver pid=16611
Current StackSize limit: 8192 KiB


[startup+0.102136 s]*
/proc/loadavg: 8.54 8.34 8.33 2/199 16635
/proc/meminfo: memFree=27826428/32770624 swapFree=67108860/67108860
[pid=16614] ppid=16611 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16614/stat : 16614 (xcsp3-exec) S 16611 16614 16400 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 99437818 9740288 346 33554432000 4194304 5098028 140722808877088 140722808875192 140175196963452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18886656 140722808882276 140722808882487 140722808882487 140722808885227 0
/proc/16614/statm: 2378 346 289 221 0 87 0
[pid=16616] ppid=16614 vsize=25999808 memory=26548 CPUtime=0.11 cores=0-7
/proc/16616/stat : 16616 (java) S 16614 16614 16400 0 -1 1077944320 5495 0 0 0 10 1 0 0 20 0 20 0 99437818 26623803392 6637 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6499952 6637 2888 1 0 6488269 0
[pid=16616/tid=16617] ppid=16614 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) R 16614 16614 16400 0 -1 4202560 3494 0 0 0 8 0 0 0 20 0 20 0 99437818 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631207196544 139631202975126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16614 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16614 vsize=25999808 memory=140039745689216 CPUtime=0 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16621] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16621/stat : 16621 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631152425744 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16622] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16622/stat : 16622 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631151372944 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16623] ppid=16614 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16623/stat : 16623 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631150320144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16624] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16624/stat : 16624 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631149267344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16625] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16625/stat : 16625 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26623803392 6702 33554432000 4194304 4196468 140724877990624 139631148214544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16626] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16626/stat : 16626 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437821 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630598769520 139631202974338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16627] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16627/stat : 16627 (java) S 16614 16614 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99437821 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630597715488 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16628] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16628/stat : 16628 (java) S 16614 16614 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99437821 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630596662640 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16629] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16629/stat : 16629 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630527637840 139631202981787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16630] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16630/stat : 16630 (java) S 16614 16614 16400 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630526585200 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16631] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16631/stat : 16631 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630525532400 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16632] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16632/stat : 16632 (java) S 16614 16614 16400 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630524479600 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16633] ppid=16614 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16616/task/16633/stat : 16633 (java) R 16614 16614 16400 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630523426800 139631180966038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16634] ppid=16614 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16634/stat : 16634 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630522375264 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16635] ppid=16614 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16635/stat : 16635 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26623803392 6702 33554432000 4194304 4196468 140724877990624 139630521322544 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27932 KiB

[startup+0.210475 s]*
/proc/loadavg: 8.54 8.34 8.33 2/199 16635
/proc/meminfo: memFree=27815132/32770624 swapFree=67108860/67108860
[pid=16614] ppid=16611 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16614/stat : 16614 (xcsp3-exec) S 16611 16614 16400 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 99437818 9740288 346 33554432000 4194304 5098028 140722808877088 140722808875192 140175196963452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18886656 140722808882276 140722808882487 140722808882487 140722808885227 0
/proc/16614/statm: 2378 346 289 221 0 87 0
[pid=16616] ppid=16614 vsize=26004064 memory=38864 CPUtime=0.32 cores=0-7
/proc/16616/stat : 16616 (java) S 16614 16614 16400 0 -1 1077944320 8342 0 0 0 30 2 0 0 20 0 20 0 99437818 26628161536 9716 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6501016 9716 3045 1 0 6488269 0
[pid=16616/tid=16617] ppid=16614 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) R 16614 16614 16400 0 -1 4202560 5416 0 0 0 18 1 0 0 20 0 20 0 99437818 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631207164912 139631195680295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16614 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16614 vsize=26004064 memory=140039746425513 CPUtime=0 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16614 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16621] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16621/stat : 16621 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631152425744 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16622] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16622/stat : 16622 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631151372944 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16623] ppid=16614 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16623/stat : 16623 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631150320144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16624] ppid=16614 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16624/stat : 16624 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628194304 9736 33554432000 4194304 4196468 140724877990624 139631149267344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16625] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16625/stat : 16625 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 9736 33554432000 4194304 4196468 140724877990624 139631148214544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16626] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16626/stat : 16626 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630598769520 139631202974338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16627] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16627/stat : 16627 (java) S 16614 16614 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630597715488 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16628] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16628/stat : 16628 (java) S 16614 16614 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630596662640 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16629] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16629/stat : 16629 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630527637840 139631202981787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16630] ppid=16614 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16616/task/16630/stat : 16630 (java) S 16614 16614 16400 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630526585200 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16631] ppid=16614 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16616/task/16631/stat : 16631 (java) S 16614 16614 16400 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630525532400 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16632] ppid=16614 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/16616/task/16632/stat : 16632 (java) S 16614 16614 16400 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 99437824 26628194304 9736 33554432000 4194304 4196468 140724877990624 139630524479600 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16633] ppid=16614 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16616/task/16633/stat : 16633 (java) S 16614 16614 16400 0 -1 1077944384 782 0 0 0 7 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630523426800 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16634] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16634/stat : 16634 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630522375264 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16635] ppid=16614 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16635/stat : 16635 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 9736 33554432000 4194304 4196468 140724877990624 139630521322544 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40248 KiB

[startup+0.310319 s]*
/proc/loadavg: 8.54 8.34 8.33 3/199 16635
/proc/meminfo: memFree=27810728/32770624 swapFree=67108860/67108860
[pid=16614] ppid=16611 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16614/stat : 16614 (xcsp3-exec) S 16611 16614 16400 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 99437818 9740288 346 33554432000 4194304 5098028 140722808877088 140722808875192 140175196963452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18886656 140722808882276 140722808882487 140722808882487 140722808885227 0
/proc/16614/statm: 2378 346 289 221 0 87 0
[pid=16616] ppid=16614 vsize=26004064 memory=44024 CPUtime=0.5 cores=0-7
/proc/16616/stat : 16616 (java) S 16614 16614 16400 0 -1 1077944320 9189 0 0 0 47 3 0 0 20 0 20 0 99437818 26628161536 11006 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6501016 11006 3115 1 0 6488269 0
[pid=16616/tid=16617] ppid=16614 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) R 16614 16614 16400 0 -1 4202560 6075 0 0 0 27 1 0 0 20 0 20 0 99437818 26628161536 11006 33554432000 4194304 4196468 140724877990624 139631207200912 139630814943365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11006 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11006 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11006 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16621] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16621/stat : 16621 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11006 33554432000 4194304 4196468 140724877990624 139631152425744 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16622] ppid=16614 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16616/task/16622/stat : 16622 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11518 33554432000 4194304 4196468 140724877990624 139631151372944 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16623] ppid=16614 vsize=26004064 memory=140039623373743 CPUtime=0 cores=0-7
/proc/16616/task/16623/stat : 16623 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11518 33554432000 4194304 4196468 140724877990624 139631150320144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16624] ppid=16614 vsize=26004064 memory=140039623376048 CPUtime=0 cores=0-7
/proc/16616/task/16624/stat : 16624 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11518 33554432000 4194304 4196468 140724877990624 139631149267344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16625] ppid=16614 vsize=26004064 memory=140039623378352 CPUtime=0 cores=0-7
/proc/16616/task/16625/stat : 16625 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26628161536 11518 33554432000 4194304 4196468 140724877990624 139631148214544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16626] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16626/stat : 16626 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630598769520 139631202974338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16627] ppid=16614 vsize=26004064 memory=280079246763664 CPUtime=0 cores=0-7
/proc/16616/task/16627/stat : 16627 (java) S 16614 16614 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630597715488 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16628] ppid=16614 vsize=26004064 memory=280079246770576 CPUtime=0 cores=0-7
/proc/16616/task/16628/stat : 16628 (java) S 16614 16614 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99437821 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630596662640 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16629] ppid=16614 vsize=26004064 memory=280079246711856 CPUtime=0 cores=0-7
/proc/16616/task/16629/stat : 16629 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630527637840 139631202981787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16630] ppid=16614 vsize=26004064 memory=280079246784400 CPUtime=0.02 cores=0-7
/proc/16616/task/16630/stat : 16630 (java) S 16614 16614 16400 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630526585200 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16631] ppid=16614 vsize=26004064 memory=280079246791312 CPUtime=0.01 cores=0-7
/proc/16616/task/16631/stat : 16631 (java) S 16614 16614 16400 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630525532400 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16632] ppid=16614 vsize=26004064 memory=280079246789008 CPUtime=0.01 cores=0-7
/proc/16616/task/16632/stat : 16632 (java) S 16614 16614 16400 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630524479600 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16633] ppid=16614 vsize=26004064 memory=280079246805168 CPUtime=0.12 cores=0-7
/proc/16616/task/16633/stat : 16633 (java) R 16614 16614 16400 0 -1 4202560 915 0 0 0 12 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630523423736 139631183305318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16634] ppid=16614 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16634/stat : 16634 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630522375264 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16635] ppid=16614 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16616/task/16635/stat : 16635 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437824 26628161536 11518 33554432000 4194304 4196468 140724877990624 139630521322544 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45408 KiB

[startup+0.700948 s]
/proc/loadavg: 8.54 8.34 8.33 6/199 16635
/proc/meminfo: memFree=27785240/32770624 swapFree=67108860/67108860
[pid=16614] ppid=16611 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16614/stat : 16614 (xcsp3-exec) S 16611 16614 16400 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 99437818 9740288 346 33554432000 4194304 5098028 140722808877088 140722808875192 140175196963452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18886656 140722808882276 140722808882487 140722808882487 140722808885227 0
/proc/16614/statm: 2378 346 289 221 0 87 0
[pid=16616] ppid=16614 vsize=26006188 memory=91352 CPUtime=1.98 cores=0-7
/proc/16616/stat : 16616 (java) S 16614 16614 16400 0 -1 1077944320 13440 0 0 0 193 5 0 0 20 0 20 0 99437818 26630336512 22838 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6501547 22838 3212 1 0 6488781 0
[pid=16616/tid=16617] ppid=16614 vsize=26006188 memory=280079247163056 CPUtime=0.66 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) R 16614 16614 16400 0 -1 4202560 6827 0 0 0 64 2 0 0 20 0 20 0 99437818 26630336512 22838 33554432000 4194304 4196468 140724877990624 139631207200432 139630813145708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16614 vsize=26006188 memory=140039623582576 CPUtime=0 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26630336512 22838 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16614 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16614 16614 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99437819 26630336512 22838 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16614 vsize=26006188 memory=8612 CPUtime=0 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99437819 26630336512 22838 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0

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

[pid=16616/tid=16635] ppid=16614 vsize=26540748 memory=1384 CPUtime=0.63 cores=0-7
/proc/16616/task/16635/stat : 16635 (java) S 16614 16614 16400 0 -1 1077944384 3215 0 0 0 0 63 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630521322544 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16636] ppid=16614 vsize=26540748 memory=449036 CPUtime=2478.5 cores=0-7
/proc/16616/task/16636/stat : 16636 (java) R 16614 16614 16400 0 -1 4202560 10456 0 0 0 247842 8 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630513808976 139630821718825 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16637] ppid=16614 vsize=26540748 memory=1152 CPUtime=2483.45 cores=0-7
/proc/16616/task/16637/stat : 16637 (java) R 16614 16614 16400 0 -1 4202560 12657 0 0 0 248338 7 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630512755224 139630824236544 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16638] ppid=16614 vsize=26540748 memory=3808 CPUtime=2483.88 cores=0-7
/proc/16616/task/16638/stat : 16638 (java) R 16614 16614 16400 0 -1 4202560 13030 0 0 0 248375 13 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630511701784 139630821718724 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16639] ppid=16614 vsize=26540748 memory=1384 CPUtime=2485.82 cores=0-7
/proc/16616/task/16639/stat : 16639 (java) R 16614 16614 16400 0 -1 4202560 15130 0 0 0 248564 18 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630510649080 139630821493440 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16640] ppid=16614 vsize=26540748 memory=1384 CPUtime=2485.76 cores=0-7
/proc/16616/task/16640/stat : 16640 (java) R 16614 16614 16400 0 -1 4202560 17369 0 0 0 248550 26 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630509596032 139630826171952 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16641] ppid=16614 vsize=26540748 memory=1384 CPUtime=2476.98 cores=0-7
/proc/16616/task/16641/stat : 16641 (java) R 16614 16614 16400 0 -1 4202560 7495 0 0 0 247686 12 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630508543480 139630823560818 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16642] ppid=16614 vsize=26540748 memory=449036 CPUtime=2475.36 cores=0-7
/proc/16616/task/16642/stat : 16642 (java) R 16614 16614 16400 0 -1 4202560 12371 0 0 0 247527 9 0 0 20 0 28 0 99437944 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630507492248 139630824174653 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16643] ppid=16614 vsize=26540748 memory=1296 CPUtime=2485.83 cores=0-7
/proc/16616/task/16643/stat : 16643 (java) R 16614 16614 16400 0 -1 4202560 13666 0 0 0 248572 11 0 0 20 0 28 0 99437944 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630506438584 139630821718775 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current children cumulated CPU time: 19890.9 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 450420 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.39 8.42 8.34 9/208 16709
/proc/meminfo: memFree=27404812/32770624 swapFree=67108860/67108860
[pid=16614] ppid=16611 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16614/stat : 16614 (xcsp3-exec) S 16611 16614 16400 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 99437818 9740288 346 33554432000 4194304 5098028 140722808877088 140722808875192 140175196963452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18886656 140722808882276 140722808882487 140722808882487 140722808885227 0
/proc/16614/statm: 2378 346 289 221 0 87 0
[pid=16616] ppid=16614 vsize=26540748 memory=449036 CPUtime=20031.3 cores=0-7
/proc/16616/stat : 16616 (java) S 16614 16614 16400 0 -1 1077944320 286602 0 0 0 2002226 908 0 0 20 0 28 0 99437818 27177725952 112259 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6635187 112259 3303 1 0 6622421 0
[pid=16616/tid=16617] ppid=16614 vsize=26540748 memory=1398720917958146503 CPUtime=1.19 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) S 16614 16614 16400 0 -1 1077944384 7125 0 0 0 115 4 0 0 20 0 28 0 99437818 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631207203968 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16614 vsize=26540748 memory=4872558044660077418 CPUtime=1.38 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16614 16614 16400 0 -1 1077944384 7486 0 0 0 122 16 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16614 vsize=26540748 memory=4048 CPUtime=1.35 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16614 16614 16400 0 -1 1077944384 7206 0 0 0 120 15 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16614 vsize=26540748 memory=1792 CPUtime=1.39 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16614 16614 16400 0 -1 1077944384 7308 0 0 0 121 18 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16621] ppid=16614 vsize=26540748 memory=648 CPUtime=1.35 cores=0-7
/proc/16616/task/16621/stat : 16621 (java) S 16614 16614 16400 0 -1 1077944384 10587 0 0 0 120 15 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631152425744 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16622] ppid=16614 vsize=26540748 memory=12032 CPUtime=1.38 cores=0-7
/proc/16616/task/16622/stat : 16622 (java) S 16614 16614 16400 0 -1 1077944384 9995 0 0 0 123 15 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631151372944 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16623] ppid=16614 vsize=26540748 memory=5792 CPUtime=1.38 cores=0-7
/proc/16616/task/16623/stat : 16623 (java) S 16614 16614 16400 0 -1 1077944384 8879 0 0 0 122 16 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631150320144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16624] ppid=16614 vsize=26540748 memory=796 CPUtime=1.37 cores=0-7
/proc/16616/task/16624/stat : 16624 (java) S 16614 16614 16400 0 -1 1077944384 10805 0 0 0 120 17 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631149267344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16625] ppid=16614 vsize=26540748 memory=1436 CPUtime=1.34 cores=0-7
/proc/16616/task/16625/stat : 16625 (java) S 16614 16614 16400 0 -1 1077944384 10180 0 0 0 119 15 0 0 20 0 28 0 99437819 27177725952 112259 33554432000 4194304 4196468 140724877990624 139631148214544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16626] ppid=16614 vsize=26540748 memory=1012 CPUtime=10.3 cores=0-7
/proc/16616/task/16626/stat : 16626 (java) S 16614 16614 16400 0 -1 1077944384 22643 0 0 0 365 665 0 0 20 0 28 0 99437821 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630598769520 139631202974338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16627] ppid=16614 vsize=26540748 memory=1712 CPUtime=0 cores=0-7
/proc/16616/task/16627/stat : 16627 (java) S 16614 16614 16400 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 99437821 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630597715552 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16628] ppid=16614 vsize=26540748 memory=1952 CPUtime=0 cores=0-7
/proc/16616/task/16628/stat : 16628 (java) S 16614 16614 16400 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 99437821 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630596662656 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16629] ppid=16614 vsize=26540748 memory=8612 CPUtime=0 cores=0-7
/proc/16616/task/16629/stat : 16629 (java) S 16614 16614 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630527637840 139631202981787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16630] ppid=16614 vsize=26540748 memory=6791534058613427641 CPUtime=3.7 cores=0-7
/proc/16616/task/16630/stat : 16630 (java) S 16614 16614 16400 0 -1 1077944384 22070 0 0 0 366 4 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630526585200 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16631] ppid=16614 vsize=26540748 memory=140039623559196 CPUtime=3.7 cores=0-7
/proc/16616/task/16631/stat : 16631 (java) S 16614 16614 16400 0 -1 1077944384 20685 0 0 0 365 5 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630525532400 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16632] ppid=16614 vsize=26540748 memory=140039623565276 CPUtime=3.76 cores=0-7
/proc/16616/task/16632/stat : 16632 (java) S 16614 16614 16400 0 -1 1077944384 17897 0 0 0 373 3 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630524479600 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16633] ppid=16614 vsize=26540748 memory=140039623559260 CPUtime=1.11 cores=0-7
/proc/16616/task/16633/stat : 16633 (java) S 16614 16614 16400 0 -1 1077944384 16596 0 0 0 107 4 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630523426800 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16634] ppid=16614 vsize=26540748 memory=140039623565340 CPUtime=0 cores=0-7
/proc/16616/task/16634/stat : 16634 (java) S 16614 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630522375264 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16635] ppid=16614 vsize=26540748 memory=7363859888876049968 CPUtime=0.63 cores=0-7
/proc/16616/task/16635/stat : 16635 (java) S 16614 16614 16400 0 -1 1077944384 3217 0 0 0 0 63 0 0 20 0 28 0 99437824 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630521322544 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16636] ppid=16614 vsize=26540748 memory=7378779162153342544 CPUtime=2495.79 cores=0-7
/proc/16616/task/16636/stat : 16636 (java) R 16614 16614 16400 0 -1 4202560 10503 0 0 0 249571 8 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630513808976 139630821718775 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16637] ppid=16614 vsize=26540748 memory=4787573384080113012 CPUtime=2501.01 cores=0-7
/proc/16616/task/16637/stat : 16637 (java) R 16614 16614 16400 0 -1 4202560 12693 0 0 0 250094 7 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630512755464 139630823891118 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16638] ppid=16614 vsize=26540748 memory=3472468168518794146 CPUtime=2501.43 cores=0-7
/proc/16616/task/16638/stat : 16638 (java) R 16614 16614 16400 0 -1 4202560 13077 0 0 0 250130 13 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630511702632 139630821718803 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16639] ppid=16614 vsize=26540748 memory=6791534058613427641 CPUtime=2503.38 cores=0-7
/proc/16616/task/16639/stat : 16639 (java) R 16614 16614 16400 0 -1 4202560 15237 0 0 0 250320 18 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630510649224 139630823460176 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16640] ppid=16614 vsize=26540748 memory=1436 CPUtime=2503.4 cores=0-7
/proc/16616/task/16640/stat : 16640 (java) R 16614 16614 16400 0 -1 4202560 17419 0 0 0 250314 26 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630509596144 139630826171962 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16641] ppid=16614 vsize=26540748 memory=1012 CPUtime=2494.54 cores=0-7
/proc/16616/task/16641/stat : 16641 (java) R 16614 16614 16400 0 -1 4202560 7517 0 0 0 249442 12 0 0 20 0 28 0 99437943 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630508543600 139630824763891 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16642] ppid=16614 vsize=26540748 memory=1712 CPUtime=2492.89 cores=0-7
/proc/16616/task/16642/stat : 16642 (java) R 16614 16614 16400 0 -1 4202560 12404 0 0 0 249280 9 0 0 20 0 28 0 99437944 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630507492488 139630822185268 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16643] ppid=16614 vsize=26540748 memory=1952 CPUtime=2503.38 cores=0-7
/proc/16616/task/16643/stat : 16643 (java) R 16614 16614 16400 0 -1 4202560 13709 0 0 0 250327 11 0 0 20 0 28 0 99437944 27177725952 112259 33554432000 4194304 4196468 140724877990624 139630506438856 139630823327085 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current children cumulated CPU time: 20031.3 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 450420 KiB

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

[startup+2520.04 s]
# the end of solver process 16614 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00193 s, system=0 s

[startup+2520.14 s]
# the end of solver process 16616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20023.1 s, system=9.10976 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520.13 s]*
/proc/loadavg: 8.39 8.42 8.34 3/206 16711
/proc/meminfo: memFree=27405076/32770624 swapFree=67108860/67108860
[pid=16616] ppid=16611 vsize=26673876 memory=449204 CPUtime=20032.2 cores=0-7
/proc/16616/stat : 16616 (java) S 16611 16614 16400 0 -1 1077944320 286865 0 0 0 2002308 910 0 0 20 0 27 0 99437818 27314049024 112301 33554432000 4194304 4196468 140724877990624 140724877973168 139631202963191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
/proc/16616/statm: 6668469 112301 3306 1 0 6655703 0
[pid=16616/tid=16617] ppid=16611 vsize=26673876 memory=1398720917958146503 CPUtime=1.19 cores=0-7
/proc/16616/task/16617/stat : 16617 (java) S 16611 16614 16400 0 -1 1077944384 7125 0 0 0 115 4 0 0 20 0 27 0 99437818 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631207203968 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16618] ppid=16611 vsize=26673876 memory=4872558044660077418 CPUtime=1.38 cores=0-7
/proc/16616/task/16618/stat : 16618 (java) S 16611 16614 16400 0 -1 1077944384 7486 0 0 0 122 16 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631155584144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16619] ppid=16611 vsize=26673876 memory=4116 CPUtime=1.35 cores=0-7
/proc/16616/task/16619/stat : 16619 (java) S 16611 16614 16400 0 -1 1077944384 7206 0 0 0 120 15 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631154531344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16620] ppid=16611 vsize=26673876 memory=1152 CPUtime=1.39 cores=0-7
/proc/16616/task/16620/stat : 16620 (java) S 16611 16614 16400 0 -1 1077944384 7308 0 0 0 121 18 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631153478544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16621] ppid=16611 vsize=26673876 memory=3808 CPUtime=1.35 cores=0-7
/proc/16616/task/16621/stat : 16621 (java) S 16611 16614 16400 0 -1 1077944384 10587 0 0 0 120 15 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631152425744 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16622] ppid=16611 vsize=26673876 memory=1384 CPUtime=1.38 cores=0-7
/proc/16616/task/16622/stat : 16622 (java) S 16611 16614 16400 0 -1 1077944384 9995 0 0 0 123 15 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631151372944 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16623] ppid=16611 vsize=26673876 memory=449036 CPUtime=1.38 cores=0-7
/proc/16616/task/16623/stat : 16623 (java) S 16611 16614 16400 0 -1 1077944384 8879 0 0 0 122 16 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631150320144 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16624] ppid=16611 vsize=26673876 memory=4100 CPUtime=1.37 cores=0-7
/proc/16616/task/16624/stat : 16624 (java) S 16611 16614 16400 0 -1 1077944384 10805 0 0 0 120 17 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631149267344 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16625] ppid=16611 vsize=26673876 memory=262 CPUtime=1.34 cores=0-7
/proc/16616/task/16625/stat : 16625 (java) S 16611 16614 16400 0 -1 1077944384 10180 0 0 0 119 15 0 0 20 0 27 0 99437819 27314049024 112301 33554432000 4194304 4196468 140724877990624 139631148214544 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16626] ppid=16611 vsize=26673876 memory=0 CPUtime=10.33 cores=0-7
/proc/16616/task/16626/stat : 16626 (java) R 16611 16614 16400 0 -1 4202560 22648 0 0 0 366 667 0 0 20 0 27 0 99437821 27314049024 112301 33554432000 4194304 4196468 140724877990624 139630598769440 139631185060520 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16627] ppid=16611 vsize=26673876 memory=0 CPUtime=0 cores=0-7
/proc/16616/task/16627/stat : 16627 (java) S 16611 16614 16400 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 27 0 99437821 27314049024 112301 33554432000 4194304 4196468 140724877990624 139630597715552 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16628] ppid=16611 vsize=26673876 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16616/task/16628/stat : 16628 (java) S 16611 16614 16400 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 27 0 99437821 27314049024 112301 33554432000 4194304 4196468 140724877990624 139630596662656 139631202973397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16630] ppid=16611 vsize=26673876 memory=449036 CPUtime=3.7 cores=0-7
/proc/16616/task/16630/stat : 16630 (java) S 16611 16614 16400 0 -1 1077944384 22070 0 0 0 366 4 0 0 20 0 27 0 99437824 27314049024 112301 33554432000 4194304 4196468 140724877990624 139630526585200 139631202974338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16631] ppid=16611 vsize=26673876 memory=4100 CPUtime=3.7 cores=0-7
/proc/16616/task/16631/stat : 16631 (java) R 16611 16614 16400 0 -1 1077944384 20685 0 0 0 365 5 0 0 20 0 27 0 99437824 27314049024 112304 33554432000 4194304 4196468 140724877990624 139630525532400 139631202974338 256 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16632] ppid=16611 vsize=26673876 memory=1398720917958146503 CPUtime=3.76 cores=0-7
/proc/16616/task/16632/stat : 16632 (java) R 16611 16614 16400 0 -1 1077944384 17897 0 0 0 373 3 0 0 20 0 25 0 99437824 27314049024 112309 33554432000 4194304 4196468 140724877990624 139630524479600 139631202974338 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16633] ppid=16611 vsize=26673876 memory=4872558044660077418 CPUtime=1.11 cores=0-7
/proc/16616/task/16633/stat : 16633 (java) R 16611 16614 16400 0 -1 1077944384 16596 0 0 0 107 4 0 0 20 0 19 0 99437824 27314049024 112314 33554432000 4194304 4196468 140724877990624 139630523426800 139631202974338 256 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16634] ppid=16611 vsize=26673876 memory=1692 CPUtime=0 cores=0-7
/proc/16616/task/16634/stat : 16634 (java) R 16611 16614 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 99437824 27314049024 112343 33554432000 4194304 4196468 140724877990624 139630522375264 139631202973397 256 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16637] ppid=16611 vsize=26673876 memory=2208 CPUtime=2501.1 cores=0-7
/proc/16616/task/16637/stat : 16637 (java) R 16611 16614 16400 0 -1 1077944384 12694 0 0 0 250103 7 0 0 20 0 10 0 99437943 27314049024 112346 33554432000 4194304 4196468 140724877990624 139630512755088 139631202973397 256 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
[pid=16616/tid=16638] ppid=16611 vsize=0 memory=6791534058613427641 CPUtime=2501.53 cores=0-7
/proc/16616/task/16638/stat : 16638 (java) R 16611 16614 16400 0 -1 4195396 13078 0 0 0 250140 13 0 0 20 0 5 0 99437943 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 7 0 0 0 0 0 0 0 0 0 0
[pid=16616/tid=16639] ppid=16611 vsize=26673876 memory=2244 CPUtime=2503.47 cores=0-7
/proc/16616/task/16639/stat : 16639 (java) R 16611 16614 16400 0 -1 4203588 15237 0 0 0 250329 18 0 0 20 0 2 0 99437943 27314049024 112380 33554432000 4194304 4196468 140724877990624 139630510648912 139631202973397 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 15466496 140724877993106 140724877993283 140724877993283 140724877995983 0
Current cumulated CPU time of completed processes: 0.00193 s
Current children cumulated CPU time: 20032.2 s
Current children cumulated vsize: 26673876 KiB
Current children cumulated memory: 449204 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 20032.2
CPU user time (s): 20023.1
CPU system time (s): 9.10976
CPU usage (%): 794.883
Max. virtual memory (cumulated for all children) (KiB): 26673876
Max. memory (cumulated for all children) (KiB): 774584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20023.1
system time used= 9.10976
maximum resident set size= 776248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106224
involuntary context switches= 199930


# summary of solver processes directly reported to runsolver:
#   pid: 16614,16616
#   total CPU time (s): 20032.2
#   total CPU user time (s): 20023.1
#   total CPU system time (s): 9.10976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4849 second user time and 23.0165 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-14 00:18:31
IDJOB=4271409
IDBENCH=115837
IDSOLVER=2662
FILE ID=node149/4271409-1502663569
RUNJOBID= node149-1502660189-16427
PBS_JOBID= 20628958
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271409-1502663569/watcher-4271409-1502663569 -o /tmp/evaluation-result-4271409-1502663569/solver-4271409-1502663569 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502660189-16427 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1638915229 HOME/instance-4271409-1502663569.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1638915229

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27842560 kB
MemAvailable:   31972808 kB
Buffers:          280136 kB
Cached:          4123116 kB
SwapCached:            0 kB
Active:          1128448 kB
Inactive:        3328592 kB
Active(anon):      56716 kB
Inactive(anon):    24944 kB
Active(file):    1071732 kB
Inactive(file):  3303648 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         60232 kB
Mapped:            44064 kB
Shmem:             25224 kB
Slab:             167748 kB
SReclaimable:     141404 kB
SUnreclaim:        26344 kB
KernelStack:        3168 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-14 01:00:31