Trace number 4103653

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) 189.362 189.447

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros-r7.opb
MD5SUM0981750c20a5ad85ded6bb04bf23d130
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10442014720
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
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 constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6734508713856
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 4602477289606474
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-18T10:27:32+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-4103653-1466238450.opb"]
0.00/0.01	c use --random-gen="974536655 3785582804 334206791 3102585629 296835844 3868276328 2717653185 3124027191 1312011402 3984915391 2853952622 2526097627 4184419654 811028897 273116637 85027126 1356480468 2225991206 959830818 2571891249 3510125522 11718295 1732807207 2624850737 1461469978 3502043454 2857126062 3979192094 1389292114 2318140394 1154779588 2554240548 1092949710 3037877549 3305825571 2063946933 2042207129 4277976976 3163997954 91055090 2155239301 1434448117 2232303915 2994160671 3909013748 4098777367 3032123155 2726553340 412266804 3582922816 3644352617 4242301635 2887228071 2845161279 3359573312 2154312479 4257327074 984113136 2721097323 4017948736 1816777317 2905964417 2581823282 2376151120 4076223705 2465275885 4120608460 2848764969 2828098433 3079567376 2014327781 1024850270 2590827755 2253173146 1713465080 27080291 1762559590 497375160 1378759112 3426308925 2815166373 690736810 1843682473 1149534820 969182235 1734775714 1385351171 4240019352 708459796 2980018037 202028359 1893868850 2955424746 259125105 3257693581 4123699080 3629716378 2626347606 83423383 237915642 816422689 2989912088 2159159365 2720904434 905254675 562497807 3078235849 3989974675 2480022633 3783911305 294991586 1264782340 2204408163 3294925665 89488505 2560308259 2877508779 3999734715 2183526354 3095378353 402193487 579386923 3388270017 3312759219 486188356 3913554674 982210240 1970254994 864581703 1781883608 2597818819 375783721 1634411377 1131818943 1524555386 3211060995 2861747448 1365527933 1446742397 1249089968 2576306489 3836454516 2944261150 2262642686 3562172274 841603016 2938392577 1751022201 1910215503 1152667383 1977730885 3824787176 1896872774 386775503 3088357229 62350720 1332802284 1521213823 246865065 1339670445 1551252245 194708179 1862220677 3472644461 559244566 2156191054 290016285 1640075345 2757098728 2467072482 1922716806 744070014 2516216218 135043598 1201331812 3685038714 2158203545 1301238861 2233185672 2942031163 3150240656 3816403486 3908610578 3951688178 3767970341 1510260812 1305028782 2998509001 1092172611 2495904990 2324334549 403062282 2254427884 382267683 3978591417 3933341567 1376507567 109027553 2417498630 2731420880 2215956238 1444018287 3690079114 1372427273 3855733108 2170968100 1626514265 1788352402 2095288112 891356462 719831258 265168525 1308027052 3582669953 4183881414 2626516873 1223641029 2384850503 2571337513 3685885300 3326143224 1472179542 683612677 3669641791 4217960400 2809709525 2412780422 544163066 1787711185 2299163183 1626746189 1226867925 1629506748 1701227504 3747845151 4102719356 2282778108 2177443242 1304316995 1770501521 4041865049 104039902 3718436774 2904980794 339127508 778315938 3925217745 1904971629 3380520771 2100798308 1939855190 1568987829 3280730770 584448660 362704171 4206483181 255 362436" option to reproduce the execution
4.69/4.76	c #vars 282240
4.69/4.76	c #constraints 3136

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

pid=17852
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.11 2.17 2.17 3/179 17855
/proc/meminfo: memFree=18588792/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=485820 CPUtime=0 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 1771 0 0 0 0 0 0 0 20 0 4 0 25891917 497479680 1621 33554432000 4194304 16246674 140733249997504 140733249996928 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 121967 1629 441 2943 0 118861 0
[pid=17855/tid=17856] ppid=17852 vsize=502204 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 514256896 1686 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=507324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 519499776 1703 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=511420 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25891918 523694080 1719 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.11 2.17 2.17 3/179 17855
/proc/meminfo: memFree=18588792/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 27439 0 0 0 5 4 0 0 20 0 4 0 25891917 1333334016 27227 33554432000 4194304 16246674 140733249997504 140733249996816 8058796 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 325521 27243 799 2943 0 322415 0
[pid=17855/tid=17856] ppid=17852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1333334016 27253 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1333334016 27265 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1333334016 27276 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200511 s]
/proc/loadavg: 2.11 2.17 2.17 3/179 17855
/proc/meminfo: memFree=18588792/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 42223 0 0 0 13 6 0 0 20 0 4 0 25891917 1343819776 42523 33554432000 4194304 16246674 140733249997504 140733249996816 8055408 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 328081 42540 799 2943 0 324975 0
[pid=17855/tid=17856] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 42550 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 42562 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 42573 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300435 s]
/proc/loadavg: 2.11 2.17 2.17 3/179 17855
/proc/meminfo: memFree=18588792/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 44172 0 0 0 23 6 0 0 20 0 4 0 25891917 1343819776 44471 33554432000 4194304 16246674 140733249997504 140733249996816 7440359 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 328081 44471 799 2943 0 324975 0
[pid=17855/tid=17856] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 44471 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 44471 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 44471 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700373 s]
/proc/loadavg: 2.11 2.17 2.17 3/179 17855
/proc/meminfo: memFree=18588792/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1312324 CPUtime=0.68 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 53519 0 0 0 61 7 0 0 20 0 4 0 25891917 1343819776 53818 33554432000 4194304 16246674 140733249997504 140733249995328 8058822 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 328081 53818 801 2943 0 324975 0
[pid=17855/tid=17856] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 53818 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 53818 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1343819776 53818 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.50037 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 17859
/proc/meminfo: memFree=18344080/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1349188 CPUtime=1.49 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 58543 0 0 0 140 9 0 0 20 0 4 0 25891917 1381568512 65485 33554432000 4194304 16246674 140733249997504 140733249995328 7361643 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 337297 65485 802 2943 0 334191 0
[pid=17855/tid=17856] ppid=17852 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1381568512 65485 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1381568512 65485 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1381568512 65485 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1349188

[startup+3.10037 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 17859
/proc/meminfo: memFree=18228520/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1398340 CPUtime=3.08 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 116487 0 0 0 287 21 0 0 20 0 4 0 25891917 1431900160 132627 33554432000 4194304 16246674 140733249997504 140733249980496 4220520 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 349585 132627 802 2943 0 346479 0
[pid=17855/tid=17856] ppid=17852 vsize=1398340 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1431900160 132627 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1398340 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1431900160 132627 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1398340 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1431900160 132627 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1398340

[startup+6.30036 s]
/proc/loadavg: 2.18 2.19 2.18 3/183 17859
/proc/meminfo: memFree=17537544/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1441348 CPUtime=6.28 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 265465 0 0 0 583 45 0 0 20 0 4 0 25891917 1475940352 285693 33554432000 4194304 16246674 140733249997504 140733249996816 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 360337 285694 825 2943 0 357231 0
[pid=17855/tid=17856] ppid=17852 vsize=1441348 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1475940352 285698 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1441348 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1475940352 285702 33554432000 4194304 16246674 140733249997504 140578734971920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1441348 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1475940352 285706 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1441348

[startup+12.7004 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 17859
/proc/meminfo: memFree=17047268/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=1779268 CPUtime=12.68 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 363979 0 0 0 1208 60 0 0 20 0 4 0 25891917 1821970432 385740 33554432000 4194304 16246674 140733249997504 140733249996680 4220543 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 444817 385740 836 2943 0 441711 0
[pid=17855/tid=17856] ppid=17852 vsize=1779268 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 1821970432 385740 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=1779268 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 1821970432 385740 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=1779268 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 1821970432 385740 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1779268

[startup+25.5004 s]
/proc/loadavg: 2.19 2.19 2.18 3/181 17859
/proc/meminfo: memFree=17388120/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=3969604 CPUtime=25.48 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 911563 0 0 0 2409 139 0 0 20 0 4 0 25891917 4064874496 933324 33554432000 4194304 16246674 140733249997504 140733249996816 4220994 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 992401 933324 836 2943 0 989295 0
[pid=17855/tid=17856] ppid=17852 vsize=3969604 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 4064874496 933324 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=3969604 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 4064874496 933324 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=3969604 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 4064874496 933324 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3969604

[startup+51.1004 s]
/proc/loadavg: 2.26 2.21 2.18 3/183 17909
/proc/meminfo: memFree=21231028/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=7381572 CPUtime=51.07 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 1764558 0 0 0 4851 256 0 0 20 0 4 0 25891917 7558729728 1786574 33554432000 4194304 16246674 140733249997504 140733249995328 4220490 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 1845393 1786574 837 2943 0 1842287 0
[pid=17855/tid=17856] ppid=17852 vsize=7381572 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 7558729728 1786574 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=7381572 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 7558729728 1786574 33554432000 4194304 16246674 140733249997504 140578734971920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=7381572 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 7558729728 1786574 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7381572

[startup+102.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 17910
/proc/meminfo: memFree=14654652/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=14441028 CPUtime=102.24 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 3529426 0 0 0 9710 514 0 0 20 0 4 0 25891917 14787612672 3551442 33554432000 4194304 16246674 140733249997504 140733249996600 4206613 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17855/statm: 3610257 3551442 838 2943 0 3607151 0
[pid=17855/tid=17856] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551442 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551442 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551442 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14441028

[startup+162.3 s]
/proc/loadavg: 2.40 2.26 2.20 3/184 17914
/proc/meminfo: memFree=14743192/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=14441028 CPUtime=162.22 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 3529430 0 0 0 15705 517 0 0 20 0 4 0 25891917 14787612672 3551446 33554432000 4194304 16246674 140733249997504 140733249995328 14006617 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17855/statm: 3610257 3551446 842 2943 0 3607151 0
[pid=17855/tid=17856] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551446 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551446 33554432000 4194304 16246674 140733249997504 140578734971920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=14441028 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 14787612672 3551446 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 14441028



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+188.6 s]
/proc/loadavg: 2.45 2.28 2.20 4/184 17914
/proc/meminfo: memFree=9533368/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=15907396 CPUtime=188.51 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) R 17852 17855 12983 0 -1 4202496 3895783 0 0 0 18275 576 0 0 20 0 4 0 25891917 16289173504 3917799 33554432000 4194304 16246674 140733249997504 140733249995328 4206964 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17855/statm: 3976849 3917809 842 2943 0 3973743 0
[pid=17855/tid=17856] ppid=17852 vsize=15907396 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) S 17852 17855 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25891918 16289173504 3917814 33554432000 4194304 16246674 140733249997504 140578745462000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=17855/tid=17857] ppid=17852 vsize=15907396 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17857/stat : 17857 (toysat) S 17852 17855 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25891918 16289173504 3917819 33554432000 4194304 16246674 140733249997504 140578734972144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=17855/tid=17858] ppid=17852 vsize=15907396 CPUtime=0 cores=0,2,4,6
/proc/17855/task/17858/stat : 17858 (toysat) S 17852 17855 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25891918 16289173504 3917825 33554432000 4194304 16246674 140733249997504 140578724498608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 188.51
Current children cumulated vsize (KiB) 15907396

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

[startup+189.1 s]
/proc/loadavg: 2.45 2.28 2.20 4/184 17914
/proc/meminfo: memFree=9533368/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=0 CPUtime=189.01 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) Z 17852 17855 12983 0 -1 4203532 3896251 0 0 0 18275 626 0 0 20 0 2 0 25891917 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17855/statm: 0 0 0 0 0 0 0
[pid=17855/tid=17856] ppid=17852 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) R 17852 17855 12983 0 -1 4203588 10 0 0 0 0 48 0 0 20 0 2 0 25891918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 189.01
Current children cumulated vsize (KiB) 0

[startup+189.3 s]
/proc/loadavg: 2.45 2.28 2.20 4/184 17914
/proc/meminfo: memFree=9533368/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=0 CPUtime=189.21 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) Z 17852 17855 12983 0 -1 4203532 3896251 0 0 0 18275 646 0 0 20 0 2 0 25891917 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17855/statm: 0 0 0 0 0 0 0
[pid=17855/tid=17856] ppid=17852 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) R 17852 17855 12983 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 25891918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 189.21
Current children cumulated vsize (KiB) 0

[startup+189.4 s]
/proc/loadavg: 2.45 2.28 2.20 4/184 17914
/proc/meminfo: memFree=9533368/32872528 swapFree=1286400/1433568
[pid=17855] ppid=17852 vsize=0 CPUtime=189.31 cores=0,2,4,6
/proc/17855/stat : 17855 (toysat) Z 17852 17855 12983 0 -1 4203532 3896251 0 0 0 18275 656 0 0 20 0 2 0 25891917 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17855/statm: 0 0 0 0 0 0 0
[pid=17855/tid=17856] ppid=17852 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/17855/task/17856/stat : 17856 (toysat) R 17852 17855 12983 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 25891918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 189.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 189.447
CPU time (s): 189.362
CPU user time (s): 182.754
CPU system time (s): 6.608
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 15907396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.754
system time used= 6.60799
maximum resident set size= 15673068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3896251
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= 81
involuntary context switches= 331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2818 second user time and 1.71274 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 10:27:31
IDJOB=4103653
IDBENCH=2422
IDSOLVER=2542
FILE ID=node130/4103653-1466238450
RUNJOBID= node130-1466206066-12999
PBS_JOBID= 19918147
Free space on /tmp= 71688 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-maros-r7.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103653-1466238450/watcher-4103653-1466238450 -o /tmp/evaluation-result-4103653-1466238450/solver-4103653-1466238450 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-12999 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103653-1466238450.opb

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

MD5SUM BENCH= 0981750c20a5ad85ded6bb04bf23d130
RANDOM SEED=1345633921

node130.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		: 2666.365
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	: 5332.73
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		: 2666.365
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		: 2666.365
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		: 2666.365
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		: 2666.365
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		: 2666.365
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.53
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		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        18589056 kB
Buffers:             968 kB
Cached:           111816 kB
SwapCached:         1460 kB
Active:         12075824 kB
Inactive:          12804 kB
Active(anon):   11976480 kB
Inactive(anon):     1420 kB
Active(file):      99344 kB
Inactive(file):    11384 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67096604 kB
Dirty:             58576 kB
Writeback:             0 kB
AnonPages:      13413192 kB
Mapped:             8240 kB
Shmem:                 0 kB
Slab:             600292 kB
SReclaimable:      43632 kB
SUnreclaim:       556660 kB
KernelStack:        1464 kB
PageTables:        30288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13559588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 71672 MiB
End job on node130 at 2016-06-18 10:30:41