Trace number 4113182

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v021-n1.opb
MD5SUM757f81685edbbf6af2b2483b2cd4cf75
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables63
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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 42 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: #####################
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[  40]---> BDD-cost:   13
0.00/0.00	c ---[  38]---> BDD-cost:   13
0.00/0.00	c ---[  36]---> BDD-cost:   13
0.00/0.00	c ---[  34]---> BDD-cost:   13
0.00/0.00	c ---[  32]---> BDD-cost:   13
0.00/0.00	c ---[  30]---> BDD-cost:   13
0.00/0.00	c ---[  28]---> BDD-cost:   13
0.00/0.00	c ---[  26]---> BDD-cost:   13
0.00/0.00	c ---[  24]---> BDD-cost:   13
0.00/0.00	c ---[  22]---> BDD-cost:   13
0.00/0.00	c ---[  20]---> BDD-cost:   13
0.00/0.00	c ---[  18]---> BDD-cost:   13
0.00/0.00	c ---[  16]---> BDD-cost:   13
0.00/0.00	c ---[  14]---> BDD-cost:   13
0.00/0.00	c ---[  12]---> BDD-cost:   13
0.00/0.00	c ---[  10]---> BDD-cost:   13
0.00/0.00	c ---[   8]---> BDD-cost:   13
0.00/0.00	c ---[   6]---> BDD-cost:   13
0.00/0.00	c ---[   4]---> BDD-cost:   13
0.00/0.00	c ---[   2]---> BDD-cost:   13
0.00/0.00	c ---[   0]---> BDD-cost:   13
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 |     270      708     1983 |      259      100     15 |  6.253 % |
1800.01/1800.30	|       250 |     270      708     1983 |      285      250     16 |  6.251 % |
1800.01/1800.30	|       475 |     270      708     1983 |      314      275     15 |  6.251 % |
1800.01/1800.30	|       812 |     270      708     1983 |      345      210     12 |  6.251 % |
1800.01/1800.30	|      1318 |     270      708     1983 |      380      236     11 |  6.251 % |
1800.01/1800.30	|      2077 |     270      708     1983 |      418      283     13 |  6.251 % |
1800.01/1800.30	|      3216 |     270      708     1983 |      459      374     16 |  6.252 % |
1800.01/1800.30	|      4924 |     270      708     1983 |      505      468     19 |  6.251 % |
1800.01/1800.30	|      7486 |     270      708     1983 |      556      345     14 |  6.251 % |
1800.01/1800.30	|     11330 |     270      708     1983 |      612      558     16 |  6.252 % |
1800.01/1800.30	|     17096 |     270      708     1983 |      673      405     14 |  6.251 % |
1800.01/1800.30	|     25745 |     270      708     1983 |      740      582     16 |  6.251 % |
1800.01/1800.30	|     38719 |     270      708     1983 |      814      501     14 |  6.251 % |
1800.01/1800.30	|     58180 |     270      708     1983 |      896      511     13 |  6.251 % |
1800.01/1800.30	|     87372 |     270      708     1983 |      985      651     14 |  6.253 % |
1800.01/1800.30	|    131161 |     270      708     1983 |     1084      552     13 |  6.252 % |
1800.01/1800.30	|    196845 |     270      708     1983 |     1192      692     14 |  6.251 % |
1800.01/1800.30	|    295371 |     270      708     1983 |     1312      626     10 |  6.253 % |
1800.01/1800.30	|    443160 |     270      708     1983 |     1443      985     17 |  6.252 % |
1800.01/1800.30	|    664843 |     270      708     1983 |     1587     1087     13 |  6.252 % |
1800.01/1800.30	|    997368 |     270      708     1983 |     1746     1552     15 |  6.252 % |
1800.01/1800.30	|   1496156 |     270      708     1983 |     1921     1800     18 |  6.252 % |
1800.01/1800.30	|   2244338 |     270      708     1983 |     2113     2010     16 |  6.252 % |
1800.01/1800.30	|   3366612 |     270      708     1983 |     2324     1411     14 |  6.252 % |
1800.01/1800.30	|   5050023 |     270      708     1983 |     2556     1971     16 |  6.252 % |
1800.01/1800.30	|   7575139 |     270      708     1983 |     2812     1351     14 |  6.251 % |
1800.01/1800.30	|  11362814 |     270      708     1983 |     3093     1865     14 |  6.251 % |
1800.01/1800.30	|  17044326 |     270      708     1983 |     3403     2759     16 |  6.251 % |
1800.01/1800.30	|  25566595 |     270      708     1983 |     3743     2533     17 |  6.251 % |
1800.01/1800.30	|  38349998 |     270      708     1983 |     4118     2451     14 |  6.251 % |
1800.01/1800.30	|  57525103 |     270      708     1983 |     4529     3234     16 |  6.253 % |
1800.01/1800.30	|  86287761 |     270      708     1983 |     4982     3807     20 |  6.253 % |
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-4113182-1466618771/watcher-4113182-1466618771 -o /tmp/evaluation-result-4113182-1466618771/solver-4113182-1466618771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466587105-21383 --watchdog 1960 minisatp HOME/instance-4113182-1466618771.opb 

pid=25656
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.14 2.17 2.11 3/176 25659
/proc/meminfo: memFree=30139436/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6328 CPUtime=0 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 341 0 0 0 0 0 0 0 20 0 1 0 63926344 6479872 217 33554432000 4194304 5646918 140736824278480 140736135270632 4416598 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1582 217 140 355 0 1223 0

[startup+0.100156 s]
/proc/loadavg: 2.14 2.17 2.11 3/176 25659
/proc/meminfo: memFree=30139436/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2128 CPUtime=0.09 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 402 0 0 0 9 0 0 0 20 0 1 0 63926344 2179072 266 33554432000 4194304 5646918 140736824278480 140736135270632 4402736 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 532 266 143 355 0 173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2128

[startup+0.200279 s]
/proc/loadavg: 2.14 2.17 2.11 3/176 25659
/proc/meminfo: memFree=30139436/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2340 CPUtime=0.19 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 413 0 0 0 19 0 0 0 20 0 1 0 63926344 2396160 277 33554432000 4194304 5646918 140736824278480 140736135270632 4403167 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 585 277 143 355 0 226 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2340

[startup+0.300303 s]
/proc/loadavg: 2.14 2.17 2.11 3/176 25659
/proc/meminfo: memFree=30139436/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2340 CPUtime=0.29 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 431 0 0 0 29 0 0 0 20 0 1 0 63926344 2396160 295 33554432000 4194304 5646918 140736824278480 140736824276728 4403225 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 585 295 143 355 0 226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2340

[startup+0.700233 s]
/proc/loadavg: 2.14 2.17 2.11 3/176 25659
/proc/meminfo: memFree=30139436/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2340 CPUtime=0.69 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 455 0 0 0 69 0 0 0 20 0 1 0 63926344 2396160 318 33554432000 4194304 5646918 140736824278480 140736824276728 4402788 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 585 318 143 355 0 226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2340

[startup+1.50023 s]
/proc/loadavg: 2.14 2.17 2.11 3/177 25660
/proc/meminfo: memFree=30138600/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2496 CPUtime=1.49 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 481 0 0 0 149 0 0 0 20 0 1 0 63926344 2555904 344 33554432000 4194304 5646918 140736824278480 140736824276744 4403176 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 624 344 143 355 0 265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10023 s]
/proc/loadavg: 2.14 2.17 2.11 3/177 25660
/proc/meminfo: memFree=30137848/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2716 CPUtime=3.09 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 515 0 0 0 309 0 0 0 20 0 1 0 63926344 2781184 377 33554432000 4194304 5646918 140736824278480 140736824276728 4403164 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 679 377 143 355 0 320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2716

[startup+6.30023 s]
/proc/loadavg: 2.29 2.20 2.12 4/176 25660
/proc/meminfo: memFree=30137416/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=2880 CPUtime=6.29 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 580 0 0 0 629 0 0 0 20 0 1 0 63926344 2949120 440 33554432000 4194304 5646918 140736824278480 140736824276744 4389024 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 720 440 143 355 0 361 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2880

[startup+12.7002 s]
/proc/loadavg: 2.26 2.19 2.12 3/177 25661
/proc/meminfo: memFree=30137000/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=3320 CPUtime=12.69 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 649 0 0 0 1269 0 0 0 20 0 1 0 63926344 3399680 507 33554432000 4194304 5646918 140736824278480 140736824276728 4402751 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 830 507 143 355 0 471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3320

[startup+25.5003 s]
/proc/loadavg: 2.35 2.22 2.12 3/177 25661
/proc/meminfo: memFree=30137036/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=3644 CPUtime=25.49 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 782 0 0 0 2549 0 0 0 20 0 1 0 63926344 3731456 635 33554432000 4194304 5646918 140736824278480 140736824276728 4413352 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 911 635 143 355 0 552 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3644

[startup+51.1004 s]
/proc/loadavg: 2.23 2.20 2.12 3/177 25661
/proc/meminfo: memFree=30134804/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=4148 CPUtime=51.08 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 904 0 0 0 5108 0 0 0 20 0 1 0 63926344 4247552 756 33554432000 4194304 5646918 140736824278480 140736824276728 4402974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1037 756 143 355 0 678 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4148

[startup+102.3 s]
/proc/loadavg: 2.14 2.18 2.11 4/177 25662
/proc/meminfo: memFree=30133680/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=5164 CPUtime=102.28 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1100 0 0 0 10228 0 0 0 20 0 1 0 63926344 5287936 946 33554432000 4194304 5646918 140736824278480 140736824276728 4399275 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1291 946 143 355 0 932 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5164

[startup+162.3 s]
/proc/loadavg: 2.15 2.17 2.11 3/177 25663
/proc/meminfo: memFree=30129768/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=5676 CPUtime=162.27 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1248 0 0 0 16227 0 0 0 20 0 1 0 63926344 5812224 1090 33554432000 4194304 5646918 140736824278480 140736824276728 4403368 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1419 1090 143 355 0 1060 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 5676

[startup+222.307 s]
/proc/loadavg: 2.10 2.16 2.11 3/177 25664
/proc/meminfo: memFree=30128776/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6104 CPUtime=222.26 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1313 0 0 0 22226 0 0 0 20 0 1 0 63926344 6250496 1154 33554432000 4194304 5646918 140736824278480 140736824276728 4402821 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1526 1154 143 355 0 1167 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 6104

[startup+282.3 s]
/proc/loadavg: 2.08 2.14 2.10 3/178 25668
/proc/meminfo: memFree=30128392/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6104 CPUtime=282.25 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1392 0 0 0 28225 0 0 0 20 0 1 0 63926344 6250496 1229 33554432000 4194304 5646918 140736824278480 140736824276728 4400009 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1526 1229 143 355 0 1167 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 6104

[startup+342.3 s]
/proc/loadavg: 2.13 2.14 2.10 4/177 25670
/proc/meminfo: memFree=30127328/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6396 CPUtime=342.24 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1486 0 0 0 34224 0 0 0 20 0 1 0 63926344 6549504 1320 33554432000 4194304 5646918 140736824278480 140736824276744 4400607 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1599 1320 143 355 0 1240 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 6396

[startup+402.3 s]
/proc/loadavg: 2.15 2.14 2.10 3/177 25671
/proc/meminfo: memFree=30128260/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6912 CPUtime=402.23 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1542 0 0 0 40223 0 0 0 20 0 1 0 63926344 7077888 1374 33554432000 4194304 5646918 140736824278480 140736824276728 4403438 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1728 1374 143 355 0 1369 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 6912

[startup+462.3 s]
/proc/loadavg: 2.18 2.16 2.10 3/177 25672
/proc/meminfo: memFree=30127396/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=6912 CPUtime=462.22 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1606 0 0 0 46222 0 0 0 20 0 1 0 63926344 7077888 1438 33554432000 4194304 5646918 140736824278480 140736824276728 4402684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1728 1438 143 355 0 1369 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 6912

[startup+522.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/177 25673
/proc/meminfo: memFree=30123800/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=7752 CPUtime=522.21 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1717 0 0 0 52221 0 0 0 20 0 1 0 63926344 7938048 1549 33554432000 4194304 5646918 140736824278480 140736824276728 4403372 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1938 1549 143 355 0 1579 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 7752

[startup+582.3 s]
/proc/loadavg: 2.25 2.19 2.11 3/177 25674
/proc/meminfo: memFree=30128244/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=7752 CPUtime=582.2 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1772 0 0 0 58220 0 0 0 20 0 1 0 63926344 7938048 1601 33554432000 4194304 5646918 140736824278480 140736824276728 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 1938 1601 143 355 0 1579 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7752


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


[startup+942.3 s]
/proc/loadavg: 2.19 2.21 2.14 3/177 25685
/proc/meminfo: memFree=30116496/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=8668 CPUtime=942.15 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1969 0 0 0 94215 0 0 0 20 0 1 0 63926344 8876032 1793 33554432000 4194304 5646918 140736824278480 140736824276728 4402684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2167 1793 143 355 0 1808 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 8668

[startup+1002.3 s]
/proc/loadavg: 2.14 2.20 2.14 3/177 25686
/proc/meminfo: memFree=30115824/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=8668 CPUtime=1002.14 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 1969 0 0 0 100214 0 0 0 20 0 1 0 63926344 8876032 1793 33554432000 4194304 5646918 140736824278480 140736824276728 4403043 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2167 1793 143 355 0 1808 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 8668

[startup+1062.3 s]
/proc/loadavg: 2.20 2.20 2.14 3/177 25743
/proc/meminfo: memFree=30153348/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=8668 CPUtime=1062.13 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2077 0 0 0 106213 0 0 0 20 0 1 0 63926344 8876032 1896 33554432000 4194304 5646918 140736824278480 140736824276728 4402776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2167 1896 143 355 0 1808 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 8668

[startup+1122.3 s]
/proc/loadavg: 2.16 2.19 2.14 3/177 25799
/proc/meminfo: memFree=30149352/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=8812 CPUtime=1122.12 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2080 0 0 0 112212 0 0 0 20 0 1 0 63926344 9023488 1899 33554432000 4194304 5646918 140736824278480 140736824276728 4403225 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2203 1899 143 355 0 1844 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 8812

[startup+1182.3 s]
/proc/loadavg: 2.15 2.19 2.14 3/177 25800
/proc/meminfo: memFree=30145544/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=8812 CPUtime=1182.11 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2082 0 0 0 118211 0 0 0 20 0 1 0 63926344 9023488 1901 33554432000 4194304 5646918 140736824278480 140736824276728 4402751 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2203 1901 143 355 0 1844 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 8812

[startup+1242.3 s]
/proc/loadavg: 2.15 2.18 2.14 3/177 25802
/proc/meminfo: memFree=30142328/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1242.1 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2223 0 0 0 124210 0 0 0 20 0 1 0 63926344 9850880 2040 33554432000 4194304 5646918 140736824278480 140736824276728 4402913 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2040 143 355 0 2046 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 9620

[startup+1302.3 s]
/proc/loadavg: 2.11 2.16 2.13 3/177 25803
/proc/meminfo: memFree=30140472/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1302.09 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2223 0 0 0 130209 0 0 0 20 0 1 0 63926344 9850880 2040 33554432000 4194304 5646918 140736824278480 140736824276728 4402736 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2040 143 355 0 2046 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 9620

[startup+1362.3 s]
/proc/loadavg: 2.08 2.14 2.13 3/177 25804
/proc/meminfo: memFree=30137912/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1362.08 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2224 0 0 0 136208 0 0 0 20 0 1 0 63926344 9850880 2040 33554432000 4194304 5646918 140736824278480 140736824276728 4403167 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2040 143 355 0 2046 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 9620

[startup+1422.3 s]
/proc/loadavg: 2.24 2.17 2.14 3/177 25805
/proc/meminfo: memFree=30137752/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1422.08 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2224 0 0 0 142208 0 0 0 20 0 1 0 63926344 9850880 2040 33554432000 4194304 5646918 140736824278480 140736824276728 4397491 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2040 143 355 0 2046 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 9620

[startup+1482.3 s]
/proc/loadavg: 2.14 2.16 2.13 3/178 25809
/proc/meminfo: memFree=30137292/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1482.06 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2312 0 0 0 148206 0 0 0 20 0 1 0 63926344 9850880 2124 33554432000 4194304 5646918 140736824278480 140736824276728 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2124 143 355 0 2046 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 9620

[startup+1542.31 s]
/proc/loadavg: 2.13 2.15 2.13 4/177 25811
/proc/meminfo: memFree=30135192/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=9620 CPUtime=1542.06 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2312 0 0 0 154206 0 0 0 20 0 1 0 63926344 9850880 2124 33554432000 4194304 5646918 140736824278480 140736824276728 4403408 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2405 2124 143 355 0 2046 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 9620

[startup+1602.3 s]
/proc/loadavg: 2.21 2.17 2.13 4/177 25812
/proc/meminfo: memFree=30132592/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1602.04 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2350 0 0 0 160204 0 0 0 20 0 1 0 63926344 10534912 2162 33554432000 4194304 5646918 140736824278480 140736824276728 4403438 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2162 143 355 0 2213 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 10288

[startup+1662.3 s]
/proc/loadavg: 2.13 2.15 2.13 3/177 25813
/proc/meminfo: memFree=30132716/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1662.04 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2361 0 0 0 166204 0 0 0 20 0 1 0 63926344 10534912 2173 33554432000 4194304 5646918 140736824278480 140736824276728 4400635 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2173 143 355 0 2213 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 10288

[startup+1722.3 s]
/proc/loadavg: 2.09 2.13 2.12 3/177 25814
/proc/meminfo: memFree=30132096/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1722.03 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2361 0 0 0 172203 0 0 0 20 0 1 0 63926344 10534912 2173 33554432000 4194304 5646918 140736824278480 140736824276728 4399295 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2173 143 355 0 2213 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 10288

[startup+1782.3 s]
/proc/loadavg: 2.24 2.17 2.13 3/177 25815
/proc/meminfo: memFree=30129748/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1782.02 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2482 0 0 0 178202 0 0 0 20 0 1 0 63926344 10534912 2292 33554432000 4194304 5646918 140736824278480 140736824276728 4400014 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2292 143 355 0 2213 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 10288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.19 2.16 2.13 3/177 25816
/proc/meminfo: memFree=30129748/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1800.01 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2482 0 0 0 180001 0 0 0 20 0 1 0 63926344 10534912 2292 33554432000 4194304 5646918 140736824278480 140736824276728 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2292 143 355 0 2213 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10288

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

[startup+1800.3 s]
/proc/loadavg: 2.19 2.16 2.13 3/177 25816
/proc/meminfo: memFree=30129748/32872528 swapFree=682476/737664
[pid=25659] ppid=25656 vsize=10288 CPUtime=1800.01 cores=1,3,5,7
/proc/25659/stat : 25659 (minisatp) R 25656 25659 21366 0 -1 4202496 2482 0 0 0 180001 0 0 0 20 0 1 0 63926344 10534912 2292 33554432000 4194304 5646918 140736824278480 140736824276728 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/25659/statm: 2572 2292 143 355 0 2213 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10288

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1800.02
CPU system time (s): 0.006998
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 10288

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53331 second user time and 7.54185 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-22 20:06:11
IDJOB=4113182
IDBENCH=107456
IDSOLVER=2555
FILE ID=node112/4113182-1466618771
RUNJOBID= node112-1466587105-21383
PBS_JOBID= 19953376
Free space on /tmp= 71700 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v021-n1.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4113182-1466618771/watcher-4113182-1466618771 -o /tmp/evaluation-result-4113182-1466618771/solver-4113182-1466618771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466587105-21383 --watchdog 1960  minisatp HOME/instance-4113182-1466618771.opb

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

MD5SUM BENCH= 757f81685edbbf6af2b2483b2cd4cf75
RANDOM SEED=876293810

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30139276 kB
Buffers:          118264 kB
Cached:          1092440 kB
SwapCached:         2412 kB
Active:           113092 kB
Inactive:        1136580 kB
Active(anon):      38556 kB
Inactive(anon):     2764 kB
Active(file):      74536 kB
Inactive(file):  1133816 kB
Unevictable:      737664 kB
Mlocked:          682476 kB
SwapTotal:      67108856 kB
SwapFree:       67097216 kB
Dirty:              3836 kB
Writeback:             0 kB
AnonPages:        775404 kB
Mapped:             9512 kB
Shmem:                 0 kB
Slab:             614492 kB
SReclaimable:      58044 kB
SUnreclaim:       556448 kB
KernelStack:        1472 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     890940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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-4113182-1466618771.opb

Free space on /tmp at the end= 71696 MiB
End job on node112 at 2016-06-22 20:36:12