Trace number 4269309

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)OPT16 1.85296 0.92652798

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-10.xml
MD5SUM73d437c55a2dcfaad474645e4d596452
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.26066601
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints78
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":18},{"degree":10,"count":8}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":18},{"arity":4,"count":4},{"arity":6,"count":18},{"arity":9,"count":8}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax SUM

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-4269309-1502709786.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4269309-1502709786.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
0.63/0.61	c solve instance...
0.86/0.64	o 15 
1.17/0.79	o 16 
1.80/0.91	s OPTIMUM FOUND
1.80/0.91	v <instantiation>
1.80/0.91	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] </list>
1.80/0.91	v 	<values>0 0 0 0 1 1 0 1 1 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 2 2 2 2 3 2 4 2 3 2 3 3 4 3 6 3 4 3 6 3 3 3 4 2 3 2 2 2 3 2 </values>
1.80/0.91	v </instantiation>

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269309-1502709786/watcher-4269309-1502709786 -o /tmp/evaluation-result-4269309-1502709786/solver-4269309-1502709786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1007147788 HOME/instance-4269309-1502709786.xml 

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

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

solver pid=19701, runsolver pid=19698

[startup+0.100199 s]*
/proc/loadavg: 1.51 1.59 1.59 3/196 19702
/proc/meminfo: memFree=30485904/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209684 s]*
/proc/loadavg: 1.51 1.59 1.59 3/211 19717
/proc/meminfo: memFree=30472044/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
[pid=19703] ppid=19701 vsize=13974352 memory=27132 CPUtime=0.07 cores=0,2,4,6
/proc/19703/stat : 19703 (java) S 19701 19701 11586 0 -1 1077944320 5180 0 0 0 6 1 0 0 20 0 15 0 59319256 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140727937564672 140545813278455 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
/proc/19703/statm: 3493588 6783 2726 1 0 3482964 0
[pid=19703/tid=19704] ppid=19701 vsize=13974352 memory=-6729331590246273382 CPUtime=0.06 cores=0,2,4,6
/proc/19703/task/19704/stat : 19704 (java) R 19701 19701 11586 0 -1 4202560 3331 0 0 0 5 1 0 0 20 0 15 0 59319256 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545817504144 140545813300381 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19705] ppid=19701 vsize=13974352 memory=4211974254931475850 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19705/stat : 19705 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545770244368 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19706] ppid=19701 vsize=13974352 memory=140528726685312 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19706/stat : 19706 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545769191824 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19707] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19707/stat : 19707 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545768139280 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19708] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19708/stat : 19708 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545767086736 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19709] ppid=19701 vsize=13974352 memory=140528726685312 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19709/stat : 19709 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319258 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545358969328 140545813289602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19710] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19710/stat : 19710 (java) S 19701 19701 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 59319258 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545357915552 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19711] ppid=19701 vsize=13974352 memory=140528726685312 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19711/stat : 19711 (java) S 19701 19701 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 59319259 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140545356862960 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19712] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19712/stat : 19712 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544726788816 140545813297051 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19713] ppid=19701 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19713/stat : 19713 (java) S 19701 19701 11586 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544725735408 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19714] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19714/stat : 19714 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544724682864 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19715] ppid=19701 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19715/stat : 19715 (java) S 19701 19701 11586 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544723630320 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19716] ppid=19701 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19716/stat : 19716 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544722578016 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19717] ppid=19701 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19717/stat : 19717 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319266 14309736448 6783 18446744073709551615 4194304 4196468 140727937582128 140544721525552 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28512 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.51 1.59 1.59 4/211 19717
/proc/meminfo: memFree=30456376/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
[pid=19703] ppid=19701 vsize=13974352 memory=38460 CPUtime=0.25 cores=0,2,4,6
/proc/19703/stat : 19703 (java) S 19701 19701 11586 0 -1 1077944320 8794 0 0 0 22 3 0 0 20 0 15 0 59319256 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140727937564672 140545813278455 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
/proc/19703/statm: 3493588 9615 2968 1 0 3482964 0
[pid=19703/tid=19704] ppid=19701 vsize=13974352 memory=288363917221298210 CPUtime=0.15 cores=0,2,4,6
/proc/19703/task/19704/stat : 19704 (java) R 19701 19701 11586 0 -1 4202560 6050 0 0 0 13 2 0 0 20 0 15 0 59319256 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545817485752 140545797358942 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19705] ppid=19701 vsize=13974352 memory=301 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19705/stat : 19705 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545770244368 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19706] ppid=19701 vsize=13974352 memory=4123245585372919456 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19706/stat : 19706 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545769191824 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19707] ppid=19701 vsize=13974352 memory=-6804530833007812508 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19707/stat : 19707 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545768139280 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19708] ppid=19701 vsize=13974352 memory=8097827316026060847 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19708/stat : 19708 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319257 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545767086736 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19709] ppid=19701 vsize=13974352 memory=7311575560251446771 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19709/stat : 19709 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319258 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545358969328 140545813289602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19710] ppid=19701 vsize=13974352 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19710/stat : 19710 (java) S 19701 19701 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 59319258 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545357915552 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19711] ppid=19701 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19711/stat : 19711 (java) S 19701 19701 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 59319259 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140545356862960 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19712] ppid=19701 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19712/stat : 19712 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544726788816 140545813297051 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19713] ppid=19701 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19703/task/19713/stat : 19713 (java) S 19701 19701 11586 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 59319261 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544725735408 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19714] ppid=19701 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19703/task/19714/stat : 19714 (java) S 19701 19701 11586 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 59319261 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544724682864 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19715] ppid=19701 vsize=13974352 memory=140528726685312 CPUtime=0.05 cores=0,2,4,6
/proc/19703/task/19715/stat : 19715 (java) S 19701 19701 11586 0 -1 1077944384 725 0 0 0 5 0 0 0 20 0 15 0 59319261 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544723630320 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19716] ppid=19701 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19716/stat : 19716 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544722578016 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19717] ppid=19701 vsize=13974352 memory=140528726685312 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19717/stat : 19717 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319266 14309736448 9615 18446744073709551615 4194304 4196468 140727937582128 140544721525552 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39840 KiB

[startup+0.701398 s]
/proc/loadavg: 1.51 1.59 1.59 4/211 19717
/proc/meminfo: memFree=30446104/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
[pid=19703] ppid=19701 vsize=13980732 memory=65208 CPUtime=1.17 cores=0,2,4,6
/proc/19703/stat : 19703 (java) S 19701 19701 11586 0 -1 1077944320 13439 0 0 0 111 6 0 0 20 0 15 0 59319256 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140727937564672 140545813278455 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
/proc/19703/statm: 3495183 16302 3174 1 0 3483476 0
[pid=19703/tid=19704] ppid=19701 vsize=13980732 memory=767 CPUtime=0.54 cores=0,2,4,6
/proc/19703/task/19704/stat : 19704 (java) R 19701 19701 11586 0 -1 4202560 8513 0 0 0 50 4 0 0 20 0 15 0 59319256 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545817515320 140545442902644 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19705] ppid=19701 vsize=13980732 memory=90 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19705/stat : 19705 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545770244368 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19706] ppid=19701 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19706/stat : 19706 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545769191824 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19707] ppid=19701 vsize=13980732 memory=5792544336812796768 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19707/stat : 19707 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545768139280 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19708] ppid=19701 vsize=13980732 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19708/stat : 19708 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545767086736 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19709] ppid=19701 vsize=13980732 memory=4638778428397932880 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19709/stat : 19709 (java) S 19701 19701 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545358969328 140545813289602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19710] ppid=19701 vsize=13980732 memory=7100839870071150693 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19710/stat : 19710 (java) S 19701 19701 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545357915552 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19711] ppid=19701 vsize=13980732 memory=8370611207638964880 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19711/stat : 19711 (java) S 19701 19701 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 59319259 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140545356862960 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19712] ppid=19701 vsize=13980732 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19712/stat : 19712 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544726788816 140545813297051 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19713] ppid=19701 vsize=13980732 memory=-7522837415797432223 CPUtime=0.16 cores=0,2,4,6
/proc/19703/task/19713/stat : 19713 (java) R 19701 19701 11586 0 -1 4202560 1110 0 0 0 16 0 0 0 20 0 15 0 59319261 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544725724080 140545798959157 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19714] ppid=19701 vsize=13980732 memory=4137292528961491315 CPUtime=0.16 cores=0,2,4,6
/proc/19703/task/19714/stat : 19714 (java) R 19701 19701 11586 0 -1 4202560 998 0 0 0 16 0 0 0 20 0 15 0 59319261 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544724671360 140545794822631 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19715] ppid=19701 vsize=13980732 memory=8187704045996132563 CPUtime=0.28 cores=0,2,4,6
/proc/19703/task/19715/stat : 19715 (java) S 19701 19701 11586 0 -1 1077944384 1512 0 0 0 28 0 0 0 20 0 15 0 59319261 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544723630320 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19716] ppid=19701 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19716/stat : 19716 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544722578016 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19717] ppid=19701 vsize=13980732 memory=44 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19717/stat : 19717 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319266 14316269568 16302 18446744073709551615 4194304 4196468 140727937582128 140544721525552 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 66588 KiB

[startup+0.92647 s]
# the end of solver process 19701 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.78513 s, system=0.067831 s

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

[startup+0.80143 s]
/proc/loadavg: 1.51 1.59 1.59 4/211 19717
/proc/meminfo: memFree=30446104/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
[pid=19703] ppid=19701 vsize=13980732 memory=68940 CPUtime=1.5 cores=0,2,4,6
/proc/19703/stat : 19703 (java) S 19701 19701 11586 0 -1 1077944320 13856 0 0 0 144 6 0 0 20 0 15 0 59319256 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140727937564672 140545813278455 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
/proc/19703/statm: 3495183 17235 3178 1 0 3483476 0
[pid=19703/tid=19704] ppid=19701 vsize=13980732 memory=-6520478321162704286 CPUtime=0.64 cores=0,2,4,6
/proc/19703/task/19704/stat : 19704 (java) R 19701 19701 11586 0 -1 4202560 8520 0 0 0 60 4 0 0 20 0 15 0 59319256 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545817509712 140545442567367 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19705] ppid=19701 vsize=13980732 memory=-7521736447810188379 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19705/stat : 19705 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545770244368 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19706] ppid=19701 vsize=13980732 memory=-8918990855134196790 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19706/stat : 19706 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545769191824 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19707] ppid=19701 vsize=13980732 memory=1399101730491701635 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19707/stat : 19707 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545768139280 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19708] ppid=19701 vsize=13980732 memory=-9001733975035308135 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19708/stat : 19708 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545767086736 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19709] ppid=19701 vsize=13980732 memory=-7606742951091920751 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19709/stat : 19709 (java) S 19701 19701 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545358969328 140545813289602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19710] ppid=19701 vsize=13980732 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19710/stat : 19710 (java) S 19701 19701 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545357915552 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19711] ppid=19701 vsize=13980732 memory=-6935123839545469842 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19711/stat : 19711 (java) S 19701 19701 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 59319259 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140545356862960 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19712] ppid=19701 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19712/stat : 19712 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544726788816 140545813297051 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19713] ppid=19701 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/19703/task/19713/stat : 19713 (java) R 19701 19701 11586 0 -1 4202560 1431 0 0 0 26 0 0 0 20 0 15 0 59319261 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544725720976 140545792583840 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19714] ppid=19701 vsize=13980732 memory=4120 CPUtime=0.26 cores=0,2,4,6
/proc/19703/task/19714/stat : 19714 (java) R 19701 19701 11586 0 -1 4202560 1038 0 0 0 26 0 0 0 20 0 15 0 59319261 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544724676056 140545792932337 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19715] ppid=19701 vsize=13980732 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/19703/task/19715/stat : 19715 (java) S 19701 19701 11586 0 -1 1077944384 1561 0 0 0 31 0 0 0 20 0 15 0 59319261 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544723630320 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19716] ppid=19701 vsize=13980732 memory=140528579060550 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19716/stat : 19716 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544722578016 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19717] ppid=19701 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19717/stat : 19717 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319266 14316269568 17235 18446744073709551615 4194304 4196468 140727937582128 140544721525552 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70320 KiB

[startup+0.901381 s]
/proc/loadavg: 1.51 1.59 1.59 4/211 19717
/proc/meminfo: memFree=30446104/32770624 swapFree=67108860/67108860
[pid=19701] ppid=19698 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19701/stat : 19701 (xcsp3-exec) S 19698 19701 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 59319246 9740288 345 18446744073709551615 4194304 5098028 140735138320880 140735138318984 140634442109564 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10792960 140735138328952 140735138329157 140735138329157 140735138332651 0
/proc/19701/statm: 2378 345 289 221 0 87 0
[pid=19703] ppid=19701 vsize=13980732 memory=72168 CPUtime=1.8 cores=0,2,4,6
/proc/19703/stat : 19703 (java) S 19701 19701 11586 0 -1 1077944320 14154 0 0 0 174 6 0 0 20 0 15 0 59319256 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140727937564672 140545813278455 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
/proc/19703/statm: 3495183 18042 3179 1 0 3483476 0
[pid=19703/tid=19704] ppid=19701 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/19703/task/19704/stat : 19704 (java) R 19701 19701 11586 0 -1 4202560 8521 0 0 0 70 4 0 0 20 0 15 0 59319256 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545817514280 140545443415646 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19705] ppid=19701 vsize=13980732 memory=65208 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19705/stat : 19705 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545770244368 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19706] ppid=19701 vsize=13980732 memory=767 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19706/stat : 19706 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545769191824 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19707] ppid=19701 vsize=13980732 memory=90 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19707/stat : 19707 (java) S 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545768139280 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19708] ppid=19701 vsize=13980732 memory=281057157029216 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19708/stat : 19708 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319257 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545767086736 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19709] ppid=19701 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19709/stat : 19709 (java) S 19701 19701 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545358969328 140545813289602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19710] ppid=19701 vsize=13980732 memory=140528578537600 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19710/stat : 19710 (java) S 19701 19701 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 59319258 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545357915552 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19711] ppid=19701 vsize=13980732 memory=1934 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19711/stat : 19711 (java) S 19701 19701 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 59319259 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140545356862960 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19712] ppid=19701 vsize=13980732 memory=206 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19712/stat : 19712 (java) S 19701 19701 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544726788816 140545813297051 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19713] ppid=19701 vsize=13980732 memory=21 CPUtime=0.36 cores=0,2,4,6
/proc/19703/task/19713/stat : 19713 (java) R 19701 19701 11586 0 -1 4202560 1529 0 0 0 36 0 0 0 20 0 15 0 59319261 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544725720976 140545798404336 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19714] ppid=19701 vsize=13980732 memory=225 CPUtime=0.36 cores=0,2,4,6
/proc/19703/task/19714/stat : 19714 (java) R 19701 19701 11586 0 -1 4202560 1237 0 0 0 36 0 0 0 20 0 15 0 59319261 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544724669744 140545796778661 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19715] ppid=19701 vsize=13980732 memory=49 CPUtime=0.31 cores=0,2,4,6
/proc/19703/task/19715/stat : 19715 (java) S 19701 19701 11586 0 -1 1077944384 1561 0 0 0 31 0 0 0 20 0 15 0 59319261 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544723630320 140545813289602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19716] ppid=19701 vsize=13980732 memory=3 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19716/stat : 19716 (java) S 19701 19701 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 59319261 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544722578016 140545813288661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
[pid=19703/tid=19717] ppid=19701 vsize=13980732 memory=3803 CPUtime=0 cores=0,2,4,6
/proc/19703/task/19717/stat : 19717 (java) R 19701 19701 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 59319266 14316269568 18042 18446744073709551615 4194304 4196468 140727937582128 140544721525552 140545813289602 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23416832 140727937589681 140727937589857 140727937589857 140727937593295 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73548 KiB

Child status: 0
Real time (s): 0.926528
CPU time (s): 1.85296
CPU user time (s): 1.78513
CPU system time (s): 0.067831
CPU usage (%): 199.99
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 73548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78513
system time used= 0.067831
maximum resident set size= 74976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1562
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 19701
#   total CPU time (s): 1.85296
#   total CPU user time (s): 1.78513
#   total CPU system time (s): 0.067831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024369 second user time and 0.050689 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 13:08:50
IDJOB=4269309
IDBENCH=116012
IDSOLVER=2660
FILE ID=node124/4269309-1502709786
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-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-4269309-1502709786/watcher-4269309-1502709786 -o /tmp/evaluation-result-4269309-1502709786/solver-4269309-1502709786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1007147788 HOME/instance-4269309-1502709786.xml

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

MD5SUM BENCH= 73d437c55a2dcfaad474645e4d596452
RANDOM SEED=1007147788

node124.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.51
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.51
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.51
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.51
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:        30485516 kB
MemAvailable:   30838064 kB
Buffers:          209948 kB
Cached:           422812 kB
SwapCached:            0 kB
Active:          1597656 kB
Inactive:         238840 kB
Active(anon):    1155616 kB
Inactive(anon):    73768 kB
Active(file):     442040 kB
Inactive(file):   165072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7848 kB
Writeback:             4 kB
AnonPages:       1204124 kB
Mapped:            57188 kB
Shmem:             25320 kB
Slab:             148752 kB
SReclaimable:     122540 kB
SUnreclaim:        26212 kB
KernelStack:        3456 kB
PageTables:         7392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1828296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1101824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-14 13:08:51