Trace number 4282827

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)OPT17 2.03197 0.85963303

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-06-a4.xml
MD5SUM3be13f028e00a9c301b8790857e4d16d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.213054
Satisfiable
(Un)Satisfiability was proved
Number of variables6
Number of constraints87
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":6}]
Minimum variable degree51
Maximum variable degree52
Distribution of variable degrees[{"degree":51,"count":4},{"degree":52,"count":2}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":40},{"arity":4,"count":45},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints86
Distribution of constraint types[{"type":"intension","count":86},{"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-4282827-1503212619.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4282827-1503212619.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.20	c simple solver
0.34/0.26	c parse instance...
0.71/0.48	c solve instance...
0.98/0.55	o 500 
0.98/0.56	o 499 
0.98/0.58	o 18 
1.29/0.62	o 17 
1.89/0.83	s OPTIMUM FOUND
1.89/0.83	v <instantiation>
1.89/0.83	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] </list>
1.89/0.83	v 	<values>0 1 4 10 12 17 </values>
1.89/0.83	v </instantiation>

Verifier Data

OK	17

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282827-1503212619/watcher-4282827-1503212619 -o /tmp/evaluation-result-4282827-1503212619/solver-4282827-1503212619 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1258519034 HOME/instance-4282827-1503212619.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=8341, runsolver pid=8338

[startup+0.100091 s]*
/proc/loadavg: 2.01 2.05 1.79 3/217 8357
/proc/meminfo: memFree=21143476/32770624 swapFree=67108860/67108860
[pid=8341] ppid=8338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342646 9740288 346 33554432000 4194304 5098028 140729754171392 140729754169496 140449966355068 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28282880 140729754178676 140729754178880 140729754178880 140729754181611 0
/proc/8341/statm: 2378 346 289 221 0 87 0
[pid=8343] ppid=8341 vsize=13978596 memory=27648 CPUtime=0.11 cores=0,2,4,6
/proc/8343/stat : 8343 (java) S 8341 8341 7296 0 -1 1077944320 5325 0 0 0 11 0 0 0 20 0 15 0 154342646 14314082304 6912 33554432000 4194304 4196468 140736387568528 140736387551072 140046583250679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
/proc/8343/statm: 3494649 6912 2844 1 0 3482966 0
[pid=8343/tid=8344] ppid=8341 vsize=13978596 memory=8187726226515006299 CPUtime=0.09 cores=0,2,4,6
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 7296 0 -1 4202560 3349 0 0 0 9 0 0 0 20 0 15 0 154342647 14314082304 6912 33554432000 4194304 4196468 140736387568528 140046587485216 140046583262614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8345] ppid=8341 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342647 14314082304 6912 33554432000 4194304 4196468 140736387568528 140046179166480 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8346] ppid=8341 vsize=13978596 memory=140662182266496 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14314082304 6912 33554432000 4194304 4196468 140736387568528 140046178113936 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8347] ppid=8341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14314082304 6912 33554432000 4194304 4196468 140736387568528 140046177061392 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8348] ppid=8341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342648 14314082304 6912 33554432000 4194304 4196468 140736387568528 140046176008848 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8349] ppid=8341 vsize=13978596 memory=140662182266496 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342649 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045764143600 140046583261826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8350] ppid=8341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342649 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045763089824 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8351] ppid=8341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342650 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045762037232 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8352] ppid=8341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045760985808 140046583269275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8353] ppid=8341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 7296 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045759932400 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8354] ppid=8341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 7296 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045758879856 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8355] ppid=8341 vsize=13978596 memory=140662182266496 CPUtime=0.01 cores=0,2,4,6
/proc/8343/task/8355/stat : 8355 (java) R 8341 8341 7296 0 -1 4202560 238 0 0 0 1 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045757824848 140046583272026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8356] ppid=8341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045756775008 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8357] ppid=8341 vsize=13978596 memory=140662182266496 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342652 14314082304 6912 33554432000 4194304 4196468 140736387568528 140045755722544 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29032 KiB

[startup+0.210515 s]*
/proc/loadavg: 2.01 2.05 1.79 3/217 8357
/proc/meminfo: memFree=21132984/32770624 swapFree=67108860/67108860
[pid=8341] ppid=8338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342646 9740288 346 33554432000 4194304 5098028 140729754171392 140729754169496 140449966355068 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28282880 140729754178676 140729754178880 140729754178880 140729754181611 0
/proc/8341/statm: 2378 346 289 221 0 87 0
[pid=8343] ppid=8341 vsize=13982852 memory=40324 CPUtime=0.34 cores=0,2,4,6
/proc/8343/stat : 8343 (java) S 8341 8341 7296 0 -1 1077944320 8154 0 0 0 32 2 0 0 20 0 15 0 154342646 14318440448 10081 33554432000 4194304 4196468 140736387568528 140736387551072 140046583250679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
/proc/8343/statm: 3495713 10081 3037 1 0 3482966 0
[pid=8343/tid=8344] ppid=8341 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 7296 0 -1 4202560 5260 0 0 0 18 1 0 0 20 0 15 0 154342647 14318440448 10081 33554432000 4194304 4196468 140736387568528 140046587471672 140046567331166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8345] ppid=8341 vsize=13982852 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342647 14318440448 10081 33554432000 4194304 4196468 140736387568528 140046179166480 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8346] ppid=8341 vsize=13982852 memory=140662183309966 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14318440448 10081 33554432000 4194304 4196468 140736387568528 140046178113936 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8347] ppid=8341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14318440448 10081 33554432000 4194304 4196468 140736387568528 140046177061392 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8348] ppid=8341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342648 14318440448 10081 33554432000 4194304 4196468 140736387568528 140046176008848 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8349] ppid=8341 vsize=13982852 memory=140662182266496 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342649 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045764143600 140046583261826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8350] ppid=8341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342649 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045763089824 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8351] ppid=8341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342650 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045762037232 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8352] ppid=8341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045760985808 140046583269275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8353] ppid=8341 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 7296 0 -1 1077944384 574 0 0 0 2 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045759932400 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8354] ppid=8341 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 7296 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045758879856 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8355] ppid=8341 vsize=13982852 memory=140662182266496 CPUtime=0.08 cores=0,2,4,6
/proc/8343/task/8355/stat : 8355 (java) R 8341 8341 7296 0 -1 4202560 770 0 0 0 8 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045757827312 140046575487806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8356] ppid=8341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045756775008 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8357] ppid=8341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342652 14318440448 10081 33554432000 4194304 4196468 140736387568528 140045755722544 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41708 KiB

[startup+0.3148 s]*
/proc/loadavg: 2.01 2.05 1.79 5/217 8357
/proc/meminfo: memFree=21125388/32770624 swapFree=67108860/67108860
[pid=8341] ppid=8338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342646 9740288 346 33554432000 4194304 5098028 140729754171392 140729754169496 140449966355068 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28282880 140729754178676 140729754178880 140729754178880 140729754181611 0
/proc/8341/statm: 2378 346 289 221 0 87 0
[pid=8343] ppid=8341 vsize=13982928 memory=47824 CPUtime=0.51 cores=0,2,4,6
/proc/8343/stat : 8343 (java) S 8341 8341 7296 0 -1 1077944320 9209 0 0 0 49 2 0 0 20 0 15 0 154342646 14318518272 11956 33554432000 4194304 4196468 140736387568528 140736387551072 140046583250679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
/proc/8343/statm: 3495732 11956 3088 1 0 3482966 0
[pid=8343/tid=8344] ppid=8341 vsize=13982928 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 7296 0 -1 4202560 6059 0 0 0 28 2 0 0 20 0 15 0 154342647 14318518272 12021 33554432000 4194304 4196468 140736387568528 140046587489184 140046567331166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8345] ppid=8341 vsize=13982928 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342647 14318518272 12021 33554432000 4194304 4196468 140736387568528 140046179166480 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8346] ppid=8341 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14318518272 12021 33554432000 4194304 4196468 140736387568528 140046178113936 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8347] ppid=8341 vsize=13982928 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14318518272 12021 33554432000 4194304 4196468 140736387568528 140046177061392 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8348] ppid=8341 vsize=13982928 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342648 14318518272 12021 33554432000 4194304 4196468 140736387568528 140046176008848 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8349] ppid=8341 vsize=13982928 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342649 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045764143600 140046583261826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8350] ppid=8341 vsize=13982928 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342649 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045763089824 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8351] ppid=8341 vsize=13982928 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342650 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045762037232 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8352] ppid=8341 vsize=13982928 memory=-8412654338097312159 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045760985808 140046583269275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8353] ppid=8341 vsize=13982928 memory=-7384621950708166502 CPUtime=0.03 cores=0,2,4,6
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 7296 0 -1 1077944384 593 0 0 0 3 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045759932400 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8354] ppid=8341 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 7296 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045758879856 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8355] ppid=8341 vsize=13982928 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 7296 0 -1 1077944384 893 0 0 0 13 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045757827312 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8356] ppid=8341 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045756775008 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8357] ppid=8341 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342652 14318518272 12021 33554432000 4194304 4196468 140736387568528 140045755722544 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49208 KiB

[startup+0.701763 s]
/proc/loadavg: 2.01 2.05 1.79 5/217 8357
/proc/meminfo: memFree=21110376/32770624 swapFree=67108860/67108860
[pid=8341] ppid=8338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342646 9740288 346 33554432000 4194304 5098028 140729754171392 140729754169496 140449966355068 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28282880 140729754178676 140729754178880 140729754178880 140729754181611 0
/proc/8341/statm: 2378 346 289 221 0 87 0
[pid=8343] ppid=8341 vsize=13984976 memory=78000 CPUtime=1.58 cores=0,2,4,6
/proc/8343/stat : 8343 (java) S 8341 8341 7296 0 -1 1077944320 14733 0 0 0 153 5 0 0 20 0 15 0 154342646 14320615424 19500 33554432000 4194304 4196468 140736387568528 140736387551072 140046583250679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
/proc/8343/statm: 3496244 19500 3204 1 0 3483478 0
[pid=8343/tid=8344] ppid=8341 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 7296 0 -1 4202560 6643 0 0 0 65 2 0 0 20 0 15 0 154342647 14320615424 19500 33554432000 4194304 4196468 140736387568528 140046587481936 140046220208703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8345] ppid=8341 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 19500 33554432000 4194304 4196468 140736387568528 140046179166480 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8346] ppid=8341 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 19500 33554432000 4194304 4196468 140736387568528 140046178113936 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8347] ppid=8341 vsize=13984976 memory=43084 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 19500 33554432000 4194304 4196468 140736387568528 140046177061392 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8348] ppid=8341 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342648 14320615424 19500 33554432000 4194304 4196468 140736387568528 140046176008848 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8349] ppid=8341 vsize=13984976 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 7296 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154342649 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045764143600 140046583261826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8350] ppid=8341 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342649 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045763089824 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8351] ppid=8341 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342650 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045762037232 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8352] ppid=8341 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045760985808 140046583269275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8353] ppid=8341 vsize=13984976 memory=5792 CPUtime=0.29 cores=0,2,4,6
/proc/8343/task/8353/stat : 8353 (java) R 8341 8341 7296 0 -1 4202560 2727 0 0 0 29 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045759918472 140046566751177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8354] ppid=8341 vsize=13984976 memory=796 CPUtime=0.29 cores=0,2,4,6
/proc/8343/task/8354/stat : 8354 (java) R 8341 8341 7296 0 -1 4202560 2036 0 0 0 29 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045758865880 140046564794824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8355] ppid=8341 vsize=13984976 memory=1436 CPUtime=0.29 cores=0,2,4,6
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 7296 0 -1 1077944384 2019 0 0 0 29 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045757827312 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8356] ppid=8341 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045756775008 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8357] ppid=8341 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 19500 33554432000 4194304 4196468 140736387568528 140045755722544 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79384 KiB

[startup+0.859582 s]
# the end of solver process 8341 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.97465 s, system=0.057321 s

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

[startup+0.801768 s]
/proc/loadavg: 2.01 2.05 1.79 5/217 8357
/proc/meminfo: memFree=21110376/32770624 swapFree=67108860/67108860
[pid=8341] ppid=8338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342646 9740288 346 33554432000 4194304 5098028 140729754171392 140729754169496 140449966355068 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28282880 140729754178676 140729754178880 140729754178880 140729754181611 0
/proc/8341/statm: 2378 346 289 221 0 87 0
[pid=8343] ppid=8341 vsize=13984976 memory=83660 CPUtime=1.89 cores=0,2,4,6
/proc/8343/stat : 8343 (java) S 8341 8341 7296 0 -1 1077944320 16166 0 0 0 184 5 0 0 20 0 15 0 154342646 14320615424 20915 33554432000 4194304 4196468 140736387568528 140736387551072 140046583250679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
/proc/8343/statm: 3496244 20915 3204 1 0 3483478 0
[pid=8343/tid=8344] ppid=8341 vsize=13984976 memory=4620 CPUtime=0.77 cores=0,2,4,6
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 7296 0 -1 4202560 6643 0 0 0 75 2 0 0 20 0 15 0 154342647 14320615424 20915 33554432000 4194304 4196468 140736387568528 140046587485008 140046216863646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8345] ppid=8341 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 20915 33554432000 4194304 4196468 140736387568528 140046179166480 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8346] ppid=8341 vsize=13984976 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 20915 33554432000 4194304 4196468 140736387568528 140046178113936 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8347] ppid=8341 vsize=13984976 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342647 14320615424 20915 33554432000 4194304 4196468 140736387568528 140046177061392 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8348] ppid=8341 vsize=13984976 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342648 14320615424 20915 33554432000 4194304 4196468 140736387568528 140046176008848 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8349] ppid=8341 vsize=13984976 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 7296 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154342649 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045764143600 140046583261826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8350] ppid=8341 vsize=13984976 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342649 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045763089824 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8351] ppid=8341 vsize=13984976 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342650 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045762037232 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8352] ppid=8341 vsize=13984976 memory=17668 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045760985808 140046583269275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8353] ppid=8341 vsize=13984976 memory=19876 CPUtime=0.39 cores=0,2,4,6
/proc/8343/task/8353/stat : 8353 (java) R 8341 8341 7296 0 -1 4202560 3552 0 0 0 39 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045759918472 140046568358346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8354] ppid=8341 vsize=13984976 memory=22084 CPUtime=0.39 cores=0,2,4,6
/proc/8343/task/8354/stat : 8354 (java) R 8341 8341 7296 0 -1 4202560 2603 0 0 0 39 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045758860872 140046583264583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8355] ppid=8341 vsize=13984976 memory=24292 CPUtime=0.3 cores=0,2,4,6
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 7296 0 -1 1077944384 2060 0 0 0 30 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045757827312 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8356] ppid=8341 vsize=13984976 memory=26500 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045756775008 140046583260885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
[pid=8343/tid=8357] ppid=8341 vsize=13984976 memory=28708 CPUtime=0 cores=0,2,4,6
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342652 14320615424 20915 33554432000 4194304 4196468 140736387568528 140045755722544 140046583261826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21331968 140736387576989 140736387577164 140736387577164 140736387579855 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 85044 KiB

Child status: 0
Real time (s): 0.859633
CPU time (s): 2.03197
CPU user time (s): 1.97465
CPU system time (s): 0.057321
CPU usage (%): 236.377
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 85044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.97465
system time used= 0.057321
maximum resident set size= 87252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1560
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 8341
#   total CPU time (s): 2.03197
#   total CPU user time (s): 1.97465
#   total CPU system time (s): 0.057321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024257 second user time and 0.051421 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-20 08:49:19
IDJOB=4282827
IDBENCH=126251
IDSOLVER=2678
FILE ID=node149/4282827-1503212619
RUNJOBID= node149-1503210552-7327
PBS_JOBID= 20630877
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-06-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-4282827-1503212619/watcher-4282827-1503212619 -o /tmp/evaluation-result-4282827-1503212619/solver-4282827-1503212619 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1258519034 HOME/instance-4282827-1503212619.xml

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

MD5SUM BENCH= 3be13f028e00a9c301b8790857e4d16d
RANDOM SEED=1258519034

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21160024 kB
MemAvailable:   31716592 kB
Buffers:          286780 kB
Cached:         10538628 kB
SwapCached:            0 kB
Active:          2404448 kB
Inactive:        8712276 kB
Active(anon):     240576 kB
Inactive(anon):    86576 kB
Active(file):    2163872 kB
Inactive(file):  8625700 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        364216 kB
Mapped:            64468 kB
Shmem:             33416 kB
Slab:             192980 kB
SReclaimable:     165664 kB
SUnreclaim:        27316 kB
KernelStack:        3840 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61696 MiB
End job on node149 at 2017-08-20 08:49:20