Trace number 4113506

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
minisatp 2012-10-02 git-d91742bUNSAT 1705.19 1705.46

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_11.opb
MD5SUM57a81814e686601f1c1e408a126c1564
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 benchmark211.696
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1892
Total number of constraints9034
Number of constraints which are clauses9030
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint43
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 54
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.29/0.33	c Converting 9032 PB-constraints to clauses...
0.29/0.33	c   -- Unit propagations: pp
0.29/0.33	c   -- Detecting intervals from adjacent constraints: #
0.29/0.33	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.29/0.34	c ---[9030]---> Sorter-cost:  635     Base:
1705.12/1705.46	|  Eliminated clauses:           0.01 Mb                                      |
1705.12/1705.46	============================[ Search Statistics ]==============================
1705.12/1705.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1705.12/1705.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1705.12/1705.46	===============================================================================
1705.12/1705.46	|       100 |    2188     9918    76182 |     3636      100     49 |  0.346 % |
1705.12/1705.46	|       250 |    2187     9918    76182 |     4000      249    108 |  0.387 % |
1705.12/1705.46	|       475 |    2187     9918    76182 |     4400      473    121 |  0.388 % |
1705.12/1705.46	|       812 |    2187     9918    76182 |     4840      810    114 |  0.387 % |
1705.12/1705.46	|      1318 |    2187     9918    76182 |     5324     1316    117 |  0.388 % |
1705.12/1705.46	|      2077 |    2187     9918    76182 |     5856     2075    117 |  0.387 % |
1705.12/1705.46	|      3216 |    2187     9918    76182 |     6442     3214    116 |  0.387 % |
1705.12/1705.46	|      4924 |    2187     9918    76182 |     7086     4922    110 |  0.387 % |
1705.12/1705.46	|      7486 |    2187     9918    76182 |     7795     3785     77 |  0.387 % |
1705.12/1705.46	|     11330 |    2187     9918    76182 |     8574     7629     84 |  0.387 % |
1705.12/1705.46	|     17096 |    2187     9918    76182 |     9432     4655     72 |  0.388 % |
1705.12/1705.46	|     25745 |    2187     9918    76182 |    10375     8301     84 |  0.387 % |
1705.12/1705.46	|     38719 |    2187     9918    76182 |    11413     5520     64 |  0.387 % |
1705.12/1705.46	|     58180 |    2187     9918    76182 |    12554     7676     76 |  0.387 % |
1705.12/1705.46	|     87372 |    2187     9918    76182 |    13809    11212     69 |  0.387 % |
1705.12/1705.46	|    131161 |    2187     9918    76182 |    15190    12667     76 |  0.387 % |
1705.12/1705.46	|    196845 |    2187     9918    76182 |    16710     8609     81 |  0.387 % |
1705.12/1705.46	|    295371 |    2184     9918    76182 |    18381    12298     74 |  0.517 % |
1705.12/1705.46	|    443160 |    2184     9918    76182 |    20219     9697     76 |  0.517 % |
1705.12/1705.46	|    664843 |    2184     9918    76182 |    22241    15480     68 |  0.517 % |
1705.12/1705.46	|    997368 |    2184     9918    76182 |    24465    19730     70 |  0.517 % |
1705.12/1705.46	|   1496156 |    2184     9918    76182 |    26911    20503     78 |  0.517 % |
1705.12/1705.46	|   2244338 |    2184     9918    76182 |    29602    17349     70 |  0.517 % |
1705.12/1705.46	|   3366612 |    2184     9918    76182 |    32563    19169     65 |  0.517 % |
1705.12/1705.46	|   5050023 |    2184     9918    76182 |    35819    15796     62 |  0.517 % |
1705.12/1705.46	===============================================================================
1705.12/1705.46	c UNSATISFIABLE
1705.12/1705.46	s UNSATISFIABLE
1705.12/1705.46	c _______________________________________________________________________________
1705.12/1705.46	c 
1705.12/1705.46	restarts              : 12248
1705.12/1705.46	conflicts             : 7379218        (4328 /sec)
1705.12/1705.46	decisions             : 11063523       (0.00 % random) (6488 /sec)
1705.12/1705.46	propagations          : 2599957536     (1524793 /sec)
1705.12/1705.46	conflict literals     : 578631943      (30.97 % deleted)
1705.12/1705.46	Memory used           : 77.10 MB
1705.12/1705.46	CPU time              : 1705.12 s
1705.12/1705.46	c _______________________________________________________________________________

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-4113506-1466627521/watcher-4113506-1466627521 -o /tmp/evaluation-result-4113506-1466627521/solver-4113506-1466627521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466627471-13940 --watchdog 1960 minisatp HOME/instance-4113506-1466627521.opb 

pid=14596
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: 1.99 1.79 1.57 3/176 14599
/proc/meminfo: memFree=31802836/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=6460 CPUtime=0 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 64798751 6615040 214 33554432000 4194304 5646918 140736121271312 140734972284712 4430317 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 1615 215 94 355 0 1256 0

[startup+0.100158 s]
/proc/loadavg: 1.99 1.79 1.57 3/176 14599
/proc/meminfo: memFree=31802836/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=10264 CPUtime=0.09 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 1283 0 0 0 9 0 0 0 20 0 1 0 64798751 10510336 1159 33554432000 4194304 5646918 140736121271312 140736121269512 4293646 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 2566 1160 94 355 0 2207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10264

[startup+0.200357 s]
/proc/loadavg: 1.99 1.79 1.57 3/176 14599
/proc/meminfo: memFree=31802836/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=14220 CPUtime=0.19 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 2261 0 0 0 19 0 0 0 20 0 1 0 64798751 14561280 2137 33554432000 4194304 5646918 140736121271312 140736121270680 4826286 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 3555 2137 94 355 0 3196 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14220

[startup+0.300329 s]
/proc/loadavg: 1.99 1.79 1.57 3/176 14599
/proc/meminfo: memFree=31802836/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=19244 CPUtime=0.29 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 3498 0 0 0 29 0 0 0 20 0 1 0 64798751 19705856 3374 33554432000 4194304 5646918 140736121271312 140736121270680 4251388 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 4811 3374 94 355 0 4452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19244

[startup+0.700281 s]
/proc/loadavg: 1.99 1.79 1.57 3/176 14599
/proc/meminfo: memFree=31802836/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=22000 CPUtime=0.68 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 4443 0 0 0 68 0 0 0 20 0 1 0 64798751 22528000 4824 33554432000 4194304 5646918 140736121271312 140736121270680 4403159 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 5500 4824 151 355 0 5141 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22000

[startup+1.50022 s]
/proc/loadavg: 1.99 1.79 1.57 3/177 14600
/proc/meminfo: memFree=31784436/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=20324 CPUtime=1.48 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 5119 0 0 0 148 0 0 0 20 0 1 0 64798751 20811776 4661 33554432000 4194304 5646918 140736121271312 140736121269592 4402821 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 5081 4661 153 355 0 4722 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20324

[startup+3.10027 s]
/proc/loadavg: 1.99 1.79 1.57 3/177 14600
/proc/meminfo: memFree=31784904/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=24676 CPUtime=3.09 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 6551 0 0 0 308 1 0 0 20 0 1 0 64798751 25268224 5779 33554432000 4194304 5646918 140736121271312 140736121270024 4403408 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 6169 5779 153 355 0 5810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24676

[startup+6.30028 s]
/proc/loadavg: 1.99 1.79 1.57 3/177 14600
/proc/meminfo: memFree=31779436/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=24676 CPUtime=6.29 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 6656 0 0 0 628 1 0 0 20 0 1 0 64798751 25268224 5883 33554432000 4194304 5646918 140736121271312 140736121269560 4402736 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 6169 5883 153 355 0 5810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24676

[startup+12.7003 s]
/proc/loadavg: 1.99 1.80 1.58 3/177 14600
/proc/meminfo: memFree=31776700/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=27396 CPUtime=12.69 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 6817 0 0 0 1268 1 0 0 20 0 1 0 64798751 28053504 6554 33554432000 4194304 5646918 140736121271312 140736121269576 4403091 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 6849 6554 153 355 0 6490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27396

[startup+25.5004 s]
/proc/loadavg: 1.99 1.80 1.58 3/177 14600
/proc/meminfo: memFree=31777440/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=29068 CPUtime=25.49 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 8645 0 0 0 2547 2 0 0 20 0 1 0 64798751 29765632 6559 33554432000 4194304 5646918 140736121271312 140736121269576 4402832 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 7267 6559 153 355 0 6908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29068

[startup+51.1004 s]
/proc/loadavg: 2.12 1.85 1.60 3/177 14600
/proc/meminfo: memFree=31773224/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=29068 CPUtime=51.08 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 9061 0 0 0 5106 2 0 0 20 0 1 0 64798751 29765632 6971 33554432000 4194304 5646918 140736121271312 140736121269576 4402751 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 7267 6971 153 355 0 6908 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29068

[startup+102.3 s]
/proc/loadavg: 2.10 1.89 1.63 3/177 14601
/proc/meminfo: memFree=31766108/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=36608 CPUtime=102.28 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 9609 0 0 0 10226 2 0 0 20 0 1 0 64798751 37486592 8024 33554432000 4194304 5646918 140736121271312 140736121269560 4403176 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 9152 8024 153 355 0 8793 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36608

[startup+162.3 s]
/proc/loadavg: 2.08 1.92 1.65 3/177 14602
/proc/meminfo: memFree=31757292/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=41004 CPUtime=162.26 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 10545 0 0 0 16224 2 0 0 20 0 1 0 64798751 41988096 9977 33554432000 4194304 5646918 140736121271312 140736121269576 4403408 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 10251 9977 153 355 0 9892 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 41004

[startup+222.307 s]
/proc/loadavg: 2.20 1.99 1.69 3/177 14716
/proc/meminfo: memFree=31667396/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=41004 CPUtime=222.26 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 12969 0 0 0 22223 3 0 0 20 0 1 0 64798751 41988096 9983 33554432000 4194304 5646918 140736121271312 140736121269576 4403178 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 10251 9983 153 355 0 9892 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 41004

[startup+282.3 s]
/proc/loadavg: 2.13 2.00 1.71 3/177 14717
/proc/meminfo: memFree=31625992/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=43724 CPUtime=282.24 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 13140 0 0 0 28221 3 0 0 20 0 1 0 64798751 44773376 10663 33554432000 4194304 5646918 140736121271312 140736121269576 4403464 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 10931 10663 153 355 0 10572 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 43724

[startup+342.3 s]
/proc/loadavg: 2.09 2.01 1.73 4/177 14718
/proc/meminfo: memFree=31613640/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=55272 CPUtime=342.23 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 13605 0 0 0 34220 3 0 0 20 0 1 0 64798751 56598528 12139 33554432000 4194304 5646918 140736121271312 140736121269560 4403184 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 13818 12139 153 355 0 13459 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 55272

[startup+402.3 s]
/proc/loadavg: 2.13 2.04 1.76 3/177 14719
/proc/meminfo: memFree=31618244/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=55272 CPUtime=402.22 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 13607 0 0 0 40219 3 0 0 20 0 1 0 64798751 56598528 12139 33554432000 4194304 5646918 140736121271312 140736121269560 4388978 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 13818 12139 153 355 0 13459 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 55272

[startup+462.3 s]
/proc/loadavg: 2.10 2.04 1.77 3/177 14720
/proc/meminfo: memFree=31591184/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=55272 CPUtime=462.21 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14020 0 0 0 46218 3 0 0 20 0 1 0 64798751 56598528 13567 33554432000 4194304 5646918 140736121271312 140736121269560 4399417 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 13818 13567 153 355 0 13459 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 55272

[startup+522.3 s]
/proc/loadavg: 2.08 2.05 1.79 3/178 14725
/proc/meminfo: memFree=31637856/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=55272 CPUtime=522.2 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14020 0 0 0 52216 4 0 0 20 0 1 0 64798751 56598528 13567 33554432000 4194304 5646918 140736121271312 140736121269560 4403411 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 13818 13567 153 355 0 13459 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 55272

[startup+582.3 s]
/proc/loadavg: 2.13 2.07 1.81 3/178 14727
/proc/meminfo: memFree=31637224/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=55272 CPUtime=582.19 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14020 0 0 0 58215 4 0 0 20 0 1 0 64798751 56598528 13567 33554432000 4194304 5646918 140736121271312 140736121269560 4402751 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 13818 13567 153 355 0 13459 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 55272


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

/proc/loadavg: 2.10 2.09 1.92 3/178 14742
/proc/meminfo: memFree=31560316/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=67112 CPUtime=1122.11 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14628 0 0 0 112206 5 0 0 20 0 1 0 64798751 68722688 16469 33554432000 4194304 5646918 140736121271312 140736121269560 4403057 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 16778 16469 153 355 0 16419 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 67112

[startup+1182.3 s]
/proc/loadavg: 2.09 2.09 1.93 3/177 14743
/proc/meminfo: memFree=31545876/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1182.1 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14630 0 0 0 118205 5 0 0 20 0 1 0 64798751 80838656 16471 33554432000 4194304 5646918 140736121271312 140736121269560 4402784 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 16471 153 355 0 19377 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 78944

[startup+1242.3 s]
/proc/loadavg: 2.07 2.08 1.93 3/177 14744
/proc/meminfo: memFree=31533292/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1242.09 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14630 0 0 0 124204 5 0 0 20 0 1 0 64798751 80838656 16471 33554432000 4194304 5646918 140736121271312 140736121269560 4403442 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 16471 153 355 0 19377 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 78944

[startup+1302.3 s]
/proc/loadavg: 2.16 2.11 1.95 3/177 14745
/proc/meminfo: memFree=31560012/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1302.08 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14630 0 0 0 130203 5 0 0 20 0 1 0 64798751 80838656 16471 33554432000 4194304 5646918 140736121271312 140736121269560 4402788 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 16471 153 355 0 19377 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 78944

[startup+1362.3 s]
/proc/loadavg: 2.09 2.10 1.96 3/177 14746
/proc/meminfo: memFree=31528124/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1362.07 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14912 0 0 0 136201 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403091 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 78944

[startup+1422.3 s]
/proc/loadavg: 2.07 2.10 1.96 4/177 14748
/proc/meminfo: memFree=31581704/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1422.07 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14912 0 0 0 142201 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4402849 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 78944

[startup+1482.3 s]
/proc/loadavg: 2.09 2.09 1.97 3/177 14749
/proc/meminfo: memFree=31538220/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1482.05 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 148199 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403159 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 78944

[startup+1542.31 s]
/proc/loadavg: 2.08 2.09 1.97 3/177 14750
/proc/meminfo: memFree=31581880/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1542.05 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 154199 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403542 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 78944

[startup+1602.3 s]
/proc/loadavg: 2.07 2.08 1.98 3/177 14751
/proc/meminfo: memFree=31550932/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1602.03 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 160197 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403173 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 78944

[startup+1662.3 s]
/proc/loadavg: 2.09 2.08 1.98 3/177 14752
/proc/meminfo: memFree=31544556/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1662.02 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 166196 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4399392 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 78944

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

[startup+1664 s]
/proc/loadavg: 2.08 2.08 1.98 3/177 14752
/proc/meminfo: memFree=31544556/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1663.72 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 166366 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403488 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1663.72
Current children cumulated vsize (KiB) 78944

[startup+1689.6 s]
/proc/loadavg: 2.14 2.09 1.99 3/178 14755
/proc/meminfo: memFree=31581180/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1689.33 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 168927 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403147 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1689.33
Current children cumulated vsize (KiB) 78944

[startup+1696 s]
/proc/loadavg: 2.20 2.10 1.99 3/178 14755
/proc/meminfo: memFree=31581384/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1695.72 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 169566 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1695.72
Current children cumulated vsize (KiB) 78944

[startup+1702.4 s]
/proc/loadavg: 2.27 2.12 2.00 3/178 14756
/proc/meminfo: memFree=31542092/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1702.12 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 170206 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4402774 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1702.12
Current children cumulated vsize (KiB) 78944

[startup+1704.01 s]
/proc/loadavg: 2.25 2.12 2.00 3/178 14756
/proc/meminfo: memFree=31540172/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1703.72 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 170366 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4402918 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1703.72
Current children cumulated vsize (KiB) 78944

[startup+1704.8 s]
/proc/loadavg: 2.25 2.12 2.00 3/178 14756
/proc/meminfo: memFree=31540172/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1704.52 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 170446 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4402811 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1704.52
Current children cumulated vsize (KiB) 78944

[startup+1705.2 s]
/proc/loadavg: 2.25 2.12 2.00 3/178 14756
/proc/meminfo: memFree=31538124/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1704.92 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 170486 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1704.92
Current children cumulated vsize (KiB) 78944

[startup+1705.4 s]
/proc/loadavg: 2.25 2.12 2.00 3/178 14756
/proc/meminfo: memFree=31538124/32872528 swapFree=303544/319896
[pid=14599] ppid=14596 vsize=78944 CPUtime=1705.12 cores=1,3,5,7
/proc/14599/stat : 14599 (minisatp) R 14596 14599 13923 0 -1 4202496 14913 0 0 0 170506 6 0 0 20 0 1 0 64798751 80838656 19307 33554432000 4194304 5646918 140736121271312 140736121269560 4402751 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/14599/statm: 19736 19307 153 355 0 19377 0
Current children cumulated CPU time (s) 1705.12
Current children cumulated vsize (KiB) 78944

Child status: 0
Real time (s): 1705.46
CPU time (s): 1705.19
CPU user time (s): 1705.12
CPU system time (s): 0.068989
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 78944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.12
system time used= 0.068989
maximum resident set size= 77268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 2073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13891 second user time and 9.69952 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-22 22:32:01
IDJOB=4113506
IDBENCH=107819
IDSOLVER=2555
FILE ID=node128/4113506-1466627521
RUNJOBID= node128-1466627471-13940
PBS_JOBID= 19957253
Free space on /tmp= 71700 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_11.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4113506-1466627521/watcher-4113506-1466627521 -o /tmp/evaluation-result-4113506-1466627521/solver-4113506-1466627521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466627471-13940 --watchdog 1960  minisatp HOME/instance-4113506-1466627521.opb

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

MD5SUM BENCH= 57a81814e686601f1c1e408a126c1564
RANDOM SEED=707457219

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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:        31803008 kB
Buffers:            2000 kB
Cached:            29788 kB
SwapCached:         1604 kB
Active:            33796 kB
Inactive:          11428 kB
Active(anon):      14756 kB
Inactive(anon):      648 kB
Active(file):      19040 kB
Inactive(file):    10780 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67097692 kB
Dirty:              4376 kB
Writeback:             0 kB
AnonPages:        332680 kB
Mapped:             6940 kB
Shmem:                 0 kB
Slab:             573304 kB
SReclaimable:      16208 kB
SUnreclaim:       557096 kB
KernelStack:        1440 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     448556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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-4113506-1466627521.opb

Free space on /tmp at the end= 71696 MiB
End job on node128 at 2016-06-22 23:00:27