Trace number 4120714

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.445 19.4491

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n72-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMe804c5bb75c08cc59fd2a61c9b76bc07
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.893863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints288
Number of constraints which are clauses288
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:43:54+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-4120714-1467312234.opb"]
0.00/0.01	c use --random-gen="604802618 3666191825 3235223734 4289109185 3369862898 3995543085 2712890464 1648445051 1446564845 1814985009 363078226 3962697611 1106396829 2777839330 1443629687 1072184073 610125239 3311083526 267349022 1772312222 3443461916 3391929193 4245890497 2897771103 507247541 248568659 3093386300 4271035239 2920266217 3512331439 3198689825 523015595 723331295 2875189812 327442800 4122482728 644355169 3237096581 67446961 3946848589 3433072171 2314071852 3071734847 4097063992 1909913677 1777720523 652193895 1089889785 1160060039 3467411654 292401733 331787996 305691492 891636786 1997291939 2546045103 181491925 3850375012 3365023005 1051482294 1137161128 1970609464 3861796979 1404330844 1004700497 2005574655 3617818394 3165963742 2032207955 1837477118 1131936907 4117087598 2483110435 4107095607 2705102821 4074401666 2686419665 2860606448 2852584956 1659496904 2584186651 63538794 3911600816 1983118453 3598192467 3310232646 1353425940 1088144643 3298272904 1066072269 3544897308 561153704 2929350562 3107632941 3150663933 530330914 16557349 4014294027 3096816225 3342346427 302942545 2597859507 2448051952 2382747862 3749565814 553743204 1015080430 650030659 920269957 3726927985 3186843672 3777575006 2307227402 205677660 3798801434 1678642465 1169015558 4249840242 2752869816 2850081082 1211567542 2676641980 1765168457 20360031 1727951575 1596316700 1351092368 2143572685 2024635441 1535584907 4207912776 2220487270 1173544664 1877639976 2436512617 1707027082 581993126 3341993189 4015139285 1162403339 1439093597 603141275 2183625931 2084520101 3280781415 791745951 3852335349 1988780869 2392370608 3710971496 1097464664 1223815178 2761957059 3111542549 705702665 3964378529 2953821033 1237786322 903131206 1082913993 1769001572 1206172373 3331070430 4138176271 1460319930 4175235988 3359852604 696904335 436398019 3173339426 1435975288 1193695117 3934737768 1685405662 1446168761 2474490228 1603539228 3461429399 2681330313 2625358286 81218083 681449869 2784895513 3881447432 3097076992 3824499974 1520137168 2605501356 1210152904 3250641192 3224360501 3086798349 1308106951 3523426343 625448485 1220901101 4033154720 2019399797 1071258832 1983975577 3944207863 3965738883 2836859605 2485821178 1174448346 4115200137 52506411 2544447872 1503373927 2375942996 774159258 1315757767 3640524476 2666730441 2098491448 1637748467 1166800349 88531507 2911852338 1166824973 181852136 1069291027 4284348415 2423858445 3252357222 898437600 2698512688 2046200314 1420589663 3987168418 754680242 2895101719 1867979853 3939403488 1662344204 4030742401 2020187592 502476597 2564810112 3606007804 1626769537 352422620 3957074298 590286425 2896990285 979885812 3156082194 4106062151 240987665 3069480357 1723019876 1895576901 2173078720 1798568157 169133311 2369188086 255 362436" option to reproduce the execution
0.00/0.01	c #vars 108
0.00/0.01	c #constraints 288
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      132      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      154 |      100 |      132      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      429 |      250 |      146      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      725 |      475 |      161      3 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1124 |      813 |      178      6 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1751 |     1320 |      196     10 |        0 |        0
0.19/0.22	c  0.2s |       6 |     2574 |     2081 |      238     17 |        0 |        0
0.29/0.35	c  0.3s |       7 |     3820 |     3223 |      262     25 |        0 |        0
0.49/0.54	c  0.5s |       8 |     5589 |     4936 |      289     36 |        0 |        0
0.79/0.82	c  0.8s |       9 |     8743 |     7506 |      318     53 |        0 |        0
1.10/1.15	c  1.1s |      10 |    13699 |    11361 |      350     76 |        0 |        0
1.49/1.55	c  1.5s |      11 |    21531 |    17144 |      386    107 |        0 |        0
2.09/2.13	c  2.1s |      12 |    33781 |    25819 |      425    151 |        0 |        0
2.89/2.95	c  2.9s |      13 |    50501 |    38832 |      468    210 |        0 |        0
4.09/4.13	c  4.1s |      14 |    76884 |    58352 |      515    291 |        0 |        0
5.79/5.82	c  5.8s |      15 |   118183 |    87632 |      567    403 |        0 |        0
7.79/7.82	c  7.8s |      15 |   167195 |   121632 |      567    521 |        0 |        0
8.29/8.40	c  8.4s |      16 |   181650 |   131552 |      624    555 |        0 |        0
10.39/10.40	c 10.4s |      16 |   231995 |   167452 |      624    669 |        0 |        0
11.99/12.03	c 12.0s |      17 |   276148 |   197432 |      687    764 |        0 |        0
13.99/14.04	c 14.0s |      17 |   328648 |   233332 |      687    867 |        0 |        0
15.99/16.04	c 16.0s |      17 |   379382 |   269332 |      687    970 |        1 |        4
17.49/17.54	c 17.5s |      18 |   415529 |   296252 |      756   1046 |        2 |        8
19.28/19.39	c 19.4s |      18 |   464044 |   329638 |      756   1130 |       23 |       70
19.28/19.39	c #cpu_time = 19.320s
19.28/19.39	c #wall_clock_time = 19.371s
19.28/19.39	c #decision = 464044
19.28/19.39	c #random_decision = 2216
19.28/19.39	c #conflict = 329638
19.28/19.39	c #restart = 18
19.28/19.39	s UNSATISFIABLE
19.28/19.39	c total CPU time = 19.338s
19.28/19.39	c total wall clock time = 19.389s

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

pid=16881
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.01 2.02 2.24 4/243 16884
/proc/meminfo: memFree=30124568/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=752196 CPUtime=0 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 2812 0 0 0 0 0 0 0 20 0 4 0 12329912 770248704 2662 33554432000 4194304 16246674 140736073635344 140736073634768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 188561 2673 442 2943 0 185455 0
[pid=16884/tid=16885] ppid=16881 vsize=769604 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 788074496 2732 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=773700 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 792268800 2750 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=778820 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329912 797511680 2770 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.01 2.02 2.24 4/243 16884
/proc/meminfo: memFree=30124568/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 25692 0 0 0 6 3 0 0 20 0 4 0 12329912 1247350784 25532 33554432000 4194304 16246674 140736073635344 140736073634768 6024617 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 304529 25542 709 2943 0 301423 0
[pid=16884/tid=16885] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 25548 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 25557 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 25562 33554432000 4194304 16246674 140736073635344 140595646418096 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.200497 s]
/proc/loadavg: 2.01 2.02 2.24 4/243 16884
/proc/meminfo: memFree=30124568/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 49601 0 0 0 13 6 0 0 20 0 4 0 12329912 1247350784 49440 33554432000 4194304 16246674 140736073635344 140736073634768 5831697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 304529 49450 709 2943 0 301423 0
[pid=16884/tid=16885] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 49457 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 49466 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 49474 33554432000 4194304 16246674 140736073635344 140595646418096 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.300474 s]
/proc/loadavg: 2.01 2.02 2.24 4/243 16884
/proc/meminfo: memFree=30124568/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 73679 0 0 0 20 9 0 0 20 0 4 0 12329912 1247350784 73519 33554432000 4194304 16246674 140736073635344 140736073634768 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 304529 73528 709 2943 0 301423 0
[pid=16884/tid=16885] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 73528 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 73536 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 73542 33554432000 4194304 16246674 140736073635344 140595646418096 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.700358 s]
/proc/loadavg: 2.01 2.02 2.24 4/243 16884
/proc/meminfo: memFree=30124568/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 168596 0 0 0 47 22 0 0 20 0 4 0 12329912 1247350784 168436 33554432000 4194304 16246674 140736073635344 140736073617216 5724508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 304529 168445 710 2943 0 301423 0
[pid=16884/tid=16885] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 168451 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 168458 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12329912 1247350784 168463 33554432000 4194304 16246674 140736073635344 140595646418096 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.50038 s]
/proc/loadavg: 2.01 2.02 2.24 3/247 16888
/proc/meminfo: memFree=29144332/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 245576 0 0 0 116 33 0 0 20 0 4 0 12329912 1248399360 245395 33554432000 4194304 16246674 140736073635344 140736073634656 5824073 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 304785 245395 786 2943 0 301679 0
[pid=16884/tid=16885] ppid=16881 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1248399360 245395 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1248399360 245395 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1248399360 245395 33554432000 4194304 16246674 140736073635344 140595646418096 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.1004 s]
/proc/loadavg: 2.01 2.02 2.24 3/247 16888
/proc/meminfo: memFree=29055796/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267413 0 0 0 274 35 0 0 20 0 4 0 12329912 1337528320 267232 33554432000 4194304 16246674 140736073635344 140736073618344 13923831 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267232 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267232 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267232 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267232 33554432000 4194304 16246674 140736073635344 140595646418096 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.3004 s]
/proc/loadavg: 2.01 2.02 2.24 3/247 16888
/proc/meminfo: memFree=29055744/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267443 0 0 0 594 35 0 0 20 0 4 0 12329912 1337528320 267262 33554432000 4194304 16246674 140736073635344 140736073618344 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267262 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267262 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267262 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267262 33554432000 4194304 16246674 140736073635344 140595646418096 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.01 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056144/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1234 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 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

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

[startup+12.8005 s]
/proc/loadavg: 2.01 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056144/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1244 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 12482065 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.01 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056704/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=15.99 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1564 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 5717604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.00 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056580/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1724 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.00 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056580/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=18.38 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1803 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.00 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056580/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=1306180 CPUtime=19.18 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202496 267445 0 0 0 1883 35 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140736073618344 5973972 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 326545 267264 786 2943 0 323439 0
[pid=16884/tid=16885] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16885/stat : 16885 (toysat) S 16881 16884 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595667381488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16884/tid=16886] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16886/stat : 16886 (toysat) S 16881 16884 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595656891632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16884/tid=16887] ppid=16881 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16884/task/16887/stat : 16887 (toysat) S 16881 16884 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12329912 1337528320 267264 33554432000 4194304 16246674 140736073635344 140595646418096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+19.4004 s]
/proc/loadavg: 2.00 2.01 2.24 3/247 16888
/proc/meminfo: memFree=29056580/32872528 swapFree=189444/189444
[pid=16884] ppid=16881 vsize=0 CPUtime=19.39 cores=0,2,4,6
/proc/16884/stat : 16884 (toysat) R 16881 16884 13211 0 -1 4202500 267450 0 0 0 1903 36 0 0 20 0 1 0 12329912 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.4491
CPU time (s): 19.445
CPU user time (s): 19.0301
CPU system time (s): 0.414936
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0301
system time used= 0.414936
maximum resident set size= 1069072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267450
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= 20

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056991 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:43:54
IDJOB=4120714
IDBENCH=110085
IDSOLVER=2542
FILE ID=node102/4120714-1467312234
RUNJOBID= node102-1467310764-16424
PBS_JOBID= 20005272
Free space on /tmp= 71656 MiB

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

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

MD5SUM BENCH= e804c5bb75c08cc59fd2a61c9b76bc07
RANDOM SEED=533969631

node102.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.744
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	: 5333.48
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.744
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.744
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.744
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.49
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.744
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		: 2666.744
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.744
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.744
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:        30125484 kB
Buffers:          156680 kB
Cached:           569812 kB
SwapCached:            0 kB
Active:          1396760 kB
Inactive:         419500 kB
Active(anon):    1092356 kB
Inactive(anon):        0 kB
Active(file):     304404 kB
Inactive(file):   419500 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16504 kB
Writeback:             0 kB
AnonPages:       1279444 kB
Mapped:            17704 kB
Shmem:               204 kB
Slab:             609328 kB
SReclaimable:      52824 kB
SUnreclaim:       556504 kB
KernelStack:        2032 kB
PageTables:         6772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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= 71636 MiB
End job on node102 at 2016-06-30 20:44:13