Trace number 4103717

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) 255.895 255.942

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing1.opb
MD5SUM89b57889d16cd406631a12aac7aefa29
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark48382442725
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8869
Total number of constraints561
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 constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 24535000678400
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 1761916844753634
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 4102681610158080
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 384599747612655519
Number of bits of the biggest sum of numbers59
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:33:52+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-4103717-1466238832.opb"]
0.00/0.01	c use --random-gen="437753869 3327420880 2883608473 65368905 1561668804 2886470144 3848024947 2687247475 300852433 4153190885 1833380395 2096365830 1644069708 2511315528 854888297 511321237 1437675602 1663817671 3882414736 2897716886 1863491985 3489215266 3818948584 2211125118 1274277209 3465318174 3073458052 2401931050 500902737 2076427453 2480272359 2085075568 3766983556 2078987916 1673393735 4153102932 4174392138 1668090969 660661071 3743341241 4256055178 842269277 713451404 835210804 308028801 743197988 2755153785 2444908523 1132020032 2952055872 861089270 141662146 3681783772 2006725281 2887606834 2884583314 1332683328 2570985752 2699296905 2004335158 3710834264 2604140724 3951104167 3067979703 586465133 4143437805 4040394809 4014516839 3561776056 2751325188 2253444331 1902180936 1706576259 2881467545 3757879720 4278842198 267177217 3669826874 4063008824 379872815 1479321020 3435191195 2365470285 200543435 466932878 3852315985 1083147298 149015905 1433999255 293070906 676213647 3228911987 3373437396 190752928 2623880455 310858573 3127122668 2530278958 2298724963 1044355084 1369693705 2156694683 662346446 3637104675 3412202550 1009374763 1096557447 1087753783 3082156216 4204410959 2260963419 2723278785 145660180 61723108 2893607635 2968850827 459927619 1769420051 2873487555 790131661 3602923617 2270430830 2588901178 3422550180 3675787986 1331696680 3739296810 151081151 2686120864 1574213695 3697233414 2435345211 3668512779 3611456570 2051112356 3773724597 1057611648 1715671239 4174266486 328902584 2762147295 3714269991 2693293655 857353579 3778909338 3392509507 2957018076 1604977302 2148324220 3380682890 3153223126 446004501 314667718 2737208089 3607190705 1590770341 3896304479 499045474 1581050876 3058270229 453169220 1966731412 1754138395 2651186535 2891345042 1033195813 2602187273 3817019128 928671562 67398560 182136681 243747976 2617565596 943772262 766938818 1170344240 952285202 3413904007 2966341832 141729291 1997424581 1829438841 2812268924 1986854695 3930315100 430477608 2741860895 2859969548 905383740 3655004977 3289298551 3177474333 2661233067 816557150 374964707 2624282538 1601481187 2599150607 901553443 846749083 1920326881 616564823 4236296181 1146486256 3717933161 1531831480 668638986 36290601 515595526 4215383667 592836768 1514518651 3930879670 3083199421 1904123679 68525328 1572314611 1853885722 1231597914 1905366802 1490582172 3595084821 1914276309 3518292921 231697585 10561116 3839839879 3842820299 867236732 228132035 2156182757 529645413 2591891758 3818900036 3735988353 1642622666 1802928504 3399513629 4178672167 4000952692 3117108857 2826848209 1094100910 142609450 2601644553 1710368108 1281361389 1208187853 2307636563 612358577 416088531 2697946071 3139022029 2490657670 3751776404 3321135253 255 362436" option to reproduce the execution
0.09/0.18	c #vars 8869
0.09/0.18	c #constraints 561

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-4103717-1466238832/watcher-4103717-1466238832 -o /tmp/evaluation-result-4103717-1466238832/solver-4103717-1466238832 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103717-1466238832.opb 

pid=21515
running on 4 cores: 0,2,4,6

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.42 2.31 2.27 3/179 21518
/proc/meminfo: memFree=28517284/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=669116 CPUtime=0 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 2483 0 0 0 0 0 0 0 20 0 4 0 25928744 685174784 3356 33554432000 4194304 16246674 140734253471984 140734253471408 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 168047 3369 441 2943 0 164941 0
[pid=21518/tid=21519] ppid=21515 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 704049152 3427 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 708243456 3444 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25928744 712437760 3460 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.42 2.31 2.27 3/179 21518
/proc/meminfo: memFree=28517284/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 29963 0 0 0 5 4 0 0 20 0 4 0 25928744 1334382592 30774 33554432000 4194304 16246674 140734253471984 140734253471296 7377589 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 325777 30787 801 2943 0 322671 0
[pid=21518/tid=21519] ppid=21515 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1334382592 30798 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1334382592 30808 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1334382592 30820 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.20046 s]
/proc/loadavg: 2.42 2.31 2.27 3/179 21518
/proc/meminfo: memFree=28517284/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 42300 0 0 0 12 7 0 0 20 0 4 0 25928744 1344868352 43621 33554432000 4194304 16246674 140734253471984 140734253471296 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 328337 43625 812 2943 0 325231 0
[pid=21518/tid=21519] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 43627 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 43630 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 43632 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.30047 s]
/proc/loadavg: 2.42 2.31 2.27 3/179 21518
/proc/meminfo: memFree=28517284/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 54737 0 0 0 21 8 0 0 20 0 4 0 25928744 1344868352 56058 33554432000 4194304 16246674 140734253471984 140734253453888 12449130 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 328337 56072 832 2943 0 325231 0
[pid=21518/tid=21519] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 56081 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 56089 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 56098 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.70039 s]
/proc/loadavg: 2.42 2.31 2.27 3/179 21518
/proc/meminfo: memFree=28517284/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 162458 0 0 0 45 24 0 0 20 0 4 0 25928744 1344868352 163779 33554432000 4194304 16246674 140734253471984 140734253453888 12449273 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 328337 163795 833 2943 0 325231 0
[pid=21518/tid=21519] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 163804 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 163814 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 163824 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.42 2.31 2.27 3/183 21522
/proc/meminfo: memFree=27437608/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 268956 0 0 0 111 38 0 0 20 0 4 0 25928744 1344868352 270277 33554432000 4194304 16246674 140734253471984 140734253453888 12371230 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 328337 270277 835 2943 0 325231 0
[pid=21518/tid=21519] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 270277 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 270277 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1344868352 270277 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.42 2.31 2.27 3/183 21522
/proc/meminfo: memFree=27322536/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1428036 CPUtime=3.09 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 297629 0 0 0 267 42 0 0 20 0 4 0 25928744 1462308864 298950 33554432000 4194304 16246674 140734253471984 140734253453888 12429162 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 357009 298950 836 2943 0 353903 0
[pid=21518/tid=21519] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298950 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298950 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298950 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1428036

[startup+6.3004 s]
/proc/loadavg: 2.39 2.31 2.27 3/183 21522
/proc/meminfo: memFree=27284316/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1428036 CPUtime=6.29 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 297630 0 0 0 587 42 0 0 20 0 4 0 25928744 1462308864 298951 33554432000 4194304 16246674 140734253471984 140734253453888 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 357009 298951 836 2943 0 353903 0
[pid=21518/tid=21519] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298951 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298951 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1462308864 298951 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1428036

[startup+12.7004 s]
/proc/loadavg: 2.44 2.32 2.28 3/183 21522
/proc/meminfo: memFree=27252340/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=1454660 CPUtime=12.68 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 304286 0 0 0 1226 42 0 0 20 0 4 0 25928744 1489571840 305607 33554432000 4194304 16246674 140734253471984 140734253469824 4221129 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 363665 305607 836 2943 0 360559 0
[pid=21518/tid=21519] ppid=21515 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 1489571840 305607 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 1489571840 305607 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 1489571840 305607 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1454660

[startup+25.5074 s]
/proc/loadavg: 2.34 2.30 2.27 3/183 21522
/proc/meminfo: memFree=26681948/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=2017860 CPUtime=25.49 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 445088 0 0 0 2488 61 0 0 20 0 4 0 25928744 2066288640 446409 33554432000 4194304 16246674 140734253471984 140734253453888 4206607 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 504465 446409 837 2943 0 501359 0
[pid=21518/tid=21519] ppid=21515 vsize=2017860 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 2066288640 446409 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=2017860 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 2066288640 446409 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=2017860 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 2066288640 446409 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2017860

[startup+51.1004 s]
/proc/loadavg: 2.41 2.32 2.28 4/182 21522
/proc/meminfo: memFree=23735928/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=5201476 CPUtime=51.08 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 1240992 0 0 0 4938 170 0 0 20 0 4 0 25928744 5326311424 1242313 33554432000 4194304 16246674 140734253471984 140734253471160 13885029 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 1300369 1242313 837 2943 0 1297263 0
[pid=21518/tid=21519] ppid=21515 vsize=5201476 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 5326311424 1242313 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=5201476 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 5326311424 1242313 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=5201476 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 5326311424 1242313 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5201476

[startup+102.3 s]
/proc/loadavg: 2.30 2.30 2.27 4/183 21524
/proc/meminfo: memFree=16401972/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=12876356 CPUtime=102.27 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 3159561 0 0 0 9794 433 0 0 20 0 4 0 25928744 13185388544 3160882 33554432000 4194304 16246674 140734253471984 140734253470648 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 3219089 3160890 837 2943 0 3215983 0
[pid=21518/tid=21519] ppid=21515 vsize=12876356 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 13185388544 3160894 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=12876356 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 13185388544 3160897 33554432000 4194304 16246674 140734253471984 140095726267408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=12876356 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 13185388544 3160903 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12876356

[startup+162.3 s]
/proc/loadavg: 2.20 2.27 2.26 4/183 21525
/proc/meminfo: memFree=15032372/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=13654596 CPUtime=162.27 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 3354280 0 0 0 15762 465 0 0 20 0 4 0 25928744 13982306304 3355601 33554432000 4194304 16246674 140734253471984 140734253469952 13899632 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 3413649 3355601 842 2943 0 3410543 0
[pid=21518/tid=21519] ppid=21515 vsize=13654596 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 13982306304 3355601 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=13654596 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 13982306304 3355601 33554432000 4194304 16246674 140734253471984 140095726267408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=13654596 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 13982306304 3355601 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13654596

[startup+222.3 s]
/proc/loadavg: 2.44 2.33 2.28 3/183 21574
/proc/meminfo: memFree=7658992/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=15536708 CPUtime=222.27 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 3767024 0 0 0 21694 533 0 0 20 0 4 0 25928744 15909588992 3826091 33554432000 4194304 16246674 140734253471984 140734253469824 14013988 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 3884177 3826091 842 2943 0 3881071 0
[pid=21518/tid=21519] ppid=21515 vsize=15536708 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 15909588992 3826091 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=15536708 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 15909588992 3826091 33554432000 4194304 16246674 140734253471984 140095726267408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=15536708 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 15909588992 3826091 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 15536708



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+255.1 s]
/proc/loadavg: 2.26 2.30 2.27 4/183 21575
/proc/meminfo: memFree=2319424/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=15881796 CPUtime=255.05 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) R 21515 21518 16189 0 -1 4202496 3853267 0 0 0 24958 547 0 0 20 0 4 0 25928744 16262959104 3912334 33554432000 4194304 16246674 140734253471984 140734253471080 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 3970449 3912334 842 2943 0 3967343 0
[pid=21518/tid=21519] ppid=21515 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21519/stat : 21519 (toysat) S 21515 21518 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25928744 16262959104 3912334 33554432000 4194304 16246674 140734253471984 140095808056560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) S 21515 21518 16189 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25928744 16262959104 3912334 33554432000 4194304 16246674 140734253471984 140095726267632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21518/tid=21521] ppid=21515 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/21518/task/21521/stat : 21521 (toysat) S 21515 21518 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25928744 16262959104 3912334 33554432000 4194304 16246674 140734253471984 140095715794096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 255.05
Current children cumulated vsize (KiB) 15881796

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 21518 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+255.3 s]
/proc/loadavg: 2.32 2.31 2.27 4/181 21575
/proc/meminfo: memFree=5582412/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=0 CPUtime=255.26 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) Z 21515 21518 16189 0 -1 4203532 3853757 0 0 0 24959 567 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 0 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) R 21515 21518 16189 0 -1 4203588 7 0 0 0 0 19 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 255.26
Current children cumulated vsize (KiB) 0

[startup+255.7 s]
/proc/loadavg: 2.32 2.31 2.27 4/181 21575
/proc/meminfo: memFree=5582412/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=0 CPUtime=255.66 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) Z 21515 21518 16189 0 -1 4203532 3853757 0 0 0 24959 607 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 0 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) R 21515 21518 16189 0 -1 4203588 7 0 0 0 0 58 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 255.66
Current children cumulated vsize (KiB) 0

[startup+255.9 s]
/proc/loadavg: 2.32 2.31 2.27 4/181 21575
/proc/meminfo: memFree=5582412/32872528 swapFree=1459628/1655852
[pid=21518] ppid=21515 vsize=0 CPUtime=255.86 cores=0,2,4,6
/proc/21518/stat : 21518 (toysat) Z 21515 21518 16189 0 -1 4203532 3853757 0 0 0 24959 627 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21518/statm: 0 0 0 0 0 0 0
[pid=21518/tid=21520] ppid=21515 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/21518/task/21520/stat : 21520 (toysat) R 21515 21518 16189 0 -1 4203588 7 0 0 0 0 78 0 0 20 0 2 0 25928744 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 255.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 255.942
CPU time (s): 255.895
CPU user time (s): 249.59
CPU system time (s): 6.30504
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 15881796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.59
system time used= 6.30504
maximum resident set size= 15651296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3853757
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= 260

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.659899 second user time and 0.973851 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 10:33:52
IDJOB=4103717
IDBENCH=2442
IDSOLVER=2542
FILE ID=node136/4103717-1466238832
RUNJOBID= node136-1466206055-16205
PBS_JOBID= 19918141
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-boeing1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103717-1466238832/watcher-4103717-1466238832 -o /tmp/evaluation-result-4103717-1466238832/solver-4103717-1466238832 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103717-1466238832.opb

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

MD5SUM BENCH= 89b57889d16cd406631a12aac7aefa29
RANDOM SEED=683362704

node136.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.278
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.55
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.278
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.278
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.56
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.278
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.278
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.55
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.278
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.56
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.278
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.67
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.278
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:        28517292 kB
Buffers:          113432 kB
Cached:           173704 kB
SwapCached:            0 kB
Active:          1760128 kB
Inactive:         192204 kB
Active(anon):    1653584 kB
Inactive(anon):    13900 kB
Active(file):     106544 kB
Inactive(file):   178304 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17524 kB
Writeback:             0 kB
AnonPages:       3302044 kB
Mapped:            16272 kB
Shmem:               204 kB
Slab:             608512 kB
SReclaimable:      52712 kB
SUnreclaim:       555800 kB
KernelStack:        1528 kB
PageTables:        10884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3455384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71700 MiB
End job on node136 at 2016-06-18 10:38:08