Trace number 4103829

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 172.694 172.738

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-set1al.opb
MD5SUM2171c0e7720e195b62c6e8928bbcbe1d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264221696
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 585542656
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616008034847
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616008034847
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T10:40:31+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4103829-1466239231.opb"]
0.00/0.01	c use --random-gen="3017742661 4106424888 1512567304 3402993085 201955318 530327955 3586419028 3365769270 1474353519 3831811949 2550985184 1026611483 2463151336 3703799801 4224141509 3658097018 1741452564 2303880067 2263489066 2469208788 1133978985 3115700950 718175071 234326788 4146846086 1400488402 4211180100 1101216115 1199130559 3238989095 3142074960 3631521830 2901953150 1435129129 734988917 3000302173 1694166424 2205957049 1532385417 2719993135 3859208630 1834630640 2436205800 988052666 2471842582 2587678370 2705944503 3382550337 755490859 2696949042 3459260421 86160854 1000158249 1621976524 418644282 1687812867 2156329767 3029173787 3978421293 2326201076 2647299902 3322518755 3709526035 4170899753 755619059 1934446606 2847104198 1136680615 5446649 4197595288 3504854136 4222867065 422183834 3899791519 3140659567 1865497724 3677397264 2469456381 966917769 4157237989 1359637428 2211922904 3345472296 262513654 3957105046 2690894082 3374089249 1916597593 2163628825 1070220518 698410378 1432488182 2184467241 3763225456 1422788459 3017089757 2296788441 2108309757 2412699683 3342861507 225622321 2283292542 439706320 1156770916 4162696223 2319137035 2867780407 3187830176 2914208275 836903118 662197121 2902844506 349758548 4266777079 337216971 410416983 3715588686 76124310 1561149599 2216477130 3591947762 782558361 2212746803 3854119425 2249067585 1249836078 3449388586 1239871812 425508456 3926840999 2969505278 2662498261 3104139923 1431599702 3275411117 2336026623 2132763614 2227366386 2678741759 1480774301 3064909987 4287955201 3965818843 3706648795 691127653 600934368 195317447 2497823570 424725519 1240674159 61492333 2079578808 1764254195 1435942097 2753635454 4151817959 3383278382 3767384091 425720588 1287518522 2631586939 2368551107 259279614 3061061034 1714572736 3018890870 2973763452 2390524977 434438991 2446602137 2914320802 4742476 521984135 1660868278 152536841 1388562374 2633451125 2824513479 1096001416 153798436 2261365444 1042316253 1564231307 4173087964 2750276138 1288180626 1505979919 2509396451 1684861807 3121279842 4140544845 137181200 4260462069 1572758830 232025474 145631638 2384570542 1555554249 1060574107 2799683030 2750477443 4049101745 650881000 3646859203 406546820 2778051690 2432352794 3660418905 1567050959 4166368404 2835278643 3938785498 800959409 2545533463 1934024745 1324843804 2798778202 2006405693 315946173 3507648112 3736592021 3074394581 313932071 2789740156 993839411 1216207354 3034215688 2464135904 1067812458 3349570211 2335320599 3801861612 999165426 1023420442 2826012890 4119201578 1807070065 2551224097 978702302 1787428589 3400980408 1126486564 91846582 1666884549 2173316481 403691550 69342619 2521181286 3056552689 3072862453 2471038248 3437114696 423851382 256642795 985783166 4215846524 255 362436" option to reproduce the execution
0.09/0.11	c #vars 14400
0.09/0.11	c #constraints 492
8.99/9.01	c BCD2: Hardening is enabled.
8.99/9.01	c BCD2: BiasedSearch is enabled.
8.99/9.01	c Solving starts ...
8.99/9.01	c ============================[ Search Statistics ]============================
8.99/9.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.01	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.01	c =============================================================================
8.99/9.01	c  0.0s |       0 |        0 |        0 |     5044      0 |     5045 |        0
8.99/9.05	c  0.0s |       0 |     1312 |        0 |     5044      0 |     5045 |        0
8.99/9.05	c #cpu_time = 0.039s
8.99/9.05	c #wall_clock_time = 0.039s
8.99/9.05	c #decision = 1312
8.99/9.05	c #random_decision = 0
8.99/9.05	c #conflict = 0
8.99/9.05	c #restart = 0
8.99/9.05	o 257724628752

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103829-1466239231/watcher-4103829-1466239231 -o /tmp/evaluation-result-4103829-1466239231/solver-4103829-1466239231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103829-1466239231.opb 

pid=27924
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27927
/proc/meminfo: memFree=17745480/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=732740 CPUtime=0 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 2739 0 0 0 0 0 0 0 20 0 4 0 25967916 750325760 2588 33554432000 4194304 16246674 140734858837360 140734858836784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 183953 2597 442 2943 0 180847 0
[pid=27927/tid=27928] ppid=27924 vsize=750148 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 768151552 2656 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=754244 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 772345856 2673 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=758340 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25967916 776540160 2689 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27927
/proc/meminfo: memFree=17745480/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 29981 0 0 0 5 4 0 0 20 0 4 0 25967916 1334382592 29769 33554432000 4194304 16246674 140734858837360 140734858836672 7374276 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 325777 29785 802 2943 0 322671 0
[pid=27927/tid=27928] ppid=27924 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1334382592 29795 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1334382592 29806 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1334382592 29818 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200537 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27927
/proc/meminfo: memFree=17745480/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=0.19 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 43782 0 0 0 14 5 0 0 20 0 4 0 25967916 1346965504 43569 33554432000 4194304 16246674 140734858837360 140734858836672 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 43569 833 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 43569 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 43569 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 43569 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1315396

[startup+0.300508 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27927
/proc/meminfo: memFree=17745480/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 70126 0 0 0 21 8 0 0 20 0 4 0 25967916 1346965504 69913 33554432000 4194304 16246674 140734858837360 140734858836672 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 69928 833 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 69938 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 69948 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 69959 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.70042 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27927
/proc/meminfo: memFree=17745480/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=0.68 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 194102 0 0 0 44 24 0 0 20 0 4 0 25967916 1346965504 193890 33554432000 4194304 16246674 140734858837360 140734858819264 12371445 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 193905 835 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 193913 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 193922 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 193931 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1315396

[startup+1.50043 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 27931
/proc/meminfo: memFree=16667608/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=1.49 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 269986 0 0 0 114 35 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140734858819264 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 269773 835 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10043 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 27931
/proc/meminfo: memFree=16666988/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=3.09 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 269986 0 0 0 274 35 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140734858819264 12657258 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 269773 835 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.30044 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 27931
/proc/meminfo: memFree=16667364/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1315396 CPUtime=6.29 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 269986 0 0 0 594 35 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140734858819264 12371171 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 328849 269773 835 2943 0 325743 0
[pid=27927/tid=27928] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1346965504 269773 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1315396

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 27931
/proc/meminfo: memFree=16494220/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=1489476 CPUtime=12.69 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 313541 0 0 0 1229 40 0 0 20 0 4 0 25967916 1525223424 313328 33554432000 4194304 16246674 140734858837360 140734858835200 4206607 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 372369 313328 870 2943 0 369263 0
[pid=27927/tid=27928] ppid=27924 vsize=1489476 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 1525223424 313328 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=1489476 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 1525223424 313328 33554432000 4194304 16246674 140734858837360 140346267769872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=1489476 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 1525223424 313328 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1489476

[startup+25.5005 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 27931
/proc/meminfo: memFree=14154752/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=3966532 CPUtime=25.49 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 932749 0 0 0 2426 123 0 0 20 0 4 0 25967916 4061728768 932536 33554432000 4194304 16246674 140734858837360 140734858835200 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 991633 932544 870 2943 0 988527 0
[pid=27927/tid=27928] ppid=27924 vsize=3966532 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 4061728768 932548 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=3966532 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 4061728768 932552 33554432000 4194304 16246674 140734858837360 140346267769872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=3966532 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 4061728768 932557 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3966532

[startup+51.1005 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 27980
/proc/meminfo: memFree=20008468/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=7638596 CPUtime=51.08 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 1850823 0 0 0 4860 248 0 0 20 0 4 0 25967916 7821922304 1850610 33554432000 4194304 16246674 140734858837360 140734858835456 4206577 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 1909649 1850610 870 2943 0 1906543 0
[pid=27927/tid=27928] ppid=27924 vsize=7638596 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 7821922304 1850610 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=7638596 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 7821922304 1850610 33554432000 4194304 16246674 140734858837360 140346267769872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=7638596 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 7821922304 1850610 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7638596

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 27981
/proc/meminfo: memFree=14288720/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=14081604 CPUtime=102.27 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 3461581 0 0 0 9765 462 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140734858835328 14013836 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 3520401 3461368 874 2943 0 3517295 0
[pid=27927/tid=27928] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346267769872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14081604

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27982
/proc/meminfo: memFree=13551592/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=14081604 CPUtime=162.26 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 3461581 0 0 0 15760 466 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140734858836456 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 3520401 3461368 874 2943 0 3517295 0
[pid=27927/tid=27928] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=14081604 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 14419562496 3461368 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14081604



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+171.9 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 27982
/proc/meminfo: memFree=14039268/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=15905348 CPUtime=171.86 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) R 27924 27927 23276 0 -1 4202496 3917329 0 0 0 16659 527 0 0 20 0 4 0 25967916 16287076352 3917116 33554432000 4194304 16246674 140734858837360 140734858836456 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 3976337 3917124 874 2943 0 3973231 0
[pid=27927/tid=27928] ppid=27924 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27928/stat : 27928 (toysat) S 27924 27927 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25967916 16287076352 3917129 33554432000 4194304 16246674 140734858837360 140346278259952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) S 27924 27927 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25967916 16287076352 3917135 33554432000 4194304 16246674 140734858837360 140346267770096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27927/tid=27930] ppid=27924 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/27927/task/27930/stat : 27930 (toysat) S 27924 27927 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25967916 16287076352 3917139 33554432000 4194304 16246674 140734858837360 140346257296560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 171.86
Current children cumulated vsize (KiB) 15905348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27927 sig 9
??? kill -27927 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+172.005 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 27982
/proc/meminfo: memFree=14039268/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=0 CPUtime=171.96 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) Z 27924 27927 23276 0 -1 4203532 3917749 0 0 0 16659 537 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 0 0 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) R 27924 27927 23276 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 171.96
Current children cumulated vsize (KiB) 0

[startup+172.4 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 27982
/proc/meminfo: memFree=14039268/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=0 CPUtime=172.35 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) Z 27924 27927 23276 0 -1 4203532 3917749 0 0 0 16659 576 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 0 0 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) R 27924 27927 23276 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.35
Current children cumulated vsize (KiB) 0

[startup+172.6 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 27982
/proc/meminfo: memFree=14039268/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=0 CPUtime=172.55 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) Z 27924 27927 23276 0 -1 4203532 3917749 0 0 0 16659 596 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 0 0 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) R 27924 27927 23276 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.55
Current children cumulated vsize (KiB) 0

[startup+172.7 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 27982
/proc/meminfo: memFree=28818776/32872528 swapFree=7780/7780
[pid=27927] ppid=27924 vsize=0 CPUtime=172.66 cores=1,3,5,7
/proc/27927/stat : 27927 (toysat) Z 27924 27927 23276 0 -1 4203532 3917749 0 0 0 16659 607 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27927/statm: 0 0 0 0 0 0 0
[pid=27927/tid=27929] ppid=27924 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/27927/task/27929/stat : 27929 (toysat) R 27924 27927 23276 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 25967916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.66
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 172.738
CPU time (s): 172.694
CPU user time (s): 166.594
CPU system time (s): 6.10007
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 15905348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.594
system time used= 6.10007
maximum resident set size= 15670144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3917749
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= 84
involuntary context switches= 212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.476927 second user time and 0.687895 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 10:40:31
IDJOB=4103829
IDBENCH=2477
IDSOLVER=2542
FILE ID=node151/4103829-1466239231
RUNJOBID= node151-1466206051-23293
PBS_JOBID= 19918135
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-set1al.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103829-1466239231/watcher-4103829-1466239231 -o /tmp/evaluation-result-4103829-1466239231/solver-4103829-1466239231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103829-1466239231.opb

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

MD5SUM BENCH= 2171c0e7720e195b62c6e8928bbcbe1d
RANDOM SEED=955928552

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
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
cpu MHz		: 2667.103
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 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 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 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
cpu MHz		: 2667.103
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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 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 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 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
cpu MHz		: 2667.103
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2667.103
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 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 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 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
cpu MHz		: 2667.103
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.103
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 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 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 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:       32872528 kB
MemFree:        17745752 kB
Buffers:          108472 kB
Cached:           179892 kB
SwapCached:         1780 kB
Active:         14150072 kB
Inactive:         185156 kB
Active(anon):   14045304 kB
Inactive(anon):     4048 kB
Active(file):     104768 kB
Inactive(file):   181108 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             16756 kB
Writeback:             0 kB
AnonPages:      14054192 kB
Mapped:            11536 kB
Shmem:                 0 kB
Slab:             605088 kB
SReclaimable:      48632 kB
SUnreclaim:       556456 kB
KernelStack:        1496 kB
PageTables:        31268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14196968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node151 at 2016-06-18 10:43:24