Trace number 4122546

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 19.2121 19.2268

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n70-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM7d2498d0a7515b1181199674a59fa247
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.475926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints280
Number of constraints which are clauses280
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-30T22:01:45+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-4122546-1467316904.opb"]
0.00/0.01	c use --random-gen="3667243256 2157256655 2437825930 127812416 3966005301 3566750815 1224143144 924154606 2556945547 243012546 2792283603 4230207918 1705535073 1847372395 430822645 567173144 4290614468 493454249 2568208250 3600718543 3749981460 2675869796 1159479718 3456246155 849247627 3330907256 2296370110 2903913030 1804306738 3621118347 2514714420 3967171725 3186715511 31508488 830818647 1257961108 2510827266 1568890212 3258239390 1788387313 2588724731 2759484117 1394775072 1973281390 1209493607 114350424 3319265086 3444516969 3262898135 3013138482 3017399724 1732343364 118867721 2652624876 3161697029 12317357 2835317491 2360941739 38597930 3700105148 3300009670 352647686 2692180352 3144643729 4090183139 1639782805 1680934649 1874109525 2022405800 3805071790 3432877497 383116012 1231846711 1659714822 3393822066 399350384 73513787 778646434 4291444552 1845824521 214366183 990184012 4203708760 2922814566 2134614549 2922421371 3914677191 246405001 475859820 717642287 2275239107 2526178988 2779180013 575432304 224156783 3093532635 2050610297 1816267730 2462491186 3681621846 1290949613 2125610595 513873074 3026816498 259817502 2552277006 1758545653 1990787239 224495666 2021892534 2546473932 1257749674 2934392691 2937231147 1282333425 4287776042 2206403375 920295824 2973787082 2066127498 1619814657 2194662182 2975438476 1514603357 4082058311 1131170667 2558448268 3279933189 2405339474 1210150527 605354813 1195608452 3022984202 3017716366 492082760 1919517378 1095705384 3728555872 417753299 2484433396 2108188631 825529323 3251444893 2799252923 888715336 2972630400 3383335211 526310010 2254071416 1969314562 380400632 1439375023 2593342534 1572723344 828569070 2867123386 2733847307 2193750698 1887246657 3239881454 2580343678 604804767 2734279164 4271319182 2126837352 3317781702 4061577457 963785625 3005877433 445018423 320195832 4031602627 4081672038 853897664 1355561746 1257814759 3799658302 3871707643 4244725070 2089454411 3746065703 598212370 767070381 2967182318 958821647 2770893864 2740606622 1799653421 679137375 2053752120 2062929255 3313064964 401759535 2028310139 3461883431 2831675699 468538055 262151551 1337252980 385677221 4043266637 4144553248 579746550 3682498196 3335300873 3853761421 1654911348 2810226471 3783444972 3374756598 454633154 862945828 690645668 1937062687 691385115 2002429071 1372613858 2292875564 1971739081 2763388106 2206246709 2629266548 532881640 2468802260 1958875077 2046723389 2614079365 3639441331 3997899240 1425677512 3621705902 767080855 3850695610 2846678829 102546400 2205177823 4015805901 3103097165 3818950059 1954346335 1238259721 810779097 1373268546 39950327 2968545383 2803404089 3025572533 713589398 2290007160 322509727 2191382389 2757930436 2911033752 145283350 3756364383 234383816 255 362436" option to reproduce the execution
0.00/0.01	c #vars 105
0.00/0.01	c #constraints 280
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 |      128      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      168 |      100 |      128      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      373 |      250 |      141      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      731 |      475 |      156      3 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1217 |      813 |      172      7 |        0 |        0
0.08/0.12	c  0.1s |       5 |     1947 |     1320 |      190     11 |        0 |        0
0.08/0.18	c  0.2s |       6 |     3164 |     2081 |      232     18 |        0 |        0
0.19/0.28	c  0.3s |       7 |     4573 |     3223 |      256     27 |        0 |        0
0.38/0.45	c  0.4s |       8 |     6527 |     4936 |      282     39 |        0 |        0
0.59/0.66	c  0.6s |       9 |    10147 |     7506 |      311     56 |        0 |        0
0.89/0.98	c  1.0s |      10 |    15544 |    11361 |      343     80 |        0 |        0
1.29/1.31	c  1.3s |      11 |    24235 |    17144 |      378    112 |        0 |        0
1.69/1.77	c  1.7s |      12 |    37521 |    25819 |      416    157 |        0 |        0
2.39/2.47	c  2.5s |      13 |    57171 |    38832 |      458    218 |        0 |        0
3.59/3.61	c  3.6s |      14 |    84079 |    58352 |      504    302 |        0 |        0
5.19/5.25	c  5.2s |      15 |   127047 |    87632 |      555    416 |        0 |        0
7.19/7.25	c  7.2s |      15 |   169209 |   120432 |      555    532 |        0 |        0
7.79/7.89	c  7.9s |      16 |   184238 |   131552 |      611    571 |        0 |        0
9.79/9.89	c  9.9s |      16 |   231599 |   165752 |      611    682 |        0 |        0
11.68/11.75	c 11.7s |      17 |   273252 |   197432 |      673    784 |        0 |        0
13.68/13.75	c 13.7s |      17 |   320312 |   232632 |      673    888 |        0 |        0
15.68/15.76	c 15.7s |      17 |   366722 |   267632 |      673    991 |        0 |        0
17.38/17.45	c 17.4s |      18 |   404884 |   296252 |      741   1073 |        1 |        4
19.08/19.16	c 19.1s |      18 |   447812 |   327265 |      741   1151 |       17 |       56
19.08/19.16	c #cpu_time = 19.147s
19.08/19.16	c #wall_clock_time = 19.146s
19.08/19.16	c #decision = 447812
19.08/19.16	c #random_decision = 2166
19.08/19.16	c #conflict = 327265
19.08/19.16	c #restart = 18
19.08/19.16	s UNSATISFIABLE
19.08/19.16	c total CPU time = 19.165s
19.08/19.16	c total wall clock time = 19.164s

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

pid=7077
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.17 1.70 1.60 3/180 7080
/proc/meminfo: memFree=29632856/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=326076 CPUtime=0 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 4 0 2366800 333901824 1508 33554432000 4194304 16246674 140737346602816 140737346602240 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 82031 1517 441 2943 0 78925 0
[pid=7080/tid=7081] ppid=7077 vsize=342460 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 350679040 1573 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=346556 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 354873344 1589 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=351676 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2366801 360116224 1606 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.17 1.70 1.60 3/180 7080
/proc/meminfo: memFree=29632856/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 24939 0 0 0 5 3 0 0 20 0 4 0 2366800 1247350784 25290 33554432000 4194304 16246674 140737346602816 140737346602240 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 304529 25299 708 2943 0 301423 0
[pid=7080/tid=7081] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 25305 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 25310 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 25318 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200473 s]
/proc/loadavg: 2.17 1.70 1.60 3/180 7080
/proc/meminfo: memFree=29632856/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 48422 0 0 0 13 6 0 0 20 0 4 0 2366800 1247350784 48772 33554432000 4194304 16246674 140737346602816 140737346602240 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 304529 48783 709 2943 0 301423 0
[pid=7080/tid=7081] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 48790 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 48797 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 48803 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300464 s]
/proc/loadavg: 2.17 1.70 1.60 3/180 7080
/proc/meminfo: memFree=29632856/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 71722 0 0 0 19 10 0 0 20 0 4 0 2366800 1247350784 72072 33554432000 4194304 16246674 140737346602816 140737346602240 12874965 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 304529 72081 709 2943 0 301423 0
[pid=7080/tid=7081] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 72090 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 72097 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 72102 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700444 s]
/proc/loadavg: 2.17 1.70 1.60 3/180 7080
/proc/meminfo: memFree=29632856/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 163784 0 0 0 48 21 0 0 20 0 4 0 2366800 1247350784 164134 33554432000 4194304 16246674 140737346602816 140737346584704 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 304529 164146 709 2943 0 301423 0
[pid=7080/tid=7081] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 164152 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 164161 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2366801 1247350784 164167 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50046 s]
/proc/loadavg: 2.17 1.70 1.60 3/184 7084
/proc/meminfo: memFree=28650540/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 245544 0 0 0 117 32 0 0 20 0 4 0 2366800 1248399360 245874 33554432000 4194304 16246674 140737346602816 140737346602128 5573125 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 304785 245874 786 2943 0 301679 0
[pid=7080/tid=7081] ppid=7077 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1248399360 245874 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1248399360 245874 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1248399360 245874 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10045 s]
/proc/loadavg: 2.16 1.71 1.60 3/184 7084
/proc/meminfo: memFree=28562500/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267436 0 0 0 274 35 0 0 20 0 4 0 2366800 1337528320 267766 33554432000 4194304 16246674 140737346602816 140737346585816 5546098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267766 786 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267766 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267766 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267766 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.16 1.71 1.60 3/184 7084
/proc/meminfo: memFree=28562012/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267468 0 0 0 594 35 0 0 20 0 4 0 2366800 1337528320 267798 33554432000 4194304 16246674 140737346602816 140737346584704 5676613 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267798 786 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267798 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267798 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267798 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.14 1.72 1.60 3/184 7084
/proc/meminfo: memFree=28561548/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267470 0 0 0 1233 35 0 0 20 0 4 0 2366800 1337528320 267800 33554432000 4194304 16246674 140737346602816 140737346584704 5823933 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267800 786 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.14 1.72 1.60 3/184 7084
/proc/meminfo: memFree=28561548/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=12.78 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267470 0 0 0 1243 35 0 0 20 0 4 0 2366800 1337528320 267800 33554432000 4194304 16246674 140737346602816 140737346584704 5754712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267800 786 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267800 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+16.0005 s]
/proc/loadavg: 2.14 1.72 1.60 3/184 7084
/proc/meminfo: memFree=28561736/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=15.98 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267472 0 0 0 1563 35 0 0 20 0 4 0 2366800 1337528320 267802 33554432000 4194304 16246674 140737346602816 140737346584704 5974204 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267802 788 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.20 1.74 1.61 3/183 7084
/proc/meminfo: memFree=28561860/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267472 0 0 0 1724 35 0 0 20 0 4 0 2366800 1337528320 267802 33554432000 4194304 16246674 140737346602816 140737346584704 15015658 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267802 788 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 2.20 1.74 1.61 3/183 7084
/proc/meminfo: memFree=28561860/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=18.38 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267472 0 0 0 1803 35 0 0 20 0 4 0 2366800 1337528320 267802 33554432000 4194304 16246674 140737346602816 140737346584704 5674362 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267802 788 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 1306180

[startup+18.8075 s]
/proc/loadavg: 2.20 1.74 1.61 3/183 7084
/proc/meminfo: memFree=28561868/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=1306180 CPUtime=18.79 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) R 7077 7080 4526 0 -1 4202496 267472 0 0 0 1844 35 0 0 20 0 4 0 2366800 1337528320 267802 33554432000 4194304 16246674 140737346602816 140737346585816 5861368 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 326545 267802 788 2943 0 323439 0
[pid=7080/tid=7081] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7081/stat : 7081 (toysat) S 7077 7080 4526 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140617045748976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) S 7077 7080 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616960814320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7080/tid=7083] ppid=7077 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7083/stat : 7083 (toysat) S 7077 7080 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2366801 1337528320 267802 33554432000 4194304 16246674 140737346602816 140616950340784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.20 1.74 1.61 3/183 7084
/proc/meminfo: memFree=28561868/32872528 swapFree=533456/566160
[pid=7080] ppid=7077 vsize=0 CPUtime=19.18 cores=0,2,4,6
/proc/7080/stat : 7080 (toysat) Z 7077 7080 4526 0 -1 4202508 267477 0 0 0 1880 38 0 0 20 0 2 0 2366800 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7080/statm: 0 0 0 0 0 0 0
[pid=7080/tid=7082] ppid=7077 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/7080/task/7082/stat : 7082 (toysat) R 7077 7080 4526 0 -1 4203588 7 0 0 0 0 2 0 0 20 0 2 0 2366801 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.2268
CPU time (s): 19.2121
CPU user time (s): 18.8031
CPU system time (s): 0.408937
CPU usage (%): 99.9232
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8031
system time used= 0.408937
maximum resident set size= 1071220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267477
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= 21
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-30 22:01:44
IDJOB=4122546
IDBENCH=111162
IDSOLVER=2542
FILE ID=node138/4122546-1467316904
RUNJOBID= node138-1467316713-6968
PBS_JOBID= 20005291
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n70-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-4122546-1467316904/watcher-4122546-1467316904 -o /tmp/evaluation-result-4122546-1467316904/solver-4122546-1467316904 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1467316713-6968 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122546-1467316904.opb

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

MD5SUM BENCH= 7d2498d0a7515b1181199674a59fa247
RANDOM SEED=984742105

node138.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.487
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.97
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.487
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.487
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.487
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.487
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.45
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.487
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.487
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.487
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:        29633144 kB
Buffers:          104744 kB
Cached:           740012 kB
SwapCached:            0 kB
Active:          1332056 kB
Inactive:         604524 kB
Active(anon):    1094680 kB
Inactive(anon):        0 kB
Active(file):     237376 kB
Inactive(file):   604524 kB
Unevictable:      566160 kB
Mlocked:          533456 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16376 kB
Writeback:             0 kB
AnonPages:       1657920 kB
Mapped:            17004 kB
Shmem:               204 kB
Slab:             604096 kB
SReclaimable:      48016 kB
SUnreclaim:       556080 kB
KernelStack:        1464 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1793652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71700 MiB
End job on node138 at 2016-06-30 22:02:04