Trace number 4103341

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) 235.006 235.054

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
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-18T09:37: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-4103341-1466235450.opb"]
0.00/0.01	c use --random-gen="1380923551 2065057710 635078460 814802674 1380654867 3101991626 3405794366 4152983741 2357846456 1825122618 2692110304 3460041662 50229875 4246929426 654443094 794725530 2724406261 3069298798 914958094 1149762304 27595415 934496054 1630031042 1712106103 2276840139 2093947648 3637934158 3521176207 356143969 1803796851 880739281 3964006810 2411541997 968554898 1412366195 3294086122 135721214 680772429 1646325789 2969571431 3326305411 1489998342 3207414382 3774557022 276154661 774093153 2657714309 2035289456 2852376446 1886346768 3814599091 4167836358 2939803586 3872660968 3289696726 381162990 3646602849 1827241213 2682800341 3723065065 1093121779 1665189431 1725166852 3539270018 1327067170 1545360078 1383963029 1706046998 4265858586 843203123 2452946899 2115244025 3228610234 755345453 2216039100 624169469 2859509737 395775167 1335138674 322144646 4266037388 3470424538 3303852788 398067231 2167534366 3972570243 4247940262 1778727632 1776281137 421634152 525546116 4272175306 3703247219 2230877845 1422077159 3454589357 2374083443 1537347273 4205350080 1605974848 505277765 2454159717 579903935 88537396 493687678 2369946878 4273774496 3727630142 3850979658 1807507430 3452303089 249511827 3129820124 2268769645 4266297582 3425096674 1442369056 3811245711 3710290215 2877420444 2078757166 495265449 1864586170 3096438561 868601087 3628814901 3601753603 3338692827 136763005 2175213568 1828014178 1483745612 780781708 730673630 4286673554 187165596 922683658 3303055310 2470024440 477613311 3884621899 3635543805 2716711424 262883657 2600531259 67673520 3172402250 575531580 4190856180 606661121 358722147 407293581 2032933317 4176039698 452301077 2127453883 267026946 2621996034 587957703 755930907 2609930863 1139318160 763777090 1908967638 222442610 1540571164 1949597312 3761832385 734003237 780451050 1464703279 1231901478 2104115085 1916745516 1642695835 1825533591 4048798312 4276984196 2941732818 2692839067 3123816485 145119781 3771959083 407000496 2181303743 2854718215 2440850863 2619024198 4032570562 285499043 427294759 1429079599 3664198848 2095911267 3428446181 1800164429 1624534550 2281342828 2941123508 1315418834 3044637938 1046209858 4026508338 3943890090 1968941301 179241389 2350133942 141805950 2378806771 3414564744 2810531409 809154487 2238801339 2210797283 2003929339 3766794630 3267875665 2311087629 3657523780 3854833721 1727301507 1255616388 1484094133 4226120789 174275647 2786377446 331644974 794978147 1180710733 394721011 457223538 2224685023 3528964153 3310799762 966542957 2363614999 2157710304 3812233019 2809585405 3260068132 2692524198 1153832680 1963186051 766961918 2926815763 3315046230 342444406 3080138072 266529295 3992049394 2449300638 3713406527 1686275482 645430489 1571294060 2370049277 255 362436" option to reproduce the execution
0.69/0.72	c #vars 53335
0.69/0.72	c #constraints 5302

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

pid=15216
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.09 2.07 2.01 3/179 15219
/proc/meminfo: memFree=30486740/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=645564 CPUtime=0 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 2393 0 0 0 0 0 0 0 20 0 4 0 25595485 661057536 3264 33554432000 4194304 16246674 140734661465776 140734661465200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 161903 3274 441 2943 0 158797 0
[pid=15219/tid=15220] ppid=15216 vsize=662972 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 678883328 3333 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=668092 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 684126208 3352 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=672188 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 688320512 3370 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 15219
/proc/meminfo: memFree=30486740/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 29170 0 0 0 5 4 0 0 20 0 4 0 25595485 1333334016 29980 33554432000 4194304 16246674 140734661465776 140734661465088 7368729 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 325521 29995 801 2943 0 322415 0
[pid=15219/tid=15220] ppid=15216 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1333334016 30005 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1333334016 30017 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1333334016 30028 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1302084

[startup+0.200519 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 15219
/proc/meminfo: memFree=30486740/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1312324 CPUtime=0.18 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 47091 0 0 0 12 6 0 0 20 0 4 0 25595485 1343819776 48411 33554432000 4194304 16246674 140734661465776 140734661465088 8058568 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 328081 48411 801 2943 0 324975 0
[pid=15219/tid=15220] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 48411 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 48411 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 48411 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300498 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 15219
/proc/meminfo: memFree=30486740/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 48584 0 0 0 22 7 0 0 20 0 4 0 25595485 1343819776 49904 33554432000 4194304 16246674 140734661465776 140734661465088 7374276 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 328081 49923 802 2943 0 324975 0
[pid=15219/tid=15220] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 49934 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 49946 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 49956 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1312324

[startup+0.700425 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 15219
/proc/meminfo: memFree=30486740/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 64023 0 0 0 60 9 0 0 20 0 4 0 25595485 1343819776 65343 33554432000 4194304 16246674 140734661465776 140734661465088 4221019 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 328081 65343 803 2943 0 324975 0
[pid=15219/tid=15220] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 65343 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 65343 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1343819776 65343 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.09 2.07 2.01 3/183 15223
/proc/meminfo: memFree=30160544/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1332804 CPUtime=1.49 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 135652 0 0 0 130 19 0 0 20 0 4 0 25595485 1364791296 136973 33554432000 4194304 16246674 140734661465776 140734661465088 6962473 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 333201 136983 837 2943 0 330095 0
[pid=15219/tid=15220] ppid=15216 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1364791296 136991 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1364791296 136998 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1364791296 137004 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1332804

[startup+3.1004 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 15223
/proc/meminfo: memFree=29326528/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1485380 CPUtime=3.09 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 311969 0 0 0 269 40 0 0 20 0 4 0 25595485 1521029120 313289 33554432000 4194304 16246674 140734661465776 140734661465088 4222197 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 371345 313289 837 2943 0 368239 0
[pid=15219/tid=15220] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313289 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313289 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313289 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1485380

[startup+6.3004 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 15223
/proc/meminfo: memFree=29234536/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=1485380 CPUtime=6.29 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 311970 0 0 0 589 40 0 0 20 0 4 0 25595485 1521029120 313290 33554432000 4194304 16246674 140734661465776 140734661447680 12654542 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 371345 313290 837 2943 0 368239 0
[pid=15219/tid=15220] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313290 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313290 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 1521029120 313290 33554432000 4194304 16246674 140734661465776 139688979459248 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) 1485380

[startup+12.7004 s]
/proc/loadavg: 2.15 2.08 2.01 3/183 15223
/proc/meminfo: memFree=28909440/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=2147908 CPUtime=12.68 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 477412 0 0 0 1210 58 0 0 20 0 4 0 25595485 2199457792 478732 33554432000 4194304 16246674 140734661465776 140734661463616 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 536977 478740 837 2943 0 533871 0
[pid=15219/tid=15220] ppid=15216 vsize=2147908 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 2199457792 478745 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=2147908 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 2199457792 478749 33554432000 4194304 16246674 140734661465776 139689063324688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=2147908 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 2199457792 478754 33554432000 4194304 16246674 140734661465776 139688979459248 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) 2147908

[startup+25.5005 s]
/proc/loadavg: 2.13 2.08 2.01 3/183 15223
/proc/meminfo: memFree=27017952/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=3698244 CPUtime=25.48 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 865186 0 0 0 2440 108 0 0 20 0 4 0 25595485 3787001856 866506 33554432000 4194304 16246674 140734661465776 140734661464872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 924561 866506 837 2943 0 921455 0
[pid=15219/tid=15220] ppid=15216 vsize=3698244 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 3787001856 866506 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=3698244 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 3787001856 866506 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=3698244 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 3787001856 866506 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3698244

[startup+51.1005 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 15223
/proc/meminfo: memFree=23369288/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=7339588 CPUtime=51.08 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 1775524 0 0 0 4874 234 0 0 20 0 4 0 25595485 7515738112 1776844 33554432000 4194304 16246674 140734661465776 140734661464952 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 1834897 1776844 837 2943 0 1831791 0
[pid=15219/tid=15220] ppid=15216 vsize=7339588 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 7515738112 1776844 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=7339588 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 7515738112 1776844 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=7339588 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 7515738112 1776844 33554432000 4194304 16246674 140734661465776 139688979459248 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) 7339588

[startup+102.3 s]
/proc/loadavg: 2.15 2.09 2.02 3/183 15224
/proc/meminfo: memFree=16873472/32872528 swapFree=249324/249324
[pid=15219] ppid=15216 vsize=13822532 CPUtime=102.28 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 3396263 0 0 0 9781 447 0 0 20 0 4 0 25595485 14154272768 3397583 33554432000 4194304 16246674 140734661465776 140734661464872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 3455633 3397583 838 2943 0 3452527 0
[pid=15219/tid=15220] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397583 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397583 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397583 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13822532

[startup+162.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/184 15229
/proc/meminfo: memFree=16872892/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=13822532 CPUtime=162.26 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 3396267 0 0 0 15776 450 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 140734661463744 14013949 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 3455633 3397587 842 2943 0 3452527 0
[pid=15219/tid=15220] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139689063324688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13822532

[startup+222.307 s]
/proc/loadavg: 2.10 2.08 2.02 3/183 15230
/proc/meminfo: memFree=16872716/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=13822532 CPUtime=222.26 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 3396267 0 0 0 21771 455 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 140734661464872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 3455633 3397587 842 2943 0 3452527 0
[pid=15219/tid=15220] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=13822532 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 14154272768 3397587 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 13822532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+234.2 s]
/proc/loadavg: 2.08 2.08 2.01 3/183 15230
/proc/meminfo: memFree=15161640/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=15877700 CPUtime=234.15 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) R 15216 15219 11324 0 -1 4202496 3910036 0 0 0 22882 533 0 0 20 0 4 0 25595485 16258764800 3911356 33554432000 4194304 16246674 140734661465776 140734661463680 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 3969425 3911363 842 2943 0 3966319 0
[pid=15219/tid=15220] ppid=15216 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15220/stat : 15220 (toysat) S 15216 15219 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25595485 16258764800 3911368 33554432000 4194304 16246674 140734661465776 139689073814768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) S 15216 15219 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25595485 16258764800 3911370 33554432000 4194304 16246674 140734661465776 139689063324912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=15219/tid=15222] ppid=15216 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/15219/task/15222/stat : 15222 (toysat) S 15216 15219 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25595485 16258764800 3911370 33554432000 4194304 16246674 140734661465776 139688979459248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 234.15
Current children cumulated vsize (KiB) 15877700

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

[startup+234.407 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 15230
/proc/meminfo: memFree=16657148/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=0 CPUtime=234.36 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) Z 15216 15219 11324 0 -1 4203532 3910444 0 0 0 22883 553 0 0 20 0 2 0 25595485 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 0 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) R 15216 15219 11324 0 -1 4203588 8 0 0 0 0 19 0 0 20 0 2 0 25595485 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) 234.36
Current children cumulated vsize (KiB) 0

[startup+234.8 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 15230
/proc/meminfo: memFree=16657148/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=0 CPUtime=234.76 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) Z 15216 15219 11324 0 -1 4203532 3910444 0 0 0 22883 593 0 0 20 0 2 0 25595485 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 0 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) R 15216 15219 11324 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 25595485 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) 234.76
Current children cumulated vsize (KiB) 0

[startup+235 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 15230
/proc/meminfo: memFree=16657148/32872528 swapFree=249320/249320
[pid=15219] ppid=15216 vsize=0 CPUtime=234.96 cores=0,2,4,6
/proc/15219/stat : 15219 (toysat) Z 15216 15219 11324 0 -1 4203532 3910444 0 0 0 22883 613 0 0 20 0 2 0 25595485 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15219/statm: 0 0 0 0 0 0 0
[pid=15219/tid=15221] ppid=15216 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/15219/task/15221/stat : 15221 (toysat) R 15216 15219 11324 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 25595485 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) 234.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 235.054
CPU time (s): 235.006
CPU user time (s): 228.831
CPU system time (s): 6.17506
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 15877700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.831
system time used= 6.17506
maximum resident set size= 15647056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3910444
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= 75
involuntary context switches= 240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.613906 second user time and 0.91986 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 09:37:31
IDJOB=4103341
IDBENCH=2333
IDSOLVER=2542
FILE ID=node103/4103341-1466235450
RUNJOBID= node103-1466206104-11340
PBS_JOBID= 19918169
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103341-1466235450/watcher-4103341-1466235450 -o /tmp/evaluation-result-4103341-1466235450/solver-4103341-1466235450 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11340 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103341-1466235450.opb

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

MD5SUM BENCH= cadb80b29b1b884c95a94376a4e900b4
RANDOM SEED=2119057487

node103.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.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.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.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.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.55
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:        30487284 kB
Buffers:          123948 kB
Cached:           133668 kB
SwapCached:         1916 kB
Active:          1235800 kB
Inactive:         163636 kB
Active(anon):    1140876 kB
Inactive(anon):     3400 kB
Active(file):      94924 kB
Inactive(file):   160236 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             20872 kB
Writeback:             0 kB
AnonPages:       1390764 kB
Mapped:            10856 kB
Shmem:                 0 kB
Slab:             602616 kB
SReclaimable:      46364 kB
SUnreclaim:       556252 kB
KernelStack:        1488 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1531516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1132544 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= 71692 MiB
End job on node103 at 2016-06-18 09:41:26