Trace number 4265302

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
BTD 2017-08-10? (NS) 239.33299 239.536

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-188.xml
MD5SUM60b39e31c0b6c133ee3b2ed9cb605470
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 benchmark12.6194
Satisfiable
(Un)Satisfiability was proved
Number of variables376
Number of constraints196
Number of domains2
Minimum domain size188
Maximum domain size35344
Distribution of domain sizes[{"size":188,"count":188},{"size":35344,"count":188}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":188},{"degree":4,"count":187},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity188
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":188},{"arity":94,"count":6},{"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints189
Distribution of constraint types[{"type":"intension","count":189},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

239.29/239.52	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265302-1502683272/watcher-4265302-1502683272 -o /tmp/evaluation-result-4265302-1502683272/solver-4265302-1502683272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580 BTD 2520 HOME/instance-4265302-1502683272.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
solver pid=29602, runsolver pid=29599
Current StackSize limit: 8192 KiB


[startup+0.10087 s]*
/proc/loadavg: 1.85 1.93 2.01 3/181 29603
/proc/meminfo: memFree=31246624/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=32788 memory=3152 CPUtime=0.02 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 949 0 0 0 2 0 0 0 20 0 1 0 70520553 33574912 788 18446744073709551615 4194304 35031035 140720930713280 140720930709112 7408826 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 8197 788 232 7529 0 644 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 32788 KiB
Current children cumulated memory: 3152 KiB

[startup+0.209071 s]*
/proc/loadavg: 1.85 1.93 2.01 3/181 29603
/proc/meminfo: memFree=31245516/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=33988 memory=4492 CPUtime=0.13 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 2197 0 0 0 13 0 0 0 20 0 1 0 70520553 34803712 1123 18446744073709551615 4194304 35031035 140720930713280 140720930709240 7993641 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 8528 1123 232 7529 0 975 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 33988 KiB
Current children cumulated memory: 4492 KiB

[startup+0.308789 s]*
/proc/loadavg: 1.85 1.93 2.01 3/181 29603
/proc/meminfo: memFree=31244772/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=34284 memory=4800 CPUtime=0.23 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 9348 0 0 0 22 1 0 0 20 0 1 0 70520553 35106816 1200 18446744073709551615 4194304 35031035 140720930713280 140720930709240 7993641 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 8571 1200 232 7529 0 1018 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 34284 KiB
Current children cumulated memory: 4800 KiB

[startup+0.700275 s]
/proc/loadavg: 1.78 1.92 2.00 3/181 29603
/proc/meminfo: memFree=31244028/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=35068 memory=5492 CPUtime=0.61 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 64378 0 0 0 54 7 0 0 20 0 1 0 70520553 35909632 1396 18446744073709551615 4194304 35031035 140720930713280 140720930709240 7993641 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 8744 1373 232 7529 0 1191 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 35068 KiB
Current children cumulated memory: 5492 KiB

[startup+1.50028 s]
/proc/loadavg: 1.78 1.92 2.00 3/181 29603
/proc/meminfo: memFree=31243352/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=37944 memory=8264 CPUtime=1.41 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 218679 0 0 0 117 24 0 0 20 0 1 0 70520553 38854656 2066 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4208995 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 9486 2066 232 7529 0 1933 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 37944 KiB
Current children cumulated memory: 8264 KiB

[startup+3.10906 s]
/proc/loadavg: 1.78 1.92 2.00 3/181 29603
/proc/meminfo: memFree=31238888/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=40328 memory=10720 CPUtime=3.02 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 269693 0 0 0 273 29 0 0 20 0 1 0 70520553 41295872 2680 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4207870 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 10082 2680 232 7529 0 2529 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 40328 KiB
Current children cumulated memory: 10720 KiB

[startup+6.30027 s]
/proc/loadavg: 1.80 1.92 2.00 3/181 29603
/proc/meminfo: memFree=31233172/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=46044 memory=16416 CPUtime=6.21 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 586802 0 0 0 558 63 0 0 20 0 1 0 70520553 47149056 4039 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4208390 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 11511 4039 232 7529 0 3958 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 46044 KiB
Current children cumulated memory: 16416 KiB

[startup+12.7003 s]
/proc/loadavg: 1.82 1.92 2.00 3/181 29603
/proc/meminfo: memFree=31221276/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=57824 memory=28068 CPUtime=12.6 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 1363149 0 0 0 1113 147 0 0 20 0 1 0 70520553 59211776 7017 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4207320 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 14456 7017 232 7529 0 6903 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 57824 KiB
Current children cumulated memory: 28068 KiB

[startup+25.5003 s]
/proc/loadavg: 1.84 1.93 2.00 3/181 29604
/proc/meminfo: memFree=31197468/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=81380 memory=51756 CPUtime=25.4 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 2878576 0 0 0 2235 305 0 0 20 0 1 0 70520553 83333120 12939 18446744073709551615 4194304 35031035 140720930713280 140720930709096 7403862 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 20345 12939 232 7529 0 12792 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 81380 KiB
Current children cumulated memory: 51756 KiB

[startup+51.1089 s]
/proc/loadavg: 1.91 1.93 2.00 3/181 29604
/proc/meminfo: memFree=31149272/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=129144 memory=99392 CPUtime=51 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 5941151 0 0 0 4480 620 0 0 20 0 1 0 70520553 132243456 24881 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4208684 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 32286 24881 232 7529 0 24733 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 129144 KiB
Current children cumulated memory: 99392 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.94 2.00 3/181 29606
/proc/meminfo: memFree=31053564/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=226140 memory=196276 CPUtime=102.17 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 11694374 0 0 0 8996 1221 0 0 20 0 1 0 70520553 231567360 49069 18446744073709551615 4194304 35031035 140720930713280 140720930709048 4207325 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 56535 49069 232 7529 0 48982 0
Current children cumulated CPU time: 102.17 s
Current children cumulated vsize: 226140 KiB
Current children cumulated memory: 196276 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 1.95 2.00 3/181 29608
/proc/meminfo: memFree=30939636/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=338484 memory=308820 CPUtime=162.14 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 18350046 0 0 0 14286 1928 0 0 20 0 1 0 70520553 346607616 77159 18446744073709551615 4194304 35031035 140720930713280 140720930709048 4207320 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 84621 77159 232 7529 0 77068 0
Current children cumulated CPU time: 162.14 s
Current children cumulated vsize: 338484 KiB
Current children cumulated memory: 308820 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30821896/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=450424 memory=420704 CPUtime=222.1 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 24934617 0 0 0 19582 2628 0 0 20 0 1 0 70520553 461234176 105176 18446744073709551615 4194304 35031035 140720930713280 140720930709096 7993641 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 112547 105176 232 7529 0 104994 0
Current children cumulated CPU time: 222.1 s
Current children cumulated vsize: 450424 KiB
Current children cumulated memory: 420704 KiB

[startup+239.535 s]
# the end of solver process 29602 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=211.126 s, system=28.2073 s

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

[startup+230.4 s]
/proc/loadavg: 1.99 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30806884/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=466736 memory=437000 CPUtime=230.19 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 25896619 0 0 0 20295 2724 0 0 20 0 1 0 70520553 477937664 109250 18446744073709551615 4194304 35031035 140720930713280 140720930709240 4208386 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 116684 109250 232 7529 0 109131 0
Current children cumulated CPU time: 230.19 s
Current children cumulated vsize: 466736 KiB
Current children cumulated memory: 437000 KiB

[startup+233.6 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30800676/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=471508 memory=442024 CPUtime=233.39 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26228883 0 0 0 20582 2757 0 0 20 0 1 0 70520553 482824192 110506 18446744073709551615 4194304 35031035 140720930713280 140720930709048 7993641 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 117931 110506 232 7529 0 110378 0
Current children cumulated CPU time: 233.39 s
Current children cumulated vsize: 471508 KiB
Current children cumulated memory: 442024 KiB

[startup+236.8 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30795336/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=478644 memory=448784 CPUtime=236.59 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26627364 0 0 0 20862 2797 0 0 20 0 1 0 70520553 490131456 112196 18446744073709551615 4194304 35031035 140720930713280 140720930709096 4208673 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 119661 112196 232 7529 0 112108 0
Current children cumulated CPU time: 236.59 s
Current children cumulated vsize: 478644 KiB
Current children cumulated memory: 448784 KiB

[startup+238.4 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30791120/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=481180 memory=451460 CPUtime=238.19 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26720870 0 0 0 21012 2807 0 0 20 0 1 0 70520553 492728320 112865 18446744073709551615 4194304 35031035 140720930713280 140720930709048 4209287 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 120295 112865 232 7529 0 112742 0
Current children cumulated CPU time: 238.19 s
Current children cumulated vsize: 481180 KiB
Current children cumulated memory: 451460 KiB

[startup+239.2 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30790128/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=483408 memory=453932 CPUtime=238.99 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26843071 0 0 0 21080 2819 0 0 20 0 1 0 70520553 495009792 113483 18446744073709551615 4194304 35031035 140720930713280 140720930709240 7398592 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 120852 113483 262 7529 0 113299 0
Current children cumulated CPU time: 238.99 s
Current children cumulated vsize: 483408 KiB
Current children cumulated memory: 453932 KiB

[startup+239.4 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30790128/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=483408 memory=454604 CPUtime=239.19 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26843389 0 0 0 21100 2819 0 0 20 0 1 0 70520553 495009792 113651 18446744073709551615 4194304 35031035 140720930713280 140720930709240 7398597 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 120852 113651 429 7529 0 113299 0
Current children cumulated CPU time: 239.19 s
Current children cumulated vsize: 483408 KiB
Current children cumulated memory: 454604 KiB

[startup+239.5 s]
/proc/loadavg: 2.00 1.96 2.00 3/184 29624
/proc/meminfo: memFree=30790128/32770624 swapFree=67108860/67108860
[pid=29602] ppid=29599 vsize=483408 memory=454604 CPUtime=239.29 cores=1,3,5,7
/proc/29602/stat : 29602 (BTD) R 29599 29602 17093 0 -1 4202496 26854334 0 0 0 21110 2819 0 0 20 0 1 0 70520553 495009792 113651 18446744073709551615 4194304 35031035 140720930713280 140720930709240 4214088 0 0 1 0 0 0 0 17 1 0 0 7 0 0 37130264 37226188 42442752 140720930718175 140720930718251 140720930718251 140720930721745 0
/proc/29602/statm: 120852 113651 429 7529 0 113299 0
Current children cumulated CPU time: 239.29 s
Current children cumulated vsize: 483408 KiB
Current children cumulated memory: 454604 KiB

Child status: 1
Real time (s): 239.536
CPU time (s): 239.333
CPU user time (s): 211.126
CPU system time (s): 28.2073
CPU usage (%): 99.9156
Max. virtual memory (cumulated for all children) (KiB): 483408
Max. memory (cumulated for all children) (KiB): 454604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.126
system time used= 28.2073
maximum resident set size= 454604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26861355
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= 130
involuntary context switches= 302


# summary of solver processes directly reported to runsolver:
#   pid: 29602
#   total CPU time (s): 239.333
#   total CPU user time (s): 211.126
#   total CPU system time (s): 28.2073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.813284 second user time and 1.62217 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-14 05:47:04
IDJOB=4265302
IDBENCH=122901
IDSOLVER=2654
FILE ID=node127/4265302-1502683272
RUNJOBID= node127-1502653304-21655
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= BTD 2017-08-10
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-188.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265302-1502683272/watcher-4265302-1502683272 -o /tmp/evaluation-result-4265302-1502683272/solver-4265302-1502683272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580  BTD 2520 HOME/instance-4265302-1502683272.xml

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

MD5SUM BENCH= 60b39e31c0b6c133ee3b2ed9cb605470
RANDOM SEED=2100828120

node127.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.92
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.92
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.92
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.92
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:        31248376 kB
MemAvailable:   31871228 kB
Buffers:          223936 kB
Cached:           688596 kB
SwapCached:            0 kB
Active:           815532 kB
Inactive:         267008 kB
Active(anon):     119884 kB
Inactive(anon):    83832 kB
Active(file):     695648 kB
Inactive(file):   183176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38608 kB
Writeback:             4 kB
AnonPages:        169936 kB
Mapped:            49516 kB
Shmem:             33444 kB
Slab:             145532 kB
SReclaimable:     119728 kB
SUnreclaim:        25804 kB
KernelStack:        3264 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     446944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 61948 MiB
End job on node127 at 2017-08-14 05:51:04