Trace number 4394993

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
PicatSAT 2019-09-12SAT 48.1535 48.1552

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-128.xml
MD5SUM4d7b3c626605250b6cca5f61c2385b47
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 benchmark25.8592
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints136
Number of domains2
Minimum domain size128
Maximum domain size16384
Distribution of domain sizes[{"size":128,"count":128},{"size":16384,"count":128}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":128},{"degree":4,"count":127},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity128
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":128},{"arity":64,"count":6},{"arity":128,"count":1}]
Number of extensional constraints0
Number of intensional constraints129
Distribution of constraint types[{"type":"intension","count":129},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

9.10/9.16	c xcsp_picat version 2.7b12 (9/12/2019)
48.10/48.15	s SATISFIABLE
48.10/48.15	v <instantiation>
48.10/48.15	v     <list> y[] x[] cy[] cx[]  </list> 
48.10/48.15	v     <values> 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 40 41 42 43 44 45 47 52 53 54 55 56 57 58 63 66 67 68 69 70 71 72 73 74 79 81 82 85 89 91 99 101 103 114 115 116 117 119 120 121 122 123 124 125 126 127  1 2 3 4 5 6 7 8 9 10 12 29 31 32 33 34 35 36 37 38 39 46 48 49 50 51 59 60 61 62 64 65 75 76 77 78 80 83 84 86 87 88 90 92 93 94 95 96 97 98 100 102 104 105 106 107 108 109 110 111 112 113 118 128  121 169 196 225 256 289 324 361 400 441 484 529 576 625 676 729 784 900 1600 1681 1764 1849 1936 2025 2209 2704 2809 2916 3025 3136 3249 3364 3969 4356 4489 4624 4761 4900 5041 5184 5329 5476 6241 6561 6724 7225 7921 8281 9801 10201 10609 12996 13225 13456 13689 14161 14400 14641 14884 15129 15376 15625 15876 16129  1 4 9 16 25 36 49 64 81 100 144 841 961 1024 1089 1156 1225 1296 1369 1444 1521 2116 2304 2401 2500 2601 3481 3600 3721 3844 4096 4225 5625 5776 5929 6084 6400 6889 7056 7396 7569 7744 8100 8464 8649 8836 9025 9216 9409 9604 10000 10404 10816 11025 11236 11449 11664 11881 12100 12321 12544 12769 13924 16384   </values> 
48.10/48.15	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 (14673 MiB free)
  memory of node 1: 16384 MiB (15350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394993-1568325224/watcher-4394993-1568325224 -o /tmp/evaluation-result-4394993-1568325224/solver-4394993-1568325224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568318666-25672 --watchdog 2580 xcsp_picat HOME/instance-4394993-1568325224.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=26801, runsolver pid=26798

[startup+0.100125 s]*
/proc/loadavg: 2.06 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30712576/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2054800 memory=38108 CPUtime=0.1 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 6579 0 0 0 9 1 0 0 20 0 1 0 408777118 2104115200 9527 33554432000 4194304 5870510 140730541325488 140730541322632 140256651791333 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 513700 9527 910 410 0 509173 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2054800 KiB
Current children cumulated memory: 38108 KiB

[startup+0.209787 s]*
/proc/loadavg: 2.06 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30701972/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2065144 memory=49744 CPUtime=0.21 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 8737 0 0 0 19 2 0 0 20 0 1 0 408777118 2114707456 12436 33554432000 4194304 5870510 140730541325488 140730541322632 4467358 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 516286 12436 962 410 0 511759 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2065144 KiB
Current children cumulated memory: 49744 KiB

[startup+0.309602 s]*
/proc/loadavg: 2.06 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30698436/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2065944 memory=50536 CPUtime=0.31 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 8952 0 0 0 29 2 0 0 20 0 1 0 408777118 2115526656 12634 33554432000 4194304 5870510 140730541325488 140730541322632 5478381 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 516486 12634 962 410 0 511959 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2065944 KiB
Current children cumulated memory: 50536 KiB

[startup+0.700363 s]
/proc/loadavg: 2.06 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30698064/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2066668 memory=51328 CPUtime=0.69 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 9138 0 0 0 67 2 0 0 20 0 1 0 408777118 2116268032 12832 33554432000 4194304 5870510 140730541325488 140730541322632 5343850 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 516667 12832 974 410 0 512140 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2066668 KiB
Current children cumulated memory: 51328 KiB

[startup+1.50035 s]
/proc/loadavg: 2.06 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30696204/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2068684 memory=54172 CPUtime=1.49 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 9838 0 0 0 147 2 0 0 20 0 1 0 408777118 2118332416 13543 33554432000 4194304 5870510 140730541325488 140730541323880 140256651796925 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 517171 13543 974 410 0 512644 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2068684 KiB
Current children cumulated memory: 54172 KiB

[startup+3.10962 s]
/proc/loadavg: 2.05 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30692724/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2069880 memory=55876 CPUtime=3.1 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 20078 0 0 0 307 3 0 0 20 0 1 0 408777118 2119557120 13969 33554432000 4194304 5870510 140730541325488 140730541323880 5312657 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 517470 13969 995 410 0 512943 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2069880 KiB
Current children cumulated memory: 55876 KiB

[startup+6.30033 s]
/proc/loadavg: 2.05 2.11 2.30 3/200 26802
/proc/meminfo: memFree=30689536/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2088556 memory=59652 CPUtime=6.29 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 26832 0 0 0 626 3 0 0 20 0 1 0 408777118 2138681344 14913 33554432000 4194304 5870510 140730541325488 140730541323928 5282258 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 522139 14913 995 410 0 517612 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2088556 KiB
Current children cumulated memory: 59652 KiB

[startup+12.7004 s]
/proc/loadavg: 2.04 2.11 2.29 3/200 26804
/proc/meminfo: memFree=30665888/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2095740 memory=78472 CPUtime=12.69 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 34847 0 0 0 1265 4 0 0 20 0 1 0 408777118 2146037760 19618 33554432000 4194304 5870510 140730541325488 140730541324600 5272624 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 523935 19618 995 410 0 519408 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2095740 KiB
Current children cumulated memory: 78472 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.09 2.29 3/200 26805
/proc/meminfo: memFree=30643856/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2111356 memory=95784 CPUtime=25.49 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 49854 0 0 0 2544 5 0 0 20 0 1 0 408777118 2162028544 23946 33554432000 4194304 5870510 140730541325488 140730541323928 5282467 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 527839 23946 995 410 0 523312 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2111356 KiB
Current children cumulated memory: 95784 KiB

[startup+48.1552 s]
# the end of solver process 26801 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=48.0845 s, system=0.068997 s

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

[startup+25.6004 s]
/proc/loadavg: 1.96 2.09 2.29 3/200 26805
/proc/meminfo: memFree=30643856/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2111356 memory=95784 CPUtime=25.59 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 49854 0 0 0 2554 5 0 0 20 0 1 0 408777118 2162028544 23946 33554432000 4194304 5870510 140730541325488 140730541323928 5308256 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 527839 23946 995 410 0 523312 0
Current children cumulated CPU time: 25.59 s
Current children cumulated vsize: 2111356 KiB
Current children cumulated memory: 95784 KiB

[startup+38.4004 s]
/proc/loadavg: 1.97 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30660768/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=103048 CPUtime=38.39 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 57605 0 0 0 3833 6 0 0 20 0 1 0 408777118 2169380864 25762 33554432000 4194304 5870510 140730541325488 140730541324056 5282767 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 25762 995 410 0 525107 0
Current children cumulated CPU time: 38.39 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 103048 KiB

[startup+44.8004 s]
/proc/loadavg: 1.97 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30637540/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=44.79 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58090 0 0 0 4473 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5289014 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 44.79 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

[startup+46.4004 s]
/proc/loadavg: 1.97 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30635492/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=46.39 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58090 0 0 0 4633 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5308224 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 46.39 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

[startup+47.2004 s]
/proc/loadavg: 1.98 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30633444/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=47.19 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58091 0 0 0 4713 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5283057 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 47.19 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

[startup+47.6004 s]
/proc/loadavg: 1.98 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30633444/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=47.59 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58091 0 0 0 4753 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5288765 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 47.59 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

[startup+48.0004 s]*
/proc/loadavg: 1.98 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30633444/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=48 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58112 0 0 0 4794 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5262944 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 48 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

[startup+48.1096 s]
/proc/loadavg: 1.98 2.08 2.28 3/200 26805
/proc/meminfo: memFree=30633444/32770624 swapFree=66996368/67108860
[pid=26801] ppid=26798 vsize=2118536 memory=105096 CPUtime=48.1 cores=1,3,5,7
/proc/26801/stat : 26801 (xcsp_picat) R 26798 26801 25640 0 -1 4202496 58114 0 0 0 4804 6 0 0 20 0 1 0 408777118 2169380864 26274 33554432000 4194304 5870510 140730541325488 140730541324056 5262692 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 22216704 140730541327391 140730541327469 140730541327469 140730541330378 0
/proc/26801/statm: 529634 26274 995 410 0 525107 0
Current children cumulated CPU time: 48.1 s
Current children cumulated vsize: 2118536 KiB
Current children cumulated memory: 105096 KiB

Child status: 0
Real time (s): 48.1552
CPU time (s): 48.1535
CPU user time (s): 48.0845
CPU system time (s): 0.068997
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 2118536
Max. memory (cumulated for all children) (KiB): 105096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.0845
system time used= 0.068997
maximum resident set size= 105196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 26801
#   total CPU time (s): 48.1535
#   total CPU user time (s): 48.0845
#   total CPU system time (s): 0.068997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208737 second user time and 0.410636 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 22:52:27
IDJOB=4394993
IDBENCH=122902
IDSOLVER=2844
FILE ID=node106/4394993-1568325224
RUNJOBID= node106-1568318666-25672
PBS_JOBID= 21701140
Free space on /tmp= 56732 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-128.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394993-1568325224/watcher-4394993-1568325224 -o /tmp/evaluation-result-4394993-1568325224/solver-4394993-1568325224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568318666-25672 --watchdog 2580  xcsp_picat HOME/instance-4394993-1568325224.xml

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

MD5SUM BENCH= 4d7b3c626605250b6cca5f61c2385b47
RANDOM SEED=1503656473

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	: 5333.79
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.79
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.79
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.79
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:        30744968 kB
MemAvailable:   31791608 kB
Buffers:          133116 kB
Cached:          1209988 kB
SwapCached:        10184 kB
Active:           481976 kB
Inactive:        1006744 kB
Active(anon):     145268 kB
Inactive(anon):    33384 kB
Active(file):     336708 kB
Inactive(file):   973360 kB
Unevictable:      107772 kB
Mlocked:          107772 kB
SwapTotal:      67108860 kB
SwapFree:       66996368 kB
Dirty:              3628 kB
Writeback:            80 kB
AnonPages:        203408 kB
Mapped:            38444 kB
Shmem:             23992 kB
Slab:             133784 kB
SReclaimable:     104812 kB
SUnreclaim:        28972 kB
KernelStack:        3568 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2653268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56728 MiB
End job on node106 at 2019-09-12 22:53:16