Trace number 4121226

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 5.47517 5.48532

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n64-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM3805b0b194481247d0eb13e1928cd493
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.25896
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
Total number of constraints256
Number of constraints which are clauses256
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T21:12:26+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-4121226-1467313945.opb"]
0.00/0.01	c use --random-gen="3322621287 746158892 1857732914 3403361966 3072578455 2827505898 1718240799 1284345491 2638319217 1954385260 3531441728 2276831032 4051262354 2145873178 223936022 2680542723 591663979 215052529 3656120624 3721892281 2319994595 180523100 2488320410 1831040172 3299152089 3914593544 2902209152 3824386130 3838144249 3536495594 3840706433 944416348 1438443232 1350464308 1808705271 1990025819 1046315175 2267296905 427893383 2238176389 1249351072 3612550123 2686043189 1036501201 1510525970 2330493995 2987624863 3666739436 1116822404 3685255507 122693508 2046466010 4226781074 3388669593 4180336958 1731349948 3256492308 3523568142 1324550036 1139240239 1991288718 2036987507 1064126038 1938538508 52929285 2855843804 1946706952 481388502 4204627902 2754885375 2541396277 3167179424 2154908121 502258163 827759933 2379757208 4188676224 1775389818 465538504 2515943703 269204716 3945351795 1679858994 2062596026 2126001415 3538374931 729422492 2520609987 3684862022 3995797726 3789768234 2233664906 1756146363 2030987491 2570264174 4264392795 1051168149 1020047082 2264490543 3896542532 3487199117 1151446110 1415018781 3951929569 3358225317 1083257421 4263929234 2532386341 910939559 1229614683 2797963808 476205255 2237534618 2113905460 3132605285 1313022573 2830568961 1858159686 645337457 4129395864 3424877477 3174727685 1702907814 2890743026 108150308 889164689 324357512 1325826135 2774693910 2512817243 1831950546 2254343896 3398503406 1515514491 1861963554 239967861 4225710738 1575447235 3740313548 3139417040 1577983781 995305033 978039843 1217898610 4096010575 1214131822 913769228 2204406294 3187404436 3774021778 1486263814 1400660135 980865102 3342836470 2942197548 2115080358 34575786 3842050288 3211719891 2591035680 2688597286 520898488 3842767415 3815935480 1794930115 1750701581 3401808338 2408847423 2322807738 2162902835 3664672712 788720795 1397218897 1896345253 478636642 1627637178 115474662 394682039 3244656465 3294743450 3829091269 1951637458 1764237219 447580350 753267206 3671559141 1430759697 385207215 3295994966 2467134312 4213615647 2768552371 1057951856 2878424638 284940892 2367417411 2148298251 1965886379 88804584 819504433 1903334319 36408482 3338871882 741066608 24364955 481439286 749714080 1581862771 994732845 4120078292 2406391196 1772578809 491342681 862241684 1044761410 1587747450 1006841956 507702979 4127954121 909611412 2094722887 1332800037 3399998331 1447042006 2887381004 2841095048 3037904032 2403822125 2529802168 964748761 930869342 1477829932 4082070714 2440627848 1633629207 2412775594 1009474502 2416801088 3305268275 1970985227 3396586619 2972286926 628785490 1310009291 510624872 112333159 3100551820 1360553234 4251207326 3203762318 2358005222 1286562812 627933356 3081316582 81059583 2201502848 255 362436" option to reproduce the execution
0.00/0.01	c #vars 96
0.00/0.01	c #constraints 256
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      117      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      192 |      100 |      117      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      413 |      250 |      129      2 |        0 |        0
0.00/0.05	c  0.0s |       3 |      705 |      475 |      142      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1200 |      813 |      157      8 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1866 |     1320 |      173     13 |        0 |        0
0.09/0.18	c  0.2s |       6 |     2713 |     2081 |      211     19 |        0 |        0
0.18/0.27	c  0.3s |       7 |     4218 |     3223 |      233     29 |        0 |        0
0.39/0.40	c  0.4s |       8 |     6399 |     4936 |      257     42 |        0 |        0
0.49/0.59	c  0.6s |       9 |     9622 |     7506 |      283     61 |        0 |        0
0.79/0.89	c  0.9s |      10 |    15027 |    11361 |      312     87 |        0 |        0
1.20/1.25	c  1.2s |      11 |    23681 |    17144 |      344    123 |        0 |        0
1.69/1.70	c  1.7s |      12 |    36235 |    25819 |      379    172 |        0 |        0
2.38/2.47	c  2.5s |      13 |    53694 |    38832 |      417    239 |        0 |        0
3.58/3.61	c  3.6s |      14 |    77904 |    58352 |      459    331 |        0 |        0
4.98/5.08	c  5.1s |      15 |   116646 |    87632 |      505    455 |        1 |        4
5.38/5.42	c  5.4s |      15 |   126620 |    94472 |      505    479 |       16 |       48
5.38/5.42	c #cpu_time = 5.408s
5.38/5.42	c #wall_clock_time = 5.408s
5.38/5.42	c #decision = 126620
5.38/5.42	c #random_decision = 564
5.38/5.42	c #conflict = 94472
5.38/5.42	c #restart = 15
5.38/5.42	s UNSATISFIABLE
5.38/5.42	c total CPU time = 5.425s
5.38/5.42	c total wall clock time = 5.425s

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

pid=19534
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.18 2.20 2.18 3/179 19537
/proc/meminfo: memFree=27573880/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=707004 CPUtime=0 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 2635 0 0 0 0 0 0 0 20 0 4 0 12355582 723972096 2995 33554432000 4194304 16246674 140734290684256 140734290683680 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 177519 3005 441 2943 0 174413 0
[pid=19537/tid=19538] ppid=19534 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 741797888 3064 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=729532 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 747040768 3081 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 751235072 3099 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.18 2.20 2.18 3/179 19537
/proc/meminfo: memFree=27573880/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 25545 0 0 0 5 4 0 0 20 0 4 0 12355582 1247350784 25894 33554432000 4194304 16246674 140734290684256 140734290683680 13194563 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 304529 25904 709 2943 0 301423 0
[pid=19537/tid=19538] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1247350784 25911 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 25918 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 25926 33554432000 4194304 16246674 140734290684256 139929363410096 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) 1218116

[startup+0.200507 s]
/proc/loadavg: 2.18 2.20 2.18 3/179 19537
/proc/meminfo: memFree=27573880/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 49005 0 0 0 11 7 0 0 20 0 4 0 12355582 1247350784 49354 33554432000 4194304 16246674 140734290684256 140734290683680 13194067 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 304529 49364 709 2943 0 301423 0
[pid=19537/tid=19538] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1247350784 49371 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 49377 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 49386 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300477 s]
/proc/loadavg: 2.18 2.20 2.18 3/179 19537
/proc/meminfo: memFree=27573880/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 71777 0 0 0 18 10 0 0 20 0 4 0 12355582 1247350784 72127 33554432000 4194304 16246674 140734290684256 140734290683680 13191557 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 304529 72137 709 2943 0 301423 0
[pid=19537/tid=19538] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1247350784 72145 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 72150 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 72158 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.70039 s]
/proc/loadavg: 2.18 2.20 2.18 3/179 19537
/proc/meminfo: memFree=27573880/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 162099 0 0 0 46 23 0 0 20 0 4 0 12355582 1247350784 162448 33554432000 4194304 16246674 140734290684256 140734290683680 6021133 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 304529 162461 709 2943 0 301423 0
[pid=19537/tid=19538] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1247350784 162465 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 162471 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1247350784 162477 33554432000 4194304 16246674 140734290684256 139929363410096 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) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26591596/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 245534 0 0 0 113 36 0 0 20 0 4 0 12355582 1248399360 245863 33554432000 4194304 16246674 140734290684256 140734290683568 13192464 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 304785 245863 786 2943 0 301679 0
[pid=19537/tid=19538] ppid=19534 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1248399360 245863 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1248399360 245863 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1248399360 245863 33554432000 4194304 16246674 140734290684256 139929363410096 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) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26503556/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 267410 0 0 0 270 38 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 140734290667256 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 326545 267739 786 2943 0 323439 0
[pid=19537/tid=19538] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

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

[startup+3.20048 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26503556/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1306180 CPUtime=3.18 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 267410 0 0 0 280 38 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 140734290667256 5754801 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 326545 267739 786 2943 0 323439 0
[pid=19537/tid=19538] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1306180

[startup+4.80041 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26503108/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1306180 CPUtime=4.78 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 267410 0 0 0 440 38 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 140734290667256 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 326545 267739 786 2943 0 323439 0
[pid=19537/tid=19538] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1306180

[startup+5.2004 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26503108/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1306180 CPUtime=5.18 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 267410 0 0 0 480 38 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 140734290667256 6026640 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 326545 267739 786 2943 0 323439 0
[pid=19537/tid=19538] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1306180

[startup+5.40042 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 19541
/proc/meminfo: memFree=26503108/32872528 swapFree=1427768/1542232
[pid=19537] ppid=19534 vsize=1306180 CPUtime=5.38 cores=1,3,5,7
/proc/19537/stat : 19537 (toysat) R 19534 19537 15544 0 -1 4202496 267410 0 0 0 500 38 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 140734290667256 5754912 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19537/statm: 326545 267739 786 2943 0 323439 0
[pid=19537/tid=19538] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (toysat) S 19534 19537 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12355582 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929490271472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19537/tid=19539] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (toysat) S 19534 19537 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929479781616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19537/tid=19540] ppid=19534 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (toysat) S 19534 19537 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12355583 1337528320 267739 33554432000 4194304 16246674 140734290684256 139929363410096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 5.48532
CPU time (s): 5.47517
CPU user time (s): 5.03623
CPU system time (s): 0.438933
CPU usage (%): 99.8149
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.03623
system time used= 0.438933
maximum resident set size= 1070968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267415
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= 19
involuntary context switches= 6

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028995 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 21:12:26
IDJOB=4121226
IDBENCH=110367
IDSOLVER=2542
FILE ID=node116/4121226-1467313945
RUNJOBID= node116-1467310476-18421
PBS_JOBID= 20005287
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n64-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121226-1467313945/watcher-4121226-1467313945 -o /tmp/evaluation-result-4121226-1467313945/solver-4121226-1467313945 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467310476-18421 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121226-1467313945.opb

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

MD5SUM BENCH= 3805b0b194481247d0eb13e1928cd493
RANDOM SEED=64875518

node116.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.426
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.85
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.426
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.426
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.426
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.426
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.426
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		: 2666.426
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.54
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.426
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:        27574780 kB
Buffers:          205956 kB
Cached:          1709976 kB
SwapCached:            0 kB
Active:          1429140 kB
Inactive:        1575668 kB
Active(anon):    1091052 kB
Inactive(anon):        0 kB
Active(file):     338088 kB
Inactive(file):  1575668 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16368 kB
Writeback:             4 kB
AnonPages:       2630784 kB
Mapped:            17072 kB
Shmem:               204 kB
Slab:             614344 kB
SReclaimable:      58328 kB
SUnreclaim:       556016 kB
KernelStack:        1488 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2763772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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 node116 at 2016-06-30 21:12:31