Trace number 4270298

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)OPT10 1.0917701 0.71034801

General information on the benchmark

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

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270298-1502620367.xml"  -tl '264s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4270298-1502620367.xml, -tl, 264s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.39/0.43	c parse instance...
0.80/0.62	c solve instance...
0.80/0.65	o 10 
0.80/0.68	s OPTIMUM FOUND
0.80/0.68	v <instantiation>
0.80/0.68	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] </list>
0.80/0.68	v 	<values>1 1 0 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 2 3 2 2 2 2 3 6 3 4 3 3 2 3 2 4 3 3 </values>
0.80/0.68	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270298-1502620367/watcher-4270298-1502620367 -o /tmp/evaluation-result-4270298-1502620367/solver-4270298-1502620367 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502619510-21066 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 414010938 HOME/instance-4270298-1502620367.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.00 1.18 1.59 3/199 21114
/proc/meminfo: memFree=31792544/32770624 swapFree=67108860/67108860
[pid=21091] ppid=21086 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21091/stat : 21091 (xcsp3-exec) S 21086 21091 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 50377322 9740288 345 18446744073709551615 4194304 5098028 140731791998560 140731791996664 139878366499452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 13873152 140731792003455 140731792003658 140731792003658 140731792007147 0
/proc/21091/statm: 2378 345 289 221 0 87 0
[pid=21097] ppid=21091 vsize=13574484 memory=18928 CPUtime=0.03 cores=1,3,5,7
/proc/21097/stat : 21097 (java) S 21091 21091 11586 0 -1 1077944320 4061 0 0 0 2 1 0 0 20 0 9 0 50377328 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140723244811552 140351649025783 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
/proc/21097/statm: 3393621 4732 2104 1 0 3383118 0
[pid=21097/tid=21099] ppid=21091 vsize=13574484 memory=-6871798056524144002 CPUtime=0.02 cores=1,3,5,7
/proc/21097/task/21099/stat : 21099 (java) R 21091 21091 11586 0 -1 4202560 2773 0 0 0 2 0 0 0 20 0 9 0 50377329 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351653263728 140351649037718 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21101] ppid=21091 vsize=13574484 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21101/stat : 21101 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 50377329 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351614307344 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21102] ppid=21091 vsize=13574484 memory=140228624164480 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21102/stat : 21102 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 50377329 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351247748240 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21103] ppid=21091 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21103/stat : 21103 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 50377329 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351246695184 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21104] ppid=21091 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21104/stat : 21104 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 50377329 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351245642640 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21109] ppid=21091 vsize=13574484 memory=140228624164480 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21109/stat : 21109 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 50377331 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351217314032 140351649036930 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21111] ppid=21091 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21111/stat : 21111 (java) S 21091 21091 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 50377331 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351216260256 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21113] ppid=21091 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21113/stat : 21113 (java) S 21091 21091 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 50377331 13900271616 4732 18446744073709551615 4194304 4196468 140723244829008 140351215207152 140351649035989 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20308 KiB

[startup+0.210103 s]*
/proc/loadavg: 1.00 1.18 1.59 2/210 21125
/proc/meminfo: memFree=31786932/32770624 swapFree=67108860/67108860
[pid=21091] ppid=21086 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21091/stat : 21091 (xcsp3-exec) S 21086 21091 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 50377322 9740288 345 18446744073709551615 4194304 5098028 140731791998560 140731791996664 139878366499452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 13873152 140731792003455 140731792003658 140731792003658 140731792007147 0
/proc/21091/statm: 2378 345 289 221 0 87 0
[pid=21097] ppid=21091 vsize=13974352 memory=24704 CPUtime=0.08 cores=1,3,5,7
/proc/21097/stat : 21097 (java) S 21091 21091 11586 0 -1 1077944320 5107 0 0 0 7 1 0 0 20 0 15 0 50377328 14309736448 6176 18446744073709551615 4194304 4196468 140723244829008 140723244811552 140351649025783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
/proc/21097/statm: 3493588 6176 2729 1 0 3482964 0
[pid=21097/tid=21099] ppid=21091 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/21097/task/21099/stat : 21099 (java) R 21091 21091 11586 0 -1 4202560 3252 0 0 0 6 1 0 0 20 0 15 0 50377329 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351653261056 140351642125630 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21101] ppid=21091 vsize=13974352 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21101/stat : 21101 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351614307344 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21102] ppid=21091 vsize=13974352 memory=3760846744456527904 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21102/stat : 21102 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351247748240 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21103] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21103/stat : 21103 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351246695184 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21104] ppid=21091 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21104/stat : 21104 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351245642640 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21109] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21109/stat : 21109 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351217314032 140351649036930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21111] ppid=21091 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21111/stat : 21111 (java) S 21091 21091 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351216260256 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21113] ppid=21091 vsize=13974352 memory=140228624164480 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21113/stat : 21113 (java) S 21091 21091 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351215207152 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21115] ppid=21091 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21115/stat : 21115 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351214155728 140351649044379 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21116] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21116/stat : 21116 (java) S 21091 21091 11586 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351213103856 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21117] ppid=21091 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21117/stat : 21117 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351212051312 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21118] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21118/stat : 21118 (java) S 21091 21091 11586 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351210998256 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21123] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21123/stat : 21123 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351142620000 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21125] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21125/stat : 21125 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377342 14309736448 6688 18446744073709551615 4194304 4196468 140723244829008 140351141567024 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26084 KiB

[startup+0.310256 s]*
/proc/loadavg: 1.00 1.18 1.59 6/211 21126
/proc/meminfo: memFree=31762932/32770624 swapFree=67108860/67108860
[pid=21091] ppid=21086 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21091/stat : 21091 (xcsp3-exec) S 21086 21091 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 50377322 9740288 345 18446744073709551615 4194304 5098028 140731791998560 140731791996664 139878366499452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 13873152 140731792003455 140731792003658 140731792003658 140731792007147 0
/proc/21091/statm: 2378 345 289 221 0 87 0
[pid=21097] ppid=21091 vsize=13974352 memory=37496 CPUtime=0.27 cores=1,3,5,7
/proc/21097/stat : 21097 (java) S 21091 21091 11586 0 -1 1077944320 8915 0 0 0 24 3 0 0 20 0 15 0 50377328 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140723244811552 140351649025783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
/proc/21097/statm: 3493588 9374 2985 1 0 3482964 0
[pid=21097/tid=21099] ppid=21091 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/21097/task/21099/stat : 21099 (java) R 21091 21091 11586 0 -1 4202560 6098 0 0 0 14 2 0 0 20 0 15 0 50377329 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351653262112 140351649047709 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21101] ppid=21091 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21101/stat : 21101 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351614307344 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21102] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21102/stat : 21102 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351247748240 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21103] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21103/stat : 21103 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351246695184 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21104] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21104/stat : 21104 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351245642640 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21109] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21109/stat : 21109 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351217314032 140351649036930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21111] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21111/stat : 21111 (java) S 21091 21091 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351216260256 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21113] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21113/stat : 21113 (java) S 21091 21091 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50377331 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351215207152 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21115] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21115/stat : 21115 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351214155728 140351649044379 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21116] ppid=21091 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21097/task/21116/stat : 21116 (java) R 21091 21091 11586 0 -1 4202560 396 0 0 0 1 0 0 0 20 0 15 0 50377334 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351213084872 140351641315232 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21117] ppid=21091 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21097/task/21117/stat : 21117 (java) S 21091 21091 11586 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 50377334 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351212051312 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21118] ppid=21091 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21097/task/21118/stat : 21118 (java) S 21091 21091 11586 0 -1 1077944384 728 0 0 0 5 0 0 0 20 0 15 0 50377334 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351210998256 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21123] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21123/stat : 21123 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351142620000 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21125] ppid=21091 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21125/stat : 21125 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377342 14309736448 9374 18446744073709551615 4194304 4196468 140723244829008 140351141567024 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38876 KiB

[startup+0.710321 s]
# the end of solver process 21091 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.03904 s, system=0.052727 s

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

[startup+0.410343 s]*
/proc/loadavg: 1.00 1.18 1.59 3/211 21126
/proc/meminfo: memFree=31748292/32770624 swapFree=67108860/67108860
[pid=21091] ppid=21086 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21091/stat : 21091 (xcsp3-exec) S 21086 21091 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 50377322 9740288 345 18446744073709551615 4194304 5098028 140731791998560 140731791996664 139878366499452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 13873152 140731792003455 140731792003658 140731792003658 140731792007147 0
/proc/21091/statm: 2378 345 289 221 0 87 0
[pid=21097] ppid=21091 vsize=13978608 memory=43216 CPUtime=0.39 cores=1,3,5,7
/proc/21097/stat : 21097 (java) S 21091 21091 11586 0 -1 1077944320 10083 0 0 0 36 3 0 0 20 0 15 0 50377328 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140723244811552 140351649025783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
/proc/21097/statm: 3494652 10804 3058 1 0 3482964 0
[pid=21097/tid=21099] ppid=21091 vsize=13978608 memory=7311146985107750967 CPUtime=0.23 cores=1,3,5,7
/proc/21097/task/21099/stat : 21099 (java) R 21091 21091 11586 0 -1 4202560 7142 0 0 0 21 2 0 0 20 0 15 0 50377329 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351653249696 140351641703797 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21101] ppid=21091 vsize=13978608 memory=1358 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21101/stat : 21101 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351614307344 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21102] ppid=21091 vsize=13978608 memory=3472756596928980640 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21102/stat : 21102 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351247748240 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21103] ppid=21091 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21103/stat : 21103 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351246695184 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21104] ppid=21091 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21104/stat : 21104 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351245642640 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21109] ppid=21091 vsize=13978608 memory=140228624164480 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21109/stat : 21109 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377331 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351217314032 140351649036930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21111] ppid=21091 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21111/stat : 21111 (java) S 21091 21091 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50377331 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351216260256 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21113] ppid=21091 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21113/stat : 21113 (java) S 21091 21091 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50377331 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351215207152 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21115] ppid=21091 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21115/stat : 21115 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351214155728 140351649044379 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21116] ppid=21091 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21097/task/21116/stat : 21116 (java) S 21091 21091 11586 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 50377334 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351213103856 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21117] ppid=21091 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21097/task/21117/stat : 21117 (java) S 21091 21091 11586 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 50377334 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351212051312 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21118] ppid=21091 vsize=13978608 memory=140228624164480 CPUtime=0.09 cores=1,3,5,7
/proc/21097/task/21118/stat : 21118 (java) R 21091 21091 11586 0 -1 4202560 763 0 0 0 9 0 0 0 20 0 15 0 50377334 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351210998256 140351633106270 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21123] ppid=21091 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21123/stat : 21123 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351142620000 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21125] ppid=21091 vsize=13978608 memory=140228624164480 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21125/stat : 21125 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377342 14314094592 10804 18446744073709551615 4194304 4196468 140723244829008 140351141567024 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44596 KiB

[startup+0.610234 s]
/proc/loadavg: 1.00 1.18 1.59 6/211 21126
/proc/meminfo: memFree=31737348/32770624 swapFree=67108860/67108860
[pid=21091] ppid=21086 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21091/stat : 21091 (xcsp3-exec) S 21086 21091 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 50377322 9740288 345 18446744073709551615 4194304 5098028 140731791998560 140731791996664 139878366499452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 13873152 140731792003455 140731792003658 140731792003658 140731792007147 0
/proc/21091/statm: 2378 345 289 221 0 87 0
[pid=21097] ppid=21091 vsize=13980732 memory=55428 CPUtime=0.8 cores=1,3,5,7
/proc/21097/stat : 21097 (java) S 21091 21091 11586 0 -1 1077944320 11975 0 0 0 75 5 0 0 20 0 15 0 50377328 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140723244811552 140351649025783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
/proc/21097/statm: 3495183 13857 3148 1 0 3483476 0
[pid=21097/tid=21099] ppid=21091 vsize=13980732 memory=3778405370774509088 CPUtime=0.42 cores=1,3,5,7
/proc/21097/task/21099/stat : 21099 (java) R 21091 21091 11586 0 -1 4202560 8448 0 0 0 39 3 0 0 20 0 15 0 50377329 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351653254144 140351633106270 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21101] ppid=21091 vsize=13980732 memory=-5874771483550381248 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21101/stat : 21101 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351614307344 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21102] ppid=21091 vsize=13980732 memory=6525858347538544147 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21102/stat : 21102 (java) S 21091 21091 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50377329 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351247748240 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21103] ppid=21091 vsize=13980732 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21103/stat : 21103 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351246695184 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21104] ppid=21091 vsize=13980732 memory=7682744562830902074 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21104/stat : 21104 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377329 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351245642640 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21109] ppid=21091 vsize=13980732 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21109/stat : 21109 (java) S 21091 21091 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50377331 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351217314032 140351649036930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21111] ppid=21091 vsize=13980732 memory=-7595761213668167008 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21111/stat : 21111 (java) S 21091 21091 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50377331 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351216260256 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21113] ppid=21091 vsize=13980732 memory=4956998493510226538 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21113/stat : 21113 (java) S 21091 21091 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50377331 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351215207152 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21115] ppid=21091 vsize=13980732 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21115/stat : 21115 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351214155728 140351649044379 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21116] ppid=21091 vsize=13980732 memory=6944656592455359580 CPUtime=0.05 cores=1,3,5,7
/proc/21097/task/21116/stat : 21116 (java) R 21091 21091 11586 0 -1 1077944384 532 0 0 0 5 0 0 0 20 0 15 0 50377334 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351213103856 140351649036930 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21117] ppid=21091 vsize=13980732 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/21097/task/21117/stat : 21117 (java) R 21091 21091 11586 0 -1 4202560 654 0 0 0 9 0 0 0 20 0 15 0 50377334 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351212051312 140351642010825 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21118] ppid=21091 vsize=13980732 memory=6944656592455097440 CPUtime=0.2 cores=1,3,5,7
/proc/21097/task/21118/stat : 21118 (java) R 21091 21091 11586 0 -1 4202560 1034 0 0 0 20 0 0 0 20 0 15 0 50377334 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351210998256 140351649047130 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21123] ppid=21091 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21123/stat : 21123 (java) S 21091 21091 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50377334 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351142620000 140351649035989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
[pid=21097/tid=21125] ppid=21091 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21097/task/21125/stat : 21125 (java) S 21091 21091 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50377342 14316269568 13857 18446744073709551615 4194304 4196468 140723244829008 140351141567024 140351649036930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17510400 140723244831159 140723244831334 140723244831334 140723244834767 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 56808 KiB

Child status: 0
Real time (s): 0.710348
CPU time (s): 1.09177
CPU user time (s): 1.03904
CPU system time (s): 0.052727
CPU usage (%): 153.695
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 56808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.03904
system time used= 0.052727
maximum resident set size= 62284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13584
page faults= 1
swaps= 0
block input operations= 2304
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1410
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 21091
#   total CPU time (s): 1.09177
#   total CPU user time (s): 1.03904
#   total CPU system time (s): 0.052727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029668 second user time and 0.044502 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 12:18:31
IDJOB=4270298
IDBENCH=115963
IDSOLVER=2661
FILE ID=node124/4270298-1502620367
RUNJOBID= node124-1502619510-21066
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-06.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-4270298-1502620367/watcher-4270298-1502620367 -o /tmp/evaluation-result-4270298-1502620367/solver-4270298-1502620367 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502619510-21066 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 414010938 HOME/instance-4270298-1502620367.xml

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

MD5SUM BENCH= c211aeb2c7d5ca0d3acfa7d3ddb05d8f
RANDOM SEED=414010938

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:        31810388 kB
MemAvailable:   32005232 kB
Buffers:          157360 kB
Cached:           327640 kB
SwapCached:            0 kB
Active:           369980 kB
Inactive:         165864 kB
Active(anon):       2204 kB
Inactive(anon):    73880 kB
Active(file):     367776 kB
Inactive(file):    91984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15536 kB
Writeback:             0 kB
AnonPages:         50648 kB
Mapped:            41900 kB
Shmem:             25320 kB
Slab:             127568 kB
SReclaimable:     101836 kB
SUnreclaim:        25732 kB
KernelStack:        3072 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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-13 12:18:31