Trace number 4281364

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-18)SAT (TO)276 1577.04 252.048

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark248.728
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281364-1503186084.xml"  -tl '2016s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4281364-1503186084.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
14.40/3.55	c solve instance...
63.96/16.63	o 289 
73.30/19.17	o 280 
88.26/21.20	o 276 
1576.99/252.01	s SATISFIABLE
1576.99/252.01	v <instantiation>
1576.99/252.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
1576.99/252.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 </values>
1576.99/252.01	v </instantiation>
1576.99/252.01	c Unexpected resolution interruption!

Verifier Data

OK	276

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 (12600 MiB free)
  memory of node 1: 16384 MiB (13795 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281364-1503186084/watcher-4281364-1503186084 -o /tmp/evaluation-result-4281364-1503186084/solver-4281364-1503186084 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503173765-20601 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1567477860 HOME/instance-4281364-1503186084.xml 

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

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

solver pid=27286, runsolver pid=27283

[startup+0.100109 s]*
/proc/loadavg: 8.24 8.29 8.06 2/199 27307
/proc/meminfo: memFree=27014348/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=25999808 memory=26120 CPUtime=0.11 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 5479 0 0 0 10 1 0 0 20 0 20 0 151696429 26623803392 6530 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6499952 6530 2843 1 0 6488269 0
[pid=27288/tid=27289] ppid=27286 vsize=25999808 memory=7826019685113962911 CPUtime=0.09 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) R 27286 27286 20574 0 -1 4202560 3482 0 0 0 8 1 0 0 20 0 20 0 151696429 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858955265840 139858935076197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=25999808 memory=732370127049427941 CPUtime=0 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=25999808 memory=139988711974528 CPUtime=0 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27293] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27293/stat : 27293 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858900495120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27294] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27294/stat : 27294 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858505235088 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27295] ppid=27286 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27288/task/27295/stat : 27295 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858504182288 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27296] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27296/stat : 27296 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858503129488 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27297] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27297/stat : 27297 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858502076688 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27298] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27298/stat : 27298 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696432 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858010897264 139858951043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27299] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27299/stat : 27299 (java) S 27286 27286 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151696432 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858009843232 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27300] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27300/stat : 27300 (java) S 27286 27286 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151696432 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858008790384 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27301] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27301/stat : 27301 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858007738704 139858951051163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27302] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27302/stat : 27302 (java) S 27286 27286 20574 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858006686064 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27303] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27303/stat : 27303 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858005633264 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27304] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27304/stat : 27304 (java) S 27286 27286 20574 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858004580464 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27305] ppid=27286 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27288/task/27305/stat : 27305 (java) R 27286 27286 20574 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858003527664 139858951044502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27306] ppid=27286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27306/stat : 27306 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858002476128 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27307] ppid=27286 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27288/task/27307/stat : 27307 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26623803392 6530 33554432000 4194304 4196468 140729162788784 139858001423408 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27504 KiB

[startup+0.209616 s]*
/proc/loadavg: 8.24 8.29 8.06 2/199 27307
/proc/meminfo: memFree=27005372/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=26004064 memory=38804 CPUtime=0.33 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 8227 0 0 0 31 2 0 0 20 0 20 0 151696429 26628161536 9701 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6501016 9701 3080 1 0 6488269 0
[pid=27288/tid=27289] ppid=27286 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) R 27286 27286 20574 0 -1 4202560 5378 0 0 0 18 1 0 0 20 0 20 0 151696429 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858955269408 139858935113054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=26004064 memory=732370127049427941 CPUtime=0 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=26004064 memory=139988711974528 CPUtime=0 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27293] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27293/stat : 27293 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858900495120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27294] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27294/stat : 27294 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858505235088 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27295] ppid=27286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27288/task/27295/stat : 27295 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858504182288 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27296] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27296/stat : 27296 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858503129488 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27297] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27297/stat : 27297 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858502076688 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27298] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27298/stat : 27298 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858010897264 139858951043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27299] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27299/stat : 27299 (java) S 27286 27286 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858009843232 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27300] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27300/stat : 27300 (java) S 27286 27286 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858008790384 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27301] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27301/stat : 27301 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858007738704 139858951051163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27302] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27302/stat : 27302 (java) S 27286 27286 20574 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858006686064 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27303] ppid=27286 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/27288/task/27303/stat : 27303 (java) S 27286 27286 20574 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858005633264 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27304] ppid=27286 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27288/task/27304/stat : 27304 (java) S 27286 27286 20574 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858004580464 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27305] ppid=27286 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/27288/task/27305/stat : 27305 (java) S 27286 27286 20574 0 -1 1077944384 757 0 0 0 7 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858003527664 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27306] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27306/stat : 27306 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858002476128 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27307] ppid=27286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27288/task/27307/stat : 27307 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 9701 33554432000 4194304 4196468 140729162788784 139858001423408 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40188 KiB

[startup+0.309244 s]*
/proc/loadavg: 8.24 8.29 8.06 3/199 27307
/proc/meminfo: memFree=26997804/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=26004064 memory=43712 CPUtime=0.5 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 9136 0 0 0 47 3 0 0 20 0 20 0 151696429 26628161536 10928 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6501016 10928 3103 1 0 6488269 0
[pid=27288/tid=27289] ppid=27286 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) R 27286 27286 20574 0 -1 4202560 6057 0 0 0 27 2 0 0 20 0 20 0 151696429 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858955268512 139858580457263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27293] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27293/stat : 27293 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858900495120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27294] ppid=27286 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27288/task/27294/stat : 27294 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858505235088 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27295] ppid=27286 vsize=26004064 memory=139988553528239 CPUtime=0 cores=0-7
/proc/27288/task/27295/stat : 27295 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858504182288 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27296] ppid=27286 vsize=26004064 memory=139988553530544 CPUtime=0 cores=0-7
/proc/27288/task/27296/stat : 27296 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858503129488 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27297] ppid=27286 vsize=26004064 memory=139988553532848 CPUtime=0 cores=0-7
/proc/27288/task/27297/stat : 27297 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858502076688 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27298] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27298/stat : 27298 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858010897264 139858951043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27299] ppid=27286 vsize=26004064 memory=279977107072656 CPUtime=0 cores=0-7
/proc/27288/task/27299/stat : 27299 (java) S 27286 27286 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858009843232 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27300] ppid=27286 vsize=26004064 memory=279977107079568 CPUtime=0 cores=0-7
/proc/27288/task/27300/stat : 27300 (java) S 27286 27286 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151696432 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858008790384 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27301] ppid=27286 vsize=26004064 memory=279977107020848 CPUtime=0 cores=0-7
/proc/27288/task/27301/stat : 27301 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858007738704 139858951051163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27302] ppid=27286 vsize=26004064 memory=279977107093392 CPUtime=0.01 cores=0-7
/proc/27288/task/27302/stat : 27302 (java) S 27286 27286 20574 0 -1 1077944384 311 0 0 0 1 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858006686064 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27303] ppid=27286 vsize=26004064 memory=279977107100304 CPUtime=0.03 cores=0-7
/proc/27288/task/27303/stat : 27303 (java) S 27286 27286 20574 0 -1 1077944384 213 0 0 0 3 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858005633264 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27304] ppid=27286 vsize=26004064 memory=279977107098000 CPUtime=0.03 cores=0-7
/proc/27288/task/27304/stat : 27304 (java) S 27286 27286 20574 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858004580464 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27305] ppid=27286 vsize=26004064 memory=279977107114160 CPUtime=0.12 cores=0-7
/proc/27288/task/27305/stat : 27305 (java) R 27286 27286 20574 0 -1 4202560 904 0 0 0 12 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858003527664 139858929971652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27306] ppid=27286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27288/task/27306/stat : 27306 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858002476128 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27307] ppid=27286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27288/task/27307/stat : 27307 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696435 26628161536 10928 33554432000 4194304 4196468 140729162788784 139858001423408 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45096 KiB

[startup+0.700931 s]
/proc/loadavg: 8.24 8.29 8.06 5/199 27307
/proc/meminfo: memFree=26972884/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=26004140 memory=127248 CPUtime=2.01 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 13192 0 0 0 196 5 0 0 20 0 20 0 151696429 26628239360 31812 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6501035 31812 3201 1 0 6488269 0
[pid=27288/tid=27289] ppid=27286 vsize=26004140 memory=279977107409088 CPUtime=0.67 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) R 27286 27286 20574 0 -1 4202560 6480 0 0 0 64 3 0 0 20 0 20 0 151696429 26628239360 31812 33554432000 4194304 4196468 140729162788784 139858955253680 139858935113054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=26004140 memory=1012 CPUtime=0 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628239360 31812 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=26004140 memory=1716 CPUtime=0 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151696430 26628239360 31812 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=26004140 memory=5792 CPUtime=0 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151696430 26628239360 31812 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0

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

[pid=27288/tid=27339] ppid=27286 vsize=26538700 memory=1384 CPUtime=133.6 cores=0-7
/proc/27288/task/27339/stat : 27339 (java) R 27286 27286 20574 0 -1 4202560 4911 0 0 0 13350 10 0 0 20 0 28 0 151698549 27175628800 1228225 33554432000 4194304 4196468 140729162788784 139857987096152 139858590211221 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 1197.18 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 4914284 KiB

[startup+222.301 s]
/proc/loadavg: 6.14 7.59 7.83 2/208 27348
/proc/meminfo: memFree=22116256/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=26538700 memory=4918792 CPUtime=1547.23 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 265972 0 0 0 154138 585 0 0 20 0 28 0 151696429 27175628800 1229698 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6634675 1229698 3307 1 0 6621909 0
[pid=27288/tid=27289] ppid=27286 vsize=26538700 memory=1384 CPUtime=2.57 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) S 27286 27286 20574 0 -1 1077944384 8311 0 0 0 245 12 0 0 20 0 28 0 151696429 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858955273344 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=26538700 memory=4918792 CPUtime=6.23 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 5698 0 0 0 579 44 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=26538700 memory=1384 CPUtime=6.3 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 4468 0 0 0 583 47 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=26538700 memory=4918792 CPUtime=6.27 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 5105 0 0 0 580 47 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27293] ppid=27286 vsize=26538700 memory=4918852 CPUtime=6.29 cores=0-7
/proc/27288/task/27293/stat : 27293 (java) S 27286 27286 20574 0 -1 1077944384 7407 0 0 0 588 41 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858900495120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27294] ppid=27286 vsize=26538700 memory=4912752 CPUtime=6.26 cores=0-7
/proc/27288/task/27294/stat : 27294 (java) S 27286 27286 20574 0 -1 1077944384 5125 0 0 0 576 50 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858505235088 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27295] ppid=27286 vsize=26538700 memory=1384 CPUtime=6.32 cores=0-7
/proc/27288/task/27295/stat : 27295 (java) S 27286 27286 20574 0 -1 1077944384 5469 0 0 0 591 41 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858504182288 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27296] ppid=27286 vsize=26538700 memory=42048 CPUtime=6.32 cores=0-7
/proc/27288/task/27296/stat : 27296 (java) S 27286 27286 20574 0 -1 1077944384 5756 0 0 0 588 44 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858503129488 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27297] ppid=27286 vsize=26538700 memory=4918852 CPUtime=6.33 cores=0-7
/proc/27288/task/27297/stat : 27297 (java) S 27286 27286 20574 0 -1 1077944384 5567 0 0 0 580 53 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858502076688 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27298] ppid=27286 vsize=26538700 memory=1384 CPUtime=2.26 cores=0-7
/proc/27288/task/27298/stat : 27298 (java) S 27286 27286 20574 0 -1 1077944384 15033 0 0 0 221 5 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858010897264 139858951043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27299] ppid=27286 vsize=26538700 memory=928 CPUtime=0 cores=0-7
/proc/27288/task/27299/stat : 27299 (java) S 27286 27286 20574 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858009843296 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27300] ppid=27286 vsize=26538700 memory=1568 CPUtime=0 cores=0-7
/proc/27288/task/27300/stat : 27300 (java) S 27286 27286 20574 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858008790400 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27301] ppid=27286 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/27288/task/27301/stat : 27301 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858007738704 139858951051163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27302] ppid=27286 vsize=26538700 memory=42048 CPUtime=3.41 cores=0-7
/proc/27288/task/27302/stat : 27302 (java) S 27286 27286 20574 0 -1 1077944384 17524 0 0 0 337 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858006686064 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27303] ppid=27286 vsize=26538700 memory=1384 CPUtime=3.94 cores=0-7
/proc/27288/task/27303/stat : 27303 (java) S 27286 27286 20574 0 -1 1077944384 22418 0 0 0 390 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858005633264 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27304] ppid=27286 vsize=26538700 memory=1384 CPUtime=3.58 cores=0-7
/proc/27288/task/27304/stat : 27304 (java) S 27286 27286 20574 0 -1 1077944384 17983 0 0 0 354 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858004580464 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27305] ppid=27286 vsize=26538700 memory=3664 CPUtime=1.07 cores=0-7
/proc/27288/task/27305/stat : 27305 (java) S 27286 27286 20574 0 -1 1077944384 19644 0 0 0 102 5 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858003527664 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27306] ppid=27286 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/27288/task/27306/stat : 27306 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858002476128 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27307] ppid=27286 vsize=26538700 memory=1384 CPUtime=0.13 cores=0-7
/proc/27288/task/27307/stat : 27307 (java) S 27286 27286 20574 0 -1 1077944384 2604 0 0 0 5 8 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858001423408 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27332] ppid=27286 vsize=26538700 memory=4918852 CPUtime=174.28 cores=0-7
/proc/27288/task/27332/stat : 27332 (java) S 27286 27286 20574 0 -1 1077944384 3003 0 0 0 17409 19 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857986048048 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27333] ppid=27286 vsize=26538700 memory=1384 CPUtime=174.63 cores=0-7
/proc/27288/task/27333/stat : 27333 (java) S 27286 27286 20574 0 -1 1077944384 2836 0 0 0 17455 8 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857992365264 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27334] ppid=27286 vsize=26538700 memory=288230574492221466 CPUtime=173.07 cores=0-7
/proc/27288/task/27334/stat : 27334 (java) S 27286 27286 20574 0 -1 1077944384 21069 0 0 0 17300 7 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857989207120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27335] ppid=27286 vsize=26538700 memory=288230621803970871 CPUtime=173.43 cores=0-7
/proc/27288/task/27335/stat : 27335 (java) S 27286 27286 20574 0 -1 1077944384 18424 0 0 0 17328 15 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857991312336 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27336] ppid=27286 vsize=26538700 memory=14412618299346734 CPUtime=174.69 cores=0-7
/proc/27288/task/27336/stat : 27336 (java) S 27286 27286 20574 0 -1 1077944384 10729 0 0 0 17461 8 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857993417552 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27337] ppid=27286 vsize=26538700 memory=4918792 CPUtime=174.52 cores=0-7
/proc/27288/task/27337/stat : 27337 (java) S 27286 27286 20574 0 -1 1077944384 34513 0 0 0 17442 10 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857988154064 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27338] ppid=27286 vsize=26538700 memory=1384 CPUtime=192.34 cores=0-7
/proc/27288/task/27338/stat : 27338 (java) R 27286 27286 20574 0 -1 4202560 11422 0 0 0 19177 57 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857990257120 139858589504992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27339] ppid=27286 vsize=26538700 memory=4918792 CPUtime=175.37 cores=0-7
/proc/27288/task/27339/stat : 27339 (java) S 27286 27286 20574 0 -1 1077944384 5347 0 0 0 17527 10 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857987102160 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 1547.23 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 4920176 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 4.12 6.96 7.62 2/208 27348
/proc/meminfo: memFree=22116380/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27286/stat : 27286 (xcsp3-exec) S 27283 27286 20574 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151696429 9740288 346 33554432000 4194304 5098028 140726184839088 140726184837192 139995241714300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29204480 140726184846442 140726184846652 140726184846652 140726184849387 0
/proc/27286/statm: 2378 346 289 221 0 87 0
[pid=27288] ppid=27286 vsize=26538700 memory=4918792 CPUtime=1576.99 cores=0-7
/proc/27288/stat : 27288 (java) S 27286 27286 20574 0 -1 1077944320 268000 0 0 0 157113 586 0 0 20 0 28 0 151696429 27175628800 1229698 33554432000 4194304 4196468 140729162788784 140729162771328 139858951032567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
/proc/27288/statm: 6634675 1229698 3307 1 0 6621909 0
[pid=27288/tid=27289] ppid=27286 vsize=26538700 memory=6791534058613427641 CPUtime=2.57 cores=0-7
/proc/27288/task/27289/stat : 27289 (java) S 27286 27286 20574 0 -1 1077944384 8311 0 0 0 245 12 0 0 20 0 28 0 151696429 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858955273344 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27290] ppid=27286 vsize=26538700 memory=-7003737579269690708 CPUtime=6.23 cores=0-7
/proc/27288/task/27290/stat : 27290 (java) S 27286 27286 20574 0 -1 1077944384 5698 0 0 0 579 44 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858903653520 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27291] ppid=27286 vsize=26538700 memory=1420 CPUtime=6.3 cores=0-7
/proc/27288/task/27291/stat : 27291 (java) S 27286 27286 20574 0 -1 1077944384 4468 0 0 0 583 47 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858902600720 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27292] ppid=27286 vsize=26538700 memory=13144 CPUtime=6.27 cores=0-7
/proc/27288/task/27292/stat : 27292 (java) S 27286 27286 20574 0 -1 1077944384 5105 0 0 0 580 47 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858901547920 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27293] ppid=27286 vsize=26538700 memory=1944 CPUtime=6.29 cores=0-7
/proc/27288/task/27293/stat : 27293 (java) S 27286 27286 20574 0 -1 1077944384 7407 0 0 0 588 41 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858900495120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27294] ppid=27286 vsize=26538700 memory=1196 CPUtime=6.26 cores=0-7
/proc/27288/task/27294/stat : 27294 (java) S 27286 27286 20574 0 -1 1077944384 5125 0 0 0 576 50 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858505235088 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27295] ppid=27286 vsize=26538700 memory=8592 CPUtime=6.32 cores=0-7
/proc/27288/task/27295/stat : 27295 (java) S 27286 27286 20574 0 -1 1077944384 5469 0 0 0 591 41 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858504182288 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27296] ppid=27286 vsize=26538700 memory=1228 CPUtime=6.32 cores=0-7
/proc/27288/task/27296/stat : 27296 (java) S 27286 27286 20574 0 -1 1077944384 5756 0 0 0 588 44 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858503129488 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27297] ppid=27286 vsize=26538700 memory=15880 CPUtime=6.33 cores=0-7
/proc/27288/task/27297/stat : 27297 (java) S 27286 27286 20574 0 -1 1077944384 5567 0 0 0 580 53 0 0 20 0 28 0 151696430 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858502076688 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27298] ppid=27286 vsize=26538700 memory=18476 CPUtime=2.26 cores=0-7
/proc/27288/task/27298/stat : 27298 (java) S 27286 27286 20574 0 -1 1077944384 15033 0 0 0 221 5 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858010897264 139858951043714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27299] ppid=27286 vsize=26538700 memory=23412 CPUtime=0 cores=0-7
/proc/27288/task/27299/stat : 27299 (java) S 27286 27286 20574 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858009843296 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27300] ppid=27286 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/27288/task/27300/stat : 27300 (java) S 27286 27286 20574 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 151696432 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858008790400 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27301] ppid=27286 vsize=26538700 memory=4918792 CPUtime=0 cores=0-7
/proc/27288/task/27301/stat : 27301 (java) S 27286 27286 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858007738704 139858951051163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27302] ppid=27286 vsize=26538700 memory=23412 CPUtime=3.41 cores=0-7
/proc/27288/task/27302/stat : 27302 (java) S 27286 27286 20574 0 -1 1077944384 17524 0 0 0 337 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858006686064 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27303] ppid=27286 vsize=26538700 memory=1384 CPUtime=3.98 cores=0-7
/proc/27288/task/27303/stat : 27303 (java) S 27286 27286 20574 0 -1 1077944384 23533 0 0 0 394 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858005633264 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27304] ppid=27286 vsize=26538700 memory=4918792 CPUtime=3.58 cores=0-7
/proc/27288/task/27304/stat : 27304 (java) S 27286 27286 20574 0 -1 1077944384 17983 0 0 0 354 4 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858004580464 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27305] ppid=27286 vsize=26538700 memory=644 CPUtime=1.07 cores=0-7
/proc/27288/task/27305/stat : 27305 (java) S 27286 27286 20574 0 -1 1077944384 20148 0 0 0 102 5 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858003527664 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27306] ppid=27286 vsize=26538700 memory=1788 CPUtime=0 cores=0-7
/proc/27288/task/27306/stat : 27306 (java) S 27286 27286 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858002476128 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27307] ppid=27286 vsize=26538700 memory=4918792 CPUtime=0.14 cores=0-7
/proc/27288/task/27307/stat : 27307 (java) S 27286 27286 20574 0 -1 1077944384 2615 0 0 0 5 9 0 0 20 0 28 0 151696435 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139858001423408 139858951043714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27332] ppid=27286 vsize=26538700 memory=-8961168018402230209 CPUtime=174.28 cores=0-7
/proc/27288/task/27332/stat : 27332 (java) S 27286 27286 20574 0 -1 1077944384 3003 0 0 0 17409 19 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857986048048 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27333] ppid=27286 vsize=26538700 memory=1384 CPUtime=174.63 cores=0-7
/proc/27288/task/27333/stat : 27333 (java) S 27286 27286 20574 0 -1 1077944384 2836 0 0 0 17455 8 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857992365264 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27334] ppid=27286 vsize=26538700 memory=4918792 CPUtime=173.07 cores=0-7
/proc/27288/task/27334/stat : 27334 (java) S 27286 27286 20574 0 -1 1077944384 21069 0 0 0 17300 7 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857989207120 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27335] ppid=27286 vsize=26538700 memory=4918792 CPUtime=173.43 cores=0-7
/proc/27288/task/27335/stat : 27335 (java) S 27286 27286 20574 0 -1 1077944384 18424 0 0 0 17328 15 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857991312336 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27336] ppid=27286 vsize=26538700 memory=13144 CPUtime=174.69 cores=0-7
/proc/27288/task/27336/stat : 27336 (java) S 27286 27286 20574 0 -1 1077944384 10729 0 0 0 17461 8 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857993417552 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27337] ppid=27286 vsize=26538700 memory=1944 CPUtime=174.52 cores=0-7
/proc/27288/task/27337/stat : 27337 (java) S 27286 27286 20574 0 -1 1077944384 34513 0 0 0 17442 10 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857988154064 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27338] ppid=27286 vsize=26538700 memory=1196 CPUtime=222.05 cores=0-7
/proc/27288/task/27338/stat : 27338 (java) R 27286 27286 20574 0 -1 4202560 11820 0 0 0 22148 57 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857990254296 139858589782960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
[pid=27288/tid=27339] ppid=27286 vsize=26538700 memory=8592 CPUtime=175.37 cores=0-7
/proc/27288/task/27339/stat : 27339 (java) S 27286 27286 20574 0 -1 1077944384 5347 0 0 0 17527 10 0 0 20 0 28 0 151698549 27175628800 1229698 33554432000 4194304 4196468 140729162788784 139857987102160 139858951042773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39223296 140729162794136 140729162794312 140729162794312 140729162797007 0
Current children cumulated CPU time: 1576.99 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 4920176 KiB

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

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

[startup+252.048 s]
# the end of solver process 27288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1571.15 s, system=5.89171 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

Child status: 143
Real time (s): 252.048
CPU time (s): 1577.04
CPU user time (s): 1571.15
CPU system time (s): 5.89171
CPU usage (%): 625.69
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 4920240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1571.15
system time used= 5.89171
maximum resident set size= 4919268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14751
involuntary context switches= 18560


# summary of solver processes directly reported to runsolver:
#   pid: 27286,27288
#   total CPU time (s): 1577.04
#   total CPU user time (s): 1571.15
#   total CPU system time (s): 5.89171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.19201 second user time and 3.14796 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 01:27:04
IDJOB=4281364
IDBENCH=126240
IDSOLVER=2676
FILE ID=node103/4281364-1503186084
RUNJOBID= node103-1503173765-20601
PBS_JOBID= 20630841
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-a4.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-4281364-1503186084/watcher-4281364-1503186084 -o /tmp/evaluation-result-4281364-1503186084/solver-4281364-1503186084 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503173765-20601 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1567477860 HOME/instance-4281364-1503186084.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=1567477860

node103.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.56
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.56
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.56
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.56
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:        27030576 kB
MemAvailable:   31974100 kB
Buffers:          237608 kB
Cached:          4999352 kB
SwapCached:            0 kB
Active:          1007604 kB
Inactive:        4285864 kB
Active(anon):       5660 kB
Inactive(anon):    86700 kB
Active(file):    1001944 kB
Inactive(file):  4199164 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8352 kB
Writeback:             0 kB
AnonPages:         75660 kB
Mapped:            51448 kB
Shmem:             33420 kB
Slab:             143340 kB
SReclaimable:     116500 kB
SUnreclaim:        26840 kB
KernelStack:        3520 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61644 MiB
End job on node103 at 2017-08-20 01:31:16