Trace number 4284304

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 5a (2017-08-18)SAT (TO)276 264.10101 205.739

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark248.728
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"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-4284304-1503212523.xml"  -tl '264s' -p 1 -x 3
0.12/0.15	c [HOME/instance-4284304-1503212523.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
3.99/1.44	c solve instance...
181.62/123.62	o 289 
182.55/124.51	o 280 
191.21/133.18	o 277 
195.58/137.47	o 276 
264.06/205.70	s SATISFIABLE
264.06/205.70	v <instantiation>
264.06/205.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
264.06/205.70	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 </values>
264.06/205.70	v </instantiation>
264.06/205.70	c Unexpected resolution interruption!

Verifier Data

OK	276

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284304-1503212523/watcher-4284304-1503212523 -o /tmp/evaluation-result-4284304-1503212523/solver-4284304-1503212523 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1550454835 HOME/instance-4284304-1503212523.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=22325, runsolver pid=22322

[startup+0.100091 s]*
/proc/loadavg: 1.36 1.71 1.71 3/217 22341
/proc/meminfo: memFree=20869048/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13978596 memory=26356 CPUtime=0.12 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 5401 0 0 0 11 1 0 0 20 0 15 0 154339896 14314082304 6589 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3494649 6589 2879 1 0 3482966 0
[pid=22327/tid=22328] ppid=22325 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 3385 0 0 0 8 1 0 0 20 0 15 0 154339896 14314082304 6589 33554432000 4194304 4196468 140731833609488 140516131977008 140516120060240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339897 14314082304 6589 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13978596 memory=140550228588160 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13978596 memory=140550228588160 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339898 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339899 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515307636128 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339899 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515306583536 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 154339901 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339901 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13978596 memory=140550228588160 CPUtime=0.01 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) R 22325 22325 19988 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 154339901 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515302373616 140516111824222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13978596 memory=140550228588160 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339902 14314082304 6589 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 27740 KiB

[startup+0.210393 s]*
/proc/loadavg: 1.36 1.71 1.71 3/217 22341
/proc/meminfo: memFree=20857216/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13982852 memory=39040 CPUtime=0.33 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 8349 0 0 0 31 2 0 0 20 0 15 0 154339896 14318440448 9760 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3495713 9760 3053 1 0 3482966 0
[pid=22327/tid=22328] ppid=22325 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 5291 0 0 0 18 1 0 0 20 0 15 0 154339896 14318440448 9816 33554432000 4194304 4196468 140731833609488 140516131964728 140516127765661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13982852 memory=9107 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 9816 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13982852 memory=140550228609573 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13982852 memory=140550228588160 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339898 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339899 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515307636128 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339899 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515306583536 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 568 0 0 0 2 0 0 0 20 0 15 0 154339901 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 154339901 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13982852 memory=140550228588160 CPUtime=0.07 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 892 0 0 0 7 0 0 0 20 0 15 0 154339901 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339902 14318440448 9816 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40424 KiB

[startup+0.310434 s]*
/proc/loadavg: 1.36 1.71 1.71 3/217 22341
/proc/meminfo: memFree=20850408/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13982852 memory=46500 CPUtime=0.5 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 9271 0 0 0 47 3 0 0 20 0 15 0 154339896 14318440448 11625 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3495713 11625 3100 1 0 3482966 0
[pid=22327/tid=22328] ppid=22325 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 5980 0 0 0 27 2 0 0 20 0 15 0 154339896 14318440448 11625 33554432000 4194304 4196468 140731833609488 140516131981888 140515764435821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13982852 memory=9469 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 11625 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13982852 memory=4051050782618046287 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339898 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339899 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515307636128 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339899 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515306583536 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 580 0 0 0 3 0 0 0 20 0 15 0 154339901 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 15 0 154339901 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) R 22325 22325 19988 0 -1 4202560 1063 0 0 0 12 0 0 0 20 0 15 0 154339901 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515302369984 140516106401264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339902 14318440448 11625 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47884 KiB

[startup+0.711171 s]
/proc/loadavg: 1.36 1.71 1.71 5/217 22341
/proc/meminfo: memFree=20827580/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13982928 memory=122068 CPUtime=1.78 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 12317 0 0 0 173 5 0 0 20 0 15 0 154339896 14318518272 30517 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3495732 30517 3203 1 0 3482966 0
[pid=22327/tid=22328] ppid=22325 vsize=13982928 memory=23612 CPUtime=0.68 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 6366 0 0 0 65 3 0 0 20 0 15 0 154339896 14318518272 30517 33554432000 4194304 4196468 140731833609488 140516131982336 140515767984280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13982928 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339897 14318518272 30517 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13982928 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13982928 memory=640 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13982928 memory=956 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339897 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13982928 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154339898 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13982928 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339899 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515307636128 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13982928 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339899 14318518272 30517 33554432000 4194304 4196468 140731833609488 140515306583536 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13982928 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13982928 memory=4124 CPUtime=0.39 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) R 22325 22325 19988 0 -1 4202560 1549 0 0 0 39 0 0 0 20 0 15 0 154339901 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515304467376 140516106159563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13982928 memory=2200 CPUtime=0.39 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) R 22325 22325 19988 0 -1 4202560 1312 0 0 0 39 0 0 0 20 0 15 0 154339901 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515303412728 140516112642035 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13982928 memory=7528 CPUtime=0.29 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 1780 0 0 0 29 0 0 0 20 0 15 0 154339901 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13982928 memory=840 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13982928 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339902 14318518272 31029 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 123452 KiB

[startup+1.50086 s]
/proc/loadavg: 1.36 1.71 1.71 5/217 22341
/proc/meminfo: memFree=20732520/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0

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

/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515306583552 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13984976 memory=1384 CPUtime=2.51 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 7469 0 0 0 250 1 0 0 20 0 15 0 154339901 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13984976 memory=6432592 CPUtime=2.87 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 8254 0 0 0 286 1 0 0 20 0 15 0 154339901 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13984976 memory=4140 CPUtime=0.85 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 6618 0 0 0 83 2 0 0 20 0 15 0 154339901 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13984976 memory=42792 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13984976 memory=42792 CPUtime=0.06 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 75 0 0 0 2 4 0 0 20 0 15 0 154339902 14320615424 1608165 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 160.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 6434044 KiB

[startup+162.301 s]
/proc/loadavg: 2.29 1.91 1.79 3/218 22429
/proc/meminfo: memFree=9798044/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13984976 memory=6432840 CPUtime=220.52 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 95054 0 0 0 21616 436 0 0 20 0 15 0 154339896 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3496244 1608210 3286 1 0 3483478 0
[pid=22327/tid=22328] ppid=22325 vsize=13984976 memory=6432840 CPUtime=141.73 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 14546 0 0 0 14146 27 0 0 20 0 15 0 154339896 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140516131982088 140515772234116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13984976 memory=6432840 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 6282 0 0 0 1638 96 0 0 20 0 15 0 154339897 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13984976 memory=6432840 CPUtime=17.17 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 6791 0 0 0 1616 101 0 0 20 0 15 0 154339897 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13984976 memory=6432840 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 12565 0 0 0 1635 99 0 0 20 0 15 0 154339897 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.14 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 13402 0 0 0 1616 98 0 0 20 0 15 0 154339897 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13984976 memory=6432840 CPUtime=2.96 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 12877 0 0 0 295 1 0 0 20 0 15 0 154339898 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515307636192 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13984976 memory=6432840 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515306583552 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13984976 memory=1384 CPUtime=2.72 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 8991 0 0 0 270 2 0 0 20 0 15 0 154339901 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13984976 memory=1384 CPUtime=3.03 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 9846 0 0 0 301 2 0 0 20 0 15 0 154339901 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13984976 memory=1384 CPUtime=0.89 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 8272 0 0 0 87 2 0 0 20 0 15 0 154339901 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13984976 memory=6432840 CPUtime=0.09 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 136 0 0 0 4 5 0 0 20 0 15 0 154339902 14320615424 1608210 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 220.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 6434224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+205.701 s]
/proc/loadavg: 2.14 1.93 1.79 3/218 22430
/proc/meminfo: memFree=9797880/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13984976 memory=6432844 CPUtime=264.06 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 99571 0 0 0 25969 437 0 0 20 0 15 0 154339896 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3496244 1608211 3286 1 0 3483478 0
[pid=22327/tid=22328] ppid=22325 vsize=13984976 memory=6432844 CPUtime=185.14 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 15943 0 0 0 18487 27 0 0 20 0 15 0 154339896 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140516131980200 140515771185705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 6282 0 0 0 1638 96 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.17 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 6791 0 0 0 1616 101 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 12565 0 0 0 1635 99 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.14 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 13402 0 0 0 1616 98 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13984976 memory=6432844 CPUtime=2.97 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 12952 0 0 0 296 1 0 0 20 0 15 0 154339898 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13984976 memory=6432844 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515307636192 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13984976 memory=281100241610976 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515306583552 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13984976 memory=2428 CPUtime=2.75 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 10118 0 0 0 273 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13984976 memory=6432844 CPUtime=3.09 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 11138 0 0 0 307 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13984976 memory=1160 CPUtime=0.9 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 8859 0 0 0 88 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13984976 memory=4140 CPUtime=0.12 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 175 0 0 0 6 6 0 0 20 0 15 0 154339902 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 264.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 6434228 KiB

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

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

[startup+205.739 s]
# the end of solver process 22327 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=259.697 s, system=4.40437 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

[startup+205.701 s]
/proc/loadavg: 2.14 1.93 1.79 3/218 22430
/proc/meminfo: memFree=9797880/32770624 swapFree=67108860/67108860
[pid=22325] ppid=22322 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154339895 9740288 346 33554432000 4194304 5098028 140725201307472 140725201305576 140521938969212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28913664 140725201310836 140725201311040 140725201311040 140725201313771 0
/proc/22325/statm: 2378 346 289 221 0 87 0
[pid=22327] ppid=22325 vsize=13984976 memory=6432844 CPUtime=264.06 cores=0,2,4,6
/proc/22327/stat : 22327 (java) S 22325 22325 19988 0 -1 1077944320 99571 0 0 0 25969 437 0 0 20 0 15 0 154339896 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140731833592032 140516127743735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
/proc/22327/statm: 3496244 1608211 3286 1 0 3483478 0
[pid=22327/tid=22328] ppid=22325 vsize=13984976 memory=6432844 CPUtime=185.14 cores=0,2,4,6
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 19988 0 -1 4202560 15943 0 0 0 18487 27 0 0 20 0 15 0 154339896 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140516131980200 140515771185705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22329] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 19988 0 -1 1077944384 6282 0 0 0 1638 96 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140516097456400 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22330] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.17 cores=0,2,4,6
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 19988 0 -1 1077944384 6791 0 0 0 1616 101 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515722795408 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22331] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.34 cores=0,2,4,6
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 19988 0 -1 1077944384 12565 0 0 0 1635 99 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515721742864 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22332] ppid=22325 vsize=13984976 memory=1384 CPUtime=17.14 cores=0,2,4,6
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 19988 0 -1 1077944384 13402 0 0 0 1616 98 0 0 20 0 15 0 154339897 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515720690320 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22333] ppid=22325 vsize=13984976 memory=6432844 CPUtime=2.97 cores=0,2,4,6
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 19988 0 -1 1077944384 12952 0 0 0 296 1 0 0 20 0 15 0 154339898 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515308689904 140516127754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22334] ppid=22325 vsize=13984976 memory=6432844 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515307636192 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22335] ppid=22325 vsize=13984976 memory=281100241610976 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 19988 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154339899 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515306583552 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22336] ppid=22325 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515305532112 140516127762331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22337] ppid=22325 vsize=13984976 memory=2428 CPUtime=2.75 cores=0,2,4,6
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 19988 0 -1 1077944384 10118 0 0 0 273 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515304478704 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22338] ppid=22325 vsize=13984976 memory=6432844 CPUtime=3.09 cores=0,2,4,6
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 19988 0 -1 1077944384 11138 0 0 0 307 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515303426160 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22339] ppid=22325 vsize=13984976 memory=1160 CPUtime=0.9 cores=0,2,4,6
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 19988 0 -1 1077944384 8859 0 0 0 88 2 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515302373616 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22340] ppid=22325 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339901 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515301321312 140516127753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
[pid=22327/tid=22341] ppid=22325 vsize=13984976 memory=4140 CPUtime=0.12 cores=0,2,4,6
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 19988 0 -1 1077944384 175 0 0 0 6 6 0 0 20 0 15 0 154339902 14320615424 1608211 33554432000 4194304 4196468 140731833609488 140515300268848 140516127754882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140731833615517 140731833615692 140731833615692 140731833618383 0
Current children cumulated CPU time: 264.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 6434228 KiB

Child status: 143
Real time (s): 205.739
CPU time (s): 264.101
CPU user time (s): 259.697
CPU system time (s): 4.40437
CPU usage (%): 128.367
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 6439656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.697
system time used= 4.40437
maximum resident set size= 6438272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9318
involuntary context switches= 1013


# summary of solver processes directly reported to runsolver:
#   pid: 22325,22327
#   total CPU time (s): 264.101
#   total CPU user time (s): 259.697
#   total CPU system time (s): 4.40437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3141 second user time and 2.10311 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 08:47:42
IDJOB=4284304
IDBENCH=126240
IDSOLVER=2680
FILE ID=node114/4284304-1503212523
RUNJOBID= node114-1503208995-20019
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-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-4284304-1503212523/watcher-4284304-1503212523 -o /tmp/evaluation-result-4284304-1503212523/solver-4284304-1503212523 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1550454835 HOME/instance-4284304-1503212523.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=1550454835

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        20883804 kB
MemAvailable:   31628124 kB
Buffers:          261144 kB
Cached:         10768772 kB
SwapCached:            0 kB
Active:          2349208 kB
Inactive:        9077380 kB
Active(anon):     387932 kB
Inactive(anon):    44260 kB
Active(file):    1961276 kB
Inactive(file):  9033120 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:        402892 kB
Mapped:            64108 kB
Shmem:             33416 kB
Slab:             158176 kB
SReclaimable:     131516 kB
SUnreclaim:        26660 kB
KernelStack:        3552 kB
PageTables:         6248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1189956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61688 MiB
End job on node114 at 2017-08-20 08:51:08