Trace number 4112627

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 NameAnswerobjective functionCPU timeWall clock time
minisatp 2012-10-02 git-d91742bSAT (TO)13 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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 Parsing PB file...
0.00/0.00	c Converting 100 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ....................................................................................................
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	===============================================================================
0.00/0.00	c Found solution: 18
0.00/0.00	c ---[   0]---> Sorter-cost: 2208     Base:
0.00/0.06	|  Eliminated clauses:           0.02 Mb                                      |
0.00/0.06	============================[ Search Statistics ]==============================
0.00/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	===============================================================================
0.00/0.06	|       100 |     836     1803     7418 |      661      100     28 |  0.547 % |
0.00/0.06	|       250 |     836     1803     7418 |      727      250     37 |  0.547 % |
0.00/0.06	|       475 |     836     1803     7418 |      799      475     40 |  0.547 % |
0.00/0.06	|       812 |     836     1803     7418 |      879      812     43 |  0.547 % |
0.00/0.06	|      1318 |     836     1803     7418 |      967      793     42 |  0.547 % |
0.00/0.06	|      2077 |     836     1803     7418 |     1064     1013     38 |  0.547 % |
0.00/0.06	===============================================================================
0.00/0.06	c Found solution: 17
0.00/0.06	c ---[   0]---> Sorter-cost:    0     Base:
0.09/0.16	|  Eliminated clauses:           0.02 Mb                                      |
0.09/0.16	============================[ Search Statistics ]==============================
0.09/0.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	===============================================================================
0.09/0.16	|      2179 |     840     1837     7631 |      673      608     33 |  0.582 % |
0.09/0.16	|      2329 |     840     1837     7631 |      740      403     27 |  0.582 % |
0.09/0.16	|      2554 |     840     1837     7631 |      815      628     35 |  0.582 % |
0.09/0.16	|      2891 |     840     1837     7631 |      896      485     29 |  0.582 % |
0.09/0.16	|      3397 |     840     1837     7631 |      986      501     28 |  0.582 % |
0.09/0.16	|      4156 |     840     1837     7631 |     1084      697     32 |  0.582 % |
0.09/0.16	|      5295 |     840     1837     7631 |     1193      631     32 |  0.582 % |
0.09/0.16	===============================================================================
0.09/0.16	c Found solution: 15
0.09/0.16	c ---[   0]---> Sorter-cost:    0     Base:
6.89/6.98	|  Eliminated clauses:           0.03 Mb                                      |
6.89/6.98	============================[ Search Statistics ]==============================
6.89/6.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/6.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/6.98	===============================================================================
6.89/6.98	|      5878 |     845     1875     7777 |      687      657     30 |  0.620 % |
6.89/6.98	|      6028 |     845     1875     7777 |      756      429     23 |  0.620 % |
6.89/6.98	|      6253 |     845     1875     7777 |      831      654     28 |  0.620 % |
6.89/6.98	|      6590 |     845     1875     7777 |      915      517     24 |  0.620 % |
6.89/6.98	|      7096 |     845     1875     7777 |     1006      519     23 |  0.620 % |
6.89/6.98	|      7855 |     845     1875     7777 |     1107      727     28 |  0.620 % |
6.89/6.98	|      8994 |     845     1875     7777 |     1217      657     25 |  0.620 % |
6.89/6.98	|     10702 |     845     1875     7777 |     1339     1077     31 |  0.620 % |
6.89/6.98	|     13264 |     845     1875     7777 |     1473      802     27 |  0.620 % |
6.89/6.98	|     17108 |     845     1875     7777 |     1621     1489     31 |  0.620 % |
6.89/6.98	|     22874 |     845     1875     7777 |     1783     1225     32 |  0.620 % |
6.89/6.98	|     31523 |     845     1875     7777 |     1961     1428     33 |  0.620 % |
6.89/6.98	|     44497 |     845     1875     7777 |     2157     2104     34 |  0.620 % |
6.89/6.98	|     63958 |     845     1875     7777 |     2373     1196     28 |  0.620 % |
6.89/6.98	|     93150 |     845     1875     7777 |     2610     2101     31 |  0.620 % |
6.89/6.98	|    136939 |     845     1875     7777 |     2871     2544     34 |  0.620 % |
6.89/6.98	|    202623 |     845     1875     7777 |     3159     2696     34 |  0.620 % |
6.89/6.98	===============================================================================
6.89/6.98	c Found solution: 14
6.89/6.98	c ---[   0]---> Sorter-cost:    0     Base:
613.70/613.84	|  Eliminated clauses:           0.03 Mb                                      |
613.70/613.84	============================[ Search Statistics ]==============================
613.70/613.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
613.70/613.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
613.70/613.84	===============================================================================
613.70/613.84	|    224326 |     841     1852     7610 |      679      473     23 |  0.899 % |
613.70/613.84	|    224476 |     841     1852     7610 |      746      623     26 |  0.899 % |
613.70/613.84	|    224701 |     841     1852     7610 |      821      461     21 |  0.899 % |
613.70/613.84	|    225038 |     841     1852     7610 |      903      798     27 |  0.899 % |
613.70/613.84	|    225544 |     841     1852     7610 |      994      794     25 |  0.899 % |
613.70/613.84	|    226303 |     841     1852     7610 |     1093     1014     29 |  0.899 % |
613.70/613.84	|    227442 |     841     1852     7610 |     1203      946     28 |  0.899 % |
613.70/613.84	|    229150 |     841     1852     7610 |     1323      730     28 |  0.899 % |
613.70/613.84	|    231712 |     841     1852     7610 |     1455     1164     30 |  0.899 % |
613.70/613.84	|    235556 |     841     1852     7610 |     1601     1193     28 |  0.899 % |
613.70/613.84	|    241322 |     841     1852     7610 |     1761     1015     26 |  0.899 % |
613.70/613.84	|    249971 |     841     1852     7610 |     1937     1283     30 |  0.899 % |
613.70/613.84	|    262945 |     841     1852     7610 |     2131     2081     34 |  0.899 % |
613.70/613.84	|    282406 |     841     1852     7610 |     2344     1421     29 |  0.899 % |
613.70/613.84	|    311598 |     841     1852     7610 |     2578     1385     30 |  0.899 % |
613.70/613.84	|    355387 |     841     1852     7610 |     2836     2174     29 |  0.899 % |
613.70/613.84	|    421071 |     841     1852     7610 |     3120     1682     30 |  0.899 % |
613.70/613.84	|    519597 |     841     1852     7610 |     3432     1934     28 |  0.899 % |
613.70/613.84	|    667386 |     841     1852     7610 |     3775     2793     33 |  0.899 % |
613.70/613.84	|    889069 |     841     1852     7610 |     4153     3175     31 |  0.899 % |
613.70/613.84	|   1221594 |     841     1852     7610 |     4568     2993     32 |  0.899 % |
613.70/613.84	|   1720382 |     841     1852     7610 |     5025     3654     31 |  0.899 % |
613.70/613.84	|   2468564 |     841     1852     7610 |     5527     4524     32 |  0.899 % |
613.70/613.84	|   3590838 |     840     1852     7610 |     6080     4243     34 |  0.955 % |
613.70/613.84	|   5274249 |     838     1852     7610 |     6688     4051     39 |  1.067 % |
613.70/613.84	|   7799365 |     838     1852     7610 |     7357     4060     33 |  1.067 % |
613.70/613.84	|  11587040 |     838     1852     7610 |     8093     7051     37 |  1.067 % |
613.70/613.84	===============================================================================
613.70/613.84	c Found solution: 13
613.70/613.84	c ---[   0]---> Sorter-cost:    0     Base:
1800.01/1800.30	|  Eliminated clauses:           0.03 Mb                                      |
1800.01/1800.30	============================[ Search Statistics ]==============================
1800.01/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.01/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.01/1800.30	===============================================================================
1800.01/1800.30	|  14041590 |     839     1871     7771 |      686      453     19 |  1.069 % |
1800.01/1800.30	|  14041740 |     839     1871     7771 |      754      603     23 |  1.069 % |
1800.01/1800.30	|  14041965 |     839     1871     7771 |      830      828     25 |  1.069 % |
1800.01/1800.30	|  14042302 |     839     1871     7771 |      913      737     24 |  1.069 % |
1800.01/1800.30	|  14042808 |     839     1871     7771 |     1004      719     23 |  1.069 % |
1800.01/1800.30	|  14043567 |     839     1871     7771 |     1104      931     27 |  1.069 % |
1800.01/1800.30	|  14044706 |     839     1871     7771 |     1215      851     27 |  1.069 % |
1800.01/1800.30	|  14046414 |     839     1871     7771 |     1336     1276     31 |  1.069 % |
1800.01/1800.30	|  14048976 |     839     1871     7771 |     1470     1034     28 |  1.069 % |
1800.01/1800.30	|  14052820 |     838     1871     7771 |     1617      907     25 |  1.122 % |
1800.01/1800.30	|  14058586 |     838     1871     7771 |     1779     1529     31 |  1.122 % |
1800.01/1800.30	|  14067235 |     838     1871     7771 |     1957     1724     30 |  1.122 % |
1800.01/1800.30	|  14080209 |     838     1871     7771 |     2153     1222     26 |  1.122 % |
1800.01/1800.30	|  14099670 |     838     1871     7771 |     2368     1250     29 |  1.122 % |
1800.01/1800.30	|  14128862 |     838     1871     7771 |     2605     2128     28 |  1.122 % |
1800.01/1800.30	|  14172651 |     838     1871     7771 |     2865     2597     29 |  1.122 % |
1800.01/1800.30	|  14238335 |     838     1871     7771 |     3152     2821     30 |  1.122 % |
1800.01/1800.30	|  14336861 |     838     1871     7771 |     3467     1993     27 |  1.122 % |
1800.01/1800.30	|  14484650 |     838     1871     7771 |     3814     2941     31 |  1.122 % |
1800.01/1800.30	|  14706333 |     838     1871     7771 |     4195     3207     32 |  1.122 % |
1800.01/1800.30	|  15038858 |     838     1871     7771 |     4615     2218     27 |  1.122 % |
1800.01/1800.30	|  15537646 |     838     1871     7771 |     5076     2633     27 |  1.122 % |
1800.01/1800.30	|  16285828 |     838     1871     7771 |     5584     3737     32 |  1.122 % |
1800.01/1800.30	|  17408102 |     838     1871     7771 |     6142     2891     28 |  1.122 % |
1800.01/1800.30	|  19091513 |     838     1871     7771 |     6757     3504     31 |  1.122 % |
1800.01/1800.30	|  21616629 |     838     1871     7771 |     7432     4826     30 |  1.122 % |
1800.01/1800.30	|  25404304 |     838     1871     7771 |     8176     7548     27 |  1.122 % |
1800.01/1800.30	|  31085816 |     838     1871     7771 |     8993     4317     28 |  1.122 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s SATISFIABLE
1800.01/1800.30	v -x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100

Verifier Data

OK	13

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-4112627-1466556926/watcher-4112627-1466556926 -o /tmp/evaluation-result-4112627-1466556926/solver-4112627-1466556926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466551518-31281 --watchdog 1960 minisatp HOME/instance-4112627-1466556926.opb 

pid=32092
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.12 2.15 3/176 32095
/proc/meminfo: memFree=30359860/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=6360 CPUtime=0 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 57741369 6512640 208 33554432000 4194304 5646918 140733875198992 140733875198248 4460899 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1590 209 125 355 0 1231 0

[startup+0.10016 s]
/proc/loadavg: 2.01 2.12 2.15 3/176 32095
/proc/meminfo: memFree=30359860/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=3308 CPUtime=0.09 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 709 0 0 0 9 0 0 0 20 0 1 0 57741369 3387392 559 33554432000 4194304 5646918 140733875198992 140733875198248 4416598 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 827 559 154 355 0 468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3308

[startup+0.200286 s]
/proc/loadavg: 2.01 2.12 2.15 3/176 32095
/proc/meminfo: memFree=30359860/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=3784 CPUtime=0.19 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 728 0 0 0 19 0 0 0 20 0 1 0 57741369 3874816 578 33554432000 4194304 5646918 140733875198992 140733875198248 4403173 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 946 578 155 355 0 587 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3784

[startup+0.319834 s]
/proc/loadavg: 2.01 2.12 2.15 3/176 32095
/proc/meminfo: memFree=30359860/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=3784 CPUtime=0.31 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 728 0 0 0 31 0 0 0 20 0 1 0 57741369 3874816 578 33554432000 4194304 5646918 140733875198992 140733875198248 4402764 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 946 578 155 355 0 587 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 3784

[startup+0.700218 s]
/proc/loadavg: 2.01 2.12 2.15 3/176 32095
/proc/meminfo: memFree=30359860/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=3784 CPUtime=0.69 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 815 0 0 0 69 0 0 0 20 0 1 0 57741369 3874816 664 33554432000 4194304 5646918 140733875198992 140733875198248 4399808 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 946 664 155 355 0 587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3784

[startup+1.50021 s]
/proc/loadavg: 2.01 2.12 2.15 3/177 32096
/proc/meminfo: memFree=30357496/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=4440 CPUtime=1.49 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 989 0 0 0 149 0 0 0 20 0 1 0 57741369 4546560 835 33554432000 4194304 5646918 140733875198992 140733875197240 4402788 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1110 835 155 355 0 751 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4440

[startup+3.10019 s]
/proc/loadavg: 2.01 2.12 2.15 3/177 32096
/proc/meminfo: memFree=30356404/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=4972 CPUtime=3.09 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 1127 0 0 0 309 0 0 0 20 0 1 0 57741369 5091328 972 33554432000 4194304 5646918 140733875198992 140733875197240 4402829 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1243 972 155 355 0 884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4972

[startup+6.30024 s]
/proc/loadavg: 2.01 2.12 2.15 3/177 32096
/proc/meminfo: memFree=30354204/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=5108 CPUtime=6.29 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 1161 0 0 0 629 0 0 0 20 0 1 0 57741369 5230592 1005 33554432000 4194304 5646918 140733875198992 140733875197240 4397839 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1277 1005 155 355 0 918 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5108

[startup+12.7002 s]
/proc/loadavg: 2.01 2.11 2.15 3/177 32096
/proc/meminfo: memFree=30353520/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=5824 CPUtime=12.69 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 1303 0 0 0 1269 0 0 0 20 0 1 0 57741369 5963776 1146 33554432000 4194304 5646918 140733875198992 140733875197256 4402832 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1456 1146 155 355 0 1097 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5824

[startup+25.5003 s]
/proc/loadavg: 2.08 2.13 2.15 3/177 32096
/proc/meminfo: memFree=30353032/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=6448 CPUtime=25.49 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 1502 0 0 0 2549 0 0 0 20 0 1 0 57741369 6602752 1343 33554432000 4194304 5646918 140733875198992 140733875197240 4403454 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 1612 1343 155 355 0 1253 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6448

[startup+51.1002 s]
/proc/loadavg: 2.11 2.13 2.16 3/177 32096
/proc/meminfo: memFree=30349868/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=8808 CPUtime=51.09 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 1860 0 0 0 5109 0 0 0 20 0 1 0 57741369 9019392 1693 33554432000 4194304 5646918 140733875198992 140733875197240 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 2202 1693 155 355 0 1843 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8808

[startup+102.3 s]
/proc/loadavg: 2.20 2.15 2.16 3/177 32097
/proc/meminfo: memFree=30344780/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=9820 CPUtime=102.28 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 2183 0 0 0 10228 0 0 0 20 0 1 0 57741369 10055680 2009 33554432000 4194304 5646918 140733875198992 140733875197240 4402736 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 2455 2009 155 355 0 2096 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9820

[startup+162.3 s]
/proc/loadavg: 2.24 2.17 2.17 3/177 32098
/proc/meminfo: memFree=30307924/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=9960 CPUtime=162.27 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 2402 0 0 0 16227 0 0 0 20 0 1 0 57741369 10199040 2228 33554432000 4194304 5646918 140733875198992 140733875197256 4403408 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 2490 2228 155 355 0 2131 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 9960

[startup+222.307 s]
/proc/loadavg: 2.16 2.16 2.16 3/177 32099
/proc/meminfo: memFree=30301604/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=13348 CPUtime=222.27 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3041 0 0 0 22227 0 0 0 20 0 1 0 57741369 13668352 2861 33554432000 4194304 5646918 140733875198992 140733875197240 4403184 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 3337 2861 155 355 0 2978 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 13348

[startup+282.3 s]
/proc/loadavg: 2.17 2.16 2.16 3/178 32104
/proc/meminfo: memFree=30296288/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=13348 CPUtime=282.25 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3270 0 0 0 28225 0 0 0 20 0 1 0 57741369 13668352 3086 33554432000 4194304 5646918 140733875198992 140733875197240 4388936 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 3337 3086 155 355 0 2978 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 13348

[startup+342.3 s]
/proc/loadavg: 2.21 2.17 2.17 3/179 32128
/proc/meminfo: memFree=30289380/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=14536 CPUtime=342.24 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3563 0 0 0 34224 0 0 0 20 0 1 0 57741369 14884864 3377 33554432000 4194304 5646918 140733875198992 140733875197240 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 3634 3377 155 355 0 3275 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 14536

[startup+402.3 s]
/proc/loadavg: 2.28 2.19 2.17 3/178 32129
/proc/meminfo: memFree=30283728/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=16260 CPUtime=402.23 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3593 0 0 0 40223 0 0 0 20 0 1 0 57741369 16650240 3407 33554432000 4194304 5646918 140733875198992 140733875197240 4403091 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4065 3407 155 355 0 3706 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 16260

[startup+462.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/178 32130
/proc/meminfo: memFree=30278588/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=16260 CPUtime=462.22 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3894 0 0 0 46222 0 0 0 20 0 1 0 57741369 16650240 3703 33554432000 4194304 5646918 140733875198992 140733875197240 4402764 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4065 3703 155 355 0 3706 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 16260

[startup+522.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/178 32131
/proc/meminfo: memFree=30274004/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=17420 CPUtime=522.21 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3952 0 0 0 52221 0 0 0 20 0 1 0 57741369 17838080 3760 33554432000 4194304 5646918 140733875198992 140733875197240 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4355 3760 155 355 0 3996 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 17420

[startup+582.3 s]
/proc/loadavg: 2.32 2.24 2.19 3/177 32132
/proc/meminfo: memFree=30269668/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=17420 CPUtime=582.2 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 3955 0 0 0 58220 0 0 0 20 0 1 0 57741369 17838080 3763 33554432000 4194304 5646918 140733875198992 140733875197240 4402764 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4355 3763 155 355 0 3996 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 17420


################
# More data... #
################


[startup+942.3 s]
/proc/loadavg: 2.27 2.24 2.19 3/178 32143
/proc/meminfo: memFree=30239628/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=17420 CPUtime=942.14 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4280 0 0 0 94214 0 0 0 20 0 1 0 57741369 17838080 4082 33554432000 4194304 5646918 140733875198992 140733875197272 4402684 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4355 4082 156 355 0 3996 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 17420

[startup+1002.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/178 32144
/proc/meminfo: memFree=30331976/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=17420 CPUtime=1002.13 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4282 0 0 0 100213 0 0 0 20 0 1 0 57741369 17838080 4082 33554432000 4194304 5646918 140733875198992 140733875197272 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4355 4082 156 355 0 3996 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 17420

[startup+1062.3 s]
/proc/loadavg: 2.10 2.19 2.17 3/178 32145
/proc/meminfo: memFree=30332212/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1062.12 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4297 0 0 0 106212 0 0 0 20 0 1 0 57741369 19525632 4097 33554432000 4194304 5646918 140733875198992 140733875197240 4403408 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4097 156 355 0 4408 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 19068

[startup+1122.3 s]
/proc/loadavg: 2.18 2.20 2.18 4/178 32201
/proc/meminfo: memFree=30436692/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1122.11 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4297 0 0 0 112211 0 0 0 20 0 1 0 57741369 19525632 4097 33554432000 4194304 5646918 140733875198992 140733875197240 4402821 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4097 156 355 0 4408 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 19068

[startup+1182.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/178 32202
/proc/meminfo: memFree=30420356/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1182.11 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4632 0 0 0 118211 0 0 0 20 0 1 0 57741369 19525632 4423 33554432000 4194304 5646918 140733875198992 140733875197240 4402863 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4423 156 355 0 4408 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 19068

[startup+1242.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/178 32204
/proc/meminfo: memFree=30388656/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1242.1 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4635 0 0 0 124210 0 0 0 20 0 1 0 57741369 19525632 4426 33554432000 4194304 5646918 140733875198992 140733875197240 4400448 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4426 156 355 0 4408 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 19068

[startup+1302.3 s]
/proc/loadavg: 2.30 2.24 2.19 3/178 32205
/proc/meminfo: memFree=30386000/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1302.09 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4635 0 0 0 130209 0 0 0 20 0 1 0 57741369 19525632 4426 33554432000 4194304 5646918 140733875198992 140733875197240 4403091 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4426 156 355 0 4408 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 19068

[startup+1362.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/178 32206
/proc/meminfo: memFree=30388292/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=19068 CPUtime=1362.08 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4635 0 0 0 136208 0 0 0 20 0 1 0 57741369 19525632 4426 33554432000 4194304 5646918 140733875198992 140733875197240 4402627 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 4767 4426 156 355 0 4408 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 19068

[startup+1422.3 s]
/proc/loadavg: 2.36 2.26 2.19 3/178 32207
/proc/meminfo: memFree=30418916/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20200 CPUtime=1422.08 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4914 0 0 0 142208 0 0 0 20 0 1 0 57741369 20684800 4702 33554432000 4194304 5646918 140733875198992 140733875197256 4403159 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5050 4702 156 355 0 4691 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 20200

[startup+1482.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/179 32211
/proc/meminfo: memFree=30381864/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20200 CPUtime=1482.06 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4936 0 0 0 148206 0 0 0 20 0 1 0 57741369 20684800 4724 33554432000 4194304 5646918 140733875198992 140733875197256 4400117 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5050 4724 156 355 0 4691 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 20200

[startup+1542.31 s]
/proc/loadavg: 2.19 2.24 2.19 3/178 32213
/proc/meminfo: memFree=30364408/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20200 CPUtime=1542.06 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4941 0 0 0 154206 0 0 0 20 0 1 0 57741369 20684800 4729 33554432000 4194304 5646918 140733875198992 140733875197256 4403184 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5050 4729 156 355 0 4691 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 20200

[startup+1602.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/178 32214
/proc/meminfo: memFree=30387396/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20200 CPUtime=1602.04 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4941 0 0 0 160204 0 0 0 20 0 1 0 57741369 20684800 4729 33554432000 4194304 5646918 140733875198992 140733875197256 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5050 4729 156 355 0 4691 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 20200

[startup+1662.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/178 32215
/proc/meminfo: memFree=30379084/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20200 CPUtime=1662.03 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 4941 0 0 0 166203 0 0 0 20 0 1 0 57741369 20684800 4729 33554432000 4194304 5646918 140733875198992 140733875197256 4403368 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5050 4729 156 355 0 4691 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 20200

[startup+1722.3 s]
/proc/loadavg: 2.30 2.26 2.19 3/178 32216
/proc/meminfo: memFree=30358876/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20368 CPUtime=1722.02 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 5012 0 0 0 172202 0 0 0 20 0 1 0 57741369 20856832 4799 33554432000 4194304 5646918 140733875198992 140733875197256 4403454 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5092 4799 156 355 0 4733 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 20368

[startup+1782.3 s]
/proc/loadavg: 2.33 2.27 2.20 3/178 32217
/proc/meminfo: memFree=30417552/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20592 CPUtime=1782.01 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 5056 0 0 0 178201 0 0 0 20 0 1 0 57741369 21086208 4841 33554432000 4194304 5646918 140733875198992 140733875197256 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5148 4841 156 355 0 4789 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 20592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.37 2.29 2.20 3/177 32218
/proc/meminfo: memFree=30378572/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20592 CPUtime=1800.01 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 5070 0 0 0 180001 0 0 0 20 0 1 0 57741369 21086208 4855 33554432000 4194304 5646918 140733875198992 140733875197256 4388947 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5148 4855 156 355 0 4789 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 20592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.3 s]
/proc/loadavg: 2.37 2.29 2.20 3/177 32218
/proc/meminfo: memFree=30378572/32872528 swapFree=1431120/1543540
[pid=32095] ppid=32092 vsize=20592 CPUtime=1800.01 cores=1,3,5,7
/proc/32095/stat : 32095 (minisatp) R 32092 32095 31264 0 -1 4202496 5070 0 0 0 180001 0 0 0 20 0 1 0 57741369 21086208 4855 33554432000 4194304 5646918 140733875198992 140733875197256 4388947 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32095/statm: 5148 4855 156 355 0 4789 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 20592

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1800.02
CPU system time (s): 0.008998
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 20592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.008998
maximum resident set size= 19420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5070
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= 7
involuntary context switches= 1884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82411 second user time and 8.67868 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-22 02:55:26
IDJOB=4112627
IDBENCH=2860
IDSOLVER=2555
FILE ID=node116/4112627-1466556926
RUNJOBID= node116-1466551518-31281
PBS_JOBID= 19943338
Free space on /tmp= 71688 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112627-1466556926/watcher-4112627-1466556926 -o /tmp/evaluation-result-4112627-1466556926/solver-4112627-1466556926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466551518-31281 --watchdog 1960  minisatp HOME/instance-4112627-1466556926.opb

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

MD5SUM BENCH= 863d0ff562dc066d0163e86da5775aea
RANDOM SEED=1140759705

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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:        30360372 kB
Buffers:           22732 kB
Cached:            62476 kB
SwapCached:         2056 kB
Active:           208048 kB
Inactive:          45000 kB
Active(anon):     169376 kB
Inactive(anon):     1080 kB
Active(file):      38672 kB
Inactive(file):    43920 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:              3908 kB
Writeback:             0 kB
AnonPages:       1718836 kB
Mapped:             7716 kB
Shmem:                 0 kB
Slab:             574056 kB
SReclaimable:      17716 kB
SUnreclaim:       556340 kB
KernelStack:        1448 kB
PageTables:         7936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1846096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4112627-1466556926.opb

Free space on /tmp at the end= 71684 MiB
End job on node116 at 2016-06-22 03:25:27