Trace number 4120482

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 51.8521 51.8597

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n74-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM6ce9779155e158de5e6cb161111ef3d9
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 benchmark1.41778
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables111
Total number of constraints296
Number of constraints which are clauses296
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-30T20:28:24+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-4120482-1467311304.opb"]
0.00/0.01	c use --random-gen="2364794630 4093397528 3953742394 2150265300 3104092278 3232717717 562015675 426534961 607578753 3010010262 3304656183 1904614443 3940850647 3722462076 824920724 1805873490 2659978798 2755878901 558370871 3146771186 936110771 427136200 1276129470 1857173629 3110675397 3075232615 3407018086 3226373899 169256870 248066378 1914611375 359722244 4016423904 2682991642 2006367124 387674005 1321520581 4195511781 429200294 369900494 2355236519 2124698077 1662458708 2180657588 2824998225 3513634987 1692708879 159948288 2977934392 371005343 3402451382 869718763 941296281 3780055282 2840227520 2905227403 4054602149 2393948308 2396474691 951569068 3363238520 810981914 3149159155 3898207637 2338756652 1592884589 892372772 827148576 2193513493 2196552184 2355594462 280655331 570738977 991326530 1062857825 3567199510 3311284659 2208979336 357267037 3828709523 1592711957 1292296456 2648221511 1294988540 3470031998 4052358059 2210518636 3296855018 4120458669 3151050305 2646212044 2638448965 2630444 662284377 1868843996 4053987649 4072804852 2680075265 4132532893 1563919881 599684459 2276670540 960116500 3624540003 1176812559 1774895643 936505676 1233196399 3468179981 3855852010 913365716 3902251429 3114060336 1311224299 3109394002 1702228247 2528655454 2938870813 3498929980 1112937926 3989963493 1990499372 2693213933 1509352598 3790780528 1278960171 114566553 3466746579 1871202134 2270699576 3994232469 285268722 425697821 108592576 3248825874 367477079 905162299 1845308064 1273913026 1729040685 2498827818 3438817639 2257673982 544494715 3475852510 3396081525 2169730601 2625710708 2392209560 2468373976 662689181 757132953 1498343774 53775211 2893175733 2187733699 300949346 334786799 3387453776 3558196192 3650886988 3620839425 1252476180 4086593624 300054294 3756576863 1311951006 2893279309 3424219942 37137202 1118623949 834113959 1329576169 767349285 1608397054 921849004 1857161859 4289423592 3667425314 2399700936 1626766777 76385888 4193096437 222501490 1574004092 3006510176 392706696 1400273434 1933128986 2960063953 1084241077 2944323894 1798283616 4281095146 3721551864 868406317 3361529089 3719083273 539265774 1412831568 1257651326 4252517955 1913563820 905008632 2707337741 2672409173 2513218527 900788249 61003141 1327079127 3350665272 949396526 644293463 1861554966 3251255450 4105118313 2339237986 3098662706 3998880982 3745295042 880292587 1067472770 814216312 633169089 837577417 3682751919 1581639850 1611714455 3220264969 3679159751 2837035568 3785230003 3723922192 75390004 1983682101 373140027 2884091349 3495629287 4134165140 2532244142 1681388319 3211601173 2622686496 2674002445 281141254 3893255826 338608967 2249709532 1104058225 4181085394 2479560459 521348596 3426928961 4161697204 982556430 1429486958 255 362436" option to reproduce the execution
0.00/0.01	c #vars 111
0.00/0.01	c #constraints 296
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      135      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      170 |      100 |      135      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      412 |      250 |      149      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      667 |      475 |      164      3 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1122 |      813 |      181      6 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1675 |     1320 |      200     10 |        0 |        0
0.19/0.21	c  0.2s |       6 |     2619 |     2081 |      244     15 |        0 |        0
0.29/0.32	c  0.3s |       7 |     4040 |     3223 |      269     24 |        0 |        0
0.39/0.49	c  0.5s |       8 |     6121 |     4936 |      296     35 |        0 |        0
0.69/0.78	c  0.8s |       9 |     8855 |     7506 |      326     51 |        0 |        0
1.10/1.12	c  1.1s |      10 |    13881 |    11361 |      359     73 |        0 |        0
1.49/1.52	c  1.5s |      11 |    21447 |    17144 |      395    103 |        0 |        0
1.99/2.09	c  2.1s |      12 |    32706 |    25819 |      435    145 |        0 |        0
2.89/2.90	c  2.9s |      13 |    50293 |    38832 |      479    203 |        0 |        0
3.99/4.06	c  4.0s |      14 |    75644 |    58352 |      527    283 |        0 |        0
5.69/5.76	c  5.7s |      15 |   117364 |    87632 |      580    392 |        0 |        0
7.70/7.76	c  7.7s |      15 |   169635 |   123032 |      580    512 |        0 |        0
8.19/8.24	c  8.2s |      16 |   182554 |   131552 |      638    541 |        0 |        0
10.19/10.25	c 10.2s |      16 |   224147 |   163052 |      638    638 |        0 |        0
12.19/12.25	c 12.2s |      16 |   267861 |   195352 |      638    738 |        0 |        0
12.29/12.37	c 12.4s |      17 |   270827 |   197432 |      702    744 |        0 |        0
14.29/14.37	c 14.4s |      17 |   315085 |   230632 |      702    838 |        0 |        0
16.29/16.37	c 16.4s |      17 |   363556 |   264432 |      702    933 |        0 |        0
18.19/18.24	c 18.2s |      18 |   407285 |   296252 |      773   1023 |        0 |        0
20.19/20.25	c 20.2s |      18 |   445346 |   326352 |      773   1099 |        0 |        0
22.19/22.25	c 22.2s |      18 |   488215 |   358052 |      773   1181 |        0 |        0
24.20/24.25	c 24.2s |      18 |   532925 |   389552 |      773   1261 |        0 |        0
26.19/26.25	c 26.2s |      18 |   574277 |   420552 |      773   1341 |        0 |        0
27.69/27.76	c 27.7s |      19 |   605674 |   444482 |      851   1401 |        0 |        0
29.70/29.76	c 29.7s |      19 |   650393 |   476482 |      851   1476 |        0 |        0
31.69/31.77	c 31.8s |      19 |   697584 |   508982 |      851   1551 |        0 |        0
33.69/33.77	c 33.8s |      19 |   742770 |   541782 |      851   1628 |        0 |        0
35.69/35.78	c 35.8s |      19 |   789408 |   574982 |      851   1706 |        0 |        0
37.69/37.78	c 37.8s |      19 |   837556 |   608582 |      851   1784 |        0 |        0
39.69/39.78	c 39.8s |      19 |   885198 |   641982 |      851   1860 |        1 |        4
41.18/41.22	c 41.2s |      20 |   920882 |   666827 |      937   1917 |        1 |        4
43.18/43.22	c 43.2s |      20 |   968452 |   699627 |      937   1987 |        1 |        4
45.19/45.23	c 45.2s |      20 |  1013779 |   732527 |      937   2055 |        2 |        8
47.18/47.23	c 47.2s |      20 |  1057039 |   764827 |      937   2124 |        2 |        8
49.18/49.23	c 49.2s |      20 |  1100821 |   796227 |      937   2189 |        3 |       12
51.18/51.23	c 51.2s |      20 |  1146436 |   828827 |      937   2257 |        5 |       20
51.69/51.80	c 51.8s |      20 |  1159871 |   838604 |      937   2275 |       20 |       64
51.69/51.80	c #cpu_time = 51.779s
51.69/51.80	c #wall_clock_time = 51.780s
51.69/51.80	c #decision = 1159871
51.69/51.80	c #random_decision = 5516
51.69/51.80	c #conflict = 838604
51.69/51.80	c #restart = 20
51.69/51.80	s UNSATISFIABLE
51.69/51.80	c total CPU time = 51.797s
51.69/51.80	c total wall clock time = 51.799s

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

pid=23139
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.27 2.26 2.12 3/179 23142
/proc/meminfo: memFree=27245652/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 2538 0 0 0 0 0 0 0 20 0 4 0 12081545 698806272 3410 33554432000 4194304 16246674 140733523322720 140733523322144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 171119 3418 441 2943 0 168013 0
[pid=23142/tid=23143] ppid=23139 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 714534912 3471 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 719777792 3490 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 723972096 3507 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100212 s]
/proc/loadavg: 2.27 2.26 2.12 3/179 23142
/proc/meminfo: memFree=27245652/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 25703 0 0 0 5 4 0 0 20 0 4 0 12081545 1247350784 26563 33554432000 4194304 16246674 140733523322720 140733523322144 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 304529 26573 708 2943 0 301423 0
[pid=23142/tid=23143] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 26580 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 26586 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1247350784 26594 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200433 s]
/proc/loadavg: 2.27 2.26 2.12 3/179 23142
/proc/meminfo: memFree=27245652/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 49835 0 0 0 12 7 0 0 20 0 4 0 12081545 1247350784 50696 33554432000 4194304 16246674 140733523322720 140733523322144 13192110 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 304529 50705 708 2943 0 301423 0
[pid=23142/tid=23143] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 50711 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 50719 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1247350784 50724 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300412 s]
/proc/loadavg: 2.27 2.26 2.12 3/179 23142
/proc/meminfo: memFree=27245652/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 73386 0 0 0 19 10 0 0 20 0 4 0 12081545 1247350784 74246 33554432000 4194304 16246674 140733523322720 140733523305720 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 304529 74258 709 2943 0 301423 0
[pid=23142/tid=23143] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 74266 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 74273 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1247350784 74278 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700386 s]
/proc/loadavg: 2.27 2.26 2.12 3/179 23142
/proc/meminfo: memFree=27245652/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 168564 0 0 0 47 22 0 0 20 0 4 0 12081545 1247350784 169425 33554432000 4194304 16246674 140733523322720 140733523305720 13198569 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 304529 169441 709 2943 0 301423 0
[pid=23142/tid=23143] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 169448 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1247350784 169455 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1247350784 169464 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50035 s]
/proc/loadavg: 2.27 2.26 2.12 3/183 23146
/proc/meminfo: memFree=26261072/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 245590 0 0 0 117 32 0 0 20 0 4 0 12081545 1248399360 246430 33554432000 4194304 16246674 140733523322720 140733523305720 12477817 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 304785 246430 785 2943 0 301679 0
[pid=23142/tid=23143] ppid=23139 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1248399360 246430 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1248399360 246430 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1248399360 246430 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10038 s]
/proc/loadavg: 2.27 2.26 2.12 3/183 23146
/proc/meminfo: memFree=26173420/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267435 0 0 0 274 35 0 0 20 0 4 0 12081545 1337528320 268275 33554432000 4194304 16246674 140733523322720 140733523305720 6018632 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326545 268275 785 2943 0 323439 0
[pid=23142/tid=23143] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268275 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268275 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1337528320 268275 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30039 s]
/proc/loadavg: 2.32 2.27 2.12 4/183 23146
/proc/meminfo: memFree=26173008/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267449 0 0 0 594 35 0 0 20 0 4 0 12081545 1337528320 268289 33554432000 4194304 16246674 140733523322720 140733523305720 6045307 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326545 268289 787 2943 0 323439 0
[pid=23142/tid=23143] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268289 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268289 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1337528320 268289 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.38 2.28 2.12 4/183 23146
/proc/meminfo: memFree=26172948/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267466 0 0 0 1234 35 0 0 20 0 4 0 12081545 1337528320 268306 33554432000 4194304 16246674 140733523322720 140733523305720 6012147 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326545 268306 787 2943 0 323439 0
[pid=23142/tid=23143] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268306 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268306 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1337528320 268306 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.29 2.27 2.12 3/183 23146
/proc/meminfo: memFree=26173712/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267467 0 0 0 2513 36 0 0 20 0 4 0 12081545 1337528320 268307 33554432000 4194304 16246674 140733523322720 140733523305720 12478135 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326545 268307 788 2943 0 323439 0
[pid=23142/tid=23143] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268307 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1337528320 268307 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1337528320 268307 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 2.27 2.26 2.12 4/183 23147
/proc/meminfo: memFree=26172932/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1307204 CPUtime=51.08 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267603 0 0 0 5072 36 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140733523305720 5823271 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326801 268443 788 2943 0 323695 0
[pid=23142/tid=23143] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1338576896 268443 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

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

[startup+51.2004 s]
/proc/loadavg: 2.27 2.26 2.12 4/183 23147
/proc/meminfo: memFree=26172932/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1307204 CPUtime=51.18 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267603 0 0 0 5082 36 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140733523305720 5823230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326801 268443 788 2943 0 323695 0
[pid=23142/tid=23143] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1338576896 268443 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1307204

[startup+51.6003 s]
/proc/loadavg: 2.27 2.26 2.12 4/183 23147
/proc/meminfo: memFree=26172932/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=1307204 CPUtime=51.58 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202496 267603 0 0 0 5122 36 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140733523305712 6026640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 326801 268443 788 2943 0 323695 0
[pid=23142/tid=23143] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23143/stat : 23143 (toysat) S 23139 23142 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285103287536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23142/tid=23144] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23144/stat : 23144 (toysat) S 23139 23142 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081545 1338576896 268443 33554432000 4194304 16246674 140733523322720 140285092797680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23142/tid=23145] ppid=23139 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23142/task/23145/stat : 23145 (toysat) S 23139 23142 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081546 1338576896 268443 33554432000 4194304 16246674 140733523322720 140284973280432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (KiB) 1307204

[startup+51.8073 s]
/proc/loadavg: 2.27 2.26 2.12 4/183 23147
/proc/meminfo: memFree=26172932/32872528 swapFree=1459604/1655828
[pid=23142] ppid=23139 vsize=0 CPUtime=51.79 cores=0,2,4,6
/proc/23142/stat : 23142 (toysat) R 23139 23142 22681 0 -1 4202500 267608 0 0 0 5142 37 0 0 20 0 1 0 12081545 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 51.8597
CPU time (s): 51.8521
CPU user time (s): 51.4242
CPU system time (s): 0.427934
CPU usage (%): 99.9853
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.4242
system time used= 0.427934
maximum resident set size= 1073784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267608
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= 20
involuntary context switches= 57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.146977 second user time and 0.19097 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:28:24
IDJOB=4120482
IDBENCH=109974
IDSOLVER=2542
FILE ID=node136/4120482-1467311304
RUNJOBID= node136-1467309401-22697
PBS_JOBID= 20005289
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n74-d3-i3-f.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-4120482-1467311304/watcher-4120482-1467311304 -o /tmp/evaluation-result-4120482-1467311304/solver-4120482-1467311304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467309401-22697 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120482-1467311304.opb

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

MD5SUM BENCH= 6ce9779155e158de5e6cb161111ef3d9
RANDOM SEED=1689309688

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27246460 kB
Buffers:          191668 kB
Cached:          1930260 kB
SwapCached:            0 kB
Active:          1483176 kB
Inactive:        1737544 kB
Active(anon):    1101336 kB
Inactive(anon):        0 kB
Active(file):     381840 kB
Inactive(file):  1737544 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       2756412 kB
Mapped:            17120 kB
Shmem:               204 kB
Slab:             614912 kB
SReclaimable:      58936 kB
SUnreclaim:       555976 kB
KernelStack:        1520 kB
PageTables:         9816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2887600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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= 71612 MiB
End job on node136 at 2016-06-30 20:29:16