Trace number 4271561

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)SAT (TO)969 967.513 252.086

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark857
Best CPU time to get the best result obtained on this benchmark1920.78
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271561-1502642951.xml"  -tl '2016s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4271561-1502642951.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
174.14/31.50	c solve instance...
924.07/246.47	o 969 
967.40/252.01	s SATISFIABLE
967.40/252.01	v <instantiation>
967.40/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] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] </list>
967.40/252.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 289 360 400 474 564 592 661 774 821 915 969 </values>
967.40/252.01	v </instantiation>
967.40/252.01	c Unexpected resolution interruption!

Verifier Data

OK	969

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271561-1502642951/watcher-4271561-1502642951 -o /tmp/evaluation-result-4271561-1502642951/solver-4271561-1502642951 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502637526-8210 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1983053540 HOME/instance-4271561-1502642951.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
Current StackSize limit: 8192 KiB
Starting watchdog thread

solver pid=24286, runsolver pid=24283

[startup+0.100112 s]*
/proc/loadavg: 1.11 4.02 5.96 3/203 24307
/proc/meminfo: memFree=31590424/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=25999808 memory=28900 CPUtime=0.11 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 5648 0 0 0 10 1 0 0 20 0 20 0 97383335 26623803392 7225 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6499952 7225 2850 1 0 6488269 0
[pid=24288/tid=24289] ppid=24286 vsize=25999808 memory=7825175260183830943 CPUtime=0.09 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 8183 0 -1 4202560 3655 0 0 0 8 1 0 0 20 0 20 0 97383335 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656374202200 139656369995158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=25999808 memory=732370169749687269 CPUtime=0 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=25999808 memory=140031412233856 CPUtime=0 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24293] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656319445776 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24294] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656318392976 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24295] ppid=24286 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656317340176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24296] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656316287376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24297] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26623803392 7225 33554432000 4194304 4196468 140727012180208 139656315234576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24298] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383337 26623803392 7225 33554432000 4194304 4196468 140727012180208 139655363128176 139656369994370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24299] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97383338 26623803392 7225 33554432000 4194304 4196468 140727012180208 139655362074144 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24300] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97383338 26623803392 7225 33554432000 4194304 4196468 140727012180208 139655361021296 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24301] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139655359969616 139656370001819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24302] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 8183 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654569912688 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24303] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24303/stat : 24303 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654568859888 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24304] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24304/stat : 24304 (java) S 24286 24286 8183 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654567807088 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24305] ppid=24286 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/24288/task/24305/stat : 24305 (java) R 24286 24286 8183 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654566754288 139656354175165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24306] ppid=24286 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24306/stat : 24306 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654565702752 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24307] ppid=24286 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/24288/task/24307/stat : 24307 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26623803392 7225 33554432000 4194304 4196468 140727012180208 139654564650032 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 30284 KiB

[startup+0.210279 s]*
/proc/loadavg: 1.11 4.02 5.96 2/203 24307
/proc/meminfo: memFree=31580776/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=26004064 memory=40992 CPUtime=0.33 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 8286 0 0 0 31 2 0 0 20 0 20 0 97383335 26628161536 10248 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6501016 10248 3046 1 0 6488269 0
[pid=24288/tid=24289] ppid=24286 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 8183 0 -1 4202560 5416 0 0 0 18 1 0 0 20 0 20 0 97383335 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656374196288 139656354063710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=26004064 memory=732370169749687269 CPUtime=0 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=26004064 memory=140031412233856 CPUtime=0 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24293] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656319445776 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24294] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656318392976 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24295] ppid=24286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656317340176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24296] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656316287376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24297] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 10248 33554432000 4194304 4196468 140727012180208 139656315234576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24298] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383337 26628161536 10248 33554432000 4194304 4196468 140727012180208 139655363128176 139656369994370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24299] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97383338 26628161536 10248 33554432000 4194304 4196468 140727012180208 139655362074144 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24300] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97383338 26628161536 10248 33554432000 4194304 4196468 140727012180208 139655361021296 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24301] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139655359969616 139656370001819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24302] ppid=24286 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 8183 0 -1 1077944384 527 0 0 0 1 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654569912688 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24303] ppid=24286 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/24288/task/24303/stat : 24303 (java) S 24286 24286 8183 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654568859888 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24304] ppid=24286 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/24288/task/24304/stat : 24304 (java) S 24286 24286 8183 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654567807088 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24305] ppid=24286 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/24288/task/24305/stat : 24305 (java) S 24286 24286 8183 0 -1 1077944384 730 0 0 0 7 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654566754288 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24306] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24306/stat : 24306 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654565702752 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24307] ppid=24286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/24288/task/24307/stat : 24307 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 10248 33554432000 4194304 4196468 140727012180208 139654564650032 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42376 KiB

[startup+0.309648 s]*
/proc/loadavg: 1.11 4.02 5.96 4/203 24307
/proc/meminfo: memFree=31574448/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=26004064 memory=45884 CPUtime=0.5 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 9113 0 0 0 47 3 0 0 20 0 20 0 97383335 26628161536 11471 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6501016 11471 3110 1 0 6488269 0
[pid=24288/tid=24289] ppid=24286 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 8183 0 -1 4202560 6086 0 0 0 28 1 0 0 20 0 20 0 97383335 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656374222560 139656369995158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24293] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656319445776 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24294] ppid=24286 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656318392976 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24295] ppid=24286 vsize=26004064 memory=140031301874607 CPUtime=0 cores=0-7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656317340176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24296] ppid=24286 vsize=26004064 memory=140031301876912 CPUtime=0 cores=0-7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656316287376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24297] ppid=24286 vsize=26004064 memory=140031301879216 CPUtime=0 cores=0-7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628161536 11471 33554432000 4194304 4196468 140727012180208 139656315234576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24298] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383337 26628161536 11471 33554432000 4194304 4196468 140727012180208 139655363128176 139656369994370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24299] ppid=24286 vsize=26004064 memory=280062603765392 CPUtime=0 cores=0-7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97383338 26628161536 11471 33554432000 4194304 4196468 140727012180208 139655362074144 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24300] ppid=24286 vsize=26004064 memory=280062603772304 CPUtime=0 cores=0-7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97383338 26628161536 11471 33554432000 4194304 4196468 140727012180208 139655361021296 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24301] ppid=24286 vsize=26004064 memory=280062603713584 CPUtime=0 cores=0-7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139655359969616 139656370001819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24302] ppid=24286 vsize=26004064 memory=280062603786128 CPUtime=0.02 cores=0-7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 8183 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654569912688 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24303] ppid=24286 vsize=26004064 memory=280062603793040 CPUtime=0.01 cores=0-7
/proc/24288/task/24303/stat : 24303 (java) S 24286 24286 8183 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654568859888 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24304] ppid=24286 vsize=26004064 memory=280062603790736 CPUtime=0.03 cores=0-7
/proc/24288/task/24304/stat : 24304 (java) S 24286 24286 8183 0 -1 1077944384 273 0 0 0 3 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654567807088 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24305] ppid=24286 vsize=26004064 memory=280062603806896 CPUtime=0.12 cores=0-7
/proc/24288/task/24305/stat : 24305 (java) R 24286 24286 8183 0 -1 4202560 822 0 0 0 12 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654566754288 139656348939568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24306] ppid=24286 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/24288/task/24306/stat : 24306 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654565702752 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24307] ppid=24286 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/24288/task/24307/stat : 24307 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383341 26628161536 11471 33554432000 4194304 4196468 140727012180208 139654564650032 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47268 KiB

[startup+0.700882 s]
/proc/loadavg: 1.11 4.02 5.96 3/203 24307
/proc/meminfo: memFree=31532868/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=26004140 memory=131356 CPUtime=1.89 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 14205 0 0 0 183 6 0 0 20 0 20 0 97383335 26628239360 32839 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6501035 32839 3198 1 0 6488269 0
[pid=24288/tid=24289] ppid=24286 vsize=26004140 memory=280062604101824 CPUtime=0.67 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 8183 0 -1 4202560 6404 0 0 0 64 3 0 0 20 0 20 0 97383335 26628239360 32839 33554432000 4194304 4196468 140727012180208 139656374217520 139655979017095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=26004140 memory=1012 CPUtime=0 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97383336 26628239360 32839 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=26004140 memory=1716 CPUtime=0 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628239360 32839 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=26004140 memory=5792 CPUtime=0 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97383336 26628239360 32839 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0

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

[pid=24288/tid=24317] ppid=24286 vsize=26538700 memory=1384 CPUtime=112.05 cores=0-7
/proc/24288/task/24317/stat : 24317 (java) R 24286 24286 8183 0 -1 4202560 15009 0 0 0 11171 34 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139653677031128 139655984937602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 833.39 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10455688 KiB

[startup+222.301 s]
/proc/loadavg: 1.97 3.69 5.47 2/207 24317
/proc/meminfo: memFree=21147964/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=26538700 memory=10454304 CPUtime=899.95 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 346329 0 0 0 87936 2059 0 0 20 0 28 0 97383335 27175628800 2613576 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6634675 2613576 3290 1 0 6621909 0
[pid=24288/tid=24289] ppid=24286 vsize=26538700 memory=10454304 CPUtime=10.35 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) S 24286 24286 8183 0 -1 1077944384 11608 0 0 0 1009 26 0 0 20 0 28 0 97383335 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656374224000 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=26538700 memory=10454304 CPUtime=33.47 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 12637 0 0 0 3149 198 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=26538700 memory=10454304 CPUtime=33.28 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 8647 0 0 0 3132 196 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=26538700 memory=1384 CPUtime=33.58 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 10166 0 0 0 3159 199 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24293] ppid=24286 vsize=26538700 memory=1384 CPUtime=33.48 cores=0-7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 8183 0 -1 1077944384 10093 0 0 0 3140 208 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656319445776 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24294] ppid=24286 vsize=26538700 memory=289 CPUtime=33.42 cores=0-7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 8183 0 -1 1077944384 11609 0 0 0 3141 201 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656318392976 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24295] ppid=24286 vsize=26538700 memory=0 CPUtime=33.55 cores=0-7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 8183 0 -1 1077944384 10577 0 0 0 3146 209 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656317340176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24296] ppid=24286 vsize=26538700 memory=10454304 CPUtime=34.03 cores=0-7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 8183 0 -1 1077944384 16589 0 0 0 3196 207 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656316287376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24297] ppid=24286 vsize=26538700 memory=1384 CPUtime=33.48 cores=0-7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 8183 0 -1 1077944384 8286 0 0 0 3148 200 0 0 20 0 28 0 97383336 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139656315234576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24298] ppid=24286 vsize=26538700 memory=4616 CPUtime=5.03 cores=0-7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 8183 0 -1 1077944384 26109 0 0 0 453 50 0 0 20 0 28 0 97383337 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139655363128176 139656369994370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24299] ppid=24286 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 8183 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97383338 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139655362074208 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24300] ppid=24286 vsize=26538700 memory=280062604132576 CPUtime=0 cores=0-7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 8183 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 28 0 97383338 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139655361021312 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24301] ppid=24286 vsize=26538700 memory=576583242059703325 CPUtime=0 cores=0-7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139655359969616 139656370001819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24302] ppid=24286 vsize=26538700 memory=1384 CPUtime=3.12 cores=0-7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 8183 0 -1 1077944384 12078 0 0 0 309 3 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654569912688 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24303] ppid=24286 vsize=26538700 memory=10454304 CPUtime=3.31 cores=0-7
/proc/24288/task/24303/stat : 24303 (java) S 24286 24286 8183 0 -1 1077944384 12779 0 0 0 329 2 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654568859888 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24304] ppid=24286 vsize=26538700 memory=1384 CPUtime=2.7 cores=0-7
/proc/24288/task/24304/stat : 24304 (java) S 24286 24286 8183 0 -1 1077944384 8587 0 0 0 269 1 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654567807088 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24305] ppid=24286 vsize=26538700 memory=10454304 CPUtime=0.93 cores=0-7
/proc/24288/task/24305/stat : 24305 (java) S 24286 24286 8183 0 -1 1077944384 13456 0 0 0 91 2 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654566754288 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24306] ppid=24286 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/24288/task/24306/stat : 24306 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654565702752 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24307] ppid=24286 vsize=26538700 memory=1156 CPUtime=0.11 cores=0-7
/proc/24288/task/24307/stat : 24307 (java) S 24286 24286 8183 0 -1 1077944384 2329 0 0 0 5 6 0 0 20 0 28 0 97383341 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654564650032 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24308] ppid=24286 vsize=26538700 memory=3688 CPUtime=52.88 cores=0-7
/proc/24288/task/24308/stat : 24308 (java) S 24286 24286 8183 0 -1 1077944384 4279 0 0 0 5261 27 0 0 20 0 28 0 97386513 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654557138992 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24309] ppid=24286 vsize=26538700 memory=10454304 CPUtime=52.74 cores=0-7
/proc/24288/task/24309/stat : 24309 (java) S 24286 24286 8183 0 -1 1077944384 4381 0 0 0 5209 65 0 0 20 0 28 0 97386513 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654556087504 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24310] ppid=24286 vsize=26538700 memory=1156 CPUtime=52.54 cores=0-7
/proc/24288/task/24310/stat : 24310 (java) S 24286 24286 8183 0 -1 1077944384 8951 0 0 0 5206 48 0 0 20 0 28 0 97386513 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654555034704 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24311] ppid=24286 vsize=26538700 memory=3688 CPUtime=52.92 cores=0-7
/proc/24288/task/24311/stat : 24311 (java) S 24286 24286 8183 0 -1 1077944384 104084 0 0 0 5265 27 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139654553981904 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24312] ppid=24286 vsize=26538700 memory=1384 CPUtime=118.21 cores=0-7
/proc/24288/task/24312/stat : 24312 (java) S 24286 24286 8183 0 -1 1077944384 14751 0 0 0 11761 60 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139653680194384 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24313] ppid=24286 vsize=26538700 memory=1384 CPUtime=52.07 cores=0-7
/proc/24288/task/24313/stat : 24313 (java) S 24286 24286 8183 0 -1 1077944384 10221 0 0 0 5175 32 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139653679141584 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24316] ppid=24286 vsize=26538700 memory=1384 CPUtime=52.47 cores=0-7
/proc/24288/task/24316/stat : 24316 (java) S 24286 24286 8183 0 -1 1077944384 6056 0 0 0 5199 48 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139653678089808 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24317] ppid=24286 vsize=26538700 memory=1012 CPUtime=172.03 cores=0-7
/proc/24288/task/24317/stat : 24317 (java) R 24286 24286 8183 0 -1 4202560 16663 0 0 0 17169 34 0 0 20 0 28 0 97386514 27175628800 2613576 33554432000 4194304 4196468 140727012180208 139653677032264 139655986235471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 899.95 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10455688 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 1.83 3.48 5.34 4/207 24325
/proc/meminfo: memFree=21147656/32770624 swapFree=67108860/67108860
[pid=24286] ppid=24283 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97383335 9740288 346 33554432000 4194304 5098028 140731189839312 140731189837416 140236385051260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12845056 140731189847146 140731189847356 140731189847356 140731189850091 0
/proc/24286/statm: 2378 346 289 221 0 87 0
[pid=24288] ppid=24286 vsize=26538700 memory=10454284 CPUtime=967.4 cores=0-7
/proc/24288/stat : 24288 (java) S 24286 24286 8183 0 -1 1077944320 361046 0 0 0 94602 2138 0 0 20 0 28 0 97383335 27175628800 2613571 33554432000 4194304 4196468 140727012180208 140727012162752 139656369983223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
/proc/24288/statm: 6634675 2613571 3292 1 0 6621909 0
[pid=24288/tid=24289] ppid=24286 vsize=26538700 memory=6791534058613427641 CPUtime=10.35 cores=0-7
/proc/24288/task/24289/stat : 24289 (java) S 24286 24286 8183 0 -1 1077944384 12359 0 0 0 1009 26 0 0 20 0 28 0 97383335 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656374224000 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24290] ppid=24286 vsize=26538700 memory=10454304 CPUtime=33.47 cores=0-7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 8183 0 -1 1077944384 12637 0 0 0 3149 198 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656322604176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24291] ppid=24286 vsize=26538700 memory=4140 CPUtime=33.28 cores=0-7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 8183 0 -1 1077944384 8647 0 0 0 3132 196 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656321551376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24292] ppid=24286 vsize=26538700 memory=28052 CPUtime=33.58 cores=0-7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 8183 0 -1 1077944384 10166 0 0 0 3159 199 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656320498576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24293] ppid=24286 vsize=26538700 memory=-7003737579269690708 CPUtime=33.48 cores=0-7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 8183 0 -1 1077944384 10093 0 0 0 3140 208 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656319445776 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24294] ppid=24286 vsize=26538700 memory=15823313175840883 CPUtime=33.42 cores=0-7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 8183 0 -1 1077944384 11609 0 0 0 3141 201 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656318392976 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24295] ppid=24286 vsize=26538700 memory=15823313175840883 CPUtime=33.55 cores=0-7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 8183 0 -1 1077944384 10577 0 0 0 3146 209 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656317340176 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24296] ppid=24286 vsize=26538700 memory=15823313175840883 CPUtime=34.03 cores=0-7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 8183 0 -1 1077944384 16589 0 0 0 3196 207 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656316287376 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24297] ppid=24286 vsize=26538700 memory=-7003737579269690708 CPUtime=33.48 cores=0-7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 8183 0 -1 1077944384 8286 0 0 0 3148 200 0 0 20 0 28 0 97383336 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139656315234576 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24298] ppid=24286 vsize=26538700 memory=288230604624101684 CPUtime=5.04 cores=0-7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 8183 0 -1 1077944384 26244 0 0 0 454 50 0 0 20 0 28 0 97383337 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139655363128176 139656369994370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24299] ppid=24286 vsize=26538700 memory=15823313175840883 CPUtime=0 cores=0-7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 8183 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97383338 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139655362074208 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24300] ppid=24286 vsize=26538700 memory=956 CPUtime=0 cores=0-7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 8183 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 28 0 97383338 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139655361021312 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24301] ppid=24286 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139655359969616 139656370001819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24302] ppid=24286 vsize=26538700 memory=4616 CPUtime=3.14 cores=0-7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 8183 0 -1 1077944384 13365 0 0 0 311 3 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654569912688 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24303] ppid=24286 vsize=26538700 memory=792 CPUtime=3.31 cores=0-7
/proc/24288/task/24303/stat : 24303 (java) S 24286 24286 8183 0 -1 1077944384 12793 0 0 0 329 2 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654568859888 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24304] ppid=24286 vsize=26538700 memory=1420 CPUtime=2.71 cores=0-7
/proc/24288/task/24304/stat : 24304 (java) S 24286 24286 8183 0 -1 1077944384 8931 0 0 0 270 1 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654567807088 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24305] ppid=24286 vsize=26538700 memory=13040 CPUtime=0.94 cores=0-7
/proc/24288/task/24305/stat : 24305 (java) S 24286 24286 8183 0 -1 1077944384 14021 0 0 0 91 3 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654566754288 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24306] ppid=24286 vsize=26538700 memory=1944 CPUtime=0 cores=0-7
/proc/24288/task/24306/stat : 24306 (java) S 24286 24286 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654565702752 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24307] ppid=24286 vsize=26538700 memory=-8412652177879177843 CPUtime=0.14 cores=0-7
/proc/24288/task/24307/stat : 24307 (java) S 24286 24286 8183 0 -1 1077944384 2419 0 0 0 7 7 0 0 20 0 28 0 97383341 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654564650032 139656369994370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24318] ppid=24286 vsize=26538700 memory=-6520471753822164382 CPUtime=5.52 cores=0-7
/proc/24288/task/24318/stat : 24318 (java) R 24286 24286 8183 0 -1 4202560 831 0 0 0 548 4 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654557133936 139655982319328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24319] ppid=24286 vsize=26538700 memory=-8412656567318647667 CPUtime=5.3 cores=0-7
/proc/24288/task/24319/stat : 24319 (java) S 24286 24286 8183 0 -1 1077944384 1048 0 0 0 525 5 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654555034832 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24320] ppid=24286 vsize=26538700 memory=9047017150487036575 CPUtime=5.25 cores=0-7
/proc/24288/task/24320/stat : 24320 (java) S 24286 24286 8183 0 -1 1077944384 1783 0 0 0 523 2 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139653679141968 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24321] ppid=24286 vsize=26538700 memory=4715433313220523562 CPUtime=5.47 cores=0-7
/proc/24288/task/24321/stat : 24321 (java) S 24286 24286 8183 0 -1 1077944384 1388 0 0 0 516 31 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654553981904 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24322] ppid=24286 vsize=26538700 memory=4427205132082312746 CPUtime=5.41 cores=0-7
/proc/24288/task/24322/stat : 24322 (java) S 24286 24286 8183 0 -1 1077944384 1752 0 0 0 531 10 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139653680194384 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24323] ppid=24286 vsize=26538700 memory=-8486080722631693414 CPUtime=5.48 cores=0-7
/proc/24288/task/24323/stat : 24323 (java) R 24286 24286 8183 0 -1 4202560 1773 0 0 0 545 3 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139653677031008 139655980796062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24324] ppid=24286 vsize=26538700 memory=-8412652152092201843 CPUtime=5.23 cores=0-7
/proc/24288/task/24324/stat : 24324 (java) S 24286 24286 8183 0 -1 1077944384 1287 0 0 0 504 19 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139654556087888 139656369993429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
[pid=24288/tid=24325] ppid=24286 vsize=26538700 memory=-7023579799431922829 CPUtime=5.48 cores=0-7
/proc/24288/task/24325/stat : 24325 (java) R 24286 24286 8183 0 -1 4202560 623 0 0 0 548 0 0 0 20 0 28 0 97407983 27175628800 2613571 33554432000 4194304 4196468 140727012180208 139653678083664 139655982319177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19218432 140727012189336 140727012189512 140727012189512 140727012192207 0
Current children cumulated CPU time: 967.4 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10455668 KiB

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

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

[startup+252.086 s]
# the end of solver process 24288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=946.056 s, system=21.4572 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.086
CPU time (s): 967.513
CPU user time (s): 946.056
CPU system time (s): 21.4572
CPU usage (%): 383.802
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 10455688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 946.056
system time used= 21.4572
maximum resident set size= 10454768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18138
involuntary context switches= 10967


# summary of solver processes directly reported to runsolver:
#   pid: 24286,24288
#   total CPU time (s): 967.513
#   total CPU user time (s): 946.056
#   total CPU system time (s): 21.4572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05245 second user time and 2.86314 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 18:34:53
IDJOB=4271561
IDBENCH=126242
IDSOLVER=2663
FILE ID=node103/4271561-1502642951
RUNJOBID= node103-1502637526-8210
PBS_JOBID= 20628330
Free space on /tmp= 61792 MiB

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

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=1983053540

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:        31609424 kB
MemAvailable:   31993680 kB
Buffers:          108288 kB
Cached:           570412 kB
SwapCached:            0 kB
Active:           519412 kB
Inactive:         214348 kB
Active(anon):       4268 kB
Inactive(anon):    78632 kB
Active(file):     515144 kB
Inactive(file):   135716 kB
Unevictable:        6420 kB
Mlocked:            6420 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10180 kB
Writeback:             0 kB
AnonPages:        214200 kB
Mapped:            44080 kB
Shmem:             25228 kB
Slab:             124856 kB
SReclaimable:      98460 kB
SUnreclaim:        26396 kB
KernelStack:        3584 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 61784 MiB
End job on node103 at 2017-08-13 18:39:05