Trace number 4283855

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-08-18)SAT 1.12089 0.67102498

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-5.xml
MD5SUM5c2f9b3786fd2492c99150ec9cf810b1
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.0079110004
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":63}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":37},{"degree":1,"count":34},{"degree":2,"count":23},{"degree":3,"count":5},{"degree":4,"count":1}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":5},{"arity":5,"count":3},{"arity":6,"count":4},{"arity":7,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283855-1503215539.xml"  -tl '2520s' -p 1 -x 3
0.13/0.24	c [HOME/instance-4283855-1503215539.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.30	c simple solver
0.32/0.37	c parse instance...
0.71/0.56	c solve instance...
0.98/0.65	s SATISFIABLE
0.98/0.65	v <instantiation>
0.98/0.65	v 	<list>x[0] x[1] x[5] x[6] x[7] x[8] x[12] x[13] x[14] x[15] x[16] x[17] x[20] x[21] x[22] x[25] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[38] x[39] x[40] x[42] x[43] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[56] x[58] x[62] x[64] x[68] x[69] x[70] x[72] x[74] x[76] x[78] x[79] x[81] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99] </list>
0.98/0.65	v 	<values>31 39 2 11 47 37 12 43 2 2 5 3 46 46 2 47 40 46 6 35 44 2 45 6 39 44 8 44 47 8 44 23 32 4 46 14 41 45 47 39 2 46 46 47 27 36 13 2 11 6 39 41 39 2 40 15 22 2 27 27 3 5 47 </values>
0.98/0.65	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 (11031 MiB free)
  memory of node 1: 16384 MiB (15239 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283855-1503215539/watcher-4283855-1503215539 -o /tmp/evaluation-result-4283855-1503215539/solver-4283855-1503215539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 625027835 HOME/instance-4283855-1503215539.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=1707, runsolver pid=1704

[startup+0.101684 s]*
/proc/loadavg: 4.18 4.35 3.31 3/205 1717
/proc/meminfo: memFree=26892856/32770624 swapFree=67108860/67108860
[pid=1707] ppid=1704 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (xcsp3-exec) S 1704 1707 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123774308 9740288 345 18446744073709551615 4194304 5098028 140737485026496 140737485024600 140124778041980 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 19828736 140737485033849 140737485034053 140737485034053 140737485037547 0
/proc/1707/statm: 2378 345 289 221 0 87 0
[pid=1709] ppid=1707 vsize=13574484 memory=16936 CPUtime=0.02 cores=1,3,5,7
/proc/1709/stat : 1709 (java) S 1707 1707 8563 0 -1 1077944320 4084 0 0 0 2 0 0 0 20 0 9 0 123774315 13900271616 4234 18446744073709551615 4194304 4196468 140722902304016 140722902286560 139973230640887 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
/proc/1709/statm: 3393621 4234 2092 1 0 3383118 0
[pid=1709/tid=1710] ppid=1707 vsize=13574484 memory=8508281356422318498 CPUtime=0.02 cores=1,3,5,7
/proc/1709/task/1710/stat : 1710 (java) R 1707 1707 8563 0 -1 4202560 2807 0 0 0 2 0 0 0 20 0 9 0 123774316 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139973234876872 139973230662813 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1711] ppid=1707 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1711/stat : 1711 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123774316 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139973187607056 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1712] ppid=1707 vsize=13574484 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1712/stat : 1712 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123774316 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139973186554512 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1713] ppid=1707 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1713/stat : 1713 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123774316 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139972829178128 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1714] ppid=1707 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1714/stat : 1714 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123774316 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139972828125584 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1715] ppid=1707 vsize=13574484 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1715/stat : 1715 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123774318 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139972147510000 139973230652034 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1716] ppid=1707 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1716/stat : 1716 (java) S 1707 1707 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 123774318 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139972146456224 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1717] ppid=1707 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1717/stat : 1717 (java) S 1707 1707 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 9 0 123774318 13900271616 4811 18446744073709551615 4194304 4196468 140722902304016 139972145403184 139973230651093 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18316 KiB

[startup+0.209817 s]*
/proc/loadavg: 4.18 4.35 3.31 5/211 1723
/proc/meminfo: memFree=26883300/32770624 swapFree=67108860/67108860
[pid=1707] ppid=1704 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (xcsp3-exec) S 1704 1707 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123774308 9740288 345 18446744073709551615 4194304 5098028 140737485026496 140737485024600 140124778041980 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 19828736 140737485033849 140737485034053 140737485034053 140737485037547 0
/proc/1707/statm: 2378 345 289 221 0 87 0
[pid=1709] ppid=1707 vsize=13974352 memory=28480 CPUtime=0.13 cores=1,3,5,7
/proc/1709/stat : 1709 (java) S 1707 1707 8563 0 -1 1077944320 5534 0 0 0 12 1 0 0 20 0 15 0 123774315 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 140722902286560 139973230640887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
/proc/1709/statm: 3493588 7120 2849 1 0 3482964 0
[pid=1709/tid=1710] ppid=1707 vsize=13974352 memory=8508281356422318498 CPUtime=0.1 cores=1,3,5,7
/proc/1709/task/1710/stat : 1710 (java) R 1707 1707 8563 0 -1 4202560 3467 0 0 0 10 0 0 0 20 0 15 0 123774316 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139973234859864 139973214684517 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1711] ppid=1707 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1711/stat : 1711 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139973187607056 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1712] ppid=1707 vsize=13974352 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1712/stat : 1712 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139973186554512 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1713] ppid=1707 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1713/stat : 1713 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972829178128 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1714] ppid=1707 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1714/stat : 1714 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774316 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972828125584 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1715] ppid=1707 vsize=13974352 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1715/stat : 1715 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774318 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972147510000 139973230652034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1716] ppid=1707 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1716/stat : 1716 (java) S 1707 1707 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123774318 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972146456224 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1717] ppid=1707 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1717/stat : 1717 (java) S 1707 1707 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 123774318 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972145403120 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1718] ppid=1707 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1718/stat : 1718 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972144351696 139973230659483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1719] ppid=1707 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1719/stat : 1719 (java) R 1707 1707 8563 0 -1 4202560 316 0 0 0 0 0 0 0 20 0 15 0 123774321 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972143298800 139973214076625 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1720] ppid=1707 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1720/stat : 1720 (java) R 1707 1707 8563 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 123774321 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972142246256 139973230652034 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1721] ppid=1707 vsize=13974352 memory=139667820426880 CPUtime=0.01 cores=1,3,5,7
/proc/1709/task/1721/stat : 1721 (java) R 1707 1707 8563 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 123774321 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972141193200 139973230652822 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1722] ppid=1707 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1722/stat : 1722 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972140140896 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1723] ppid=1707 vsize=13974352 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1723/stat : 1723 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774324 14309736448 7120 18446744073709551615 4194304 4196468 140722902304016 139972139088944 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29860 KiB

[startup+0.310298 s]*
/proc/loadavg: 4.18 4.35 3.31 3/211 1723
/proc/meminfo: memFree=26870816/32770624 swapFree=67108860/67108860
[pid=1707] ppid=1704 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (xcsp3-exec) S 1704 1707 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123774308 9740288 345 18446744073709551615 4194304 5098028 140737485026496 140737485024600 140124778041980 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 19828736 140737485033849 140737485034053 140737485034053 140737485037547 0
/proc/1707/statm: 2378 345 289 221 0 87 0
[pid=1709] ppid=1707 vsize=13978608 memory=40208 CPUtime=0.32 cores=1,3,5,7
/proc/1709/stat : 1709 (java) S 1707 1707 8563 0 -1 1077944320 9287 0 0 0 30 2 0 0 20 0 15 0 123774315 14314094592 10052 18446744073709551615 4194304 4196468 140722902304016 140722902286560 139973230640887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
/proc/1709/statm: 3494652 10052 3018 1 0 3482964 0
[pid=1709/tid=1710] ppid=1707 vsize=13978608 memory=7594573530237851216 CPUtime=0.19 cores=1,3,5,7
/proc/1709/task/1710/stat : 1710 (java) R 1707 1707 8563 0 -1 4202560 6393 0 0 0 18 1 0 0 20 0 15 0 123774316 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139973234864160 139973223318901 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1711] ppid=1707 vsize=13978608 memory=139667820426879 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1711/stat : 1711 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139973187607056 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1712] ppid=1707 vsize=13978608 memory=139667820428260 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1712/stat : 1712 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139973186554512 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1713] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1713/stat : 1713 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139972829178128 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1714] ppid=1707 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1714/stat : 1714 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139972828125584 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1715] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1715/stat : 1715 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139972147510000 139973230652034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1716] ppid=1707 vsize=13978608 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1716/stat : 1716 (java) S 1707 1707 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 10107 18446744073709551615 4194304 4196468 140722902304016 139972146456224 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1717] ppid=1707 vsize=13978608 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1717/stat : 1717 (java) S 1707 1707 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972145403120 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1718] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1718/stat : 1718 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972144351696 139973230659483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1719] ppid=1707 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1709/task/1719/stat : 1719 (java) S 1707 1707 8563 0 -1 1077944384 438 0 0 0 2 0 0 0 20 0 15 0 123774321 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972143298800 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1720] ppid=1707 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1709/task/1720/stat : 1720 (java) S 1707 1707 8563 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 123774321 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972142246256 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1721] ppid=1707 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1709/task/1721/stat : 1721 (java) R 1707 1707 8563 0 -1 4202560 730 0 0 0 7 0 0 0 20 0 15 0 123774321 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972141193200 139973209564766 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1722] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1722/stat : 1722 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972140140896 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1723] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1723/stat : 1723 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774324 14314094592 10115 18446744073709551615 4194304 4196468 140722902304016 139972139088944 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41588 KiB

[startup+0.670972 s]
# the end of solver process 1707 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.07502 s, system=0.045869 s

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

[startup+0.413364 s]*
/proc/loadavg: 4.18 4.35 3.31 3/211 1723
/proc/meminfo: memFree=26865100/32770624 swapFree=67108860/67108860
[pid=1707] ppid=1704 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (xcsp3-exec) S 1704 1707 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123774308 9740288 345 18446744073709551615 4194304 5098028 140737485026496 140737485024600 140124778041980 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 19828736 140737485033849 140737485034053 140737485034053 140737485037547 0
/proc/1707/statm: 2378 345 289 221 0 87 0
[pid=1709] ppid=1707 vsize=13978608 memory=47132 CPUtime=0.5 cores=1,3,5,7
/proc/1709/stat : 1709 (java) S 1707 1707 8563 0 -1 1077944320 10652 0 0 0 47 3 0 0 20 0 15 0 123774315 14314094592 11783 18446744073709551615 4194304 4196468 140722902304016 140722902286560 139973230640887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
/proc/1709/statm: 3494652 11783 3058 1 0 3482964 0
[pid=1709/tid=1710] ppid=1707 vsize=13978608 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/1709/task/1710/stat : 1710 (java) R 1707 1707 8563 0 -1 4202560 7598 0 0 0 28 2 0 0 20 0 15 0 123774316 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139973234879056 139973214721374 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1711] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1711/stat : 1711 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139973187607056 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1712] ppid=1707 vsize=13978608 memory=139667820888653 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1712/stat : 1712 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139973186554512 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1713] ppid=1707 vsize=13978608 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1713/stat : 1713 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972829178128 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1714] ppid=1707 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1714/stat : 1714 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774316 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972828125584 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1715] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1715/stat : 1715 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972147510000 139973230652034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1716] ppid=1707 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1716/stat : 1716 (java) S 1707 1707 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972146456224 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1717] ppid=1707 vsize=13978608 memory=139667820426880 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1717/stat : 1717 (java) S 1707 1707 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 123774318 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972145403120 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1718] ppid=1707 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1718/stat : 1718 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972144351696 139973230659483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1719] ppid=1707 vsize=13978608 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1709/task/1719/stat : 1719 (java) S 1707 1707 8563 0 -1 1077944384 510 0 0 0 4 0 0 0 20 0 15 0 123774321 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972143298800 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1720] ppid=1707 vsize=13978608 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/1709/task/1720/stat : 1720 (java) S 1707 1707 8563 0 -1 1077944384 436 0 0 0 3 0 0 0 20 0 15 0 123774321 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972142246256 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1721] ppid=1707 vsize=13978608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1709/task/1721/stat : 1721 (java) R 1707 1707 8563 0 -1 4202560 816 0 0 0 11 0 0 0 20 0 15 0 123774321 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972141193200 139973214721300 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1722] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1722/stat : 1722 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972140140896 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1723] ppid=1707 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1723/stat : 1723 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774324 14314094592 11848 18446744073709551615 4194304 4196468 140722902304016 139972139088944 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 48512 KiB

[startup+0.610223 s]
/proc/loadavg: 4.18 4.35 3.31 4/211 1723
/proc/meminfo: memFree=26861156/32770624 swapFree=67108860/67108860
[pid=1707] ppid=1704 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1707/stat : 1707 (xcsp3-exec) S 1704 1707 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123774308 9740288 345 18446744073709551615 4194304 5098028 140737485026496 140737485024600 140124778041980 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 19828736 140737485033849 140737485034053 140737485034053 140737485037547 0
/proc/1707/statm: 2378 345 289 221 0 87 0
[pid=1709] ppid=1707 vsize=13980732 memory=60624 CPUtime=0.98 cores=1,3,5,7
/proc/1709/stat : 1709 (java) S 1707 1707 8563 0 -1 1077944320 12814 0 0 0 94 4 0 0 20 0 15 0 123774315 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 140722902286560 139973230640887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
/proc/1709/statm: 3495183 15156 3175 1 0 3483476 0
[pid=1709/tid=1710] ppid=1707 vsize=13980732 memory=1012069 CPUtime=0.48 cores=1,3,5,7
/proc/1709/task/1710/stat : 1710 (java) R 1707 1707 8563 0 -1 4202560 8468 0 0 0 46 2 0 0 20 0 15 0 123774316 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139973234879200 139972869573187 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1711] ppid=1707 vsize=13980732 memory=5859271421084455274 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1711/stat : 1711 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139973187607056 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1712] ppid=1707 vsize=13980732 memory=7595991934914554213 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1712/stat : 1712 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139973186554512 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1713] ppid=1707 vsize=13980732 memory=-8458152057954289085 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1713/stat : 1713 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774316 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972829178128 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1714] ppid=1707 vsize=13980732 memory=7682744562830902035 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1714/stat : 1714 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774316 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972828125584 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1715] ppid=1707 vsize=13980732 memory=-6804530867384328096 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1715/stat : 1715 (java) S 1707 1707 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123774318 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972147510000 139973230652034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1716] ppid=1707 vsize=13980732 memory=-6876588628788210059 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1716/stat : 1716 (java) S 1707 1707 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123774318 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972146456224 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1717] ppid=1707 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1717/stat : 1717 (java) S 1707 1707 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 123774318 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972145403120 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1718] ppid=1707 vsize=13980732 memory=8548832187152109950 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1718/stat : 1718 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972144351696 139973230659483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1719] ppid=1707 vsize=13980732 memory=6655300316396806240 CPUtime=0.11 cores=1,3,5,7
/proc/1709/task/1719/stat : 1719 (java) S 1707 1707 8563 0 -1 1077944384 944 0 0 0 11 0 0 0 20 0 15 0 123774321 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972143298800 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1720] ppid=1707 vsize=13980732 memory=6944656592455359580 CPUtime=0.14 cores=1,3,5,7
/proc/1709/task/1720/stat : 1720 (java) S 1707 1707 8563 0 -1 1077944384 893 0 0 0 14 0 0 0 20 0 15 0 123774321 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972142246256 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1721] ppid=1707 vsize=13980732 memory=6944656592455359580 CPUtime=0.21 cores=1,3,5,7
/proc/1709/task/1721/stat : 1721 (java) R 1707 1707 8563 0 -1 4202560 1206 0 0 0 21 0 0 0 20 0 15 0 123774321 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972141189568 139973222878014 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1722] ppid=1707 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1722/stat : 1722 (java) S 1707 1707 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123774321 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972140140896 139973230651093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
[pid=1709/tid=1723] ppid=1707 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1709/task/1723/stat : 1723 (java) S 1707 1707 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123774324 14316269568 15156 18446744073709551615 4194304 4196468 140722902304016 139972139088944 139973230652034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140722902307249 140722902307425 140722902307425 140722902310863 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62004 KiB

Child status: 0
Real time (s): 0.671025
CPU time (s): 1.12089
CPU user time (s): 1.07502
CPU system time (s): 0.045869
CPU usage (%): 167.042
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 62004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07502
system time used= 0.045869
maximum resident set size= 62064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13527
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= 1536
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 1707
#   total CPU time (s): 1.12089
#   total CPU user time (s): 1.07502
#   total CPU system time (s): 0.045869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024895 second user time and 0.047798 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 09:38:10
IDJOB=4283855
IDBENCH=133383
IDSOLVER=2679
FILE ID=node125/4283855-1503215539
RUNJOBID= node125-1503171261-25501
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-5.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-4283855-1503215539/watcher-4283855-1503215539 -o /tmp/evaluation-result-4283855-1503215539/solver-4283855-1503215539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 625027835 HOME/instance-4283855-1503215539.xml

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

MD5SUM BENCH= 5c2f9b3786fd2492c99150ec9cf810b1
RANDOM SEED=625027835

node125.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.07
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.07
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.07
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.07
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:        26900560 kB
MemAvailable:   28142680 kB
Buffers:          330476 kB
Cached:          1216908 kB
SwapCached:            0 kB
Active:          4727296 kB
Inactive:         694356 kB
Active(anon):    3874564 kB
Inactive(anon):    49484 kB
Active(file):     852732 kB
Inactive(file):   644872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8052 kB
Writeback:             4 kB
AnonPages:       3873836 kB
Mapped:            75600 kB
Shmem:             49828 kB
Slab:             147648 kB
SReclaimable:     120700 kB
SUnreclaim:        26948 kB
KernelStack:        3424 kB
PageTables:        12688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5023740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3739648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61968 MiB
End job on node125 at 2017-08-20 09:38:11