Trace number 4254778

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-07-26)? (TO) 1920.5699 241.535

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-6.xml
MD5SUM38bce9c8c5d0642f93f0794d9598dc6e
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2047
Maximum domain size2047
Distribution of domain sizes[{"size":2047,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.05	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254778-1501677061.xml"  -tl '1920s' -p 8 -x 0
0.00/0.23	c [HOME/instance-4254778-1501677061.xml, -tl, 1920s, -p, 8, -x, 0]
0.00/0.29	c 8 solvers in parallel
0.00/0.36	c parse instance...
3.16/1.12	c solve instance...
1920.57/241.56	s UNKNOWN
1920.57/241.56	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-4254778-1501677061/watcher-4254778-1501677061 -o /tmp/evaluation-result-4254778-1501677061/solver-4254778-1501677061 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node130-1501661057-2426 --watchdog 324 ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 610335194 HOME/instance-4254778-1501677061.xml 

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

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


[startup+0 s]
/proc/loadavg: 7.96 6.81 7.09 2/172 9656
/proc/meminfo: memFree=31811068/32770624 swapFree=0/301020
[pid=9656] ppid=9653 vsize=23672 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (runsolver) D 9653 9656 2334 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 1533202 24240128 106 18446744073709551615 4194304 4338465 140732368439152 140732368436792 140298417406679 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 30470144 140732368441430 140732368441925 140732368441925 140732368445386 0
/proc/9656/statm: 5918 106 53 36 0 2156 0

[startup+0.100182 s]
/proc/loadavg: 7.96 6.81 7.09 2/172 9656
/proc/meminfo: memFree=31811068/32770624 swapFree=0/301020
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200394 s]
/proc/loadavg: 7.96 6.81 7.09 2/172 9656
/proc/meminfo: memFree=31811068/32770624 swapFree=0/301020
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300375 s]
/proc/loadavg: 7.96 6.81 7.09 2/172 9656
/proc/meminfo: memFree=31811068/32770624 swapFree=0/301020
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700183 s]
/proc/loadavg: 7.96 6.81 7.09 2/172 9656
/proc/meminfo: memFree=31811068/32770624 swapFree=0/301020
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5012 s]
/proc/loadavg: 7.64 6.76 7.07 5/193 9677
/proc/meminfo: memFree=31617000/32770624 swapFree=0/300760
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
[pid=9658] ppid=9656 vsize=26534456 CPUtime=6.07 cores=0-7
/proc/9658/stat : 9658 (java) S 9656 9656 2334 0 -1 1077944320 18646 0 0 0 594 13 0 0 20 0 28 0 1533208 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 140726530099568 139727911292663 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
/proc/9658/statm: 6633614 53706 3210 1 0 6621915 0
[pid=9658/tid=9659] ppid=9656 vsize=26534456 CPUtime=1 cores=0-7
/proc/9658/task/9659/stat : 9659 (java) S 9656 9656 2334 0 -1 1077944384 8979 0 0 0 94 6 0 0 20 0 28 0 1533208 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727915533440 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9660] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9660/stat : 9660 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727838219152 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9661] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9661/stat : 9661 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727837166352 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9662] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9662/stat : 9662 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727471664272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9663] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9663/stat : 9663 (java) S 9656 9656 2334 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727470611472 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9664] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9664/stat : 9664 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727469558160 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9665] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9665/stat : 9665 (java) S 9656 9656 2334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727468505360 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9666] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9666/stat : 9666 (java) S 9656 9656 2334 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727467453072 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9667] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9667/stat : 9667 (java) S 9656 9656 2334 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727466400272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9668] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9668/stat : 9668 (java) S 9656 9656 2334 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 1533210 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727042763376 139727911303810 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9669] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9669/stat : 9669 (java) S 9656 9656 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727041709344 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9670] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9670/stat : 9670 (java) S 9656 9656 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727040657008 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9671] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9671/stat : 9671 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533213 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727039605328 139727911311259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9672] ppid=9656 vsize=26534456 CPUtime=0.61 cores=0-7
/proc/9658/task/9672/stat : 9672 (java) D 9656 9656 2334 0 -1 4202560 1639 0 0 0 60 1 0 0 20 0 28 0 1533213 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727038538360 139727889119901 0 4 1 16800974 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9673] ppid=9656 vsize=26534456 CPUtime=0.72 cores=0-7
/proc/9658/task/9673/stat : 9673 (java) D 9656 9656 2334 0 -1 4202560 1417 0 0 0 72 0 0 0 20 0 28 0 1533213 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727037482920 139727895686539 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9674] ppid=9656 vsize=26534456 CPUtime=0.64 cores=0-7
/proc/9658/task/9674/stat : 9674 (java) D 9656 9656 2334 0 -1 4202560 1617 0 0 0 63 1 0 0 20 0 28 0 1533213 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727036428104 139727891992960 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9675] ppid=9656 vsize=26534456 CPUtime=0.54 cores=0-7
/proc/9658/task/9675/stat : 9675 (java) R 9656 9656 2334 0 -1 4202560 2693 0 0 0 54 0 0 0 20 0 28 0 1533213 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727035391048 139727904009815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9676] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9676/stat : 9676 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533214 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727034342240 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9677] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9677/stat : 9677 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533218 27171282944 53706 18446744073709551615 4194304 4196468 140726530117024 139727033289520 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 26543968

[startup+3.10721 s]
/proc/loadavg: 7.64 6.76 7.07 11/201 9685
/proc/meminfo: memFree=31581220/32770624 swapFree=0/300760
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
[pid=9658] ppid=9656 vsize=26534456 CPUtime=18.86 cores=0-7
/proc/9658/stat : 9658 (java) S 9656 9656 2334 0 -1 1077944320 30439 0 0 0 1869 17 0 0 20 0 28 0 1533208 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 140726530099568 139727911292663 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
/proc/9658/statm: 6633614 65067 3220 1 0 6621915 0
[pid=9658/tid=9659] ppid=9656 vsize=26534456 CPUtime=1 cores=0-7
/proc/9658/task/9659/stat : 9659 (java) S 9656 9656 2334 0 -1 1077944384 8979 0 0 0 94 6 0 0 20 0 28 0 1533208 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727915533440 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9660] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9660/stat : 9660 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727838219152 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9661] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9661/stat : 9661 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727837166352 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9662] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9662/stat : 9662 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727471664272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9663] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9663/stat : 9663 (java) S 9656 9656 2334 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727470611472 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9664] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9664/stat : 9664 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727469558160 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9665] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9665/stat : 9665 (java) S 9656 9656 2334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727468505360 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9666] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9666/stat : 9666 (java) S 9656 9656 2334 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727467453072 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9667] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9667/stat : 9667 (java) S 9656 9656 2334 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727466400272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9668] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9668/stat : 9668 (java) S 9656 9656 2334 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 1533210 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727042763376 139727911303810 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9669] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9669/stat : 9669 (java) S 9656 9656 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727041709344 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9670] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9670/stat : 9670 (java) S 9656 9656 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727040657008 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9671] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9671/stat : 9671 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533213 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727039605328 139727911311259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9672] ppid=9656 vsize=26534456 CPUtime=1.1 cores=0-7
/proc/9658/task/9672/stat : 9672 (java) R 9656 9656 2334 0 -1 4202560 6295 0 0 0 108 2 0 0 20 0 28 0 1533213 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727038539024 139727894831634 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9673] ppid=9656 vsize=26534456 CPUtime=1.27 cores=0-7
/proc/9658/task/9673/stat : 9673 (java) R 9656 9656 2334 0 -1 4202560 4891 0 0 0 126 1 0 0 20 0 28 0 1533213 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727037489136 139727911304598 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9674] ppid=9656 vsize=26534456 CPUtime=1.14 cores=0-7
/proc/9658/task/9674/stat : 9674 (java) R 9656 9656 2334 0 -1 1077944384 4838 0 0 0 113 1 0 0 20 0 28 0 1533213 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727036438064 139727911302869 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9675] ppid=9656 vsize=26534456 CPUtime=0.6 cores=0-7
/proc/9658/task/9675/stat : 9675 (java) S 9656 9656 2334 0 -1 1077944384 3095 0 0 0 59 1 0 0 20 0 28 0 1533213 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727035394288 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9676] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9676/stat : 9676 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533214 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727034342240 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9677] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9677/stat : 9677 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533218 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727033289520 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9678] ppid=9656 vsize=26534456 CPUtime=1.53 cores=0-7
/proc/9658/task/9678/stat : 9678 (java) R 9656 9656 2334 0 -1 4202560 77 0 0 0 153 0 0 0 20 0 28 0 1533316 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139727031734504 139727523905081 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9679] ppid=9656 vsize=26534456 CPUtime=1.62 cores=0-7
/proc/9658/task/9679/stat : 9679 (java) R 9656 9656 2334 0 -1 4202560 61 0 0 0 162 0 0 0 20 0 28 0 1533316 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726034391032 139727523905912 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9680] ppid=9656 vsize=26534456 CPUtime=1.76 cores=0-7
/proc/9658/task/9680/stat : 9680 (java) R 9656 9656 2334 0 -1 4202560 38 0 0 0 176 0 0 0 20 0 28 0 1533316 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726033336344 139727523905598 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9681] ppid=9656 vsize=26534456 CPUtime=1.7 cores=0-7
/proc/9658/task/9681/stat : 9681 (java) R 9656 9656 2334 0 -1 4202560 278 0 0 0 170 0 0 0 20 0 28 0 1533316 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726032287576 139727524307036 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9682] ppid=9656 vsize=26534456 CPUtime=1.65 cores=0-7
/proc/9658/task/9682/stat : 9682 (java) R 9656 9656 2334 0 -1 4202560 35 0 0 0 165 0 0 0 20 0 28 0 1533317 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726031235192 139727523905081 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9683] ppid=9656 vsize=26534456 CPUtime=1.82 cores=0-7
/proc/9658/task/9683/stat : 9683 (java) R 9656 9656 2334 0 -1 4202560 286 0 0 0 182 0 0 0 20 0 28 0 1533317 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726030179632 139727523906081 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9684] ppid=9656 vsize=26534456 CPUtime=1.85 cores=0-7
/proc/9658/task/9684/stat : 9684 (java) R 9656 9656 2334 0 -1 4202560 43 0 0 0 185 0 0 0 20 0 28 0 1533317 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726029126192 139727516848967 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9685] ppid=9656 vsize=26534456 CPUtime=1.62 cores=0-7
/proc/9658/task/9685/stat : 9685 (java) R 9656 9656 2334 0 -1 4202560 41 0 0 0 162 0 0 0 20 0 28 0 1533317 27171282944 65067 18446744073709551615 4194304 4196468 140726530117024 139726028074728 139727523905332 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 26543968

[startup+6.30121 s]
/proc/loadavg: 7.64 6.76 7.07 9/201 9685
/proc/meminfo: memFree=31567904/32770624 swapFree=0/300768
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
[pid=9658] ppid=9656 vsize=26534456 CPUtime=44.08 cores=0-7
/proc/9658/stat : 9658 (java) S 9656 9656 2334 0 -1 1077944320 46774 0 0 0 4382 26 0 0 20 0 28 0 1533208 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 140726530099568 139727911292663 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
/proc/9658/statm: 6633614 64067 3226 1 0 6621915 0
[pid=9658/tid=9659] ppid=9656 vsize=26534456 CPUtime=1 cores=0-7
/proc/9658/task/9659/stat : 9659 (java) S 9656 9656 2334 0 -1 1077944384 8979 0 0 0 94 6 0 0 20 0 28 0 1533208 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 139727915533440 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9660] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9660/stat : 9660 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533209 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 139727838219152 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9661] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9661/stat : 9661 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 139727837166352 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9662] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9662/stat : 9662 (java) S 9656 9656 2334 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 139727471664272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9663] ppid=9656 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/9658/task/9663/stat : 9663 (java) S 9656 9656 2334 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 28 0 1533209 27171282944 64067 18446744073709551615 4194304 4196468 140726530117024 139727470611472 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0

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

[pid=9658/tid=9684] ppid=9656 vsize=26534456 CPUtime=219.02 cores=0-7
/proc/9658/task/9684/stat : 9684 (java) R 9656 9656 2334 0 -1 4202560 1892 0 0 0 21900 2 0 0 20 0 28 0 1533317 27171282944 67194 18446744073709551615 4194304 4196468 140726530117024 139726029127624 139727526979600 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9685] ppid=9656 vsize=26534456 CPUtime=219.4 cores=0-7
/proc/9658/task/9685/stat : 9685 (java) R 9656 9656 2334 0 -1 4202560 1883 0 0 0 21938 2 0 0 20 0 28 0 1533317 27171282944 67194 18446744073709551615 4194304 4196468 140726530117024 139726028074720 139727526979828 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
Current children cumulated CPU time (s) 1767.45
Current children cumulated vsize (KiB) 26543968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.501 s]
/proc/loadavg: 8.16 7.50 7.30 9/203 9726
/proc/meminfo: memFree=31565824/32770624 swapFree=0/297764
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
[pid=9658] ppid=9656 vsize=26534456 CPUtime=1920.57 cores=0-7
/proc/9658/stat : 9658 (java) S 9656 9656 2334 0 -1 1077944320 126777 0 0 0 191982 75 0 0 20 0 28 0 1533208 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 140726530099568 139727911292663 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
/proc/9658/statm: 6633614 64115 3242 1 0 6621915 0
[pid=9658/tid=9659] ppid=9656 vsize=26534456 CPUtime=1 cores=0-7
/proc/9658/task/9659/stat : 9659 (java) S 9656 9656 2334 0 -1 1077944384 8979 0 0 0 94 6 0 0 20 0 28 0 1533208 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727915533440 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9660] ppid=9656 vsize=26534456 CPUtime=0.14 cores=0-7
/proc/9658/task/9660/stat : 9660 (java) S 9656 9656 2334 0 -1 1077944384 1092 0 0 0 11 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727838219152 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9661] ppid=9656 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/9658/task/9661/stat : 9661 (java) S 9656 9656 2334 0 -1 1077944384 760 0 0 0 12 4 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727837166352 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9662] ppid=9656 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/9658/task/9662/stat : 9662 (java) S 9656 9656 2334 0 -1 1077944384 972 0 0 0 13 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727471664272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9663] ppid=9656 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/9658/task/9663/stat : 9663 (java) S 9656 9656 2334 0 -1 1077944384 1062 0 0 0 10 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727470611472 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9664] ppid=9656 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/9658/task/9664/stat : 9664 (java) S 9656 9656 2334 0 -1 1077944384 640 0 0 0 10 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727469558160 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9665] ppid=9656 vsize=26534456 CPUtime=0.14 cores=0-7
/proc/9658/task/9665/stat : 9665 (java) S 9656 9656 2334 0 -1 1077944384 2413 0 0 0 11 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727468505360 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9666] ppid=9656 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/9658/task/9666/stat : 9666 (java) S 9656 9656 2334 0 -1 1077944384 1691 0 0 0 11 4 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727467453072 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9667] ppid=9656 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/9658/task/9667/stat : 9667 (java) S 9656 9656 2334 0 -1 1077944384 2413 0 0 0 12 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727466400272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9668] ppid=9656 vsize=26534456 CPUtime=0.08 cores=0-7
/proc/9658/task/9668/stat : 9668 (java) S 9656 9656 2334 0 -1 1077944384 3935 0 0 0 6 2 0 0 20 0 28 0 1533210 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727042763376 139727911303810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9669] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9669/stat : 9669 (java) S 9656 9656 2334 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727041709408 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9670] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9670/stat : 9670 (java) S 9656 9656 2334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727040657024 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9671] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9671/stat : 9671 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727039605328 139727911311259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9672] ppid=9656 vsize=26534456 CPUtime=3.23 cores=0-7
/proc/9658/task/9672/stat : 9672 (java) S 9656 9656 2334 0 -1 1077944384 24379 0 0 0 318 5 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727038552176 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9673] ppid=9656 vsize=26534456 CPUtime=3.19 cores=0-7
/proc/9658/task/9673/stat : 9673 (java) S 9656 9656 2334 0 -1 1077944384 21097 0 0 0 314 5 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727037499376 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9674] ppid=9656 vsize=26534456 CPUtime=2.79 cores=0-7
/proc/9658/task/9674/stat : 9674 (java) S 9656 9656 2334 0 -1 1077944384 21293 0 0 0 276 3 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727036447088 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9675] ppid=9656 vsize=26534456 CPUtime=0.9 cores=0-7
/proc/9658/task/9675/stat : 9675 (java) S 9656 9656 2334 0 -1 1077944384 11727 0 0 0 87 3 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727035394288 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9676] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9676/stat : 9676 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533214 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727034342240 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9677] ppid=9656 vsize=26534456 CPUtime=0.04 cores=0-7
/proc/9658/task/9677/stat : 9677 (java) S 9656 9656 2334 0 -1 1077944384 1910 0 0 0 0 4 0 0 20 0 28 0 1533218 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727033289520 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9678] ppid=9656 vsize=26534456 CPUtime=238.06 cores=0-7
/proc/9658/task/9678/stat : 9678 (java) R 9656 9656 2334 0 -1 4202560 2102 0 0 0 23805 1 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727031733608 139727524718282 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9679] ppid=9656 vsize=26534456 CPUtime=238.77 cores=0-7
/proc/9658/task/9679/stat : 9679 (java) R 9656 9656 2334 0 -1 4202560 1693 0 0 0 23875 2 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726034391112 139727526980013 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9680] ppid=9656 vsize=26534456 CPUtime=238.37 cores=0-7
/proc/9658/task/9680/stat : 9680 (java) R 9656 9656 2334 0 -1 4202560 2087 0 0 0 23835 2 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726033337624 139727526979741 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9681] ppid=9656 vsize=26534456 CPUtime=238.55 cores=0-7
/proc/9658/task/9681/stat : 9681 (java) R 9656 9656 2334 0 -1 4202560 6592 0 0 0 23851 4 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726032285144 139727526979741 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9682] ppid=9656 vsize=26534456 CPUtime=238.71 cores=0-7
/proc/9658/task/9682/stat : 9682 (java) R 9656 9656 2334 0 -1 4202560 2942 0 0 0 23869 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726031235648 139727526979713 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9683] ppid=9656 vsize=26534456 CPUtime=238.89 cores=0-7
/proc/9658/task/9683/stat : 9683 (java) R 9656 9656 2334 0 -1 4202560 1886 0 0 0 23887 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726030179808 139727526979600 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9684] ppid=9656 vsize=26534456 CPUtime=238.08 cores=0-7
/proc/9658/task/9684/stat : 9684 (java) R 9656 9656 2334 0 -1 4202560 1900 0 0 0 23805 3 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726029127624 139727526979635 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9685] ppid=9656 vsize=26534456 CPUtime=238.57 cores=0-7
/proc/9658/task/9685/stat : 9685 (java) R 9656 9656 2334 0 -1 4202560 1890 0 0 0 23855 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726028074968 139727526979741 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
Current children cumulated CPU time (s) 1920.57
Current children cumulated vsize (KiB) 26543968

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 9658 sig 9
??? kill 9656 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+241.501 s]
/proc/loadavg: 8.16 7.50 7.30 9/203 9726
/proc/meminfo: memFree=31565824/32770624 swapFree=0/297764
[pid=9656] ppid=9653 vsize=9512 CPUtime=0 cores=0-7
/proc/9656/stat : 9656 (xcsp3-exec) S 9653 9656 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 1533202 9740288 344 18446744073709551615 4194304 5098028 140736012828256 140736012826360 139929242301052 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 26656768 140736012829077 140736012829286 140736012829286 140736012832747 0
/proc/9656/statm: 2378 344 289 221 0 87 0
[pid=9658] ppid=9656 vsize=26534456 CPUtime=1920.57 cores=0-7
/proc/9658/stat : 9658 (java) S 9656 9656 2334 0 -1 1077944320 126777 0 0 0 191982 75 0 0 20 0 28 0 1533208 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 140726530099568 139727911292663 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
/proc/9658/statm: 6633614 64115 3242 1 0 6621915 0
[pid=9658/tid=9659] ppid=9656 vsize=26534456 CPUtime=1 cores=0-7
/proc/9658/task/9659/stat : 9659 (java) S 9656 9656 2334 0 -1 1077944384 8979 0 0 0 94 6 0 0 20 0 28 0 1533208 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727915533440 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9660] ppid=9656 vsize=26534456 CPUtime=0.14 cores=0-7
/proc/9658/task/9660/stat : 9660 (java) S 9656 9656 2334 0 -1 1077944384 1092 0 0 0 11 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727838219152 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9661] ppid=9656 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/9658/task/9661/stat : 9661 (java) S 9656 9656 2334 0 -1 1077944384 760 0 0 0 12 4 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727837166352 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9662] ppid=9656 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/9658/task/9662/stat : 9662 (java) S 9656 9656 2334 0 -1 1077944384 972 0 0 0 13 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727471664272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9663] ppid=9656 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/9658/task/9663/stat : 9663 (java) S 9656 9656 2334 0 -1 1077944384 1062 0 0 0 10 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727470611472 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9664] ppid=9656 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/9658/task/9664/stat : 9664 (java) S 9656 9656 2334 0 -1 1077944384 640 0 0 0 10 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727469558160 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9665] ppid=9656 vsize=26534456 CPUtime=0.14 cores=0-7
/proc/9658/task/9665/stat : 9665 (java) S 9656 9656 2334 0 -1 1077944384 2413 0 0 0 11 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727468505360 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9666] ppid=9656 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/9658/task/9666/stat : 9666 (java) S 9656 9656 2334 0 -1 1077944384 1691 0 0 0 11 4 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727467453072 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9667] ppid=9656 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/9658/task/9667/stat : 9667 (java) S 9656 9656 2334 0 -1 1077944384 2413 0 0 0 12 3 0 0 20 0 28 0 1533209 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727466400272 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9668] ppid=9656 vsize=26534456 CPUtime=0.08 cores=0-7
/proc/9658/task/9668/stat : 9668 (java) S 9656 9656 2334 0 -1 1077944384 3935 0 0 0 6 2 0 0 20 0 28 0 1533210 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727042763376 139727911303810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9669] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9669/stat : 9669 (java) S 9656 9656 2334 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727041709408 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9670] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9670/stat : 9670 (java) S 9656 9656 2334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 1533211 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727040657024 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9671] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9671/stat : 9671 (java) S 9656 9656 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727039605328 139727911311259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9672] ppid=9656 vsize=26534456 CPUtime=3.23 cores=0-7
/proc/9658/task/9672/stat : 9672 (java) S 9656 9656 2334 0 -1 1077944384 24379 0 0 0 318 5 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727038552176 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9673] ppid=9656 vsize=26534456 CPUtime=3.19 cores=0-7
/proc/9658/task/9673/stat : 9673 (java) S 9656 9656 2334 0 -1 1077944384 21097 0 0 0 314 5 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727037499376 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9674] ppid=9656 vsize=26534456 CPUtime=2.79 cores=0-7
/proc/9658/task/9674/stat : 9674 (java) S 9656 9656 2334 0 -1 1077944384 21293 0 0 0 276 3 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727036447088 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9675] ppid=9656 vsize=26534456 CPUtime=0.9 cores=0-7
/proc/9658/task/9675/stat : 9675 (java) S 9656 9656 2334 0 -1 1077944384 11727 0 0 0 87 3 0 0 20 0 28 0 1533213 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727035394288 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9676] ppid=9656 vsize=26534456 CPUtime=0 cores=0-7
/proc/9658/task/9676/stat : 9676 (java) S 9656 9656 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 1533214 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727034342240 139727911302869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9677] ppid=9656 vsize=26534456 CPUtime=0.04 cores=0-7
/proc/9658/task/9677/stat : 9677 (java) S 9656 9656 2334 0 -1 1077944384 1910 0 0 0 0 4 0 0 20 0 28 0 1533218 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727033289520 139727911303810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9678] ppid=9656 vsize=26534456 CPUtime=238.06 cores=0-7
/proc/9658/task/9678/stat : 9678 (java) R 9656 9656 2334 0 -1 4202560 2102 0 0 0 23805 1 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139727031733608 139727524718282 0 4 1 16800974 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9679] ppid=9656 vsize=26534456 CPUtime=238.77 cores=0-7
/proc/9658/task/9679/stat : 9679 (java) R 9656 9656 2334 0 -1 4202560 1693 0 0 0 23875 2 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726034391112 139727526980013 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9680] ppid=9656 vsize=26534456 CPUtime=238.37 cores=0-7
/proc/9658/task/9680/stat : 9680 (java) R 9656 9656 2334 0 -1 4202560 2087 0 0 0 23835 2 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726033337624 139727526979741 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9681] ppid=9656 vsize=26534456 CPUtime=238.55 cores=0-7
/proc/9658/task/9681/stat : 9681 (java) R 9656 9656 2334 0 -1 4202560 6592 0 0 0 23851 4 0 0 20 0 28 0 1533316 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726032285144 139727526979741 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9682] ppid=9656 vsize=26534456 CPUtime=238.71 cores=0-7
/proc/9658/task/9682/stat : 9682 (java) R 9656 9656 2334 0 -1 4202560 2942 0 0 0 23869 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726031235648 139727526979713 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9683] ppid=9656 vsize=26534456 CPUtime=238.89 cores=0-7
/proc/9658/task/9683/stat : 9683 (java) R 9656 9656 2334 0 -1 4202560 1886 0 0 0 23887 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726030179808 139727526979600 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9684] ppid=9656 vsize=26534456 CPUtime=238.08 cores=0-7
/proc/9658/task/9684/stat : 9684 (java) R 9656 9656 2334 0 -1 4202560 1900 0 0 0 23805 3 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726029127624 139727526979635 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
[pid=9658/tid=9685] ppid=9656 vsize=26534456 CPUtime=238.57 cores=0-7
/proc/9658/task/9685/stat : 9685 (java) R 9656 9656 2334 0 -1 4202560 1890 0 0 0 23855 2 0 0 20 0 28 0 1533317 27171282944 64115 18446744073709551615 4194304 4196468 140726530117024 139726028074968 139727526979741 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6852608 140726530118098 140726530118274 140726530118274 140726530121679 0
Current children cumulated CPU time (s) 1920.57
Current children cumulated vsize (KiB) 26543968

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 241.535
CPU time (s): 1920.57
CPU user time (s): 1919.82
CPU system time (s): 0.75
CPU usage (%): 795.151
Max. virtual memory (cumulated for all children) (KiB): 26545692

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

The end

Launcher Data

Begin job on node130 at 2017-08-02 14:17:07
IDJOB=4254778
IDBENCH=115754
IDSOLVER=2636
FILE ID=node130/4254778-1501677061
RUNJOBID= node130-1501661057-2426
PBS_JOBID= 
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-6.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-4254778-1501677061/watcher-4254778-1501677061 -o /tmp/evaluation-result-4254778-1501677061/solver-4254778-1501677061 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node130-1501661057-2426 --watchdog 324  ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 610335194 HOME/instance-4254778-1501677061.xml

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

MD5SUM BENCH= 38bce9c8c5d0642f93f0794d9598dc6e
RANDOM SEED=610335194

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        31811644 kB
MemAvailable:   32022988 kB
Buffers:          100460 kB
Cached:           391284 kB
SwapCached:            0 kB
Active:           239172 kB
Inactive:         309576 kB
Active(anon):      57040 kB
Inactive(anon):     8556 kB
Active(file):     182132 kB
Inactive(file):   301020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             8 kB
AnonPages:         56740 kB
Mapped:            27416 kB
Shmem:              8868 kB
Slab:             112528 kB
SReclaimable:      88052 kB
SUnreclaim:        24476 kB
KernelStack:        3104 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     278176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61856 MiB
End job on node130 at 2017-08-02 14:21:09