Trace number 4292396

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.7 seq (493a269)Wrong UNSAT 3.73427 1.50209

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292396-1532283684.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292396-1532283684.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.27	c parse instance...
3.46/1.42	c solve instance...
3.46/1.48	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292396-1532283684/watcher-4292396-1532283684 -o /tmp/evaluation-result-4292396-1532283684/solver-4292396-1532283684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6639 --watchdog 2560 HOME/xcsp3-exec -seed 499126875 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292396-1532283684.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=7424, runsolver pid=7421

[startup+0.100209 s]*
/proc/loadavg: 1.96 1.86 1.86 5/218 7440
/proc/meminfo: memFree=17974412/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
[pid=7426] ppid=7424 vsize=14082840 memory=28160 CPUtime=0.12 cores=1,3,5,7
/proc/7426/stat : 7426 (java) S 7424 7424 3751 0 -1 1077944320 5471 0 0 0 11 1 0 0 20 0 15 0 45931276 14420828160 7040 33554432000 4194304 4196468 140733283915600 140733283898144 140489988775671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
/proc/7426/statm: 3520710 7040 2976 1 0 3483008 0
[pid=7426/tid=7427] ppid=7424 vsize=14082840 memory=8043611038439150427 CPUtime=0.09 cores=1,3,5,7
/proc/7426/task/7427/stat : 7427 (java) R 7424 7424 3751 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 15 0 45931276 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489993007360 140489988787606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7428] ppid=7424 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7428/stat : 7428 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489926376336 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7429] ppid=7424 vsize=14082840 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7429/stat : 7429 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489925323536 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7430] ppid=7424 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7430/stat : 7430 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489582451856 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7431] ppid=7424 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7431/stat : 7431 (java) S 7424 7424 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931277 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489581399056 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7432] ppid=7424 vsize=14082840 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7432/stat : 7432 (java) S 7424 7424 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931278 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489530169456 140489988786818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7433] ppid=7424 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7433/stat : 7433 (java) S 7424 7424 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931279 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489529115424 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7434] ppid=7424 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7434/stat : 7434 (java) S 7424 7424 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931279 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489528063088 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7435] ppid=7424 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7435/stat : 7435 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489527011408 140489988794267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7436] ppid=7424 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7436/stat : 7436 (java) S 7424 7424 3751 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 45931281 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489525959280 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7437] ppid=7424 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7437/stat : 7437 (java) S 7424 7424 3751 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 45931281 14420828160 7105 33554432000 4194304 4196468 140733283915600 140489524906480 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7438] ppid=7424 vsize=14082840 memory=140076371732096 CPUtime=0.01 cores=1,3,5,7
/proc/7426/task/7438/stat : 7438 (java) R 7424 7424 3751 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 45931281 14420828160 7171 33554432000 4194304 4196468 140733283915600 140489523854192 140489967717139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7439] ppid=7424 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7439/stat : 7439 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14420828160 7171 33554432000 4194304 4196468 140733283915600 140489522801632 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7440] ppid=7424 vsize=14082840 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7440/stat : 7440 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931282 14420828160 7171 33554432000 4194304 4196468 140733283915600 140489453988272 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29612 KiB

[startup+0.210657 s]*
/proc/loadavg: 1.96 1.86 1.86 5/200 7444
/proc/meminfo: memFree=18120452/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
[pid=7426] ppid=7424 vsize=14087096 memory=40980 CPUtime=0.33 cores=1,3,5,7
/proc/7426/stat : 7426 (java) S 7424 7424 3751 0 -1 1077944320 8211 0 0 0 31 2 0 0 20 0 15 0 45931276 14425186304 10245 33554432000 4194304 4196468 140733283915600 140733283898144 140489988775671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
/proc/7426/statm: 3521774 10245 3192 1 0 3483008 0
[pid=7426/tid=7427] ppid=7424 vsize=14087096 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/7426/task/7427/stat : 7427 (java) R 7424 7424 3751 0 -1 4202560 5432 0 0 0 18 2 0 0 20 0 15 0 45931276 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489992996664 140489973424090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7428] ppid=7424 vsize=14087096 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7428/stat : 7428 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489926376336 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7429] ppid=7424 vsize=14087096 memory=13989749096507032 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7429/stat : 7429 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489925323536 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7430] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7430/stat : 7430 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489582451856 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7431] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7431/stat : 7431 (java) S 7424 7424 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489581399056 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7432] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7432/stat : 7432 (java) S 7424 7424 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931278 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489530169456 140489988786818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7433] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7433/stat : 7433 (java) S 7424 7424 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931279 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489529115424 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7434] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7434/stat : 7434 (java) S 7424 7424 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931279 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489528063088 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7435] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7435/stat : 7435 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489527011408 140489988794267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7436] ppid=7424 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7426/task/7436/stat : 7436 (java) S 7424 7424 3751 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 45931281 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489525959280 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7437] ppid=7424 vsize=14087096 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7426/task/7437/stat : 7437 (java) S 7424 7424 3751 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 45931281 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489524906480 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7438] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0.08 cores=1,3,5,7
/proc/7426/task/7438/stat : 7438 (java) S 7424 7424 3751 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 45931281 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489523854192 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7439] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7439/stat : 7439 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489522801632 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7440] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7440/stat : 7440 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931282 14425186304 10245 33554432000 4194304 4196468 140733283915600 140489453988272 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42432 KiB

[startup+0.310318 s]*
/proc/loadavg: 1.96 1.86 1.86 3/216 7469
/proc/meminfo: memFree=18102500/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
[pid=7426] ppid=7424 vsize=14087096 memory=47880 CPUtime=0.51 cores=1,3,5,7
/proc/7426/stat : 7426 (java) S 7424 7424 3751 0 -1 1077944320 9092 0 0 0 48 3 0 0 20 0 15 0 45931276 14425186304 11970 33554432000 4194304 4196468 140733283915600 140733283898144 140489988775671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
/proc/7426/statm: 3521774 11970 3222 1 0 3483008 0
[pid=7426/tid=7427] ppid=7424 vsize=14087096 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/7426/task/7427/stat : 7427 (java) R 7424 7424 3751 0 -1 4202560 6135 0 0 0 27 2 0 0 20 0 15 0 45931276 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489993009456 140489972856158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7428] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7428/stat : 7428 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489926376336 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7429] ppid=7424 vsize=14087096 memory=140076371739803 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7429/stat : 7429 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489925323536 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7430] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7430/stat : 7430 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489582451856 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7431] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7431/stat : 7431 (java) S 7424 7424 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931277 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489581399056 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7432] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7432/stat : 7432 (java) S 7424 7424 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931278 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489530169456 140489988786818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7433] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7433/stat : 7433 (java) S 7424 7424 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931279 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489529115424 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7434] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7434/stat : 7434 (java) S 7424 7424 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931279 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489528063088 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7435] ppid=7424 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7435/stat : 7435 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489527011408 140489988794267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7436] ppid=7424 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7426/task/7436/stat : 7436 (java) S 7424 7424 3751 0 -1 1077944384 431 0 0 0 4 0 0 0 20 0 15 0 45931281 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489525959280 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7437] ppid=7424 vsize=14087096 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7426/task/7437/stat : 7437 (java) S 7424 7424 3751 0 -1 1077944384 271 0 0 0 4 0 0 0 20 0 15 0 45931281 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489524906480 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7438] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0.12 cores=1,3,5,7
/proc/7426/task/7438/stat : 7438 (java) S 7424 7424 3751 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 15 0 45931281 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489523854192 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7439] ppid=7424 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7439/stat : 7439 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489522801632 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7440] ppid=7424 vsize=14087096 memory=140076371732096 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7440/stat : 7440 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931282 14425186304 11970 33554432000 4194304 4196468 140733283915600 140489453988272 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49332 KiB

[startup+0.700837 s]
/proc/loadavg: 1.96 1.86 1.86 6/197 7481
/proc/meminfo: memFree=18090296/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
[pid=7426] ppid=7424 vsize=14089220 memory=106388 CPUtime=1.77 cores=1,3,5,7
/proc/7426/stat : 7426 (java) S 7424 7424 3751 0 -1 1077944320 12603 0 0 0 172 5 0 0 20 0 15 0 45931276 14427361280 26597 33554432000 4194304 4196468 140733283915600 140733283898144 140489988775671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
/proc/7426/statm: 3522305 26597 3330 1 0 3483520 0
[pid=7426/tid=7427] ppid=7424 vsize=14089220 memory=10328 CPUtime=0.67 cores=1,3,5,7
/proc/7426/task/7427/stat : 7427 (java) R 7424 7424 3751 0 -1 4202560 6810 0 0 0 64 3 0 0 20 0 15 0 45931276 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489993013328 140489988787606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7428] ppid=7424 vsize=14089220 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7428/stat : 7428 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489926376336 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7429] ppid=7424 vsize=14089220 memory=644 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7429/stat : 7429 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489925323536 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7430] ppid=7424 vsize=14089220 memory=952 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7430/stat : 7430 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931277 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489582451856 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7431] ppid=7424 vsize=14089220 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7431/stat : 7431 (java) S 7424 7424 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931277 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489581399056 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7432] ppid=7424 vsize=14089220 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7432/stat : 7432 (java) S 7424 7424 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931278 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489530169456 140489988786818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7433] ppid=7424 vsize=14089220 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7433/stat : 7433 (java) S 7424 7424 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931279 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489529115424 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7434] ppid=7424 vsize=14089220 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7434/stat : 7434 (java) S 7424 7424 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931279 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489528063088 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7435] ppid=7424 vsize=14089220 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7435/stat : 7435 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489527011408 140489988794267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7436] ppid=7424 vsize=14089220 memory=4124 CPUtime=0.35 cores=1,3,5,7
/proc/7426/task/7436/stat : 7436 (java) S 7424 7424 3751 0 -1 1077944384 1430 0 0 0 35 0 0 0 20 0 15 0 45931281 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489525959280 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7437] ppid=7424 vsize=14089220 memory=2200 CPUtime=0.35 cores=1,3,5,7
/proc/7426/task/7437/stat : 7437 (java) S 7424 7424 3751 0 -1 1077944384 1259 0 0 0 35 0 0 0 20 0 15 0 45931281 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489524906480 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7438] ppid=7424 vsize=14089220 memory=7284 CPUtime=0.36 cores=1,3,5,7
/proc/7426/task/7438/stat : 7438 (java) R 7424 7424 3751 0 -1 4202560 1800 0 0 0 36 0 0 0 20 0 15 0 45931281 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489523854192 140489981872507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7439] ppid=7424 vsize=14089220 memory=840 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7439/stat : 7439 (java) S 7424 7424 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931281 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489522801632 140489988785877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
[pid=7426/tid=7440] ppid=7424 vsize=14089220 memory=15436 CPUtime=0 cores=1,3,5,7
/proc/7426/task/7440/stat : 7440 (java) S 7424 7424 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931282 14427361280 26597 33554432000 4194304 4196468 140733283915600 140489453988272 140489988786818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28884992 140733283918977 140733283919153 140733283919153 140733283921871 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 107840 KiB

[startup+1.50077 s]
/proc/loadavg: 1.96 1.86 1.86 8/218 7516
/proc/meminfo: memFree=17991316/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+1.50205 s]
# the end of solver process 7424 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.58553 s, system=0.148736 s

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

[startup+1.50077 s]
/proc/loadavg: 1.96 1.86 1.86 8/218 7516
/proc/meminfo: memFree=17991316/32770624 swapFree=67108860/67108860
[pid=7424] ppid=7421 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7424/stat : 7424 (xcsp3-exec) S 7421 7424 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45931276 115843072 363 33554432000 4194304 5098028 140731220110352 140731220108456 140488074015356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30035968 140731220112443 140731220112644 140731220112644 140731220115402 0
/proc/7424/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 1.50209
CPU time (s): 3.73427
CPU user time (s): 3.58553
CPU system time (s): 0.148736
CPU usage (%): 248.606
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 231352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.58553
system time used= 0.148736
maximum resident set size= 231064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21265
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= 2127
involuntary context switches= 128


# summary of solver processes directly reported to runsolver:
#   pid: 7424
#   total CPU time (s): 3.73427
#   total CPU user time (s): 3.58553
#   total CPU system time (s): 0.148736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032247 second user time and 0.057214 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 20:21:24
IDJOB=4292396
IDBENCH=141102
IDSOLVER=2747
FILE ID=node106/4292396-1532283684
RUNJOBID= node106-1532278902-6639
PBS_JOBID= 21018972
Free space on /tmp= 53012 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292396-1532283684/watcher-4292396-1532283684 -o /tmp/evaluation-result-4292396-1532283684/solver-4292396-1532283684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6639 --watchdog 2560  HOME/xcsp3-exec -seed 499126875 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292396-1532283684.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=499126875

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18004916 kB
MemAvailable:   31793860 kB
Buffers:          248348 kB
Cached:         13629832 kB
SwapCached:            0 kB
Active:          1476680 kB
Inactive:       12603088 kB
Active(anon):     204220 kB
Inactive(anon):    17096 kB
Active(file):    1272460 kB
Inactive(file): 12585992 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42152 kB
Writeback:             0 kB
AnonPages:        202448 kB
Mapped:            48564 kB
Shmem:             17036 kB
Slab:             386540 kB
SReclaimable:     358952 kB
SUnreclaim:        27588 kB
KernelStack:        3520 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1285536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52992 MiB
End job on node106 at 2018-07-22 20:21:26