Trace number 4282373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 0.86014402 0.606233

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-04-2-08.xml
MD5SUM17db91fb5ac5a139b323ef8c05694434
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0036190001
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints44
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":64}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":32},{"degree":9,"count":32}]
Minimum constraint arity4
Maximum constraint arity9
Distribution of constraint arities[{"arity":4,"count":8},{"arity":8,"count":4},{"arity":9,"count":32}]
Number of extensional constraints8
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":8},{"type":"allDifferent","count":4},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282373-1503164613.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282373-1503164613.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.40	c parse instance...
0.63/0.56	c solve instance...
0.63/0.59	s SATISFIABLE
0.63/0.59	v <instantiation>
0.63/0.59	v 	<list>p[0][0] p[0][1] p[0][2] p[0][3] p[0][4] p[0][5] p[0][6] p[0][7] p[1][0] p[1][1] p[1][2] p[1][3] p[1][4] p[1][5] p[1][6] p[1][7] p[2][0] p[2][1] p[2][2] p[2][3] p[2][4] p[2][5] p[2][6] p[2][7] p[3][0] p[3][1] p[3][2] p[3][3] p[3][4] p[3][5] p[3][6] p[3][7] v[0][0] v[0][1] v[0][2] v[0][3] v[0][4] v[0][5] v[0][6] v[0][7] v[1][0] v[1][1] v[1][2] v[1][3] v[1][4] v[1][5] v[1][6] v[1][7] v[2][0] v[2][1] v[2][2] v[2][3] v[2][4] v[2][5] v[2][6] v[2][7] v[3][0] v[3][1] v[3][2] v[3][3] v[3][4] v[3][5] v[3][6] v[3][7] </list>
0.63/0.59	v 	<values>6 3 0 5 4 2 7 1 6 3 5 0 2 4 7 1 6 0 5 3 7 4 2 1 6 4 2 3 7 0 5 1 2 7 5 1 4 3 0 6 3 7 4 1 5 2 0 6 1 7 6 3 5 2 0 4 5 7 2 3 1 6 0 4 </values>
0.63/0.59	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13310 MiB free)
  memory of node 1: 16384 MiB (15505 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282373-1503164613/watcher-4282373-1503164613 -o /tmp/evaluation-result-4282373-1503164613/solver-4282373-1503164613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1109323445 HOME/instance-4282373-1503164613.xml 

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

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

solver pid=735, runsolver pid=732

[startup+0.10015 s]*
/proc/loadavg: 2.02 2.02 2.05 3/197 737
/proc/meminfo: memFree=29508356/32770624 swapFree=67108860/67108860
[pid=735] ppid=732 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/735/stat : 735 (xcsp3-exec) S 732 735 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14868360 9740288 345 18446744073709551615 4194304 5098028 140720579024832 140720579022936 140135336608380 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 17547264 140720579031417 140720579031622 140720579031622 140720579035115 0
/proc/735/statm: 2378 345 289 221 0 87 0
[pid=737] ppid=735 vsize=356952 memory=7524 CPUtime=0 cores=1,3,5,7
/proc/737/stat : 737 (java) S 735 735 18108 0 -1 1077944320 1674 0 0 0 0 0 0 0 20 0 2 0 14868370 365518848 1881 18446744073709551615 4194304 4196468 140723505987008 140723505969552 139695701200631 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
/proc/737/statm: 89238 1881 1035 1 0 79208 0
[pid=737/tid=738] ppid=735 vsize=11658652 memory=7022364594140610616 CPUtime=0 cores=1,3,5,7
/proc/737/task/738/stat : 738 (java) S 735 735 18108 0 -1 1077944384 949 0 0 0 0 0 0 0 20 0 3 0 14868370 11938459648 2388 18446744073709551615 4194304 4196468 140723505987008 139695705442000 139695701210837 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=739] ppid=735 vsize=11658652 memory=4294979800 CPUtime=0 cores=1,3,5,7
/proc/737/task/739/stat : 739 (java) R 735 735 18108 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 14868371 11938459648 2388 18446744073709551615 4194304 4196468 140723505987008 139695705442720 139695693940481 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 366464 KiB
Current children cumulated memory: 8904 KiB

[startup+0.209645 s]*
/proc/loadavg: 2.02 2.02 2.05 3/211 751
/proc/meminfo: memFree=29496456/32770624 swapFree=67108860/67108860
[pid=735] ppid=732 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/735/stat : 735 (xcsp3-exec) S 732 735 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14868360 9740288 345 18446744073709551615 4194304 5098028 140720579024832 140720579022936 140135336608380 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 17547264 140720579031417 140720579031622 140720579031622 140720579035115 0
/proc/735/statm: 2378 345 289 221 0 87 0
[pid=737] ppid=735 vsize=13974352 memory=24764 CPUtime=0.07 cores=1,3,5,7
/proc/737/stat : 737 (java) S 735 735 18108 0 -1 1077944320 5155 0 0 0 7 0 0 0 20 0 15 0 14868370 14309736448 6191 18446744073709551615 4194304 4196468 140723505987008 140723505969552 139695701200631 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
/proc/737/statm: 3493588 6191 2716 1 0 3482964 0
[pid=737/tid=738] ppid=735 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=1,3,5,7
/proc/737/task/738/stat : 738 (java) R 735 735 18108 0 -1 4202560 3320 0 0 0 6 0 0 0 20 0 15 0 14868370 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139695705433872 139695701222557 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=739] ppid=735 vsize=13974352 memory=4294979800 CPUtime=0 cores=1,3,5,7
/proc/737/task/739/stat : 739 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139695635635216 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=740] ppid=735 vsize=13974352 memory=140171298830758 CPUtime=0 cores=1,3,5,7
/proc/737/task/740/stat : 740 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139695634582672 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=741] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/741/stat : 741 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139695633529616 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=742] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/742/stat : 742 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139695632477072 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=743] ppid=735 vsize=13974352 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/743/stat : 743 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868372 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694616602864 139695701211778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=744] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/744/stat : 744 (java) S 735 735 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868373 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694615549088 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=745] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/745/stat : 745 (java) S 735 735 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868373 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694614495984 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=746] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/746/stat : 746 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694613444560 139695701219227 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=747] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/747/stat : 747 (java) S 735 735 18108 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694612392688 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=748] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/748/stat : 748 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694611340144 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=749] ppid=735 vsize=13974352 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/749/stat : 749 (java) S 735 735 18108 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694610287088 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=750] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/750/stat : 750 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694609234784 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=751] ppid=735 vsize=13974352 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/751/stat : 751 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868380 14309736448 6270 18446744073709551615 4194304 4196468 140723505987008 139694608181808 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26144 KiB

[startup+0.310147 s]*
/proc/loadavg: 2.02 2.02 2.05 3/211 751
/proc/meminfo: memFree=29481032/32770624 swapFree=67108860/67108860
[pid=735] ppid=732 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/735/stat : 735 (xcsp3-exec) S 732 735 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14868360 9740288 345 18446744073709551615 4194304 5098028 140720579024832 140720579022936 140135336608380 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 17547264 140720579031417 140720579031622 140720579031622 140720579035115 0
/proc/735/statm: 2378 345 289 221 0 87 0
[pid=737] ppid=735 vsize=13974352 memory=37220 CPUtime=0.25 cores=1,3,5,7
/proc/737/stat : 737 (java) S 735 735 18108 0 -1 1077944320 8843 0 0 0 24 1 0 0 20 0 15 0 14868370 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 140723505969552 139695701200631 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
/proc/737/statm: 3493588 9305 2976 1 0 3482964 0
[pid=737/tid=738] ppid=735 vsize=13974352 memory=1398720917958146503 CPUtime=0.16 cores=1,3,5,7
/proc/737/task/738/stat : 738 (java) R 735 735 18108 0 -1 4202560 6091 0 0 0 15 1 0 0 20 0 15 0 14868370 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139695705433472 139695701212566 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=739] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/739/stat : 739 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139695635635216 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=740] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/740/stat : 740 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139695634582672 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=741] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/741/stat : 741 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139695633529616 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=742] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/742/stat : 742 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139695632477072 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=743] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/743/stat : 743 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868372 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694616602864 139695701211778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=744] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/744/stat : 744 (java) S 735 735 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868373 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694615549088 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=745] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/745/stat : 745 (java) S 735 735 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868373 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694614495984 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=746] ppid=735 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/746/stat : 746 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694613444560 139695701219227 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=747] ppid=735 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/737/task/747/stat : 747 (java) R 735 735 18108 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 14868375 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694612392784 139695701210837 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=748] ppid=735 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/737/task/748/stat : 748 (java) S 735 735 18108 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 14868375 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694611340144 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=749] ppid=735 vsize=13974352 memory=140171298682496 CPUtime=0.05 cores=1,3,5,7
/proc/737/task/749/stat : 749 (java) R 735 735 18108 0 -1 4202560 737 0 0 0 5 0 0 0 20 0 15 0 14868375 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694610287088 139695680116317 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=750] ppid=735 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/750/stat : 750 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694609234784 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=751] ppid=735 vsize=13974352 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/751/stat : 751 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868380 14309736448 9305 18446744073709551615 4194304 4196468 140723505987008 139694608181808 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38600 KiB

[startup+0.606172 s]
# the end of solver process 735 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.81029 s, system=0.049854 s

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

[startup+0.410168 s]*
/proc/loadavg: 2.02 2.02 2.05 4/211 752
/proc/meminfo: memFree=29476444/32770624 swapFree=67108860/67108860
[pid=735] ppid=732 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/735/stat : 735 (xcsp3-exec) S 732 735 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14868360 9740288 345 18446744073709551615 4194304 5098028 140720579024832 140720579022936 140135336608380 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 17547264 140720579031417 140720579031622 140720579031622 140720579035115 0
/proc/735/statm: 2378 345 289 221 0 87 0
[pid=737] ppid=735 vsize=13978608 memory=43156 CPUtime=0.44 cores=1,3,5,7
/proc/737/stat : 737 (java) S 735 735 18108 0 -1 1077944320 10156 0 0 0 41 3 0 0 20 0 15 0 14868370 14314094592 10789 18446744073709551615 4194304 4196468 140723505987008 140723505969552 139695701200631 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
/proc/737/statm: 3494652 10789 3027 1 0 3482964 0
[pid=737/tid=738] ppid=735 vsize=13978608 memory=7022364594140610616 CPUtime=0.26 cores=1,3,5,7
/proc/737/task/738/stat : 738 (java) R 735 735 18108 0 -1 4202560 7256 0 0 0 24 2 0 0 20 0 15 0 14868370 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139695705431728 139695693878645 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=739] ppid=735 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/739/stat : 739 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139695635635216 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=740] ppid=735 vsize=13978608 memory=140171298787072 CPUtime=0 cores=1,3,5,7
/proc/737/task/740/stat : 740 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139695634582672 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=741] ppid=735 vsize=13978608 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/741/stat : 741 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139695633529616 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=742] ppid=735 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/742/stat : 742 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139695632477072 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=743] ppid=735 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/743/stat : 743 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868372 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694616602864 139695701211778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=744] ppid=735 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/744/stat : 744 (java) S 735 735 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868373 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694615549088 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=745] ppid=735 vsize=13978608 memory=140171298682496 CPUtime=0 cores=1,3,5,7
/proc/737/task/745/stat : 745 (java) S 735 735 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868373 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694614495984 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=746] ppid=735 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/737/task/746/stat : 746 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694613444560 139695701219227 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=747] ppid=735 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/737/task/747/stat : 747 (java) R 735 735 18108 0 -1 4202560 440 0 0 0 3 0 0 0 20 0 15 0 14868375 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694612373592 139695693489964 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=748] ppid=735 vsize=13978608 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/737/task/748/stat : 748 (java) S 735 735 18108 0 -1 1077944384 382 0 0 0 3 0 0 0 20 0 15 0 14868375 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694611340144 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=749] ppid=735 vsize=13978608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/737/task/749/stat : 749 (java) R 735 735 18108 0 -1 4202560 842 0 0 0 11 0 0 0 20 0 15 0 14868375 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694610280704 139695680599295 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=750] ppid=735 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/750/stat : 750 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694609234784 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=751] ppid=735 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/751/stat : 751 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868380 14314094592 10857 18446744073709551615 4194304 4196468 140723505987008 139694608181808 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44536 KiB

[startup+0.510173 s]*
/proc/loadavg: 2.02 2.02 2.05 5/211 752
/proc/meminfo: memFree=29469224/32770624 swapFree=67108860/67108860
[pid=735] ppid=732 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/735/stat : 735 (xcsp3-exec) S 732 735 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 14868360 9740288 345 18446744073709551615 4194304 5098028 140720579024832 140720579022936 140135336608380 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 17547264 140720579031417 140720579031622 140720579031622 140720579035115 0
/proc/735/statm: 2378 345 289 221 0 87 0
[pid=737] ppid=735 vsize=13978684 memory=51624 CPUtime=0.63 cores=1,3,5,7
/proc/737/stat : 737 (java) S 735 735 18108 0 -1 1077944320 11165 0 0 0 60 3 0 0 20 0 15 0 14868370 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 140723505969552 139695701200631 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
/proc/737/statm: 3494671 12906 3131 1 0 3482964 0
[pid=737/tid=738] ppid=735 vsize=13978684 memory=1398720917958146503 CPUtime=0.36 cores=1,3,5,7
/proc/737/task/738/stat : 738 (java) R 735 735 18108 0 -1 4202560 7889 0 0 0 33 3 0 0 20 0 15 0 14868370 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139695705422176 139695701222557 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=739] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/739/stat : 739 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139695635635216 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=740] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/740/stat : 740 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139695634582672 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=741] ppid=735 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/737/task/741/stat : 741 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868371 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139695633529616 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=742] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/742/stat : 742 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868371 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139695632477072 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=743] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/743/stat : 743 (java) S 735 735 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868372 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694616602864 139695701211778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=744] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/744/stat : 744 (java) S 735 735 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868373 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694615549088 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=745] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/745/stat : 745 (java) S 735 735 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868373 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694614495984 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=746] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/746/stat : 746 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694613444560 139695701219227 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=747] ppid=735 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/737/task/747/stat : 747 (java) R 735 735 18108 0 -1 1077944384 606 0 0 0 6 0 0 0 20 0 15 0 14868375 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694612392688 139695701211778 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=748] ppid=735 vsize=13978684 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/737/task/748/stat : 748 (java) R 735 735 18108 0 -1 4202560 415 0 0 0 5 0 0 0 20 0 15 0 14868375 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694611340144 139695682376328 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=749] ppid=735 vsize=13978684 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/737/task/749/stat : 749 (java) R 735 735 18108 0 -1 4202560 958 0 0 0 15 0 0 0 20 0 15 0 14868375 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694610287088 139695701212566 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=750] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/750/stat : 750 (java) S 735 735 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868375 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694609234784 139695701210837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
[pid=737/tid=751] ppid=735 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/737/task/751/stat : 751 (java) S 735 735 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868380 14314172416 12906 18446744073709551615 4194304 4196468 140723505987008 139694608181808 139695701211778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38465536 140723505992114 140723505992290 140723505992290 140723505995727 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 53004 KiB

Child status: 0
Real time (s): 0.606233
CPU time (s): 0.860144
CPU user time (s): 0.81029
CPU system time (s): 0.049854
CPU usage (%): 141.883
Max. virtual memory (cumulated for all children) (KiB): 13988196
Max. memory (cumulated for all children) (KiB): 53004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.81029
system time used= 0.049854
maximum resident set size= 61208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13312
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= 1208
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 735
#   total CPU time (s): 0.860144
#   total CPU user time (s): 0.81029
#   total CPU system time (s): 0.049854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028484 second user time and 0.042726 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 19:29:53
IDJOB=4282373
IDBENCH=139760
IDSOLVER=2677
FILE ID=node131/4282373-1503164613
RUNJOBID= node131-1503095854-18172
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-04-2-08.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-4282373-1503164613/watcher-4282373-1503164613 -o /tmp/evaluation-result-4282373-1503164613/solver-4282373-1503164613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1109323445 HOME/instance-4282373-1503164613.xml

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

MD5SUM BENCH= 17db91fb5ac5a139b323ef8c05694434
RANDOM SEED=1109323445

node131.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.69
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.69
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.69
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.69
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:        29508696 kB
MemAvailable:   29871256 kB
Buffers:          186700 kB
Cached:           462848 kB
SwapCached:            0 kB
Active:          2379204 kB
Inactive:         467772 kB
Active(anon):    2197476 kB
Inactive(anon):    16748 kB
Active(file):     181728 kB
Inactive(file):   451024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:       2196812 kB
Mapped:            44520 kB
Shmem:             17060 kB
Slab:             115760 kB
SReclaimable:      91288 kB
SUnreclaim:        24472 kB
KernelStack:        3456 kB
PageTables:         9196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4284984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2074624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-19 19:29:54