Trace number 4281842

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-18)SAT (TO)151 2520.05 2513.21

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 benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281842-1503124873.xml"  -tl '2520s' -p 1 -x 0
0.07/0.29	c [HOME/instance-4281842-1503124873.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.25/0.42	c parse instance...
2.70/1.17	c solve instance...
10.60/6.78	o 188 
10.93/6.99	o 171 
130.07/125.50	o 170 
136.77/132.27	o 169 
141.49/136.99	o 168 
148.10/143.56	o 167 
165.93/161.29	o 166 
171.63/166.90	o 165 
176.29/171.59	o 164 
181.82/177.01	o 163 
188.01/183.29	o 162 
204.04/199.27	o 161 
216.76/211.94	o 160 
231.27/226.44	o 159 
242.07/237.22	o 158 
280.91/276.03	o 157 
290.60/285.76	o 156 
298.40/293.58	o 155 
638.86/633.61	o 154 
1134.53/1128.75	o 153 
1148.85/1143.05	o 152 
1208.21/1202.37	o 151 
2520.03/2513.20	s SATISFIABLE
2520.03/2513.20	v <instantiation>
2520.03/2513.20	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>
2520.03/2513.20	v 	<values>0 2 5 25 34 56 77 91 104 132 140 144 150 151 </values>
2520.03/2513.20	v </instantiation>
2520.03/2513.20	c Unexpected resolution interruption!

Verifier Data

OK	151

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281842-1503124873/watcher-4281842-1503124873 -o /tmp/evaluation-result-4281842-1503124873/solver-4281842-1503124873 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 422614970 HOME/instance-4281842-1503124873.xml 

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

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

solver pid=22652, runsolver pid=22649

[startup+0.10012 s]*
/proc/loadavg: 1.88 1.61 1.60 2/198 22655
/proc/meminfo: memFree=31598360/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13358712 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 3260 0 0 0 0 0 0 0 20 0 6 0 10896435 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3339678 3971 1867 1 0 3329175 0
[pid=22654/tid=22655] ppid=22652 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 2020 0 0 0 0 0 0 0 20 0 6 0 10896436 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140037230363216 140037211809621 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 10896436 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13358712 memory=140228653713024 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 10896436 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 10896436 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 10896436 13679321088 3971 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17260 KiB

[startup+0.210107 s]*
/proc/loadavg: 1.88 1.61 1.60 3/211 22668
/proc/meminfo: memFree=31588848/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13974352 memory=23496 CPUtime=0.07 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 4795 0 0 0 6 1 0 0 20 0 15 0 10896435 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3493588 5874 2712 1 0 3482964 0
[pid=22654/tid=22655] ppid=22652 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 2951 0 0 0 5 1 0 0 20 0 15 0 10896436 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140037230356976 140037226149021 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13974352 memory=10613 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13974352 memory=4120994567834797728 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13974352 memory=140228653713024 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13974352 memory=140228653713024 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13974352 memory=140228653713024 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896447 14309736448 5874 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24872 KiB

[startup+0.310038 s]*
/proc/loadavg: 1.88 1.61 1.60 4/211 22668
/proc/meminfo: memFree=31573592/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13974352 memory=37548 CPUtime=0.25 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 8426 0 0 0 23 2 0 0 20 0 15 0 10896435 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3493588 9387 2979 1 0 3482964 0
[pid=22654/tid=22655] ppid=22652 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 5656 0 0 0 14 2 0 0 20 0 15 0 10896436 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140037230340544 140037210207582 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10896438 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 10896441 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 10896441 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13974352 memory=140228653713024 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) R 22652 22652 17292 0 -1 4202560 693 0 0 0 5 0 0 0 20 0 15 0 10896441 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037205085036 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13974352 memory=140228653713024 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896447 14309736448 9387 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38924 KiB

[startup+0.700769 s]
/proc/loadavg: 1.88 1.61 1.60 5/211 22668
/proc/meminfo: memFree=31560576/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13978684 memory=83412 CPUtime=1.27 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 12536 0 0 0 122 5 0 0 20 0 15 0 10896435 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3494671 20853 3163 1 0 3482964 0
[pid=22654/tid=22655] ppid=22652 vsize=13978684 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 7377 0 0 0 49 3 0 0 20 0 15 0 10896436 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140037230363680 140037210207582 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13978684 memory=164 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13978684 memory=83396 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13978684 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10896438 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13978684 memory=3041 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10896438 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13978684 memory=15457 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10896438 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13978684 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) R 22652 22652 17292 0 -1 4202560 1035 0 0 0 21 0 0 0 20 0 15 0 10896441 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037209538153 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13978684 memory=8836 CPUtime=0.23 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) R 22652 22652 17292 0 -1 4202560 1262 0 0 0 23 0 0 0 20 0 15 0 10896441 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036699272384 140037209623883 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13978684 memory=11044 CPUtime=0.26 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 1554 0 0 0 26 0 0 0 20 0 15 0 10896441 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13978684 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13978684 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896447 14314172416 20853 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 84788 KiB

[startup+1.50167 s]
/proc/loadavg: 1.88 1.61 1.60 5/211 22668
/proc/meminfo: memFree=31483884/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13980732 memory=187292 CPUtime=3.73 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 21522 0 0 0 365 8 0 0 20 0 15 0 10896435 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3495183 46823 3200 1 0 3483476 0
[pid=22654/tid=22655] ppid=22652 vsize=13980732 memory=1767379043841 CPUtime=1.32 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 9367 0 0 0 127 5 0 0 20 0 15 0 10896436 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140037230365240 140036827812515 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13980732 memory=1879048192001 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13980732 memory=174292 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10896436 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13980732 memory=162944 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10896436 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 46823 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

[pid=22654/tid=22660] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.07 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 883 0 0 0 3 4 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13980732 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13980732 memory=636 CPUtime=2.19 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 12866 0 0 0 217 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13980732 memory=300712 CPUtime=2.34 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 14972 0 0 0 232 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13980732 memory=4124 CPUtime=0.77 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 12791 0 0 0 75 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13980732 memory=4124 CPUtime=1.56 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 857 0 0 0 80 76 0 0 20 0 15 0 10896447 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 2389.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302088 KiB

[startup+2442.3 s]
/proc/loadavg: 2.62 2.15 2.00 3/211 23011
/proc/meminfo: memFree=30799588/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13980732 memory=300712 CPUtime=2449.09 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 63831 0 0 0 244831 78 0 0 20 0 15 0 10896435 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3495183 75178 3236 1 0 3483476 0
[pid=22654/tid=22655] ppid=22652 vsize=13980732 memory=300712 CPUtime=2441.84 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 18386 0 0 0 244177 7 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037230364216 140036828333295 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 484 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 296 0 0 0 3 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 865 0 0 0 4 0 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13980732 memory=1376 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.07 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 888 0 0 0 3 4 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13980732 memory=300712 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13980732 memory=1376 CPUtime=2.19 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 12868 0 0 0 217 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13980732 memory=1376 CPUtime=2.34 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 14974 0 0 0 232 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13980732 memory=1376 CPUtime=0.77 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 12794 0 0 0 75 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13980732 memory=300712 CPUtime=1.6 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 878 0 0 0 81 79 0 0 20 0 15 0 10896447 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 2449.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302088 KiB

[startup+2502.3 s]
/proc/loadavg: 2.23 2.12 2.00 3/211 23013
/proc/meminfo: memFree=30798972/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13980732 memory=300712 CPUtime=2509.12 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 64143 0 0 0 250833 79 0 0 20 0 15 0 10896435 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3495183 75178 3236 1 0 3483476 0
[pid=22654/tid=22655] ppid=22652 vsize=13980732 memory=300712 CPUtime=2501.83 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 18652 0 0 0 250176 7 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037230364216 140036827700649 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 484 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13980732 memory=1376 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 296 0 0 0 3 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13980732 memory=2244 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 865 0 0 0 4 0 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13980732 memory=9768 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13980732 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 894 0 0 0 3 4 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13980732 memory=12980 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13980732 memory=-8774313645642428999 CPUtime=2.19 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 12870 0 0 0 217 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13980732 memory=300712 CPUtime=2.34 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 14976 0 0 0 232 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13980732 memory=300712 CPUtime=0.77 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 12797 0 0 0 75 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13980732 memory=-8774313645642428999 CPUtime=1.64 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 911 0 0 0 83 81 0 0 20 0 15 0 10896447 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 2509.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.2 s]
/proc/loadavg: 2.19 2.12 2.00 3/211 23013
/proc/meminfo: memFree=30798972/32770624 swapFree=67108860/67108860
[pid=22652] ppid=22649 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/22652/stat : 22652 (xcsp3-exec) S 22649 22652 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10896426 9740288 344 18446744073709551615 4194304 5098028 140733988425232 140733988423336 140224058462844 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 36036608 140733988426106 140733988426310 140733988426310 140733988429803 0
/proc/22652/statm: 2378 344 289 221 0 87 0
[pid=22654] ppid=22652 vsize=13980732 memory=300712 CPUtime=2520.03 cores=0,2,4,6
/proc/22654/stat : 22654 (java) S 22652 22652 17292 0 -1 1077944320 64146 0 0 0 251923 80 0 0 20 0 15 0 10896435 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140732082175264 140037226127095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
/proc/22654/statm: 3495183 75178 3236 1 0 3483476 0
[pid=22654/tid=22655] ppid=22652 vsize=13980732 memory=300712 CPUtime=2512.73 cores=0,2,4,6
/proc/22654/task/22655/stat : 22655 (java) R 22652 22652 17292 0 -1 4202560 18655 0 0 0 251266 7 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037230364216 140037211337054 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22656] ppid=22652 vsize=13980732 memory=12980 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22656/stat : 22656 (java) S 22652 22652 17292 0 -1 1077944384 484 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037145541008 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22657] ppid=22652 vsize=13980732 memory=1440 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22657/stat : 22657 (java) S 22652 22652 17292 0 -1 1077944384 296 0 0 0 3 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037144488208 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22658] ppid=22652 vsize=13980732 memory=7 CPUtime=0.04 cores=0,2,4,6
/proc/22654/task/22658/stat : 22658 (java) S 22652 22652 17292 0 -1 1077944384 865 0 0 0 4 0 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037143435920 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22659] ppid=22652 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/22654/task/22659/stat : 22659 (java) S 22652 22652 17292 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 15 0 10896436 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140037142383120 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22660] ppid=22652 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22654/task/22660/stat : 22660 (java) S 22652 22652 17292 0 -1 1077944384 894 0 0 0 3 4 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036704537200 140037226138242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22661] ppid=22652 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22661/stat : 22661 (java) S 22652 22652 17292 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036703483168 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22662] ppid=22652 vsize=13980732 memory=219 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22662/stat : 22662 (java) S 22652 22652 17292 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 10896438 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036702430832 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22663] ppid=22652 vsize=13980732 memory=234 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22663/stat : 22663 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036701379152 140037226145691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22664] ppid=22652 vsize=13980732 memory=77 CPUtime=2.19 cores=0,2,4,6
/proc/22654/task/22664/stat : 22664 (java) S 22652 22652 17292 0 -1 1077944384 12870 0 0 0 217 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036700326000 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22665] ppid=22652 vsize=13980732 memory=164 CPUtime=2.34 cores=0,2,4,6
/proc/22654/task/22665/stat : 22665 (java) S 22652 22652 17292 0 -1 1077944384 14976 0 0 0 232 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036699273200 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22666] ppid=22652 vsize=13980732 memory=-8774313645642428999 CPUtime=0.77 cores=0,2,4,6
/proc/22654/task/22666/stat : 22666 (java) S 22652 22652 17292 0 -1 1077944384 12797 0 0 0 75 2 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036698220912 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22667] ppid=22652 vsize=13980732 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/22654/task/22667/stat : 22667 (java) S 22652 22652 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10896441 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036697168352 140037226137301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
[pid=22654/tid=22668] ppid=22652 vsize=13980732 memory=1152 CPUtime=1.65 cores=0,2,4,6
/proc/22654/task/22668/stat : 22668 (java) S 22652 22652 17292 0 -1 1077944384 911 0 0 0 84 81 0 0 20 0 15 0 10896447 14316269568 75178 18446744073709551615 4194304 4196468 140732082192720 140036696116144 140037226138242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39301120 140732082201010 140732082201186 140732082201186 140732082204623 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302088 KiB

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

[startup+2513.21 s]
# the end of solver process 22652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.25 s, system=0.806095 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2513.21
CPU time (s): 2520.05
CPU user time (s): 2519.25
CPU system time (s): 0.806095
CPU usage (%): 100.272
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 302088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.25
system time used= 0.806095
maximum resident set size= 301348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57360
involuntary context switches= 3165


# summary of solver processes directly reported to runsolver:
#   pid: 22652
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.25
#   total CPU system time (s): 0.806095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0996 second user time and 24.6334 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 08:27:16
IDJOB=4281842
IDBENCH=126232
IDSOLVER=2677
FILE ID=node129/4281842-1503124873
RUNJOBID= node129-1503095823-17350
PBS_JOBID= 
Free space on /tmp= 62008 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-4281842-1503124873/watcher-4281842-1503124873 -o /tmp/evaluation-result-4281842-1503124873/solver-4281842-1503124873 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 422614970 HOME/instance-4281842-1503124873.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=422614970

node129.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.73
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.73
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.73
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.73
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:        31601988 kB
MemAvailable:   31822268 kB
Buffers:          160652 kB
Cached:           350392 kB
SwapCached:            0 kB
Active:           417684 kB
Inactive:         349180 kB
Active(anon):     256188 kB
Inactive(anon):    16748 kB
Active(file):     161496 kB
Inactive(file):   332432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8104 kB
Writeback:             8 kB
AnonPages:        255616 kB
Mapped:            43360 kB
Shmem:             17060 kB
Slab:             109680 kB
SReclaimable:      84372 kB
SUnreclaim:        25308 kB
KernelStack:        3440 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 09:09:09