Trace number 4096379

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 7.74882 7.74966

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-4_5_21.opb
MD5SUM8d555a5df8317e1418a71b4c59109924
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.281957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints3030
Number of constraints which are clauses3025
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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-17T00:01:03+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-4096379-1466114463.opb"]
0.00/0.01	c use --random-gen="3813331542 2471647995 1821671028 1124296437 2683321667 2863521628 2930454781 1026721081 2299135558 125538625 3261511087 3184440069 1386416608 1487273811 158081661 1240177153 3137064417 4173275897 332311465 2998566534 1236881112 1183077771 1676884673 2552996622 725077206 2715013371 1917246842 2571611573 273330336 174764059 2144425671 4092005240 2345501322 2496424960 3600884945 1394023021 2590458629 2682070117 2916417293 2740276276 12138312 3243960664 3128267345 1293798797 1010163847 2615831347 972426336 285394338 2172038681 4085089456 2323572568 3668324469 2642063213 1109244998 1962214768 763396378 2968830770 276537686 3460446035 1828064208 1118390289 4052368611 3678755526 1010978545 813291164 2689642149 2740866008 1704802882 1279103597 765983753 2664792448 386154525 2098216875 1851029461 3627626615 3314825620 1817879468 1091152707 2826465482 1102266659 4069743771 710911393 2563925897 1933687421 2754681914 3830391078 3155021945 950840973 1258473193 3632572995 1374805638 1163633229 4240903803 463974457 1758771345 862657906 1009199422 2185371143 549478823 2023802651 2118949366 2529684566 533011884 3226410094 606268155 1729244098 2835048619 112892154 4142690560 2993115883 3164197230 3264247399 2436018158 322854505 2381370657 317681601 2849258377 3848212848 3263794719 1854057263 3358176645 623962354 1398689885 1778424612 2076886909 1373679176 2477527918 1462913410 2897814329 1983103377 1911742682 1929398457 4249621619 448864700 1285077669 2106173332 1392045659 3703504388 3904256663 2210912734 2892862458 1875819044 809151139 1872344081 2241326372 1672979172 2524009336 4286408057 1362663281 2951640151 3402368673 2688429745 1432434627 3088140383 2015855998 1667991599 1499511060 1077112921 3765094065 1549430426 1050881278 2541925380 3227984635 375067352 3569821357 3316098932 230972827 3208512131 1316782347 3006183024 3595674543 969693316 2146180845 2430381757 3022469725 3427771280 394204913 2637600840 729967323 1580811408 909223884 1124339505 3769443500 240055027 3643826013 689053222 2559213983 2958506423 1393618471 1177017322 2718010902 1315434526 3290174764 2170818443 1256918474 4242094767 3659085304 2556816690 3101836285 3152705348 3724488947 2339782766 2137006559 449150166 2888027387 1277215453 3688101893 1256772096 1004188329 555150893 1967751075 80223476 3841527910 573285033 1022196905 3905103149 4058448862 3554124909 1886543935 2932571575 231899446 1926924543 4180188480 1797702613 3527215211 1526037489 1077258985 284544568 181371794 3850063846 2438526476 3557736118 1907702890 2226925521 2235664604 2978100921 80592625 1536866663 1796322760 969723522 1468289909 2868040268 1725079679 3086269266 2916158155 2520232727 3772364055 2631512030 3670249300 1332236743 2967785738 4037637393 1524371755 1284436738 1090337145 1448127056 255 362436" option to reproduce the execution
0.00/0.03	c #vars 650
0.00/0.03	c #constraints 3030
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |     1225      0 |        5 |        0
0.09/0.11	c  0.0s |       1 |      147 |      100 |     1225      0 |        5 |      197
0.09/0.16	c  0.1s |       2 |      393 |      250 |     1348      0 |        5 |      197
0.19/0.23	c  0.2s |       3 |      751 |      475 |     1483      0 |        5 |      197
0.29/0.35	c  0.3s |       4 |     1132 |      813 |     1632      0 |        5 |      197
0.49/0.52	c  0.4s |       5 |     1699 |     1320 |     1796      0 |        5 |      197
0.79/0.83	c  0.8s |       6 |     2530 |     2081 |     2174      1 |        5 |      197
1.20/1.21	c  1.1s |       7 |     3809 |     3223 |     2392      1 |        5 |      197
1.59/1.69	c  1.6s |       8 |     5623 |     4936 |     2632      3 |        5 |      197
2.39/2.44	c  2.4s |       9 |     8381 |     7506 |     2896      4 |        5 |      197
3.39/3.48	c  3.4s |      10 |    12591 |    11361 |     3186      7 |        5 |      197
4.99/5.09	c  5.0s |      11 |    18830 |    17144 |     3505     10 |        5 |      197
7.09/7.12	c  7.0s |      11 |    25931 |    23844 |     3505     12 |       13 |      303
7.59/7.66	c  7.6s |      12 |    28020 |    25819 |     3856     12 |       58 |      665
7.59/7.69	c  7.6s |      12 |    28076 |    25874 |     3856     12 |      371 |     1891
7.59/7.69	c #cpu_time = 7.586s
7.59/7.69	c #wall_clock_time = 7.606s
7.59/7.69	c #decision = 28076
7.59/7.69	c #random_decision = 133
7.59/7.69	c #conflict = 25874
7.59/7.69	c #restart = 12
7.59/7.69	s UNSATISFIABLE
7.59/7.69	c total CPU time = 7.669s
7.59/7.69	c total wall clock time = 7.689s

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

pid=32370
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.13 2.05 2.01 3/180 32373
/proc/meminfo: memFree=30781156/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 2800 0 0 0 0 0 0 0 20 0 4 0 13491149 766963712 2650 33554432000 4194304 16246674 140736243505264 140736243504688 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 187759 2660 441 2943 0 184653 0
[pid=32373/tid=32374] ppid=32370 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 784789504 2720 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 790032384 2740 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=776636 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13491149 795275264 2757 33554432000 4194304 16246674 140736243505264 140316693744816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 32373
/proc/meminfo: memFree=30781156/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 26489 0 0 0 6 3 0 0 20 0 4 0 13491149 1247350784 26327 33554432000 4194304 16246674 140736243505264 140736243504688 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 304529 26336 718 2943 0 301423 0
[pid=32373/tid=32374] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 26347 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 26354 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 26361 33554432000 4194304 16246674 140736243505264 140316693744816 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.200524 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 32373
/proc/meminfo: memFree=30781156/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 47801 0 0 0 13 6 0 0 20 0 4 0 13491149 1247350784 47639 33554432000 4194304 16246674 140736243505264 140736243504688 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 304529 47651 718 2943 0 301423 0
[pid=32373/tid=32374] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 47657 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 47663 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 47670 33554432000 4194304 16246674 140736243505264 140316693744816 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) 1218116

[startup+0.300483 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 32373
/proc/meminfo: memFree=30781156/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 68919 0 0 0 20 9 0 0 20 0 4 0 13491149 1247350784 68758 33554432000 4194304 16246674 140736243505264 140736243487168 5674637 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 304529 68768 718 2943 0 301423 0
[pid=32373/tid=32374] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 68774 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 68781 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 68789 33554432000 4194304 16246674 140736243505264 140316693744816 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) 1218116

[startup+0.700409 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 32373
/proc/meminfo: memFree=30781156/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 151199 0 0 0 49 20 0 0 20 0 4 0 13491149 1247350784 151037 33554432000 4194304 16246674 140736243505264 140736243487168 12478957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 304529 151049 718 2943 0 301423 0
[pid=32373/tid=32374] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 151055 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 151063 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13491149 1247350784 151068 33554432000 4194304 16246674 140736243505264 140316693744816 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.50042 s]
/proc/loadavg: 2.12 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29860672/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1221188 CPUtime=1.49 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 246173 0 0 0 117 32 0 0 20 0 4 0 13491149 1250496512 245991 33554432000 4194304 16246674 140736243505264 140736243487168 5822492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 305297 245991 793 2943 0 302191 0
[pid=32373/tid=32374] ppid=32370 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1250496512 245991 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1250496512 245991 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1250496512 245991 33554432000 4194304 16246674 140736243505264 140316693744816 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) 1221188

[startup+3.10042 s]
/proc/loadavg: 2.12 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29712876/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 267809 0 0 0 275 34 0 0 20 0 4 0 13491149 1338576896 267627 33554432000 4194304 16246674 140736243505264 140736243487168 6011676 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 326801 267627 793 2943 0 323695 0
[pid=32373/tid=32374] ppid=32370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1338576896 267627 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1338576896 267627 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1338576896 267627 33554432000 4194304 16246674 140736243505264 140316693744816 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) 1307204

[startup+6.30042 s]
/proc/loadavg: 2.11 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29710532/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 268602 0 0 0 594 35 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140736243487168 5827682 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 327569 268420 794 2943 0 324463 0
[pid=32373/tid=32374] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316693744816 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) 1310276

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

[startup+6.4005 s]
/proc/loadavg: 2.11 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29710532/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1310276 CPUtime=6.39 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 268602 0 0 0 604 35 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140736243487168 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 327569 268420 794 2943 0 324463 0
[pid=32373/tid=32374] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1341722624 268420 33554432000 4194304 16246674 140736243505264 140316693744816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1310276

[startup+7.20043 s]
/proc/loadavg: 2.11 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29708680/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1312324 CPUtime=7.19 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 269114 0 0 0 684 35 0 0 20 0 4 0 13491149 1343819776 268932 33554432000 4194304 16246674 140736243505264 140736243487168 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 328081 268932 794 2943 0 324975 0
[pid=32373/tid=32374] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268932 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268932 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268932 33554432000 4194304 16246674 140736243505264 140316693744816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1312324

[startup+7.60042 s]
/proc/loadavg: 2.11 2.05 2.01 3/184 32377
/proc/meminfo: memFree=29708680/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=1312324 CPUtime=7.59 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202496 269115 0 0 0 724 35 0 0 20 0 4 0 13491149 1343819776 268933 33554432000 4194304 16246674 140736243505264 140736243487168 13820120 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 328081 268933 795 2943 0 324975 0
[pid=32373/tid=32374] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32374/stat : 32374 (toysat) S 32370 32373 29295 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268933 33554432000 4194304 16246674 140736243505264 140316714708208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32373/tid=32375] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32375/stat : 32375 (toysat) S 32370 32373 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268933 33554432000 4194304 16246674 140736243505264 140316704218352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32373/tid=32376] ppid=32370 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/32373/task/32376/stat : 32376 (toysat) S 32370 32373 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13491149 1343819776 268933 33554432000 4194304 16246674 140736243505264 140316693744816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1312324

[startup+7.70036 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 32377
/proc/meminfo: memFree=29876996/32872528 swapFree=7268/7268
[pid=32373] ppid=32370 vsize=0 CPUtime=7.69 cores=1,3,5,7
/proc/32373/stat : 32373 (toysat) R 32370 32373 29295 0 -1 4202500 269120 0 0 0 733 36 0 0 20 0 1 0 13491149 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.74966
CPU time (s): 7.74882
CPU user time (s): 7.33888
CPU system time (s): 0.409937
CPU usage (%): 99.9891
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.33888
system time used= 0.409937
maximum resident set size= 1075748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269120
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= 18
involuntary context switches= 9

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-17 00:01:03
IDJOB=4096379
IDBENCH=107606
IDSOLVER=2542
FILE ID=node151/4096379-1466114463
RUNJOBID= node151-1466112624-31872
PBS_JOBID= 19904038
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-4_5_21.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096379-1466114463/watcher-4096379-1466114463 -o /tmp/evaluation-result-4096379-1466114463/solver-4096379-1466114463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466112624-31872 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4096379-1466114463.opb

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

MD5SUM BENCH= 8d555a5df8317e1418a71b4c59109924
RANDOM SEED=1898281132

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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:        30781576 kB
Buffers:           62356 kB
Cached:           162412 kB
SwapCached:        61592 kB
Active:          1207052 kB
Inactive:         170256 kB
Active(anon):    1093508 kB
Inactive(anon):    61036 kB
Active(file):     113544 kB
Inactive(file):   109220 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:             16340 kB
Writeback:             0 kB
AnonPages:       1098788 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             571956 kB
SReclaimable:      15200 kB
SUnreclaim:       556756 kB
KernelStack:        1472 kB
PageTables:         6360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1245528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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 node151 at 2016-06-17 00:01:11