Trace number 4114264

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.02 1800.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr.opb
MD5SUM54cc21b6a006b53c414126d2c0b266be
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.012997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
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 31
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.01	c Converting 100 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): ............................................................
0.00/0.01	c ---[  39]---> BDD-cost:   57
0.00/0.01	c ---[  38]---> BDD-cost:   57
0.00/0.01	c ---[  37]---> BDD-cost:   57
0.00/0.01	c ---[  36]---> BDD-cost:   57
0.00/0.01	c ---[  35]---> BDD-cost:   57
0.00/0.01	c ---[  34]---> BDD-cost:   57
0.00/0.01	c ---[  33]---> BDD-cost:   57
0.00/0.01	c ---[  32]---> BDD-cost:   57
0.00/0.01	c ---[  31]---> BDD-cost:   57
0.00/0.01	c ---[  30]---> BDD-cost:   57
0.00/0.01	c ---[  29]---> BDD-cost:   57
0.00/0.01	c ---[  28]---> BDD-cost:   57
0.00/0.01	c ---[  27]---> BDD-cost:   57
0.00/0.01	c ---[  26]---> BDD-cost:   57
0.00/0.01	c ---[  25]---> BDD-cost:   57
0.00/0.01	c ---[  24]---> BDD-cost:   57
0.00/0.01	c ---[  23]---> BDD-cost:   57
0.00/0.01	c ---[  22]---> BDD-cost:   57
0.00/0.01	c ---[  21]---> BDD-cost:   57
0.00/0.01	c ---[  20]---> BDD-cost:   57
0.00/0.01	c ---[  19]---> BDD-cost:   57
0.00/0.01	c ---[  18]---> BDD-cost:   57
0.00/0.01	c ---[  17]---> BDD-cost:   57
0.00/0.01	c ---[  16]---> BDD-cost:   57
0.00/0.01	c ---[  15]---> BDD-cost:   57
0.00/0.01	c ---[  14]---> BDD-cost:   57
0.00/0.01	c ---[  13]---> BDD-cost:   57
0.00/0.02	c ---[  12]---> BDD-cost:   57
0.00/0.02	c ---[  11]---> BDD-cost:   57
0.00/0.02	c ---[  10]---> BDD-cost:   57
0.00/0.02	c ---[   9]---> BDD-cost:   57
0.00/0.02	c ---[   8]---> BDD-cost:   57
0.00/0.02	c ---[   7]---> BDD-cost:   57
0.00/0.02	c ---[   6]---> BDD-cost:   57
0.00/0.02	c ---[   5]---> BDD-cost:   57
0.00/0.02	c ---[   4]---> BDD-cost:   57
0.00/0.02	c ---[   3]---> BDD-cost:   57
0.00/0.02	c ---[   2]---> BDD-cost:   57
0.00/0.02	c ---[   1]---> BDD-cost:   57
0.00/0.02	c ---[   0]---> BDD-cost:   57
1800.01/1800.30	|  Eliminated clauses:           0.00 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	|       100 |    3252     5450    15196 |     1998      100     68 |  1.149 % |
1800.01/1800.30	|       250 |    3252     5450    15196 |     2198      250     68 |  1.149 % |
1800.01/1800.30	|       475 |    3252     5450    15196 |     2417      475     73 |  1.149 % |
1800.01/1800.30	|       812 |    3252     5450    15196 |     2659      812     89 |  1.149 % |
1800.01/1800.30	|      1318 |    3252     5450    15196 |     2925     1318     91 |  1.149 % |
1800.01/1800.30	|      2077 |    3252     5450    15196 |     3218     2077     98 |  1.149 % |
1800.01/1800.30	|      3216 |    3252     5450    15196 |     3540     3216    112 |  1.149 % |
1800.01/1800.30	|      4924 |    3252     5450    15196 |     3894     3118    110 |  1.149 % |
1800.01/1800.30	|      7486 |    3252     5450    15196 |     4283     3375    110 |  1.149 % |
1800.01/1800.30	|     11330 |    3252     5450    15196 |     4711     2555    118 |  1.149 % |
1800.01/1800.30	|     17096 |    3252     5450    15196 |     5183     3469    184 |  1.149 % |
1800.01/1800.30	|     25745 |    3252     5450    15196 |     5701     4079    118 |  1.149 % |
1800.01/1800.30	|     38719 |    3252     5450    15196 |     6271     4659    128 |  1.149 % |
1800.01/1800.30	|     58180 |    3252     5450    15196 |     6898     3789    114 |  1.149 % |
1800.01/1800.30	|     87372 |    3252     5450    15196 |     7588     7493    131 |  1.149 % |
1800.01/1800.30	|    131161 |    3252     5450    15196 |     8347     5560    134 |  1.149 % |
1800.01/1800.30	|    196845 |    3252     5450    15196 |     9182     4618    123 |  1.149 % |
1800.01/1800.30	|    295371 |    3252     5450    15196 |    10100     5210    115 |  1.149 % |
1800.01/1800.30	|    443160 |    3252     5450    15196 |    11110     9687    127 |  1.149 % |
1800.01/1800.30	|    664843 |    3252     5450    15196 |    12221    10424    121 |  1.149 % |
1800.01/1800.30	|    997368 |    3252     5450    15196 |    13443     9868    202 |  1.149 % |
1800.01/1800.30	|   1496156 |    3252     5450    15196 |    14788    12064     98 |  1.149 % |
1800.01/1800.30	|   2244338 |    3252     5450    15196 |    16266    11467    183 |  1.149 % |
1800.01/1800.30	|   3366612 |    3252     5450    15196 |    17893    13667    101 |  1.149 % |
1800.01/1800.30	|   5050023 |    3252     5450    15196 |    19683    13835    138 |  1.149 % |
1800.01/1800.30	|   7575139 |    3252     5450    15196 |    21651    13402    118 |  1.149 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/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-4114264-1466515697/watcher-4114264-1466515697 -o /tmp/evaluation-result-4114264-1466515697/solver-4114264-1466515697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466515278-25741 --watchdog 1960 minisatp HOME/instance-4114264-1466515697.opb 

pid=27016
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.12 2.22 2.39 3/176 27019
/proc/meminfo: memFree=30919032/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=6632 CPUtime=0 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 53620173 6791168 238 33554432000 4194304 5646918 140736123828720 140735075809592 4826286 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 1658 238 94 355 0 1299 0

[startup+0.10016 s]
/proc/loadavg: 2.12 2.22 2.39 3/176 27019
/proc/meminfo: memFree=30919032/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=7764 CPUtime=0.09 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 926 0 0 0 9 0 0 0 20 0 1 0 53620173 7950336 797 33554432000 4194304 5646918 140736123828720 140735075809592 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 1941 797 145 355 0 1582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7764

[startup+0.200283 s]
/proc/loadavg: 2.12 2.22 2.39 3/176 27019
/proc/meminfo: memFree=30919032/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=7896 CPUtime=0.19 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 1184 0 0 0 19 0 0 0 20 0 1 0 53620173 8085504 1053 33554432000 4194304 5646918 140736123828720 140735075809592 4416738 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 1974 1053 146 355 0 1615 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7896

[startup+0.300255 s]
/proc/loadavg: 2.12 2.22 2.39 3/176 27019
/proc/meminfo: memFree=30919032/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=5460 CPUtime=0.29 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 1632 0 0 0 29 0 0 0 20 0 1 0 53620173 5591040 1071 33554432000 4194304 5646918 140736123828720 140735075809592 4417823 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 1365 1071 148 355 0 1006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5460

[startup+0.700243 s]
/proc/loadavg: 2.12 2.22 2.39 3/176 27019
/proc/meminfo: memFree=30919032/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=9952 CPUtime=0.69 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 3259 0 0 0 69 0 0 0 20 0 1 0 53620173 10190848 2160 33554432000 4194304 5646918 140736123828720 140735075809592 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 2488 2160 148 355 0 2129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9952

[startup+1.50024 s]
/proc/loadavg: 2.11 2.22 2.39 3/177 27020
/proc/meminfo: memFree=30909104/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=15376 CPUtime=1.48 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 4652 0 0 0 148 0 0 0 20 0 1 0 53620173 15745024 3552 33554432000 4194304 5646918 140736123828720 140736123826984 4397622 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 3844 3552 148 355 0 3485 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15376

[startup+3.10023 s]
/proc/loadavg: 2.11 2.22 2.39 3/177 27020
/proc/meminfo: memFree=30904500/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=15376 CPUtime=3.08 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 4661 0 0 0 308 0 0 0 20 0 1 0 53620173 15745024 3561 33554432000 4194304 5646918 140736123828720 140736123826984 4403164 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 3844 3561 148 355 0 3485 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15376

[startup+6.30028 s]
/proc/loadavg: 2.10 2.22 2.39 3/177 27020
/proc/meminfo: memFree=30896204/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=21756 CPUtime=6.29 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 5984 0 0 0 628 1 0 0 20 0 1 0 53620173 22278144 5156 33554432000 4194304 5646918 140736123828720 140736123826984 4403178 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 5439 5156 148 355 0 5080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21756

[startup+12.7002 s]
/proc/loadavg: 2.09 2.21 2.39 3/175 27034
/proc/meminfo: memFree=31824616/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=21756 CPUtime=12.69 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 5984 0 0 0 1268 1 0 0 20 0 1 0 53620173 22278144 5156 33554432000 4194304 5646918 140736123828720 140736123826984 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 5439 5156 148 355 0 5080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21756

[startup+25.5003 s]
/proc/loadavg: 2.08 2.20 2.38 3/177 27076
/proc/meminfo: memFree=31821880/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=24616 CPUtime=25.49 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 6507 0 0 0 2548 1 0 0 20 0 1 0 53620173 25206784 5871 33554432000 4194304 5646918 140736123828720 140736123827432 4398809 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 6154 5871 148 355 0 5795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24616

[startup+51.1003 s]
/proc/loadavg: 2.04 2.18 2.37 3/177 27076
/proc/meminfo: memFree=31780196/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=36108 CPUtime=51.07 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 7347 0 0 0 5106 1 0 0 20 0 1 0 53620173 36974592 8766 33554432000 4194304 5646918 140736123828720 140736123826968 4403167 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 9027 8766 148 355 0 8668 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36108

[startup+102.3 s]
/proc/loadavg: 2.06 2.17 2.35 3/176 27077
/proc/meminfo: memFree=31752976/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=47604 CPUtime=102.27 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 7455 0 0 0 10226 1 0 0 20 0 1 0 53620173 48746496 10916 33554432000 4194304 5646918 140736123828720 140736123826968 4400591 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 11901 10916 148 355 0 11542 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47604

[startup+162.3 s]
/proc/loadavg: 2.02 2.13 2.33 3/178 27082
/proc/meminfo: memFree=31743116/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=67264 CPUtime=162.26 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 9480 0 0 0 16224 2 0 0 20 0 1 0 53620173 68878336 13105 33554432000 4194304 5646918 140736123828720 140736123826968 4402739 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 16816 13105 148 355 0 16457 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 67264

[startup+222.307 s]
/proc/loadavg: 2.09 2.12 2.31 3/177 27083
/proc/meminfo: memFree=31735000/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=67264 CPUtime=222.25 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 9854 0 0 0 22223 2 0 0 20 0 1 0 53620173 68878336 15012 33554432000 4194304 5646918 140736123828720 140736123826968 4402764 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 16816 15012 148 355 0 16457 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 67264

[startup+282.3 s]
/proc/loadavg: 2.11 2.12 2.29 4/177 27084
/proc/meminfo: memFree=31703420/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79208 CPUtime=282.24 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 10376 0 0 0 28221 3 0 0 20 0 1 0 53620173 81108992 18084 33554432000 4194304 5646918 140736123828720 140736123826968 4403411 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19802 18084 148 355 0 19443 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 79208

[startup+342.3 s]
/proc/loadavg: 2.04 2.09 2.27 3/177 27085
/proc/meminfo: memFree=31698260/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79600 CPUtime=342.23 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 12543 0 0 0 34220 3 0 0 20 0 1 0 53620173 81510400 16036 33554432000 4194304 5646918 140736123828720 140736123826968 4397480 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19900 16036 148 355 0 19541 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 79600

[startup+402.3 s]
/proc/loadavg: 2.01 2.07 2.25 3/177 27086
/proc/meminfo: memFree=31681000/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79600 CPUtime=402.22 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 12543 0 0 0 40219 3 0 0 20 0 1 0 53620173 81510400 16036 33554432000 4194304 5646918 140736123828720 140736123826968 4403155 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19900 16036 148 355 0 19541 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 79600

[startup+462.3 s]
/proc/loadavg: 2.00 2.06 2.23 3/177 27088
/proc/meminfo: memFree=31666980/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79600 CPUtime=462.21 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 12569 0 0 0 46218 3 0 0 20 0 1 0 53620173 81510400 19639 33554432000 4194304 5646918 140736123828720 140736123826968 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19900 19639 148 355 0 19541 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 79600

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.22 3/177 27089
/proc/meminfo: memFree=31666724/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79600 CPUtime=522.2 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 12569 0 0 0 52217 3 0 0 20 0 1 0 53620173 81510400 19639 33554432000 4194304 5646918 140736123828720 140736123826968 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19900 19639 148 355 0 19541 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 79600

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.20 3/177 27090
/proc/meminfo: memFree=31654620/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=79600 CPUtime=582.19 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 12569 0 0 0 58216 3 0 0 20 0 1 0 53620173 81510400 19639 33554432000 4194304 5646918 140736123828720 140736123826968 4403147 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 19900 19639 148 355 0 19541 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 79600


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/177 27100
/proc/meminfo: memFree=31614484/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=110992 CPUtime=942.13 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 14524 0 0 0 94209 4 0 0 20 0 1 0 53620173 113655808 24740 33554432000 4194304 5646918 140736123828720 140736123826968 4403104 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 27748 24740 148 355 0 27389 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 110992

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/177 27101
/proc/meminfo: memFree=31603252/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=110992 CPUtime=1002.12 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 14524 0 0 0 100208 4 0 0 20 0 1 0 53620173 113655808 24740 33554432000 4194304 5646918 140736123828720 140736123826968 4403176 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 27748 24740 148 355 0 27389 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 110992

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/177 27103
/proc/meminfo: memFree=31603252/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=110992 CPUtime=1062.12 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 14524 0 0 0 106208 4 0 0 20 0 1 0 53620173 113655808 24740 33554432000 4194304 5646918 140736123828720 140736123826968 4403147 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 27748 24740 148 355 0 27389 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 110992

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/177 27104
/proc/meminfo: memFree=31558204/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=110992 CPUtime=1122.11 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 14524 0 0 0 112207 4 0 0 20 0 1 0 53620173 113655808 24740 33554432000 4194304 5646918 140736123828720 140736123826968 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 27748 24740 148 355 0 27389 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 110992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/177 27105
/proc/meminfo: memFree=31591664/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=110992 CPUtime=1182.1 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 14716 0 0 0 118206 4 0 0 20 0 1 0 53620173 113655808 27487 33554432000 4194304 5646918 140736123828720 140736123826968 4403136 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 27748 27487 148 355 0 27389 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 110992

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 2.09 3/177 27106
/proc/meminfo: memFree=31578048/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=129668 CPUtime=1242.1 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 15049 0 0 0 124205 5 0 0 20 0 1 0 53620173 132780032 30884 33554432000 4194304 5646918 140736123828720 140736123826968 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 32417 30884 148 355 0 32058 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 129668

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/177 27107
/proc/meminfo: memFree=31566960/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=134960 CPUtime=1302.08 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 15602 0 0 0 130203 5 0 0 20 0 1 0 53620173 138199040 33479 33554432000 4194304 5646918 140736123828720 140736123826984 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 33740 33479 148 355 0 33381 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 134960

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.08 3/178 27112
/proc/meminfo: memFree=31524628/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=135868 CPUtime=1362.07 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 15830 0 0 0 136202 5 0 0 20 0 1 0 53620173 139128832 33706 33554432000 4194304 5646918 140736123828720 140736123826984 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 33967 33706 148 355 0 33608 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 135868

[startup+1422.3 s]
/proc/loadavg: 2.08 2.03 2.08 3/177 27113
/proc/meminfo: memFree=31499740/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=135868 CPUtime=1422.07 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 15830 0 0 0 142202 5 0 0 20 0 1 0 53620173 139128832 33706 33554432000 4194304 5646918 140736123828720 140736123826984 4403495 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 33967 33706 148 355 0 33608 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 135868

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.08 3/177 27114
/proc/meminfo: memFree=31516072/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=154720 CPUtime=1482.06 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16366 0 0 0 148200 6 0 0 20 0 1 0 53620173 158433280 38327 33554432000 4194304 5646918 140736123828720 140736123826968 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 38680 38327 148 355 0 38321 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 154720

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.07 3/177 27115
/proc/meminfo: memFree=31515444/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=154720 CPUtime=1542.05 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16473 0 0 0 154199 6 0 0 20 0 1 0 53620173 158433280 38434 33554432000 4194304 5646918 140736123828720 140736123826968 4403136 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 38680 38434 148 355 0 38321 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 154720

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.07 3/177 27116
/proc/meminfo: memFree=31467844/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1602.04 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16606 0 0 0 160198 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4403164 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 166628

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.06 3/177 27118
/proc/meminfo: memFree=31509104/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1662.03 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16607 0 0 0 166197 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4403167 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 166628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/177 27119
/proc/meminfo: memFree=31490244/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1722.02 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16607 0 0 0 172196 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4397505 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 166628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/177 27120
/proc/meminfo: memFree=31489876/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1782.01 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16607 0 0 0 178195 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4403170 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 166628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/177 27120
/proc/meminfo: memFree=31489876/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1800.01 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16607 0 0 0 179995 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4399392 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 166628

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/177 27120
/proc/meminfo: memFree=31489876/32872528 swapFree=249320/249320
[pid=27019] ppid=27016 vsize=166628 CPUtime=1800.01 cores=0,2,4,6
/proc/27019/stat : 27019 (minisatp) R 27016 27019 25725 0 -1 4202496 16607 0 0 0 179995 6 0 0 20 0 1 0 53620173 170627072 40100 33554432000 4194304 5646918 140736123828720 140736123826968 4399392 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/27019/statm: 41657 40100 148 355 0 41298 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 166628

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.95
CPU system time (s): 0.067989
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 166628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.067989
maximum resident set size= 160400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16607
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= 17
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.66529 second user time and 6.79497 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-21 15:28:18
IDJOB=4114264
IDBENCH=1412
IDSOLVER=2555
FILE ID=node103/4114264-1466515697
RUNJOBID= node103-1466515278-25741
PBS_JOBID= 19942890
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 54cc21b6a006b53c414126d2c0b266be
RANDOM SEED=289033152

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30919940 kB
Buffers:            2964 kB
Cached:            69016 kB
SwapCached:          452 kB
Active:           984036 kB
Inactive:          17028 kB
Active(anon):     930552 kB
Inactive(anon):      892 kB
Active(file):      53484 kB
Inactive(file):    16136 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099232 kB
Dirty:              3808 kB
Writeback:             0 kB
AnonPages:       1178200 kB
Mapped:             7460 kB
Shmem:                 0 kB
Slab:             569360 kB
SReclaimable:      13180 kB
SUnreclaim:       556180 kB
KernelStack:        1440 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1310168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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-4114264-1466515697.opb

Free space on /tmp at the end= 71724 MiB
End job on node103 at 2016-06-21 15:58:18