Trace number 4270079

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)63 244.785 240.02

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-10-a4.xml
MD5SUM5c3e91a7aa658c047886207443b7266d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark37.235699
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints872
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":10}]
Minimum variable degree325
Maximum variable degree326
Distribution of variable degrees[{"degree":325,"count":8},{"degree":326,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":240},{"arity":4,"count":630},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints871
Distribution of constraint types[{"type":"intension","count":871},{"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-4270079-1502621912.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4270079-1502621912.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.63/0.70	c solve instance...
7.69/4.11	o 500 
26.40/22.39	o 88 
26.51/22.49	o 86 
27.07/22.98	o 84 
27.31/23.18	o 83 
34.17/29.96	o 80 
34.17/29.99	o 76 
34.87/30.64	o 74 
75.27/70.73	o 72 
78.77/74.27	o 67 
140.92/136.25	o 65 
180.13/175.41	o 64 
197.14/192.45	o 63 
244.76/240.01	s SATISFIABLE
244.76/240.01	v <instantiation>
244.76/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
244.76/240.01	v 	<values>0 1 4 6 18 29 39 48 55 63 </values>
244.76/240.01	v </instantiation>
244.76/240.01	c Unexpected resolution interruption!

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270079-1502621912/watcher-4270079-1502621912 -o /tmp/evaluation-result-4270079-1502621912/solver-4270079-1502621912 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1919822264 HOME/instance-4270079-1502621912.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
Current StackSize limit: 8192 KiB

solver pid=32222, runsolver pid=32219

[startup+0.100122 s]*
/proc/loadavg: 1.73 1.87 1.67 3/217 32238
/proc/meminfo: memFree=31445692/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13978596 memory=28100 CPUtime=0.12 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 5374 0 0 0 11 1 0 0 20 0 15 0 95279056 14314082304 7025 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3494649 7025 2896 1 0 3482966 0
[pid=32224/tid=32225] ppid=32222 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 3334 0 0 0 9 0 0 0 20 0 15 0 95279056 14314082304 7025 33554432000 4194304 4196468 140728988118016 140339120812592 140338744370984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14314082304 7025 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13978596 memory=139857725478528 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14314082304 7025 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14314082304 7025 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14314082304 7025 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13978596 memory=139857725478528 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279058 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279059 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279059 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 95279061 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13978596 memory=139857725478528 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) R 32222 32222 28385 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 95279061 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338291161712 140339095987551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13978596 memory=139857725478528 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279062 14314082304 7025 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29484 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.73 1.87 1.67 3/217 32238
/proc/meminfo: memFree=31434948/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13982852 memory=40000 CPUtime=0.33 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 8073 0 0 0 31 2 0 0 20 0 15 0 95279056 14318440448 10000 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3495713 10000 3039 1 0 3482966 0
[pid=32224/tid=32225] ppid=32222 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 5265 0 0 0 19 1 0 0 20 0 15 0 95279056 14318440448 10000 33554432000 4194304 4196468 140728988118016 140339120810816 140339100669278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13982852 memory=13595 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 10000 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13982852 memory=139857725846211 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 10000 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 10000 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 10000 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13982852 memory=139857725478528 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279058 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279059 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279059 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13982852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 15 0 95279061 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 15 0 95279061 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13982852 memory=139857725478528 CPUtime=0.07 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 733 0 0 0 7 0 0 0 20 0 15 0 95279061 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279062 14318440448 10000 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41384 KiB

[startup+0.310388 s]*
/proc/loadavg: 1.73 1.87 1.67 4/217 32238
/proc/meminfo: memFree=31427752/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13982852 memory=47584 CPUtime=0.52 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 9024 0 0 0 49 3 0 0 20 0 15 0 95279056 14318440448 11896 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3495713 11896 3118 1 0 3482966 0
[pid=32224/tid=32225] ppid=32222 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 5918 0 0 0 28 1 0 0 20 0 15 0 95279056 14318440448 11896 33554432000 4194304 4196468 140728988118016 140339120826304 140338744339738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 11896 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 11896 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 11896 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14318440448 11896 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279058 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13982852 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279059 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279059 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) R 32222 32222 28385 0 -1 4202560 549 0 0 0 3 0 0 0 20 0 15 0 95279061 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338293267408 140339108825918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 342 0 0 0 4 0 0 0 20 0 15 0 95279061 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) R 32222 32222 28385 0 -1 1077944384 911 0 0 0 13 0 0 0 20 0 15 0 95279061 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338291157472 140339116598997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279062 14318440448 11896 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48968 KiB

[startup+0.700783 s]
/proc/loadavg: 1.73 1.87 1.67 4/217 32238
/proc/meminfo: memFree=31413544/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13984976 memory=86844 CPUtime=1.63 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 12286 0 0 0 158 5 0 0 20 0 15 0 95279056 14320615424 21711 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3496244 21711 3212 1 0 3483478 0
[pid=32224/tid=32225] ppid=32222 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 6686 0 0 0 65 2 0 0 20 0 15 0 95279056 14320615424 21711 33554432000 4194304 4196468 140728988118016 140339120827952 140339116610621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14320615424 21711 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14320615424 21711 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13984976 memory=27356 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279057 14320615424 21711 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279057 14320615424 21711 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13984976 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95279058 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13984976 memory=1948 CPUtime=0.25 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) R 32222 32222 28385 0 -1 4202560 1059 0 0 0 25 0 0 0 20 0 15 0 95279061 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338293259264 140339116610138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13984976 memory=8560 CPUtime=0.26 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) R 32222 32222 28385 0 -1 4202560 1075 0 0 0 26 0 0 0 20 0 15 0 95279061 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338292214512 140339116610138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13984976 memory=1228 CPUtime=0.41 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 2160 0 0 0 40 1 0 0 20 0 15 0 95279061 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13984976 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13984976 memory=5668 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279062 14320615424 21711 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 88228 KiB

[startup+1.50081 s]
/proc/loadavg: 1.73 1.87 1.67 5/217 32238
/proc/meminfo: memFree=31369876/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0

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

/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13984976 memory=4140 CPUtime=1.98 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 13694 0 0 0 196 2 0 0 20 0 15 0 95279061 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13984976 memory=27356 CPUtime=2.01 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 14006 0 0 0 199 2 0 0 20 0 15 0 95279061 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13984976 memory=1728 CPUtime=0.59 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 5517 0 0 0 58 1 0 0 20 0 15 0 95279061 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13984976 memory=1716 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1161 0 0 0 0 2 0 0 20 0 15 0 95279062 14320615424 63782 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 106.97 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 256512 KiB

[startup+162.301 s]
/proc/loadavg: 2.25 1.96 1.73 3/217 32318
/proc/meminfo: memFree=29105876/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13984976 memory=269692 CPUtime=167.03 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 50600 0 0 0 16688 15 0 0 20 0 15 0 95279056 14320615424 67423 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3496244 67423 3256 1 0 3483478 0
[pid=32224/tid=32225] ppid=32222 vsize=13984976 memory=269692 CPUtime=162.23 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 11364 0 0 0 16219 4 0 0 20 0 15 0 95279056 14320615424 67423 33554432000 4194304 4196468 140728988118016 140339120826104 140338749694652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13984976 memory=269692 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67423 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67423 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13984976 memory=255444 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 783 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67423 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67423 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 95279058 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13984976 memory=269692 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13984976 memory=1384 CPUtime=2.01 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 14444 0 0 0 199 2 0 0 20 0 15 0 95279061 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13984976 memory=6791534058613427641 CPUtime=2.02 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 14376 0 0 0 200 2 0 0 20 0 15 0 95279061 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13984976 memory=1696 CPUtime=0.6 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 5971 0 0 0 59 1 0 0 20 0 15 0 95279061 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13984976 memory=269692 CPUtime=0.03 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1214 0 0 0 1 2 0 0 20 0 15 0 95279062 14320615424 67423 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 167.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 271076 KiB

[startup+222.301 s]
/proc/loadavg: 2.54 2.10 1.79 3/217 32319
/proc/meminfo: memFree=29103172/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13984976 memory=271756 CPUtime=227.05 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 51015 0 0 0 22689 16 0 0 20 0 15 0 95279056 14320615424 67939 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3496244 67939 3256 1 0 3483478 0
[pid=32224/tid=32225] ppid=32222 vsize=13984976 memory=271740 CPUtime=222.22 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 11642 0 0 0 22218 4 0 0 20 0 15 0 95279056 14320615424 67939 33554432000 4194304 4196468 140728988118016 140339120828344 140338749694791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13984976 memory=271740 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67939 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67939 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13984976 memory=271756 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 783 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67939 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67939 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 95279058 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13984976 memory=271756 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13984976 memory=1384 CPUtime=2.01 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 14444 0 0 0 199 2 0 0 20 0 15 0 95279061 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13984976 memory=271740 CPUtime=2.03 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 14376 0 0 0 201 2 0 0 20 0 15 0 95279061 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13984976 memory=1384 CPUtime=0.6 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 6081 0 0 0 59 1 0 0 20 0 15 0 95279061 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13984976 memory=271740 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13984976 memory=1160 CPUtime=0.05 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1241 0 0 0 2 3 0 0 20 0 15 0 95279062 14320615424 67939 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 227.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 273140 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.64 2.14 1.81 3/217 32319
/proc/meminfo: memFree=27817720/32770624 swapFree=67108860/67108860
[pid=32222] ppid=32219 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/32222/stat : 32222 (xcsp3-exec) S 32219 32222 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95279056 9740288 346 33554432000 4194304 5098028 140736447400576 140736447398680 139737169326716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11374592 140736447407220 140736447407424 140736447407424 140736447410155 0
/proc/32222/statm: 2378 346 289 221 0 87 0
[pid=32224] ppid=32222 vsize=13984976 memory=271780 CPUtime=244.76 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32222 32222 28385 0 -1 1077944320 51071 0 0 0 24460 16 0 0 20 0 15 0 95279056 14320615424 67945 33554432000 4194304 4196468 140728988118016 140728988100560 140339116588791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
/proc/32224/statm: 3496244 67945 3256 1 0 3483478 0
[pid=32224/tid=32225] ppid=32222 vsize=13984976 memory=6791534058613427641 CPUtime=239.93 cores=0,2,4,6
/proc/32224/task/32225/stat : 32225 (java) R 32222 32222 28385 0 -1 4202560 11652 0 0 0 23989 4 0 0 20 0 15 0 95279056 14320615424 67945 33554432000 4194304 4196468 140728988118016 140339120828344 140338751456266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32226] ppid=32222 vsize=13984976 memory=18488 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) S 32222 32222 28385 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67945 33554432000 4194304 4196468 140728988118016 140339069209744 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32227] ppid=32222 vsize=13984976 memory=1796 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32222 32222 28385 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67945 33554432000 4194304 4196468 140728988118016 140339068156944 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32228] ppid=32222 vsize=13984976 memory=1236 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32222 32222 28385 0 -1 1077944384 783 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67945 33554432000 4194304 4196468 140728988118016 140339067104144 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32229] ppid=32222 vsize=13984976 memory=640 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32222 32222 28385 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 95279057 14320615424 67945 33554432000 4194304 4196468 140728988118016 140339066051344 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32230] ppid=32222 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32222 32222 28385 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 95279058 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338297477488 140339116599938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32231] ppid=32222 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32222 32222 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338296423456 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32232] ppid=32222 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32222 32222 28385 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95279059 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338295370608 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32233] ppid=32222 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338294318928 140339116607387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32234] ppid=32222 vsize=13984976 memory=1948 CPUtime=2.01 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32222 32222 28385 0 -1 1077944384 14444 0 0 0 199 2 0 0 20 0 15 0 95279061 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338293267312 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32235] ppid=32222 vsize=13984976 memory=8560 CPUtime=2.03 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32222 32222 28385 0 -1 1077944384 14376 0 0 0 201 2 0 0 20 0 15 0 95279061 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338292214512 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32236] ppid=32222 vsize=13984976 memory=1228 CPUtime=0.61 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32222 32222 28385 0 -1 1077944384 6119 0 0 0 60 1 0 0 20 0 15 0 95279061 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338291161712 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32237] ppid=32222 vsize=13984976 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32222 32222 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279061 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338290109152 140339116598997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
[pid=32224/tid=32238] ppid=32222 vsize=13984976 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32222 32222 28385 0 -1 1077944384 1249 0 0 0 2 3 0 0 20 0 15 0 95279062 14320615424 67945 33554432000 4194304 4196468 140728988118016 140338289056432 140339116599938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28102656 140728988124317 140728988124492 140728988124492 140728988127183 0
Current children cumulated CPU time: 244.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 273164 KiB

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

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

[startup+240.02 s]
# the end of solver process 32224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.619 s, system=0.166938 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.02
CPU time (s): 244.785
CPU user time (s): 244.619
CPU system time (s): 0.166938
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 13996188
Max. memory (cumulated for all children) (KiB): 273164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.619
system time used= 0.166938
maximum resident set size= 272340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7926
involuntary context switches= 348


# summary of solver processes directly reported to runsolver:
#   pid: 32222,32224
#   total CPU time (s): 244.785
#   total CPU user time (s): 244.619
#   total CPU system time (s): 0.166938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42336 second user time and 2.19406 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 12:44:14
IDJOB=4270079
IDBENCH=126241
IDSOLVER=2661
FILE ID=node106/4270079-1502621912
RUNJOBID= node106-1502620090-31365
PBS_JOBID= 20628302
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-10-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-4270079-1502621912/watcher-4270079-1502621912 -o /tmp/evaluation-result-4270079-1502621912/solver-4270079-1502621912 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1919822264 HOME/instance-4270079-1502621912.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=1919822264

node106.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.86
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.86
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.86
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.86
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:        31462228 kB
MemAvailable:   31868536 kB
Buffers:           97992 kB
Cached:           596236 kB
SwapCached:            0 kB
Active:           505552 kB
Inactive:         363688 kB
Active(anon):     130712 kB
Inactive(anon):    72092 kB
Active(file):     374840 kB
Inactive(file):   291596 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7776 kB
Writeback:             0 kB
AnonPages:        174952 kB
Mapped:            55624 kB
Shmem:             25228 kB
Slab:             137156 kB
SReclaimable:     111416 kB
SUnreclaim:        25740 kB
KernelStack:        3840 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1187148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61752 MiB
End job on node106 at 2017-08-13 12:48:14