Trace number 4269101

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)967 2520.0801 2492.8301

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 benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
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

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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269101-1502783453.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269101-1502783453.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
14.12/4.75	c solve instance...
1026.27/1001.04	o 968 
2076.78/2050.03	o 967 
2520.03/2492.80	s SATISFIABLE
2520.03/2492.80	v <instantiation>
2520.03/2492.80	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>
2520.03/2492.80	v 	<values>0 2 5 9 15 23 34 50 62 88 105 125 147 183 214 282 312 358 430 470 534 600 736 769 886 966 967 </values>
2520.03/2492.80	v </instantiation>
2520.03/2492.80	c Unexpected resolution interruption!

Verifier Data

OK	967

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269101-1502783453/watcher-4269101-1502783453 -o /tmp/evaluation-result-4269101-1502783453/solver-4269101-1502783453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1776560754 HOME/instance-4269101-1502783453.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16296, runsolver pid=16293

[startup+0.100088 s]*
/proc/loadavg: 2.08 2.03 2.01 3/206 16303
/proc/meminfo: memFree=28688484/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13441356 memory=15688 CPUtime=0.01 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 3722 0 0 0 1 0 0 0 20 0 7 0 125851891 13763948544 3922 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3360339 3922 2003 1 0 3349836 0
[pid=16298/tid=16299] ppid=16296 vsize=13441356 memory=8508281356422055842 CPUtime=0.01 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 2510 0 0 0 1 0 0 0 20 0 7 0 125851891 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139673090341648 139673067492925 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13441356 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 125851892 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13441356 memory=140180072494720 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 125851892 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 125851892 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 125851892 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13441356 memory=140180072494720 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 125851893 13763948544 3988 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17068 KiB

[startup+0.213845 s]*
/proc/loadavg: 2.08 2.03 2.01 5/215 16312
/proc/meminfo: memFree=28678148/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13974352 memory=27764 CPUtime=0.1 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 5364 0 0 0 9 1 0 0 20 0 15 0 125851891 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3493588 6941 2751 1 0 3482964 0
[pid=16298/tid=16299] ppid=16296 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 3496 0 0 0 7 1 0 0 20 0 15 0 125851891 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139673090327072 139673071272150 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13974352 memory=4294979926 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13974352 memory=288370556224206464 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13974352 memory=140180072494720 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125851893 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125851894 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672563585824 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125851894 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672562533488 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13974352 memory=140180072494720 CPUtime=0.01 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) S 16296 16296 4674 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 15 0 125851896 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13974352 memory=140180072494720 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851901 14309736448 6941 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29144 KiB

[startup+0.310474 s]*
/proc/loadavg: 2.08 2.03 2.01 4/215 16312
/proc/meminfo: memFree=28667884/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13974352 memory=36856 CPUtime=0.28 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 8814 0 0 0 26 2 0 0 20 0 15 0 125851891 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3493588 9214 2979 1 0 3482964 0
[pid=16298/tid=16299] ppid=16296 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 6102 0 0 0 15 2 0 0 20 0 15 0 125851891 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139673090326512 139673070179678 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125851892 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125851893 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125851894 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672563585824 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125851894 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672562533488 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13974352 memory=140179948196800 CPUtime=0.02 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) R 16296 16296 4674 0 -1 1077944384 610 0 0 0 2 0 0 0 20 0 15 0 125851896 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) R 16296 16296 4674 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 15 0 125851896 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673069591282 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13974352 memory=140180072494720 CPUtime=0.06 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) R 16296 16296 4674 0 -1 4202560 702 0 0 0 6 0 0 0 20 0 15 0 125851896 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673070179678 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13974352 memory=140180072494720 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851901 14309736448 9214 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38236 KiB

[startup+0.707515 s]
/proc/loadavg: 2.08 2.03 2.01 5/215 16312
/proc/meminfo: memFree=28648124/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13978684 memory=90164 CPUtime=1.33 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 13106 0 0 0 128 5 0 0 20 0 15 0 125851891 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3494671 22541 3148 1 0 3482964 0
[pid=16298/tid=16299] ppid=16296 vsize=13978684 memory=164 CPUtime=0.56 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 7822 0 0 0 52 4 0 0 20 0 15 0 125851891 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139673090335184 139672691707364 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851892 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125851892 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125851893 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13978684 memory=1 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125851894 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672563585824 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125851894 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672562533488 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13978684 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 1298 0 0 0 26 0 0 0 20 0 15 0 125851896 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672560416464 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13978684 memory=28 CPUtime=0.26 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) R 16296 16296 4674 0 -1 4202560 1282 0 0 0 26 0 0 0 20 0 15 0 125851896 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673065935508 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13978684 memory=229 CPUtime=0.22 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) R 16296 16296 4674 0 -1 4202560 1396 0 0 0 22 0 0 0 20 0 15 0 125851896 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672558321528 139672688787577 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13978684 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13978684 memory=4278483708103473607 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125851901 14314172416 22541 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91544 KiB

[startup+1.50156 s]
/proc/loadavg: 2.08 2.03 2.01 3/215 16312
/proc/meminfo: memFree=28499096/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13978684 memory=306644 CPUtime=3.72 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 17324 0 0 0 360 12 0 0 20 0 15 0 125851891 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3494671 76661 3210 1 0 3482964 0
[pid=16298/tid=16299] ppid=16296 vsize=13978684 memory=6944656575208382560 CPUtime=1.29 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 8032 0 0 0 123 6 0 0 20 0 15 0 125851891 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139673090337520 139673070179678 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13978684 memory=164 CPUtime=0.04 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 113 0 0 0 3 1 0 0 20 0 15 0 125851892 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13978684 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 125851892 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13978684 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 69 0 0 0 2 1 0 0 20 0 15 0 125851892 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13978684 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 86 0 0 0 3 1 0 0 20 0 15 0 125851892 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 125851893 14314172416 76661 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13978684 memory=8386028099886723890 CPUtime=0 cores=0,2,4,6

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

/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672562533504 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13980732 memory=3951816 CPUtime=3.77 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 21044 0 0 0 375 2 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13980732 memory=1380 CPUtime=3.69 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) S 16296 16296 4674 0 -1 1077944384 26348 0 0 0 366 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13980732 memory=4148 CPUtime=0.87 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) S 16296 16296 4674 0 -1 1077944384 16763 0 0 0 84 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13980732 memory=3951816 CPUtime=1.49 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 2692 0 0 0 67 82 0 0 20 0 15 0 125851901 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 2349.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3953196 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/214 16557
/proc/meminfo: memFree=27442576/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2409.45 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 246232 0 0 0 240698 247 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3495183 987954 3256 1 0 3483476 0
[pid=16298/tid=16299] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2374.39 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 128657 0 0 0 237411 28 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673090335040 139672698228413 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.77 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 8325 0 0 0 543 34 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.74 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 5455 0 0 0 543 31 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.79 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 8961 0 0 0 537 42 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.75 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 6904 0 0 0 542 33 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2.06 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 18889 0 0 0 197 9 0 0 20 0 15 0 125851893 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13980732 memory=3951816 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672563585888 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672562533504 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13980732 memory=3951816 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13980732 memory=1380 CPUtime=3.77 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 21671 0 0 0 375 2 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13980732 memory=164 CPUtime=3.69 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) S 16296 16296 4674 0 -1 1077944384 26490 0 0 0 366 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13980732 memory=-8774313645642428999 CPUtime=0.87 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) S 16296 16296 4674 0 -1 1077944384 16777 0 0 0 84 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13980732 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13980732 memory=1380 CPUtime=1.52 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 2775 0 0 0 69 83 0 0 20 0 15 0 125851901 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 2409.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3953196 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/214 16560
/proc/meminfo: memFree=27443708/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2469.5 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 247041 0 0 0 246701 249 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3495183 987954 3256 1 0 3483476 0
[pid=16298/tid=16299] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2434.39 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 129407 0 0 0 243411 28 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673090335040 139672697651944 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.77 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 8325 0 0 0 543 34 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.74 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 5455 0 0 0 543 31 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.79 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 8961 0 0 0 537 42 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.75 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 6904 0 0 0 542 33 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2.06 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 18896 0 0 0 197 9 0 0 20 0 15 0 125851893 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13980732 memory=3951816 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672563585888 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13980732 memory=3951816 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672562533504 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13980732 memory=1380 CPUtime=3.77 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 21674 0 0 0 375 2 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13980732 memory=-8774313645642428999 CPUtime=3.69 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) S 16296 16296 4674 0 -1 1077944384 26493 0 0 0 366 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13980732 memory=288230617509003574 CPUtime=0.87 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) S 16296 16296 4674 0 -1 1077944384 16784 0 0 0 84 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13980732 memory=3951816 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13980732 memory=1380 CPUtime=1.56 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 2814 0 0 0 70 86 0 0 20 0 15 0 125851901 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 2469.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3953196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/215 16563
/proc/meminfo: memFree=27442824/32770624 swapFree=67108764/67108860
[pid=16296] ppid=16293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16296/stat : 16296 (xcsp3-exec) S 16293 16296 4674 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 125851882 9740288 345 18446744073709551615 4194304 5098028 140731016661424 140731016659528 140681911620220 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18821120 140731016663416 140731016663621 140731016663621 140731016667115 0
/proc/16296/statm: 2378 345 289 221 0 87 0
[pid=16298] ppid=16296 vsize=13980732 memory=3951816 CPUtime=2520.03 cores=0,2,4,6
/proc/16298/stat : 16298 (java) S 16296 16296 4674 0 -1 1077944320 248730 0 0 0 251754 249 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 140731755165152 139673086099191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
/proc/16298/statm: 3495183 987954 3256 1 0 3483476 0
[pid=16298/tid=16299] ppid=16296 vsize=13980732 memory=61216 CPUtime=2484.9 cores=0,2,4,6
/proc/16298/task/16299/stat : 16299 (java) R 16296 16296 4674 0 -1 4202560 130399 0 0 0 248462 28 0 0 20 0 15 0 125851891 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673090336168 139672691051250 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16300] ppid=16296 vsize=13980732 memory=56 CPUtime=5.77 cores=0,2,4,6
/proc/16298/task/16300/stat : 16300 (java) S 16296 16296 4674 0 -1 1077944384 8325 0 0 0 543 34 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673020533648 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16301] ppid=16296 vsize=13980732 memory=6655300316396806240 CPUtime=5.74 cores=0,2,4,6
/proc/16298/task/16301/stat : 16301 (java) S 16296 16296 4674 0 -1 1077944384 5455 0 0 0 543 31 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673019480848 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16302] ppid=16296 vsize=13980732 memory=6656426216303648864 CPUtime=5.79 cores=0,2,4,6
/proc/16298/task/16302/stat : 16302 (java) S 16296 16296 4674 0 -1 1077944384 8961 0 0 0 537 42 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673018428560 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16303] ppid=16296 vsize=13980732 memory=3951816 CPUtime=5.75 cores=0,2,4,6
/proc/16298/task/16303/stat : 16303 (java) S 16296 16296 4674 0 -1 1077944384 6904 0 0 0 542 33 0 0 20 0 15 0 125851892 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139673017375760 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16304] ppid=16296 vsize=13980732 memory=4148 CPUtime=2.06 cores=0,2,4,6
/proc/16298/task/16304/stat : 16304 (java) S 16296 16296 4674 0 -1 1077944384 18914 0 0 0 197 9 0 0 20 0 15 0 125851893 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672564639856 139673086110338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16305] ppid=16296 vsize=13980732 memory=61216 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16305/stat : 16305 (java) S 16296 16296 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672563585888 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16306] ppid=16296 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16306/stat : 16306 (java) S 16296 16296 4674 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125851894 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672562533504 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16307] ppid=16296 vsize=13980732 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16307/stat : 16307 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672561481808 139673086117787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16308] ppid=16296 vsize=13980732 memory=4278483708103473607 CPUtime=3.78 cores=0,2,4,6
/proc/16298/task/16308/stat : 16308 (java) S 16296 16296 4674 0 -1 1077944384 22256 0 0 0 376 2 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672560429680 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16309] ppid=16296 vsize=13980732 memory=1228 CPUtime=3.69 cores=0,2,4,6
/proc/16298/task/16309/stat : 16309 (java) S 16296 16296 4674 0 -1 1077944384 26500 0 0 0 366 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672559376880 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16310] ppid=16296 vsize=13980732 memory=5712 CPUtime=0.87 cores=0,2,4,6
/proc/16298/task/16310/stat : 16310 (java) S 16296 16296 4674 0 -1 1077944384 16798 0 0 0 84 3 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672558324592 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16311] ppid=16296 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16298/task/16311/stat : 16311 (java) S 16296 16296 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125851896 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672557272032 139673086109397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
[pid=16298/tid=16312] ppid=16296 vsize=13980732 memory=984 CPUtime=1.59 cores=0,2,4,6
/proc/16298/task/16312/stat : 16312 (java) S 16296 16296 4674 0 -1 1077944384 2890 0 0 0 72 87 0 0 20 0 15 0 125851901 14316269568 987954 18446744073709551615 4194304 4196468 140731755182608 139672556218800 139673086110338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23310336 140731755184561 140731755184737 140731755184737 140731755188175 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3953196 KiB

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

[startup+2492.81 s]
# the end of solver process 16296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001713 s, system=0.000607 s

[startup+2492.83 s]
# the end of solver process 16298 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.55 s, system=2.52224 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): 2492.83
CPU time (s): 2520.08
CPU user time (s): 2517.55
CPU system time (s): 2.52224
CPU usage (%): 101.093
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3957112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.55
system time used= 2.52224
maximum resident set size= 3955732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57722
involuntary context switches= 1912


# summary of solver processes directly reported to runsolver:
#   pid: 16296,16298
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.55
#   total CPU system time (s): 2.52224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7037 second user time and 20.8121 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 09:37:00
IDJOB=4269101
IDBENCH=126242
IDSOLVER=2660
FILE ID=node134/4269101-1502783453
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-27-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269101-1502783453/watcher-4269101-1502783453 -o /tmp/evaluation-result-4269101-1502783453/solver-4269101-1502783453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1776560754 HOME/instance-4269101-1502783453.xml

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=1776560754

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28695024 kB
MemAvailable:   28973156 kB
Buffers:          275344 kB
Cached:           302440 kB
SwapCached:            4 kB
Active:          3384108 kB
Inactive:         229712 kB
Active(anon):    2983664 kB
Inactive(anon):   102692 kB
Active(file):     400444 kB
Inactive(file):   127020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             10412 kB
Writeback:             4 kB
AnonPages:       3036468 kB
Mapped:            72532 kB
Shmem:             49756 kB
Slab:             159380 kB
SReclaimable:     133008 kB
SUnreclaim:        26372 kB
KernelStack:        3488 kB
PageTables:        10976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5057560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2922496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62012 MiB
End job on node134 at 2017-08-15 10:18:33