Trace number 4103585

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) 193.005 193.041

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-etamacro.opb
MD5SUMf7cd52c219cc6e0fc4b5401699d735d9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.371943
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables15742
Total number of constraints530
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 constraints530
Minimum length of a constraint10
Maximum length of a constraint522
Number of terms in the objective function 1442
Biggest coefficient in the objective function 25807666597068800000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 217111455784720206333
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 25807666597068800000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 217111455784720206333
Number of bits of the biggest sum of numbers68
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:18:22+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-4103585-1466237901.opb"]
0.00/0.01	c use --random-gen="2270896421 3409625082 4009343207 2740296016 3939050606 1229299151 1231634171 4158879049 349025025 3502735289 1505415245 2093392799 3419557135 2020896007 3386691373 1065083212 3605839274 3562361810 3215101656 47464563 2741480143 1248568978 1365786515 2860830420 4238777306 3148852984 4072870467 2660962346 958189998 3840318719 1293559130 1643980850 1765361756 2610593010 1654293142 1271059007 2561672993 2419241837 813561203 2145167334 1705778426 1730457340 1332529655 1051226092 2124090491 104311196 2367539476 1390425534 881195797 1572956759 26192605 182603049 1407676383 430582431 2398701918 2164865536 1771980860 1523049810 2432166726 4249521600 686319864 1353674898 3321130837 3262454457 1523645309 2618045601 1227208658 3651532924 3795627847 3492760069 2920701074 3352937981 4263631715 1169604483 2126275479 2365338718 685712576 1880758808 3296854108 49330416 862131150 3512713543 1522465015 2414587984 3859782218 2679787062 3045663109 3652522216 91534783 3927274622 4025429575 2981846873 3993886973 4023943994 3209403124 342545143 363785959 51188844 2086839949 4263519494 3951367582 324670701 3154398431 2463931146 603968333 369855743 3896103348 2781848549 989664764 2853991512 3876717571 3347592480 4104320472 1081040931 3157506070 1602037899 1008581958 2229360990 2230942359 546177420 2044980237 3133191337 1590386176 3266818695 13215205 2810707024 3517867359 1273376279 3238466636 3835360591 1529210504 955827752 2507045313 236110598 3476880380 2685960027 3778735341 3102750949 476408210 1477211864 1619161370 657241032 177060586 311822537 3660317017 1403036426 4164588482 941774402 4099488233 3143734107 1970813963 1404047081 3535304056 3042033828 374437888 591142910 765611003 356259555 4240370355 3652075654 774382013 306374797 2486025581 4275531840 3332381053 3055202865 2977651606 64393356 4130042733 3186075996 257296566 4170137886 1272849376 2462932178 2640722468 3001447602 665489969 3486790891 307710472 1358633767 558105695 3009932316 4153082277 971292236 966700422 3628483913 3196716162 2661083024 446521066 555215167 1741240434 402707253 3477198120 2940545898 2366055113 3381778823 854489183 2140573361 1623679640 3503844320 1664640591 5983300 1530206821 377111397 396340646 2401963788 1789458224 1330826937 3267544865 2983675659 1123037749 2798594145 2130813641 1461246301 3364887725 296943370 909799325 553779123 830177246 4021316757 753485798 3315770833 661284276 1424956822 3187192944 1947513037 2519651841 2019292818 2555812240 3099904466 552980613 3685959258 3899714993 2366835534 4224527084 3877008949 3108223427 2995423934 1875806572 4188870581 3086280455 2526330948 262701119 1275253885 3014105672 2185604198 638852086 1641164170 1388976631 3151266552 4077195625 2306273762 3271108099 2300981113 30359379 208849745 255 362436" option to reproduce the execution
0.09/0.14	c #vars 15742
0.09/0.14	c #constraints 530

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.40 2.22 2.19 3/179 17648
/proc/meminfo: memFree=29324600/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=709052 CPUtime=0 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 2643 0 0 0 0 0 0 0 20 0 4 0 25836916 726069248 3003 33554432000 4194304 16246674 140733496617024 140733496616448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 178031 3013 441 2943 0 174925 0
[pid=17648/tid=17649] ppid=17645 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 743895040 3072 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 748089344 3089 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25836916 752283648 3105 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.40 2.22 2.19 3/179 17648
/proc/meminfo: memFree=29324600/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 30128 0 0 0 5 4 0 0 20 0 4 0 25836916 1335431168 30426 33554432000 4194304 16246674 140733496617024 140733496616336 7368729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 326033 30442 800 2943 0 322927 0
[pid=17648/tid=17649] ppid=17645 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1335431168 30453 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1335431168 30464 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1335431168 30475 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200519 s]
/proc/loadavg: 2.40 2.22 2.19 3/179 17648
/proc/meminfo: memFree=29324600/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 42265 0 0 0 13 6 0 0 20 0 4 0 25836916 1342771200 43075 33554432000 4194304 16246674 140733496617024 140733496616336 12449399 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 327825 43091 831 2943 0 324719 0
[pid=17648/tid=17649] ppid=17645 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1342771200 43102 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1342771200 43111 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1342771200 43120 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300502 s]
/proc/loadavg: 2.40 2.22 2.19 3/179 17648
/proc/meminfo: memFree=29324600/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 63522 0 0 0 20 9 0 0 20 0 4 0 25836916 1346965504 64331 33554432000 4194304 16246674 140733496617024 140733496616336 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 328849 64331 835 2943 0 325743 0
[pid=17648/tid=17649] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 64331 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 64331 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 64331 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700392 s]
/proc/loadavg: 2.40 2.22 2.19 3/179 17648
/proc/meminfo: memFree=29324600/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 134523 0 0 0 51 18 0 0 20 0 4 0 25836916 1346965504 135332 33554432000 4194304 16246674 140733496617024 140733496598912 12653060 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 328849 135341 835 2943 0 325743 0
[pid=17648/tid=17649] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 135347 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 135353 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1346965504 135358 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50041 s]
/proc/loadavg: 2.40 2.22 2.19 3/183 17652
/proc/meminfo: memFree=28376216/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1386052 CPUtime=1.49 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 286979 0 0 0 110 39 0 0 20 0 4 0 25836916 1419317248 287789 33554432000 4194304 16246674 140733496617024 140733496598912 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 346513 287794 835 2943 0 343407 0
[pid=17648/tid=17649] ppid=17645 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1419317248 287797 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1419317248 287801 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1419317248 287804 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1386052

[startup+3.10043 s]
/proc/loadavg: 2.40 2.22 2.19 3/183 17652
/proc/meminfo: memFree=27872272/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1486404 CPUtime=3.09 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 312223 0 0 0 267 42 0 0 20 0 4 0 25836916 1522077696 313032 33554432000 4194304 16246674 140733496617024 140733496616336 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 371601 313032 835 2943 0 368495 0
[pid=17648/tid=17649] ppid=17645 vsize=1486404 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1522077696 313032 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1486404 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1522077696 313032 33554432000 4194304 16246674 140733496617024 140199317183504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1486404 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1522077696 313032 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1486404

[startup+6.30038 s]
/proc/loadavg: 2.44 2.23 2.19 3/183 17652
/proc/meminfo: memFree=26872316/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=1754692 CPUtime=6.29 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 379298 0 0 0 579 50 0 0 20 0 4 0 25836916 1796804608 380107 33554432000 4194304 16246674 140733496617024 140733496614912 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 438673 380107 836 2943 0 435567 0
[pid=17648/tid=17649] ppid=17645 vsize=1754692 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 1796804608 380107 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=1754692 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 1796804608 380107 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=1754692 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 1796804608 380107 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1754692

[startup+12.7004 s]
/proc/loadavg: 2.41 2.23 2.19 3/183 17652
/proc/meminfo: memFree=25607588/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=2659908 CPUtime=12.69 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 605602 0 0 0 1187 82 0 0 20 0 4 0 25836916 2723745792 606411 33554432000 4194304 16246674 140733496617024 140733496616120 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 664977 606411 836 2943 0 661871 0
[pid=17648/tid=17649] ppid=17645 vsize=2659908 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 2723745792 606411 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=2659908 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 2723745792 606411 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=2659908 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 2723745792 606411 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2659908

[startup+25.5005 s]
/proc/loadavg: 2.47 2.25 2.19 3/183 17652
/proc/meminfo: memFree=21508940/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=4684356 CPUtime=25.49 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 1111714 0 0 0 2399 150 0 0 20 0 4 0 25836916 4796780544 1112523 33554432000 4194304 16246674 140733496617024 140733496614848 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 1171089 1112523 836 2943 0 1167983 0
[pid=17648/tid=17649] ppid=17645 vsize=4684356 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 4796780544 1112523 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=4684356 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 4796780544 1112523 33554432000 4194304 16246674 140733496617024 140199317183504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=4684356 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 4796780544 1112523 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4684356

[startup+51.1005 s]
/proc/loadavg: 2.37 2.24 2.19 3/183 17652
/proc/meminfo: memFree=12601116/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=9083460 CPUtime=51.09 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 2211492 0 0 0 4822 287 0 0 20 0 4 0 25836916 9301463040 2212301 33554432000 4194304 16246674 140733496617024 140733496616120 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 2270865 2212301 836 2943 0 2267759 0
[pid=17648/tid=17649] ppid=17645 vsize=9083460 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 9301463040 2212301 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=9083460 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 9301463040 2212301 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=9083460 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 9301463040 2212301 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9083460

[startup+102.3 s]
/proc/loadavg: 2.29 2.25 2.19 3/184 17656
/proc/meminfo: memFree=6717432/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=11698756 CPUtime=102.28 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 2865098 0 0 0 9847 381 0 0 20 0 4 0 25836916 11979526144 2865907 33554432000 4194304 16246674 140733496617024 140733496616120 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 2924689 2865911 841 2943 0 2921583 0
[pid=17648/tid=17649] ppid=17645 vsize=11698756 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 11979526144 2865932 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=11698756 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 11979526144 2865938 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=11698756 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 11979526144 2865945 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 11698756

[startup+162.3 s]
/proc/loadavg: 2.21 2.23 2.19 3/183 17657
/proc/meminfo: memFree=4701324/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=12171844 CPUtime=162.27 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 2938626 0 0 0 15831 396 0 0 20 0 4 0 25836916 12463968256 2984403 33554432000 4194304 16246674 140733496617024 140733496614848 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 3042961 2984403 841 2943 0 3039855 0
[pid=17648/tid=17649] ppid=17645 vsize=12171844 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 12463968256 2984403 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=12171844 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 12463968256 2984403 33554432000 4194304 16246674 140733496617024 140199317183504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=12171844 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 12463968256 2984403 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 12171844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+192.2 s]
/proc/loadavg: 2.13 2.21 2.18 3/183 17658
/proc/meminfo: memFree=1311352/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=15880772 CPUtime=192.16 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) R 17645 17648 12983 0 -1 4202496 3865691 0 0 0 18687 529 0 0 20 0 4 0 25836916 16261910528 3911469 33554432000 4194304 16246674 140733496617024 140733496615688 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 3970193 3911478 841 2943 0 3967087 0
[pid=17648/tid=17649] ppid=17645 vsize=15880772 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (toysat) S 17645 17648 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25836916 16261910528 3911483 33554432000 4194304 16246674 140733496617024 140199327673584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=15880772 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) S 17645 17648 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25836916 16261910528 3911488 33554432000 4194304 16246674 140733496617024 140199317183728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17651] ppid=17645 vsize=15880772 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (toysat) S 17645 17648 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25836916 16261910528 3911493 33554432000 4194304 16246674 140733496617024 140199306710192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 192.16
Current children cumulated vsize (KiB) 15880772

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

[startup+192.8 s]
/proc/loadavg: 2.13 2.21 2.18 3/181 17658
/proc/meminfo: memFree=6453512/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=0 CPUtime=192.76 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) Z 17645 17648 12983 0 -1 4203532 3866149 0 0 0 18687 589 0 0 20 0 2 0 25836916 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 0 0 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) R 17645 17648 12983 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 25836916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 192.76
Current children cumulated vsize (KiB) 0

[startup+193 s]
/proc/loadavg: 2.13 2.21 2.18 3/181 17658
/proc/meminfo: memFree=6453512/32872528 swapFree=1286400/1433568
[pid=17648] ppid=17645 vsize=0 CPUtime=192.95 cores=1,3,5,7
/proc/17648/stat : 17648 (toysat) Z 17645 17648 12983 0 -1 4203532 3866149 0 0 0 18687 608 0 0 20 0 2 0 25836916 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17648/statm: 0 0 0 0 0 0 0
[pid=17648/tid=17650] ppid=17645 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/17648/task/17650/stat : 17650 (toysat) R 17645 17648 12983 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 25836916 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 192.95
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 193.041
CPU time (s): 193.005
CPU user time (s): 186.88
CPU system time (s): 6.12507
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 15880772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.88
system time used= 6.12507
maximum resident set size= 15647704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3866149
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= 66
involuntary context switches= 199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.534918 second user time and 0.810876 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= f7cd52c219cc6e0fc4b5401699d735d9
RANDOM SEED=672440022

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:        29324872 kB
Buffers:           11000 kB
Cached:            61944 kB
SwapCached:        41016 kB
Active:          1319560 kB
Inactive:          55368 kB
Active(anon):    1263380 kB
Inactive(anon):    40676 kB
Active(file):      56180 kB
Inactive(file):    14692 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67056988 kB
Dirty:             34344 kB
Writeback:             0 kB
AnonPages:       2694844 kB
Mapped:             8784 kB
Shmem:                 0 kB
Slab:             602756 kB
SReclaimable:      45276 kB
SUnreclaim:       557480 kB
KernelStack:        1488 kB
PageTables:         9160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2840268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node130 at 2016-06-18 10:21:35