Trace number 4270082

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)158 245.75999 240.02299

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark249.395
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270082-1502621816.xml"  -tl '264s' -p 1 -x 0
0.13/0.15	c [HOME/instance-4270082-1502621816.xml, -tl, 264s, -p, 1, -x, 0]
0.13/0.20	c simple solver
0.33/0.27	c parse instance...
2.45/0.99	c solve instance...
11.03/6.79	o 188 
11.31/6.98	o 171 
133.02/127.92	o 170 
139.83/134.79	o 169 
144.66/139.58	o 168 
156.26/150.71	o 167 
163.77/158.27	o 166 
170.18/164.63	o 165 
178.14/172.58	o 164 
183.66/178.09	o 163 
188.35/182.73	o 162 
204.57/198.96	o 161 
219.21/213.53	o 160 
233.92/228.24	o 159 
244.92/239.20	o 158 
245.73/240.01	s SATISFIABLE
245.73/240.01	v <instantiation>
245.73/240.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] </list>
245.73/240.01	v 	<values>0 2 12 18 29 42 49 75 90 135 149 154 157 158 </values>
245.73/240.01	v </instantiation>
245.73/240.01	c Unexpected resolution interruption!

Verifier Data

OK	158

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270082-1502621816/watcher-4270082-1502621816 -o /tmp/evaluation-result-4270082-1502621816/solver-4270082-1502621816 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8346 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1087785525 HOME/instance-4270082-1502621816.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
solver pid=9283, runsolver pid=9280
Current StackSize limit: 8192 KiB


[startup+0.109846 s]*
/proc/loadavg: 1.85 1.81 1.71 3/219 9299
/proc/meminfo: memFree=28706980/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13978596 memory=28296 CPUtime=0.13 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 5459 0 0 0 12 1 0 0 20 0 15 0 95262676 14314082304 7074 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3494649 7074 2869 1 0 3482966 0
[pid=9285/tid=9286] ppid=9283 vsize=13978596 memory=-8976644418600983157 CPUtime=0.1 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 3393 0 0 0 9 1 0 0 20 0 15 0 95262676 14314082304 7140 33554432000 4194304 4196468 140723169839616 139682096932736 139682092711318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13978596 memory=3472468717194343632 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14314082304 7140 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13978596 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14314082304 7140 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14314082304 7140 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262677 14314082304 7140 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262679 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95262679 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95262679 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) R 9283 9283 6338 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13978596 memory=140588299191936 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) R 9283 9283 6338 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681267355216 139682071818897 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13978596 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262682 14314082304 7140 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29680 KiB

[startup+0.210773 s]*
/proc/loadavg: 1.85 1.81 1.71 4/219 9299
/proc/meminfo: memFree=28696180/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13982852 memory=40316 CPUtime=0.33 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 8119 0 0 0 31 2 0 0 20 0 15 0 95262676 14318440448 10079 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3495713 10079 3053 1 0 3482966 0
[pid=9285/tid=9286] ppid=9283 vsize=13982852 memory=4790596700365366163 CPUtime=0.19 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 5250 0 0 0 18 1 0 0 20 0 15 0 95262676 14318440448 10079 33554432000 4194304 4196468 140723169839616 139682096913360 139682092721309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13982852 memory=3472468717194343632 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 10079 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13982852 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 10079 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 10079 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 10079 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13982852 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) R 9283 9283 6338 0 -1 1077944384 572 0 0 0 2 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13982852 memory=140588299191936 CPUtime=0.07 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) R 9283 9283 6338 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681267357680 139682092711318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13982852 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 10079 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41700 KiB

[startup+0.310494 s]*
/proc/loadavg: 1.85 1.81 1.71 4/219 9299
/proc/meminfo: memFree=28689092/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13982852 memory=47272 CPUtime=0.5 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 8952 0 0 0 47 3 0 0 20 0 15 0 95262676 14318440448 11818 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3495713 11818 3118 1 0 3482966 0
[pid=9285/tid=9286] ppid=9283 vsize=13982852 memory=-8976644418600983157 CPUtime=0.29 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 5922 0 0 0 27 2 0 0 20 0 15 0 95262676 14318440448 11818 33554432000 4194304 4196468 140723169839616 139682096938160 139682092711318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13982852 memory=3472468717194343632 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 11818 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13982852 memory=140588299191936 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 11818 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13982852 memory=7 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 11818 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13982852 memory=140588171274271 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262677 14318440448 11818 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13982852 memory=281176342527776 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13982852 memory=140588171251215 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13982852 memory=281176470452320 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95262679 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13982852 memory=140588171255823 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 604 0 0 0 3 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 277 0 0 0 2 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) R 9283 9283 6338 0 -1 4202560 845 0 0 0 12 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681267353408 139682084936510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262682 14318440448 11818 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48656 KiB

[startup+0.700848 s]
/proc/loadavg: 1.85 1.81 1.71 5/219 9299
/proc/meminfo: memFree=28660864/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13984976 memory=102700 CPUtime=1.77 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 12675 0 0 0 173 4 0 0 20 0 15 0 95262676 14320615424 25675 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3496244 25675 3206 1 0 3483478 0
[pid=9285/tid=9286] ppid=9283 vsize=13984976 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 6589 0 0 0 64 3 0 0 20 0 15 0 95262676 14320615424 25675 33554432000 4194304 4196468 140723169839616 139682096936160 139682076779870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13984976 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14320615424 25675 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13984976 memory=7588935152971043925 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14320615424 25675 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13984976 memory=8041645962788481611 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95262677 14320615424 25675 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13984976 memory=8326441112149131693 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262677 14320615424 25675 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13984976 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13984976 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13984976 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13984976 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13984976 memory=28012 CPUtime=0.37 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) R 9283 9283 6338 0 -1 4202560 1505 0 0 0 37 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681269463280 139682076167414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13984976 memory=2428 CPUtime=0.34 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 1324 0 0 0 34 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13984976 memory=1292 CPUtime=0.36 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) R 9283 9283 6338 0 -1 4202560 1950 0 0 0 36 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681267355640 139682071325921 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13984976 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13984976 memory=7453282923511834215 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 25675 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 104084 KiB

[startup+1.50481 s]
/proc/loadavg: 1.85 1.81 1.71 5/219 9299
/proc/meminfo: memFree=28569708/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0

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

/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13984976 memory=24622 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13984976 memory=0 CPUtime=2.12 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 12500 0 0 0 210 2 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13984976 memory=4096 CPUtime=2.16 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 8588 0 0 0 215 1 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13984976 memory=28012 CPUtime=0.7 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) S 9283 9283 6338 0 -1 1077944384 7582 0 0 0 69 1 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681267357680 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13984976 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13984976 memory=1292 CPUtime=0.05 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 286 0 0 0 3 2 0 0 20 0 15 0 95262682 14320615424 59046 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 107.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237568 KiB

[startup+162.301 s]
/proc/loadavg: 1.94 1.86 1.75 3/217 9301
/proc/meminfo: memFree=28508720/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13984976 memory=236332 CPUtime=167.88 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 49460 0 0 0 16772 16 0 0 20 0 15 0 95262676 14320615424 59083 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3496244 59083 3251 1 0 3483478 0
[pid=9285/tid=9286] ppid=9283 vsize=13984976 memory=1384 CPUtime=162.23 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 10902 0 0 0 16218 5 0 0 20 0 15 0 95262676 14320615424 59083 33554432000 4194304 4196468 140723169839616 139682096938264 139681688050005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59083 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59083 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59083 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59083 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 95262679 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13984976 memory=236332 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13984976 memory=164 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13984976 memory=6944656592455360569 CPUtime=2.5 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 18443 0 0 0 248 2 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13984976 memory=1384 CPUtime=2.19 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 9261 0 0 0 218 1 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.71 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) S 9283 9283 6338 0 -1 1077944384 8457 0 0 0 70 1 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681267357680 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13984976 memory=281176343123616 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13984976 memory=236332 CPUtime=0.08 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 346 0 0 0 4 4 0 0 20 0 15 0 95262682 14320615424 59083 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 167.88 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237716 KiB

[startup+222.301 s]
/proc/loadavg: 1.94 1.87 1.76 3/217 9379
/proc/meminfo: memFree=28197596/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13984976 memory=236472 CPUtime=228.01 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 50608 0 0 0 22783 18 0 0 20 0 15 0 95262676 14320615424 59118 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3496244 59118 3253 1 0 3483478 0
[pid=9285/tid=9286] ppid=9283 vsize=13984976 memory=236472 CPUtime=222.23 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 11223 0 0 0 22218 5 0 0 20 0 15 0 95262676 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682096930640 139681689484392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13984976 memory=236472 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13984976 memory=236472 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13984976 memory=236472 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13984976 memory=236472 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13984976 memory=148 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13984976 memory=236428 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13984976 memory=28012 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13984976 memory=2428 CPUtime=2.57 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 18532 0 0 0 255 2 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13984976 memory=236472 CPUtime=2.21 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 9775 0 0 0 220 1 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13984976 memory=1384 CPUtime=0.72 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) S 9283 9283 6338 0 -1 1077944384 8655 0 0 0 71 1 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681267357680 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13984976 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13984976 memory=281176343808000 CPUtime=0.11 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 358 0 0 0 6 5 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 228.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237856 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.02 1.90 1.77 3/217 9380
/proc/meminfo: memFree=28197472/32770624 swapFree=67108860/67108860
[pid=9283] ppid=9280 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9283/stat : 9283 (xcsp3-exec) S 9280 9283 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95262676 9740288 346 33554432000 4194304 5098028 140726678410800 140726678408904 140579133547132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18702336 140726678418548 140726678418752 140726678418752 140726678421483 0
/proc/9283/statm: 2378 346 289 221 0 87 0
[pid=9285] ppid=9283 vsize=13984976 memory=236472 CPUtime=245.73 cores=0,2,4,6
/proc/9285/stat : 9285 (java) S 9283 9283 6338 0 -1 1077944320 50967 0 0 0 24555 18 0 0 20 0 15 0 95262676 14320615424 59118 33554432000 4194304 4196468 140723169839616 140723169822160 139682092699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
/proc/9285/statm: 3496244 59118 3253 1 0 3483478 0
[pid=9285/tid=9286] ppid=9283 vsize=13984976 memory=8112282956445269571 CPUtime=239.94 cores=0,2,4,6
/proc/9285/task/9286/stat : 9286 (java) R 9283 9283 6338 0 -1 4202560 11453 0 0 0 23989 5 0 0 20 0 15 0 95262676 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682096930640 139681688936215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9287] ppid=9283 vsize=13984976 memory=16432 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9287/stat : 9287 (java) S 9283 9283 6338 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682007767568 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9288] ppid=9283 vsize=13984976 memory=16572 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9288/stat : 9288 (java) S 9283 9283 6338 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682006715024 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9289] ppid=9283 vsize=13984976 memory=4044 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9289/stat : 9289 (java) S 9283 9283 6338 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682005661968 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9290] ppid=9283 vsize=13984976 memory=-7003737579269690708 CPUtime=0.02 cores=0,2,4,6
/proc/9285/task/9290/stat : 9290 (java) S 9283 9283 6338 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 95262677 14320615424 59118 33554432000 4194304 4196468 140723169839616 139682004609424 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9291] ppid=9283 vsize=13984976 memory=1440 CPUtime=0.01 cores=0,2,4,6
/proc/9285/task/9291/stat : 9291 (java) S 9283 9283 6338 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681273674480 139682092710530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9292] ppid=9283 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9292/stat : 9292 (java) S 9283 9283 6338 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681272620704 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9293] ppid=9283 vsize=13984976 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9293/stat : 9293 (java) S 9283 9283 6338 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 95262679 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681271567600 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9294] ppid=9283 vsize=13984976 memory=16572 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9294/stat : 9294 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681270516176 139682092717979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9295] ppid=9283 vsize=13984976 memory=4044 CPUtime=2.57 cores=0,2,4,6
/proc/9285/task/9295/stat : 9295 (java) S 9283 9283 6338 0 -1 1077944384 18609 0 0 0 255 2 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681269463280 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9296] ppid=9283 vsize=13984976 memory=1792 CPUtime=2.21 cores=0,2,4,6
/proc/9285/task/9296/stat : 9296 (java) S 9283 9283 6338 0 -1 1077944384 9776 0 0 0 220 1 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681268410736 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9297] ppid=9283 vsize=13984976 memory=1716 CPUtime=0.72 cores=0,2,4,6
/proc/9285/task/9297/stat : 9297 (java) S 9283 9283 6338 0 -1 1077944384 8662 0 0 0 71 1 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681267357680 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9298] ppid=9283 vsize=13984976 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/9285/task/9298/stat : 9298 (java) S 9283 9283 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681266305376 139682092709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
[pid=9285/tid=9299] ppid=9283 vsize=13984976 memory=15876 CPUtime=0.13 cores=0,2,4,6
/proc/9285/task/9299/stat : 9299 (java) S 9283 9283 6338 0 -1 1077944384 394 0 0 0 7 6 0 0 20 0 15 0 95262682 14320615424 59118 33554432000 4194304 4196468 140723169839616 139681265253424 139682092710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25141248 140723169846429 140723169846604 140723169846604 140723169849295 0
Current children cumulated CPU time: 245.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237856 KiB

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

[startup+240.02 s]
# the end of solver process 9283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000905 s, system=0.001291 s

[startup+240.023 s]
# the end of solver process 9285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=245.572 s, system=0.188382 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): 240.023
CPU time (s): 245.76
CPU user time (s): 245.572
CPU system time (s): 0.188382
CPU usage (%): 102.39
Max. virtual memory (cumulated for all children) (KiB): 13996336
Max. memory (cumulated for all children) (KiB): 248572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.572
system time used= 0.188382
maximum resident set size= 247980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7824
involuntary context switches= 333


# summary of solver processes directly reported to runsolver:
#   pid: 9283,9285
#   total CPU time (s): 245.76
#   total CPU user time (s): 245.572
#   total CPU system time (s): 0.188382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07013 second user time and 1.81973 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 12:42:38
IDJOB=4270082
IDBENCH=126232
IDSOLVER=2661
FILE ID=node148/4270082-1502621816
RUNJOBID= node148-1502619919-8346
PBS_JOBID= 20628305
Free space on /tmp= 61608 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-14-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-4270082-1502621816/watcher-4270082-1502621816 -o /tmp/evaluation-result-4270082-1502621816/solver-4270082-1502621816 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8346 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1087785525 HOME/instance-4270082-1502621816.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=1087785525

node148.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.19
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.19
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.19
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.19
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:        28724396 kB
MemAvailable:   31803480 kB
Buffers:          189356 kB
Cached:          3179392 kB
SwapCached:            0 kB
Active:           937612 kB
Inactive:        2675780 kB
Active(anon):     195376 kB
Inactive(anon):    76924 kB
Active(file):     742236 kB
Inactive(file):  2598856 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:        250372 kB
Mapped:            55720 kB
Shmem:             25224 kB
Slab:             133884 kB
SReclaimable:     107652 kB
SUnreclaim:        26232 kB
KernelStack:        3584 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-13 12:46:38