Trace number 4114047

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-d91742b? (TO) 1800.01 1800.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
MD5SUM7cdaf60ccaf85c600aba211d4d47e719
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints62
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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 62 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	c ---[  29]---> BDD-cost:   29
0.00/0.00	c ---[  28]---> BDD-cost:   29
0.00/0.00	c ---[  27]---> BDD-cost:   29
0.00/0.00	c ---[  26]---> BDD-cost:   29
0.00/0.00	c ---[  25]---> BDD-cost:   29
0.00/0.00	c ---[  24]---> BDD-cost:   29
0.00/0.00	c ---[  23]---> BDD-cost:   29
0.00/0.00	c ---[  22]---> BDD-cost:   29
0.00/0.00	c ---[  21]---> BDD-cost:   29
0.00/0.00	c ---[  20]---> BDD-cost:   29
0.00/0.00	c ---[  19]---> BDD-cost:   29
0.00/0.00	c ---[  18]---> BDD-cost:   29
0.00/0.00	c ---[  17]---> BDD-cost:   29
0.00/0.00	c ---[  16]---> BDD-cost:   29
0.00/0.00	c ---[  15]---> BDD-cost:   29
0.00/0.00	c ---[  14]---> BDD-cost:   29
0.00/0.00	c ---[  13]---> BDD-cost:   29
0.00/0.00	c ---[  12]---> BDD-cost:   29
0.00/0.00	c ---[  11]---> BDD-cost:   29
0.00/0.00	c ---[  10]---> BDD-cost:   29
0.00/0.00	c ---[   9]---> BDD-cost:   29
0.00/0.00	c ---[   8]---> BDD-cost:   29
0.00/0.00	c ---[   7]---> BDD-cost:   29
0.00/0.00	c ---[   6]---> BDD-cost:   29
0.00/0.00	c ---[   5]---> BDD-cost:   29
0.00/0.00	c ---[   4]---> BDD-cost:   29
0.00/0.00	c ---[   3]---> BDD-cost:   29
0.00/0.00	c ---[   2]---> BDD-cost:   29
0.00/0.00	c ---[   1]---> BDD-cost:   29
0.00/0.00	c ---[   0]---> BDD-cost:   29
1800.00/1800.30	|  Eliminated clauses:           0.01 Mb                                      |
1800.00/1800.30	============================[ Search Statistics ]==============================
1800.00/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.00/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.00/1800.30	===============================================================================
1800.00/1800.30	|       100 |    1106     1894     6323 |      694      100     50 |  2.222 % |
1800.00/1800.30	|       250 |    1106     1894     6323 |      763      250     51 |  2.222 % |
1800.00/1800.30	|       475 |    1106     1894     6323 |      840      475     51 |  2.222 % |
1800.00/1800.30	|       812 |    1106     1894     6323 |      924      812     57 |  2.222 % |
1800.00/1800.30	|      1318 |    1106     1894     6323 |     1016      719     64 |  2.222 % |
1800.00/1800.30	|      2077 |    1106     1894     6323 |     1118      924     65 |  2.222 % |
1800.00/1800.30	|      3216 |    1106     1894     6323 |     1230      720     48 |  2.222 % |
1800.00/1800.30	|      4924 |    1106     1894     6323 |     1353     1089     51 |  2.222 % |
1800.00/1800.30	|      7486 |    1106     1894     6323 |     1488     1203     61 |  2.222 % |
1800.00/1800.30	|     11330 |    1106     1894     6323 |     1637      891     70 |  2.222 % |
1800.00/1800.30	|     17096 |    1106     1894     6323 |     1801     1888     46 |  2.222 % |
1800.00/1800.30	|     25745 |    1106     1894     6323 |     1981     1386     65 |  2.222 % |
1800.00/1800.30	|     38719 |    1106     1894     6323 |     2179     2181     52 |  2.222 % |
1800.00/1800.30	|     58180 |    1106     1894     6323 |     2397     2342     73 |  2.222 % |
1800.00/1800.30	|     87372 |    1106     1894     6323 |     2637     2398     62 |  2.222 % |
1800.00/1800.30	|    131161 |    1106     1894     6323 |     2900     3002     77 |  2.222 % |
1800.00/1800.30	|    196845 |    1106     1894     6323 |     3191     2969     74 |  2.222 % |
1800.00/1800.30	|    295371 |    1106     1894     6323 |     3510     1817     77 |  2.222 % |
1800.00/1800.30	|    443160 |    1106     1894     6323 |     3861     3145     72 |  2.222 % |
1800.00/1800.30	|    664843 |    1106     1894     6323 |     4247     3109     71 |  2.222 % |
1800.00/1800.30	|    997368 |    1106     1894     6323 |     4672     3003     71 |  2.222 % |
1800.00/1800.30	|   1496156 |    1106     1894     6323 |     5139     4597     70 |  2.222 % |
1800.00/1800.30	|   2244338 |    1106     1894     6323 |     5653     5164     65 |  2.222 % |
1800.00/1800.30	|   3366612 |    1106     1894     6323 |     6218     4520     51 |  2.222 % |
1800.00/1800.30	|   5050023 |    1106     1894     6323 |     6840     4225     82 |  2.222 % |
1800.00/1800.30	|   7575139 |    1106     1894     6323 |     7524     3681     75 |  2.222 % |
1800.00/1800.30	|  11362814 |    1106     1894     6323 |     8276     4573     58 |  2.222 % |
1800.00/1800.30	|  17044326 |    1106     1894     6323 |     9104     4443     68 |  2.222 % |
1800.00/1800.30	|  25566595 |    1106     1894     6323 |    10014     6921     73 |  2.223 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s UNKNOWN

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-4114047-1466515674/watcher-4114047-1466515674 -o /tmp/evaluation-result-4114047-1466515674/solver-4114047-1466515674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466515277-21330 --watchdog 1960 minisatp HOME/instance-4114047-1466515674.opb 

pid=22495
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.08 2.02 2.00 3/176 22498
/proc/meminfo: memFree=31353740/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=6456 CPUtime=0 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 340 0 0 0 0 0 0 0 20 0 1 0 53613076 6610944 217 33554432000 4194304 5646918 140736033355744 140735822942728 4953168 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 1614 217 116 355 0 1255 0

[startup+0.100062 s]
/proc/loadavg: 2.08 2.02 2.00 3/176 22498
/proc/meminfo: memFree=31353740/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=3488 CPUtime=0.09 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 668 0 0 0 9 0 0 0 20 0 1 0 53613076 3571712 525 33554432000 4194304 5646918 140736033355744 140736033353992 4403408 0 0 4096 16386 0 0 0 17 7 0 0 0 0 0
/proc/22498/statm: 872 525 148 355 0 513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3488

[startup+0.200252 s]
/proc/loadavg: 2.08 2.02 2.00 3/176 22498
/proc/meminfo: memFree=31353740/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=3876 CPUtime=0.19 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 836 0 0 0 19 0 0 0 20 0 1 0 53613076 3969024 692 33554432000 4194304 5646918 140736033355744 140736033354008 4452303 0 0 4096 16386 0 0 0 17 7 0 0 0 0 0
/proc/22498/statm: 969 692 148 355 0 610 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3876

[startup+0.300147 s]
/proc/loadavg: 2.08 2.02 2.00 3/176 22498
/proc/meminfo: memFree=31353740/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=3876 CPUtime=0.29 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 840 0 0 0 29 0 0 0 20 0 1 0 53613076 3969024 696 33554432000 4194304 5646918 140736033355744 140736033354008 4403167 0 0 4096 16386 0 0 0 17 7 0 0 0 0 0
/proc/22498/statm: 969 696 148 355 0 610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3876

[startup+0.700118 s]
/proc/loadavg: 2.08 2.02 2.00 3/176 22498
/proc/meminfo: memFree=31353740/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=5780 CPUtime=0.69 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 1101 0 0 0 69 0 0 0 20 0 1 0 53613076 5918720 954 33554432000 4194304 5646918 140736033355744 140736033353992 4403380 0 0 4096 16386 0 0 0 17 7 0 0 0 0 0
/proc/22498/statm: 1445 954 148 355 0 1086 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5780

[startup+1.50023 s]
/proc/loadavg: 2.08 2.02 2.00 4/177 22499
/proc/meminfo: memFree=31347988/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=5780 CPUtime=1.49 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 1319 0 0 0 149 0 0 0 20 0 1 0 53613076 5918720 1169 33554432000 4194304 5646918 140736033355744 140736033353992 4403147 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 1445 1169 148 355 0 1086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5780

[startup+3.10023 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 22499
/proc/meminfo: memFree=31340728/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=6828 CPUtime=3.09 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 1430 0 0 0 309 0 0 0 20 0 1 0 53613076 6991872 1280 33554432000 4194304 5646918 140736033355744 140736033353992 4403136 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 1707 1280 148 355 0 1348 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6828

[startup+6.30025 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 22499
/proc/meminfo: memFree=31326548/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=7464 CPUtime=6.29 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 1739 0 0 0 629 0 0 0 20 0 1 0 53613076 7643136 1589 33554432000 4194304 5646918 140736033355744 140736033354008 4397977 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 1866 1589 148 355 0 1507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7464

[startup+12.7003 s]
/proc/loadavg: 2.07 2.01 2.00 3/177 22499
/proc/meminfo: memFree=31304832/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=8868 CPUtime=12.69 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 2103 0 0 0 1269 0 0 0 20 0 1 0 53613076 9080832 1951 33554432000 4194304 5646918 140736033355744 140736033353992 4403192 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 2217 1951 148 355 0 1858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8868

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 22499
/proc/meminfo: memFree=31258064/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=10560 CPUtime=25.48 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 2483 0 0 0 2548 0 0 0 20 0 1 0 53613076 10813440 2328 33554432000 4194304 5646918 140736033355744 140736033353992 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 2640 2328 148 355 0 2281 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10560

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 22499
/proc/meminfo: memFree=31282812/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=13932 CPUtime=51.08 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 2819 0 0 0 5108 0 0 0 20 0 1 0 53613076 14266368 3174 33554432000 4194304 5646918 140736033355744 140736033353992 4402736 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 3483 3174 148 355 0 3124 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13932

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22500
/proc/meminfo: memFree=31245792/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=17300 CPUtime=102.28 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 3361 0 0 0 10228 0 0 0 20 0 1 0 53613076 17715200 3709 33554432000 4194304 5646918 140736033355744 140736033353992 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 4325 3709 148 355 0 3966 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 17300

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22505
/proc/meminfo: memFree=31221428/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=21288 CPUtime=162.26 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 4020 0 0 0 16226 0 0 0 20 0 1 0 53613076 21798912 4874 33554432000 4194304 5646918 140736033355744 140736033353992 4398914 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 5322 4874 148 355 0 4963 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 21288

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22506
/proc/meminfo: memFree=31340956/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=25664 CPUtime=222.26 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 5189 0 0 0 22225 1 0 0 20 0 1 0 53613076 26279936 6039 33554432000 4194304 5646918 140736033355744 140736033353992 4403113 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 6416 6039 148 355 0 6057 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 25664

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22507
/proc/meminfo: memFree=31290024/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=28376 CPUtime=282.24 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 5356 0 0 0 28223 1 0 0 20 0 1 0 53613076 29057024 6716 33554432000 4194304 5646918 140736033355744 140736033353992 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 7094 6716 148 355 0 6735 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 28376

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 22508
/proc/meminfo: memFree=31318440/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=31132 CPUtime=342.23 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 5699 0 0 0 34222 1 0 0 20 0 1 0 53613076 31879168 7056 33554432000 4194304 5646918 140736033355744 140736033353992 4403408 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 7783 7056 148 355 0 7424 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 31132

[startup+402.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 22509
/proc/meminfo: memFree=31202576/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=31132 CPUtime=402.22 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 6113 0 0 0 40221 1 0 0 20 0 1 0 53613076 31879168 7469 33554432000 4194304 5646918 140736033355744 140736033353992 4397472 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 7783 7469 148 355 0 7424 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 31132

[startup+462.3 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 22511
/proc/meminfo: memFree=31227264/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=31132 CPUtime=462.21 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 6141 0 0 0 46220 1 0 0 20 0 1 0 53613076 31879168 7497 33554432000 4194304 5646918 140736033355744 140736033353992 4403040 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 7783 7497 148 355 0 7424 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 31132

[startup+522.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 22623
/proc/meminfo: memFree=31453388/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=33984 CPUtime=522.19 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 8081 0 0 0 52218 1 0 0 20 0 1 0 53613076 34799616 7945 33554432000 4194304 5646918 140736033355744 140736033353992 4403159 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 8496 7945 148 355 0 8137 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 33984

[startup+582.3 s]
/proc/loadavg: 2.17 2.09 2.02 3/177 22624
/proc/meminfo: memFree=31395008/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=33984 CPUtime=582.18 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 8359 0 0 0 58217 1 0 0 20 0 1 0 53613076 34799616 8223 33554432000 4194304 5646918 140736033355744 140736033353992 4403124 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 8496 8223 148 355 0 8137 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 33984


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


[startup+942.3 s]
/proc/loadavg: 2.15 2.12 2.04 3/178 22635
/proc/meminfo: memFree=31312456/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=43880 CPUtime=942.14 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 15689 0 0 0 94211 3 0 0 20 0 1 0 53613076 44933120 10343 33554432000 4194304 5646918 140736033355744 140736033353992 4402751 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 10970 10343 148 355 0 10611 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 43880

[startup+1002.3 s]
/proc/loadavg: 2.14 2.12 2.05 3/177 22636
/proc/meminfo: memFree=31280372/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=40172 CPUtime=1002.13 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 19499 0 0 0 100209 4 0 0 20 0 1 0 53613076 41136128 9766 33554432000 4194304 5646918 140736033355744 140736033354008 4403170 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 10043 9766 148 355 0 9684 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 40172

[startup+1062.3 s]
/proc/loadavg: 2.18 2.13 2.05 3/177 22638
/proc/meminfo: memFree=31369560/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=45612 CPUtime=1062.12 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 19889 0 0 0 106208 4 0 0 20 0 1 0 53613076 46706688 10665 33554432000 4194304 5646918 140736033355744 140736033353992 4403176 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 11403 10665 148 355 0 11044 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 45612

[startup+1122.3 s]
/proc/loadavg: 2.09 2.12 2.05 3/177 22639
/proc/meminfo: memFree=31302380/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=45612 CPUtime=1122.11 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 20354 0 0 0 112207 4 0 0 20 0 1 0 53613076 46706688 11126 33554432000 4194304 5646918 140736033355744 140736033353992 4403136 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 11403 11126 148 355 0 11044 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 45612

[startup+1182.3 s]
/proc/loadavg: 2.03 2.09 2.05 3/177 22640
/proc/meminfo: memFree=31259228/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=47396 CPUtime=1182.1 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 21804 0 0 0 118206 4 0 0 20 0 1 0 53613076 48533504 11165 33554432000 4194304 5646918 140736033355744 140736033353992 4403159 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 11849 11165 148 355 0 11490 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 47396

[startup+1242.3 s]
/proc/loadavg: 2.01 2.07 2.04 3/177 22641
/proc/meminfo: memFree=31256472/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=47396 CPUtime=1242.09 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22057 0 0 0 124205 4 0 0 20 0 1 0 53613076 48533504 11411 33554432000 4194304 5646918 140736033355744 140736033353992 4403544 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 11849 11411 148 355 0 11490 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 47396

[startup+1302.3 s]
/proc/loadavg: 2.04 2.07 2.04 3/177 22642
/proc/meminfo: memFree=31280000/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=50356 CPUtime=1302.08 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22107 0 0 0 130204 4 0 0 20 0 1 0 53613076 51564544 11459 33554432000 4194304 5646918 140736033355744 140736033353992 4403187 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 12589 11459 148 355 0 12230 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 50356

[startup+1362.3 s]
/proc/loadavg: 2.09 2.07 2.04 3/178 22647
/proc/meminfo: memFree=31273600/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=50356 CPUtime=1362.07 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22107 0 0 0 136203 4 0 0 20 0 1 0 53613076 51564544 11459 33554432000 4194304 5646918 140736033355744 140736033353992 4403178 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 12589 11459 148 355 0 12230 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 50356

[startup+1422.3 s]
/proc/loadavg: 2.09 2.07 2.04 3/177 22648
/proc/meminfo: memFree=31259180/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=50356 CPUtime=1422.07 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22780 0 0 0 142203 4 0 0 20 0 1 0 53613076 51564544 12128 33554432000 4194304 5646918 140736033355744 140736033353992 4403176 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 12589 12128 148 355 0 12230 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 50356

[startup+1482.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/177 22649
/proc/meminfo: memFree=31291612/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=50356 CPUtime=1482.05 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22967 0 0 0 148201 4 0 0 20 0 1 0 53613076 51564544 12312 33554432000 4194304 5646918 140736033355744 140736033353992 4399352 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 12589 12312 148 355 0 12230 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 50356

[startup+1542.31 s]
/proc/loadavg: 2.13 2.07 2.04 3/177 22650
/proc/meminfo: memFree=31256316/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=50356 CPUtime=1542.04 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 22967 0 0 0 154200 4 0 0 20 0 1 0 53613076 51564544 12312 33554432000 4194304 5646918 140736033355744 140736033353992 4400576 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 12589 12312 148 355 0 12230 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 50356

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.04 3/177 22651
/proc/meminfo: memFree=31269512/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1602.03 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24053 0 0 0 160199 4 0 0 20 0 1 0 53613076 54366208 12071 33554432000 4194304 5646918 140736033355744 140736033354008 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12071 148 355 0 12914 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 53092

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/177 22653
/proc/meminfo: memFree=31233764/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1662.02 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24378 0 0 0 166198 4 0 0 20 0 1 0 53613076 54366208 12902 33554432000 4194304 5646918 140736033355744 140736033353992 4397533 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12902 148 355 0 12914 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 53092

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/177 22654
/proc/meminfo: memFree=31221424/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1722.01 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24378 0 0 0 172197 4 0 0 20 0 1 0 53613076 54366208 12902 33554432000 4194304 5646918 140736033355744 140736033353992 4397638 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12902 148 355 0 12914 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 53092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/177 22655
/proc/meminfo: memFree=31203276/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1782 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24378 0 0 0 178196 4 0 0 20 0 1 0 53613076 54366208 12902 33554432000 4194304 5646918 140736033355744 140736033353992 4403170 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12902 148 355 0 12914 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 53092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/177 22655
/proc/meminfo: memFree=31239580/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1800 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24378 0 0 0 179996 4 0 0 20 0 1 0 53613076 54366208 12902 33554432000 4194304 5646918 140736033355744 140736033353992 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12902 148 355 0 12914 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 53092

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 22498 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/177 22655
/proc/meminfo: memFree=31239580/32872528 swapFree=534252/566956
[pid=22498] ppid=22495 vsize=53092 CPUtime=1800 cores=1,3,5,7
/proc/22498/stat : 22498 (minisatp) R 22495 22498 21313 0 -1 4202496 24378 0 0 0 179996 4 0 0 20 0 1 0 53613076 54366208 12902 33554432000 4194304 5646918 140736033355744 140736033353992 4403167 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/22498/statm: 13273 12902 148 355 0 12914 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 53092

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.01
CPU user time (s): 1799.96
CPU system time (s): 0.049992
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 53092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.049992
maximum resident set size= 53424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24378
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= 1884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72228 second user time and 6.73797 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-21 15:27:54
IDJOB=4114047
IDBENCH=1409
IDSOLVER=2555
FILE ID=node138/4114047-1466515674
RUNJOBID= node138-1466515277-21330
PBS_JOBID= 19942888
Free space on /tmp= 71720 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4114047-1466515674/watcher-4114047-1466515674 -o /tmp/evaluation-result-4114047-1466515674/solver-4114047-1466515674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466515277-21330 --watchdog 1960  minisatp HOME/instance-4114047-1466515674.opb

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

MD5SUM BENCH= 7cdaf60ccaf85c600aba211d4d47e719
RANDOM SEED=1079701385

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.79
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.395
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.395
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.395
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.395
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.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.54
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.395
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:        31356960 kB
Buffers:            2212 kB
Cached:            36800 kB
SwapCached:         1576 kB
Active:           225228 kB
Inactive:          13328 kB
Active(anon):     201568 kB
Inactive(anon):      576 kB
Active(file):      23660 kB
Inactive(file):    12752 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67098412 kB
Dirty:              4048 kB
Writeback:             4 kB
AnonPages:        772656 kB
Mapped:             6896 kB
Shmem:                 0 kB
Slab:             572352 kB
SReclaimable:      15280 kB
SUnreclaim:       557072 kB
KernelStack:        1440 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     907296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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-4114047-1466515674.opb

Free space on /tmp at the end= 71720 MiB
End job on node138 at 2016-06-21 15:57:55