Trace number 4270077

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT17 2.05492 1.01998

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.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270077-1502622023.xml"  -tl '264s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4270077-1502622023.xml, -tl, 264s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
0.91/0.62	c solve instance...
0.91/0.68	o 500 
1.16/0.70	o 499 
1.16/0.73	o 18 
1.16/0.77	o 17 
1.80/0.96	s OPTIMUM FOUND
1.80/0.96	v <instantiation>
1.80/0.96	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] </list>
1.80/0.96	v 	<values>0 1 4 10 12 17 </values>
1.80/0.96	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 (14034 MiB free)
  memory of node 1: 16384 MiB (15266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270077-1502622023/watcher-4270077-1502622023 -o /tmp/evaluation-result-4270077-1502622023/solver-4270077-1502622023 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28448 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1513672286 HOME/instance-4270077-1502622023.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100443 s]*
/proc/loadavg: 1.90 1.97 2.02 3/202 29075
/proc/meminfo: memFree=30003948/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=11660708 memory=9812 CPUtime=0 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 2192 0 0 0 0 0 0 0 20 0 5 0 104113614 11940564992 2453 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 2915434 2453 1161 1 0 2905404 0
[pid=29075/tid=29076] ppid=29073 vsize=13356504 memory=4206989191851631162 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) R 29073 29073 12395 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 6 0 104113614 13677060096 2532 18446744073709551615 4194304 4196468 140727900560512 140209428576360 140209410415871 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13356504 memory=3461490262702081673 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104113615 13677060096 2532 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13356504 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104113615 13677060096 2532 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104113615 13677060096 2532 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104113615 13677060096 2598 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11670220 KiB
Current children cumulated memory: 11192 KiB

[startup+0.210123 s]*
/proc/loadavg: 1.90 1.97 2.02 3/216 29089
/proc/meminfo: memFree=29992936/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=13974352 memory=24392 CPUtime=0.07 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 4996 0 0 0 7 0 0 0 20 0 15 0 104113614 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 3493588 6098 2724 1 0 3482964 0
[pid=29075/tid=29076] ppid=29073 vsize=13974352 memory=-6226898752522785124 CPUtime=0.06 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) R 29073 29073 12395 0 -1 4202560 3171 0 0 0 6 0 0 0 20 0 15 0 104113614 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140209428560272 140209022969713 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13974352 memory=3461490262702081673 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13974352 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29081] ppid=29073 vsize=13974352 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29081/stat : 29081 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113616 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140208902723568 140209424345730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29082] ppid=29073 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29082/stat : 29082 (java) S 29073 29073 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104113617 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140208901669792 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29083] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29083/stat : 29083 (java) S 29073 29073 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104113617 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140208900617200 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29084] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29084/stat : 29084 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140208899565776 140209424353179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29085] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29085/stat : 29085 (java) S 29073 29073 12395 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 6098 18446744073709551615 4194304 4196468 140727900560512 140208898513392 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29086] ppid=29073 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29086/stat : 29086 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 6610 18446744073709551615 4194304 4196468 140727900560512 140208897460848 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29087] ppid=29073 vsize=13974352 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29087/stat : 29087 (java) S 29073 29073 12395 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 6610 18446744073709551615 4194304 4196468 140727900560512 140208896408304 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29088] ppid=29073 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29088/stat : 29088 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 6610 18446744073709551615 4194304 4196468 140727900560512 140208895356000 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29089] ppid=29073 vsize=13974352 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29089/stat : 29089 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113624 14309736448 6610 18446744073709551615 4194304 4196468 140727900560512 140208894302512 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25772 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.90 1.97 2.02 3/216 29089
/proc/meminfo: memFree=29976172/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=13974352 memory=37416 CPUtime=0.26 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 8897 0 0 0 25 1 0 0 20 0 15 0 104113614 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 3493588 9354 2982 1 0 3482964 0
[pid=29075/tid=29076] ppid=29073 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) R 29073 29073 12395 0 -1 4202560 6074 0 0 0 15 1 0 0 20 0 15 0 104113614 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140209428569456 140209424346518 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13974352 memory=139658072404433 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13974352 memory=5931359896341407085 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29081] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29081/stat : 29081 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113616 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208902723568 140209424345730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29082] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29082/stat : 29082 (java) S 29073 29073 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104113617 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208901669792 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29083] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29083/stat : 29083 (java) S 29073 29073 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104113617 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208900617200 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29084] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29084/stat : 29084 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208899565776 140209424353179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29085] ppid=29073 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29075/task/29085/stat : 29085 (java) R 29073 29073 12395 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 104113619 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208898513392 140209424345730 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29086] ppid=29073 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29075/task/29086/stat : 29086 (java) R 29073 29073 12395 0 -1 4202560 290 0 0 0 2 0 0 0 20 0 15 0 104113619 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208897460848 140209401913744 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29087] ppid=29073 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29075/task/29087/stat : 29087 (java) R 29073 29073 12395 0 -1 4202560 732 0 0 0 5 0 0 0 20 0 15 0 104113619 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208896408304 140209403280232 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29088] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29088/stat : 29088 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208895356000 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29089] ppid=29073 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29089/stat : 29089 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113624 14309736448 9354 18446744073709551615 4194304 4196468 140727900560512 140208894302512 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38796 KiB

[startup+0.700811 s]
/proc/loadavg: 1.90 1.97 2.02 6/216 29089
/proc/meminfo: memFree=29964724/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=13980732 memory=65852 CPUtime=1.16 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 13724 0 0 0 112 4 0 0 20 0 15 0 104113614 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 3495183 16463 3171 1 0 3483476 0
[pid=29075/tid=29076] ppid=29073 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) R 29073 29073 12395 0 -1 4202560 8638 0 0 0 51 3 0 0 20 0 15 0 104113614 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140209428565840 140209424346518 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29081] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29081/stat : 29081 (java) S 29073 29073 12395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 104113616 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208902723568 140209424345730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29082] ppid=29073 vsize=13980732 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29082/stat : 29082 (java) S 29073 29073 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104113617 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208901669792 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29083] ppid=29073 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29083/stat : 29083 (java) S 29073 29073 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104113617 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208900617200 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29084] ppid=29073 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29084/stat : 29084 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208899565776 140209424353179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29085] ppid=29073 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/29075/task/29085/stat : 29085 (java) R 29073 29073 12395 0 -1 4202560 1307 0 0 0 17 0 0 0 20 0 15 0 104113619 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208898494408 140209407831371 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29086] ppid=29073 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29075/task/29086/stat : 29086 (java) R 29073 29073 12395 0 -1 4202560 847 0 0 0 15 0 0 0 20 0 15 0 104113619 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208897446328 140209416571710 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29087] ppid=29073 vsize=13980732 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/29075/task/29087/stat : 29087 (java) R 29073 29073 12395 0 -1 1077944384 1625 0 0 0 27 0 0 0 20 0 15 0 104113619 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208896408304 140209424345730 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29088] ppid=29073 vsize=13980732 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29088/stat : 29088 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208895356000 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29089] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29089/stat : 29089 (java) R 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113624 14316269568 16463 18446744073709551615 4194304 4196468 140727900560512 140208894302512 140209424345730 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67232 KiB

[startup+1.01992 s]
# the end of solver process 29073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.00074 s, system=0.054179 s

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

[startup+0.800994 s]
/proc/loadavg: 1.90 1.97 2.02 6/216 29089
/proc/meminfo: memFree=29964724/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=13980732 memory=69756 CPUtime=1.48 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 14727 0 0 0 144 4 0 0 20 0 15 0 104113614 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 3495183 17439 3176 1 0 3483476 0
[pid=29075/tid=29076] ppid=29073 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) R 29073 29073 12395 0 -1 4202560 8638 0 0 0 61 3 0 0 20 0 15 0 104113614 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140209428569904 140209424355930 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13980732 memory=279315950338288 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13980732 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113615 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29081] ppid=29073 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29081/stat : 29081 (java) S 29073 29073 12395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 104113616 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208902723568 140209424345730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29082] ppid=29073 vsize=13980732 memory=3124 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29082/stat : 29082 (java) S 29073 29073 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104113617 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208901669792 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29083] ppid=29073 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29083/stat : 29083 (java) S 29073 29073 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104113617 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208900617200 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29084] ppid=29073 vsize=13980732 memory=1077608 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29084/stat : 29084 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208899565776 140209424353179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29085] ppid=29073 vsize=13980732 memory=1160 CPUtime=0.27 cores=1,3,5,7
/proc/29075/task/29085/stat : 29085 (java) R 29073 29073 12395 0 -1 4202560 1889 0 0 0 27 0 0 0 20 0 15 0 104113619 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208898494408 140209405878814 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29086] ppid=29073 vsize=13980732 memory=2360 CPUtime=0.25 cores=1,3,5,7
/proc/29075/task/29086/stat : 29086 (java) R 29073 29073 12395 0 -1 4202560 1154 0 0 0 25 0 0 0 20 0 15 0 104113619 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208897452944 140209403641539 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29087] ppid=29073 vsize=13980732 memory=1380 CPUtime=0.29 cores=1,3,5,7
/proc/29075/task/29087/stat : 29087 (java) S 29073 29073 12395 0 -1 1077944384 1739 0 0 0 29 0 0 0 20 0 15 0 104113619 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208896408304 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29088] ppid=29073 vsize=13980732 memory=51372 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29088/stat : 29088 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104113619 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208895356000 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29089] ppid=29073 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29089/stat : 29089 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104113624 14316269568 17439 18446744073709551615 4194304 4196468 140727900560512 140208894302512 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71136 KiB

[startup+1.00082 s]*
/proc/loadavg: 1.90 1.97 2.02 3/215 29089
/proc/meminfo: memFree=29934388/32770624 swapFree=67108860/67108860
[pid=29073] ppid=29070 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29073/stat : 29073 (xcsp3-exec) S 29070 29073 12395 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104113604 9740288 345 18446744073709551615 4194304 5098028 140723591083392 140723591081496 140683339989628 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 31547392 140723591090558 140723591090762 140723591090762 140723591094251 0
/proc/29073/statm: 2378 345 289 221 0 87 0
[pid=29075] ppid=29073 vsize=13980732 memory=82320 CPUtime=2.04 cores=1,3,5,7
/proc/29075/stat : 29075 (java) S 29073 29073 12395 0 -1 1077944320 17823 0 0 0 199 5 0 0 20 0 14 0 104113614 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140727900543056 140209424334583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
/proc/29075/statm: 3495183 20580 3178 1 0 3483476 0
[pid=29075/tid=29076] ppid=29073 vsize=13980732 memory=2737 CPUtime=0.8 cores=1,3,5,7
/proc/29075/task/29076/stat : 29076 (java) S 29073 29073 12395 0 -1 1077944384 8642 0 0 0 77 3 0 0 20 0 14 0 104113614 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140209428577424 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29077] ppid=29073 vsize=13980732 memory=732369796409850853 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29077/stat : 29077 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104113615 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140209343748880 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29078] ppid=29073 vsize=13980732 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29078/stat : 29078 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104113615 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140209342696336 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29079] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29079/stat : 29079 (java) S 29073 29073 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104113615 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140209022823440 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29080] ppid=29073 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29080/stat : 29080 (java) S 29073 29073 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104113615 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140209021770896 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29081] ppid=29073 vsize=13980732 memory=139658072397440 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29081/stat : 29081 (java) S 29073 29073 12395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 104113616 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208902723776 140209424345730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29082] ppid=29073 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29082/stat : 29082 (java) S 29073 29073 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 104113617 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208901669792 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29083] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29083/stat : 29083 (java) S 29073 29073 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 104113617 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208900617200 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29084] ppid=29073 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29084/stat : 29084 (java) S 29073 29073 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 14 0 104113619 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208899564544 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29085] ppid=29073 vsize=13980732 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/29075/task/29085/stat : 29085 (java) S 29073 29073 12395 0 -1 1077944384 2348 0 0 0 44 0 0 0 20 0 14 0 104113619 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208898504672 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29086] ppid=29073 vsize=13980732 memory=-1 CPUtime=0.46 cores=1,3,5,7
/proc/29075/task/29086/stat : 29086 (java) R 29073 29073 12395 0 -1 4202560 3543 0 0 0 46 0 0 0 20 0 14 0 104113619 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208897447608 140209405852371 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29087] ppid=29073 vsize=13980732 memory=139658072397440 CPUtime=0.3 cores=1,3,5,7
/proc/29075/task/29087/stat : 29087 (java) S 29073 29073 12395 0 -1 1077944384 1963 0 0 0 30 0 0 0 20 0 14 0 104113619 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208896408304 140209424345730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
[pid=29075/tid=29088] ppid=29073 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29075/task/29088/stat : 29088 (java) S 29073 29073 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104113619 14316269568 20580 18446744073709551615 4194304 4196468 140727900560512 140208895356000 140209424344789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14327808 140727900561847 140727900562022 140727900562022 140727900565455 0
Current children cumulated CPU time: 2.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83700 KiB

Child status: 0
Real time (s): 1.01998
CPU time (s): 2.05492
CPU user time (s): 2.00074
CPU system time (s): 0.054179
CPU usage (%): 201.468
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 83700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.00074
system time used= 0.054179
maximum resident set size= 82892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18352
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= 1577
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 29073
#   total CPU time (s): 2.05492
#   total CPU user time (s): 2.00074
#   total CPU system time (s): 0.054179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029238 second user time and 0.058476 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 12:46:29
IDJOB=4270077
IDBENCH=126251
IDSOLVER=2661
FILE ID=node135/4270077-1502622023
RUNJOBID= node135-1502620465-28448
PBS_JOBID= 
Free space on /tmp= 62020 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-4270077-1502622023/watcher-4270077-1502622023 -o /tmp/evaluation-result-4270077-1502622023/solver-4270077-1502622023 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28448 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1513672286 HOME/instance-4270077-1502622023.xml

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

MD5SUM BENCH= 3be13f028e00a9c301b8790857e4d16d
RANDOM SEED=1513672286

node135.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.21
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.21
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.21
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.21
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:        30004212 kB
MemAvailable:   30906540 kB
Buffers:          311120 kB
Cached:           888972 kB
SwapCached:            0 kB
Active:          1770384 kB
Inactive:         552440 kB
Active(anon):    1123016 kB
Inactive(anon):    41324 kB
Active(file):     647368 kB
Inactive(file):   511116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:       1122688 kB
Mapped:            67092 kB
Shmem:             41656 kB
Slab:             147076 kB
SReclaimable:     119360 kB
SUnreclaim:        27716 kB
KernelStack:        3488 kB
PageTables:         7160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2999232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-13 12:46:31