Trace number 4272335

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 2.11655 0.85100102

General information on the benchmark

NameBlackhole/Blackhole-m1-s07/
Blackhole-07-3-10.xml
MD5SUM41a77f0ff8ed1fddf85157fc97a1c00e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.035018999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":56}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":47},{"degree":3,"count":9}]
Minimum constraint arity1
Maximum constraint arity56
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":45},{"arity":56,"count":1}]
Number of extensional constraints27
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":27},{"type":"intension","count":19},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272335-1502814841.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272335-1502814841.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
0.75/0.48	c solve instance...
2.01/0.82	s SATISFIABLE
2.01/0.82	v <instantiation>
2.01/0.82	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] </list>
2.01/0.82	v 	<values>0 1 2 8 7 6 21 15 9 3 4 10 16 22 14 13 12 18 26 27 19 25 17 23 24 11 5 20 0 1 2 9 10 26 5 4 3 8 11 25 16 15 14 7 12 22 17 20 27 6 13 23 24 21 18 19 </values>
2.01/0.82	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272335-1502814841/watcher-4272335-1502814841 -o /tmp/evaluation-result-4272335-1502814841/solver-4272335-1502814841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30227 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 550852406 HOME/instance-4272335-1502814841.xml 

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

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

solver pid=4372, runsolver pid=4369

[startup+0.10006 s]*
/proc/loadavg: 1.84 1.82 1.83 3/217 4388
/proc/meminfo: memFree=30564772/32770624 swapFree=67108860/67108860
[pid=4372] ppid=4369 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4372/stat : 4372 (xcsp3-exec) S 4369 4372 30195 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114572341 9740288 345 33554432000 4194304 5098028 140725490056720 140725490054824 140475667796604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31903744 140725490058351 140725490058555 140725490058555 140725490061291 0
/proc/4372/statm: 2378 345 289 221 0 87 0
[pid=4374] ppid=4372 vsize=13978596 memory=28732 CPUtime=0.12 cores=1,3,5,7
/proc/4374/stat : 4374 (java) S 4372 4372 30195 0 -1 1077944320 5112 0 0 0 11 1 0 0 20 0 15 0 114572341 14314082304 7183 33554432000 4194304 4196468 140722218845616 140722218828160 139713845444343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
/proc/4374/statm: 3494649 7183 2840 1 0 3482966 0
[pid=4374/tid=4375] ppid=4372 vsize=13978596 memory=7031125463459224206 CPUtime=0.08 cores=1,3,5,7
/proc/4374/task/4375/stat : 4375 (java) R 4372 4372 30195 0 -1 4202560 3108 0 0 0 8 0 0 0 20 0 15 0 114572342 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713849677616 139713845458192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4376] ppid=4372 vsize=13978596 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4376/stat : 4376 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713440758160 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4377] ppid=4372 vsize=13978596 memory=139654272652928 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4377/stat : 4377 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713439705360 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4378] ppid=4372 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4378/stat : 4378 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713438653072 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4379] ppid=4372 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4379/stat : 4379 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572342 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713437600272 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4380] ppid=4372 vsize=13978596 memory=139654272652928 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4380/stat : 4380 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572344 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713319602800 139713845455490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4381] ppid=4372 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4381/stat : 4381 (java) S 4372 4372 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114572344 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713318548768 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4382] ppid=4372 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4382/stat : 4382 (java) S 4372 4372 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114572344 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713317496432 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4383] ppid=4372 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4383/stat : 4383 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713316444752 139713845462939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4384] ppid=4372 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4384/stat : 4384 (java) S 4372 4372 30195 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713315391600 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4385] ppid=4372 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4385/stat : 4385 (java) S 4372 4372 30195 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713314338800 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4386] ppid=4372 vsize=13978596 memory=139654272652928 CPUtime=0.01 cores=1,3,5,7
/proc/4374/task/4386/stat : 4386 (java) R 4372 4372 30195 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713313286512 139713829974606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4387] ppid=4372 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4387/stat : 4387 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713312233952 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4388] ppid=4372 vsize=13978596 memory=139654272652928 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4388/stat : 4388 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572347 14314082304 7248 33554432000 4194304 4196468 140722218845616 139713311181744 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30112 KiB

[startup+0.210912 s]*
/proc/loadavg: 1.84 1.82 1.83 4/217 4388
/proc/meminfo: memFree=30554212/32770624 swapFree=67108860/67108860
[pid=4372] ppid=4369 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4372/stat : 4372 (xcsp3-exec) S 4369 4372 30195 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114572341 9740288 345 33554432000 4194304 5098028 140725490056720 140725490054824 140475667796604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31903744 140725490058351 140725490058555 140725490058555 140725490061291 0
/proc/4372/statm: 2378 345 289 221 0 87 0
[pid=4374] ppid=4372 vsize=13982852 memory=40364 CPUtime=0.34 cores=1,3,5,7
/proc/4374/stat : 4374 (java) S 4372 4372 30195 0 -1 1077944320 7614 0 0 0 32 2 0 0 20 0 15 0 114572341 14318440448 10091 33554432000 4194304 4196468 140722218845616 140722218828160 139713845444343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
/proc/4374/statm: 3495713 10091 3062 1 0 3482966 0
[pid=4374/tid=4375] ppid=4372 vsize=13982852 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/4374/task/4375/stat : 4375 (java) R 4372 4372 30195 0 -1 4202560 4838 0 0 0 19 1 0 0 20 0 15 0 114572342 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713849665328 139713838122357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4376] ppid=4372 vsize=13982852 memory=4294976255 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4376/stat : 4376 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713440758160 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4377] ppid=4372 vsize=13982852 memory=288370030424364672 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4377/stat : 4377 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713439705360 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4378] ppid=4372 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4378/stat : 4378 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713438653072 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4379] ppid=4372 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4379/stat : 4379 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572342 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713437600272 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4380] ppid=4372 vsize=13982852 memory=139654272652928 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4380/stat : 4380 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572344 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713319602800 139713845455490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4381] ppid=4372 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4381/stat : 4381 (java) S 4372 4372 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114572344 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713318548768 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4382] ppid=4372 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4382/stat : 4382 (java) S 4372 4372 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114572344 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713317496432 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4383] ppid=4372 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4383/stat : 4383 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713316444752 139713845462939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4384] ppid=4372 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4374/task/4384/stat : 4384 (java) S 4372 4372 30195 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713315391600 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4385] ppid=4372 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4374/task/4385/stat : 4385 (java) S 4372 4372 30195 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713314338800 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4386] ppid=4372 vsize=13982852 memory=139654272652928 CPUtime=0.08 cores=1,3,5,7
/proc/4374/task/4386/stat : 4386 (java) S 4372 4372 30195 0 -1 1077944384 696 0 0 0 8 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713313286512 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4387] ppid=4372 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4387/stat : 4387 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713312233952 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4388] ppid=4372 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4388/stat : 4388 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572347 14318440448 10091 33554432000 4194304 4196468 140722218845616 139713311181744 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41744 KiB

[startup+0.310702 s]*
/proc/loadavg: 1.84 1.82 1.83 4/217 4388
/proc/meminfo: memFree=30546272/32770624 swapFree=67108860/67108860
[pid=4372] ppid=4369 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4372/stat : 4372 (xcsp3-exec) S 4369 4372 30195 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114572341 9740288 345 33554432000 4194304 5098028 140725490056720 140725490054824 140475667796604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31903744 140725490058351 140725490058555 140725490058555 140725490061291 0
/proc/4372/statm: 2378 345 289 221 0 87 0
[pid=4374] ppid=4372 vsize=13982928 memory=47520 CPUtime=0.51 cores=1,3,5,7
/proc/4374/stat : 4374 (java) S 4372 4372 30195 0 -1 1077944320 8619 0 0 0 48 3 0 0 20 0 15 0 114572341 14318518272 11880 33554432000 4194304 4196468 140722218845616 140722218828160 139713845444343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
/proc/4374/statm: 3495732 11880 3099 1 0 3482966 0
[pid=4374/tid=4375] ppid=4372 vsize=13982928 memory=7310027617963868211 CPUtime=0.29 cores=1,3,5,7
/proc/4374/task/4375/stat : 4375 (java) R 4372 4372 30195 0 -1 4202560 5635 0 0 0 28 1 0 0 20 0 15 0 114572342 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713849676176 139713829524830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4376] ppid=4372 vsize=13982928 memory=288230608969409282 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4376/stat : 4376 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713440758160 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4377] ppid=4372 vsize=13982928 memory=14136653782981398 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4377/stat : 4377 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713439705360 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4378] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4378/stat : 4378 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713438653072 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4379] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4379/stat : 4379 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572342 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713437600272 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4380] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4380/stat : 4380 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572344 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713319602800 139713845455490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4381] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4381/stat : 4381 (java) S 4372 4372 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114572344 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713318548768 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4382] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4382/stat : 4382 (java) S 4372 4372 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114572344 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713317496432 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4383] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4383/stat : 4383 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713316444752 139713845462939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4384] ppid=4372 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4374/task/4384/stat : 4384 (java) S 4372 4372 30195 0 -1 1077944384 499 0 0 0 3 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713315391600 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4385] ppid=4372 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4374/task/4385/stat : 4385 (java) S 4372 4372 30195 0 -1 1077944384 387 0 0 0 4 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713314338800 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4386] ppid=4372 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4374/task/4386/stat : 4386 (java) S 4372 4372 30195 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713313286512 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4387] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4387/stat : 4387 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713312233952 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4388] ppid=4372 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4388/stat : 4388 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572347 14318518272 11958 33554432000 4194304 4196468 140722218845616 139713311181744 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48900 KiB

[startup+0.704736 s]
/proc/loadavg: 1.84 1.82 1.83 4/217 4388
/proc/meminfo: memFree=30530144/32770624 swapFree=67108860/67108860
[pid=4372] ppid=4369 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4372/stat : 4372 (xcsp3-exec) S 4369 4372 30195 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114572341 9740288 345 33554432000 4194304 5098028 140725490056720 140725490054824 140475667796604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31903744 140725490058351 140725490058555 140725490058555 140725490061291 0
/proc/4372/statm: 2378 345 289 221 0 87 0
[pid=4374] ppid=4372 vsize=13984976 memory=75508 CPUtime=1.68 cores=1,3,5,7
/proc/4374/stat : 4374 (java) S 4372 4372 30195 0 -1 1077944320 11557 0 0 0 164 4 0 0 20 0 15 0 114572341 14320615424 18877 33554432000 4194304 4196468 140722218845616 140722218828160 139713845444343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
/proc/4374/statm: 3496244 18877 3209 1 0 3483478 0
[pid=4374/tid=4375] ppid=4372 vsize=13984976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4374/task/4375/stat : 4375 (java) R 4372 4372 30195 0 -1 4202560 6365 0 0 0 65 2 0 0 20 0 15 0 114572342 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713849680232 139713486041224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4376] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4376/stat : 4376 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713440758160 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4377] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4377/stat : 4377 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713439705360 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4378] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4378/stat : 4378 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713438653072 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4379] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4379/stat : 4379 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713437600272 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4380] ppid=4372 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4380/stat : 4380 (java) S 4372 4372 30195 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713319602800 139713845455490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4381] ppid=4372 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4381/stat : 4381 (java) S 4372 4372 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713318548768 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4382] ppid=4372 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4382/stat : 4382 (java) S 4372 4372 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713317496432 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4383] ppid=4372 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4383/stat : 4383 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713316444752 139713845462939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4384] ppid=4372 vsize=13984976 memory=4316 CPUtime=0.3 cores=1,3,5,7
/proc/4374/task/4384/stat : 4384 (java) R 4372 4372 30195 0 -1 4202560 1198 0 0 0 30 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713315377624 139713830554366 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4385] ppid=4372 vsize=13984976 memory=2196 CPUtime=0.32 cores=1,3,5,7
/proc/4374/task/4385/stat : 4385 (java) R 4372 4372 30195 0 -1 4202560 929 0 0 0 32 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713314324880 139713824615012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4386] ppid=4372 vsize=13984976 memory=6760 CPUtime=0.35 cores=1,3,5,7
/proc/4374/task/4386/stat : 4386 (java) R 4372 4372 30195 0 -1 4202560 1761 0 0 0 35 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713313286512 139713838541179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4387] ppid=4372 vsize=13984976 memory=832 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4387/stat : 4387 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713312233952 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4388] ppid=4372 vsize=13984976 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4388/stat : 4388 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 18877 33554432000 4194304 4196468 140722218845616 139713311181744 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76888 KiB

[startup+0.850952 s]
# the end of solver process 4372 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.06048 s, system=0.056067 s

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

[startup+0.804735 s]
/proc/loadavg: 1.84 1.82 1.83 4/217 4388
/proc/meminfo: memFree=30530144/32770624 swapFree=67108860/67108860
[pid=4372] ppid=4369 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4372/stat : 4372 (xcsp3-exec) S 4369 4372 30195 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114572341 9740288 345 33554432000 4194304 5098028 140725490056720 140725490054824 140475667796604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31903744 140725490058351 140725490058555 140725490058555 140725490061291 0
/proc/4372/statm: 2378 345 289 221 0 87 0
[pid=4374] ppid=4372 vsize=13984976 memory=90072 CPUtime=2.01 cores=1,3,5,7
/proc/4374/stat : 4374 (java) S 4372 4372 30195 0 -1 1077944320 13716 0 0 0 196 5 0 0 20 0 15 0 114572341 14320615424 22518 33554432000 4194304 4196468 140722218845616 140722218828160 139713845444343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
/proc/4374/statm: 3496244 22518 3210 1 0 3483478 0
[pid=4374/tid=4375] ppid=4372 vsize=13984976 memory=1384 CPUtime=0.77 cores=1,3,5,7
/proc/4374/task/4375/stat : 4375 (java) R 4372 4372 30195 0 -1 4202560 6370 0 0 0 75 2 0 0 20 0 15 0 114572342 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713849682624 139713845465690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4376] ppid=4372 vsize=13984976 memory=795852 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4376/stat : 4376 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713440758160 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4377] ppid=4372 vsize=13984976 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4377/stat : 4377 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713439705360 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4378] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4378/stat : 4378 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713438653072 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4379] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4379/stat : 4379 (java) S 4372 4372 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114572342 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713437600272 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4380] ppid=4372 vsize=13984976 memory=279308300281280 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4380/stat : 4380 (java) S 4372 4372 30195 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713319602800 139713845455490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4381] ppid=4372 vsize=13984976 memory=129 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4381/stat : 4381 (java) S 4372 4372 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713318548768 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4382] ppid=4372 vsize=13984976 memory=288230587494564173 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4382/stat : 4382 (java) S 4372 4372 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114572344 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713317496432 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4383] ppid=4372 vsize=13984976 memory=16105874812833569 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4383/stat : 4383 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713316444752 139713845462939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4384] ppid=4372 vsize=13984976 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/4374/task/4384/stat : 4384 (java) R 4372 4372 30195 0 -1 4202560 1800 0 0 0 40 0 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713315377616 139713826988621 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4385] ppid=4372 vsize=13984976 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/4374/task/4385/stat : 4385 (java) R 4372 4372 30195 0 -1 4202560 1907 0 0 0 42 0 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713314319816 139713830559630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4386] ppid=4372 vsize=13984976 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/4374/task/4386/stat : 4386 (java) S 4372 4372 30195 0 -1 1077944384 2333 0 0 0 37 1 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713313286512 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4387] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4387/stat : 4387 (java) S 4372 4372 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713312233952 139713845454549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
[pid=4374/tid=4388] ppid=4372 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4374/task/4388/stat : 4388 (java) S 4372 4372 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114572347 14320615424 22518 33554432000 4194304 4196468 140722218845616 139713311181744 139713845455490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37658624 140722218849431 140722218849607 140722218849607 140722218852303 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 91452 KiB

Child status: 0
Real time (s): 0.851001
CPU time (s): 2.11655
CPU user time (s): 2.06048
CPU system time (s): 0.056067
CPU usage (%): 248.713
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 91452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06048
system time used= 0.056067
maximum resident set size= 96752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14718
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= 1661
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 4372
#   total CPU time (s): 2.11655
#   total CPU user time (s): 2.06048
#   total CPU system time (s): 0.056067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029365 second user time and 0.048243 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 18:19:42
IDJOB=4272335
IDBENCH=134509
IDSOLVER=2664
FILE ID=node102/4272335-1502814841
RUNJOBID= node102-1502786318-30227
PBS_JOBID= 20629124
Free space on /tmp= 61916 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s07/Blackhole-07-3-10.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-4272335-1502814841/watcher-4272335-1502814841 -o /tmp/evaluation-result-4272335-1502814841/solver-4272335-1502814841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30227 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 550852406 HOME/instance-4272335-1502814841.xml

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

MD5SUM BENCH= 41a77f0ff8ed1fddf85157fc97a1c00e
RANDOM SEED=550852406

node102.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.35
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.35
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.35
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.35
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:        30583096 kB
MemAvailable:   31200752 kB
Buffers:          185812 kB
Cached:           714412 kB
SwapCached:            0 kB
Active:          1486720 kB
Inactive:         249520 kB
Active(anon):     788860 kB
Inactive(anon):    75040 kB
Active(file):     697860 kB
Inactive(file):   174480 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8012 kB
Writeback:             0 kB
AnonPages:        842172 kB
Mapped:            58320 kB
Shmem:             25228 kB
Slab:             149320 kB
SReclaimable:     122300 kB
SUnreclaim:        27020 kB
KernelStack:        3504 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1475640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-15 18:19:43