Trace number 4111818

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.1 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
Number of bits of the biggest sum of numbers8
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.39/0.46	c Converting 15972 PB-constraints to clauses...
0.39/0.46	c   -- Unit propagations: pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
0.39/0.47	c   -- Detecting intervals from adjacent constraints: ##################################################################################################################################
0.39/0.47	c   -- Clauses(.)/Splits(s): .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.39/0.49	c ---[ 260]---> BDD-cost:  235
0.39/0.49	c ---[ 258]---> BDD-cost:  235
0.39/0.49	c ---[ 256]---> BDD-cost:  235
0.49/0.50	c ---[ 254]---> BDD-cost:  235
0.49/0.50	c ---[ 252]---> BDD-cost:  235
0.49/0.50	c ---[ 250]---> BDD-cost:  235
0.49/0.51	c ---[ 248]---> BDD-cost:  235
0.49/0.51	c ---[ 246]---> BDD-cost:  235
0.49/0.51	c ---[ 244]---> BDD-cost:  235
0.49/0.52	c ---[ 242]---> BDD-cost:  235
0.49/0.52	c ---[ 240]---> BDD-cost:  235
0.49/0.52	c ---[ 238]---> BDD-cost:  235
0.49/0.53	c ---[ 236]---> BDD-cost:  235
0.49/0.53	c ---[ 234]---> BDD-cost:  235
0.49/0.53	c ---[ 232]---> BDD-cost:  235
0.49/0.54	c ---[ 230]---> BDD-cost:  235
0.49/0.54	c ---[ 228]---> BDD-cost:  235
0.49/0.54	c ---[ 226]---> BDD-cost:  235
0.49/0.55	c ---[ 224]---> BDD-cost:  235
0.49/0.55	c ---[ 222]---> BDD-cost:  235
0.49/0.55	c ---[ 220]---> BDD-cost:  235
0.49/0.56	c ---[ 218]---> BDD-cost:  235
0.49/0.56	c ---[ 216]---> BDD-cost:  235
0.49/0.56	c ---[ 214]---> BDD-cost:  235
0.49/0.57	c ---[ 212]---> BDD-cost:  235
0.49/0.57	c ---[ 210]---> BDD-cost:  235
0.49/0.57	c ---[ 208]---> BDD-cost:  235
0.49/0.58	c ---[ 206]---> BDD-cost:  235
0.49/0.58	c ---[ 204]---> BDD-cost:  235
0.49/0.58	c ---[ 202]---> BDD-cost:  235
0.49/0.59	c ---[ 200]---> BDD-cost:  235
0.49/0.59	c ---[ 198]---> BDD-cost:  235
0.49/0.59	c ---[ 196]---> BDD-cost:  235
0.59/0.60	c ---[ 194]---> BDD-cost:  235
0.59/0.60	c ---[ 192]---> BDD-cost:  235
0.59/0.60	c ---[ 190]---> BDD-cost:  235
0.59/0.61	c ---[ 188]---> BDD-cost:  235
0.59/0.61	c ---[ 186]---> BDD-cost:  235
0.59/0.61	c ---[ 184]---> BDD-cost:  235
0.59/0.62	c ---[ 182]---> BDD-cost:  235
0.59/0.62	c ---[ 180]---> BDD-cost:  235
0.59/0.62	c ---[ 178]---> BDD-cost:  235
0.59/0.63	c ---[ 176]---> BDD-cost:  235
0.59/0.63	c ---[ 174]---> BDD-cost:  235
0.59/0.63	c ---[ 172]---> BDD-cost:  235
0.59/0.64	c ---[ 170]---> BDD-cost:  235
0.59/0.64	c ---[ 168]---> BDD-cost:  235
0.59/0.64	c ---[ 166]---> BDD-cost:  235
0.59/0.65	c ---[ 164]---> BDD-cost:  235
0.59/0.65	c ---[ 162]---> BDD-cost:  235
0.59/0.65	c ---[ 160]---> BDD-cost:  235
0.59/0.66	c ---[ 158]---> BDD-cost:  235
0.59/0.66	c ---[ 156]---> BDD-cost:  235
0.59/0.66	c ---[ 154]---> BDD-cost:  235
0.59/0.67	c ---[ 152]---> BDD-cost:  235
0.59/0.67	c ---[ 150]---> BDD-cost:  235
0.59/0.67	c ---[ 148]---> BDD-cost:  235
0.59/0.67	c ---[ 146]---> BDD-cost:  235
0.59/0.68	c ---[ 144]---> BDD-cost:  235
0.59/0.68	c ---[ 142]---> BDD-cost:  235
0.59/0.68	c ---[ 140]---> BDD-cost:  235
0.59/0.69	c ---[ 138]---> BDD-cost:  235
0.59/0.69	c ---[ 136]---> BDD-cost:  235
0.59/0.69	c ---[ 134]---> BDD-cost:  235
0.69/0.70	c ---[ 132]---> BDD-cost:  235
0.69/0.70	c ---[ 130]---> BDD-cost:  235
0.69/0.70	c ---[ 128]---> BDD-cost:  235
0.69/0.71	c ---[ 126]---> BDD-cost:  235
0.69/0.71	c ---[ 124]---> BDD-cost:  235
0.69/0.71	c ---[ 122]---> BDD-cost:  235
0.69/0.72	c ---[ 120]---> BDD-cost:  235
0.69/0.72	c ---[ 118]---> BDD-cost:  235
0.69/0.72	c ---[ 116]---> BDD-cost:  235
0.69/0.73	c ---[ 114]---> BDD-cost:  235
0.69/0.73	c ---[ 112]---> BDD-cost:  235
0.69/0.73	c ---[ 110]---> BDD-cost:  235
0.69/0.74	c ---[ 108]---> BDD-cost:  235
0.69/0.74	c ---[ 106]---> BDD-cost:  235
0.69/0.74	c ---[ 104]---> BDD-cost:  235
0.69/0.75	c ---[ 102]---> BDD-cost:  235
0.69/0.75	c ---[ 100]---> BDD-cost:  235
0.69/0.75	c ---[  98]---> BDD-cost:  235
0.69/0.76	c ---[  96]---> BDD-cost:  235
0.69/0.76	c ---[  94]---> BDD-cost:  235
0.69/0.76	c ---[  92]---> BDD-cost:  235
0.69/0.77	c ---[  90]---> BDD-cost:  235
0.69/0.77	c ---[  88]---> BDD-cost:  235
0.69/0.77	c ---[  86]---> BDD-cost:  235
0.69/0.78	c ---[  84]---> BDD-cost:  235
0.69/0.78	c ---[  82]---> BDD-cost:  235
0.69/0.78	c ---[  80]---> BDD-cost:  235
0.69/0.79	c ---[  78]---> BDD-cost:  235
0.69/0.79	c ---[  76]---> BDD-cost:  235
0.69/0.79	c ---[  74]---> BDD-cost:  235
0.79/0.80	c ---[  72]---> BDD-cost:  235
0.79/0.80	c ---[  70]---> BDD-cost:  235
0.79/0.80	c ---[  68]---> BDD-cost:  235
0.79/0.81	c ---[  66]---> BDD-cost:  235
0.79/0.81	c ---[  64]---> BDD-cost:  235
0.79/0.81	c ---[  62]---> BDD-cost:  235
0.79/0.82	c ---[  60]---> BDD-cost:  235
0.79/0.82	c ---[  58]---> BDD-cost:  235
0.79/0.82	c ---[  56]---> BDD-cost:  235
0.79/0.83	c ---[  54]---> BDD-cost:  235
0.79/0.83	c ---[  52]---> BDD-cost:  235
0.79/0.83	c ---[  50]---> BDD-cost:  235
0.79/0.84	c ---[  48]---> BDD-cost:  235
0.79/0.84	c ---[  46]---> BDD-cost:  235
0.79/0.84	c ---[  44]---> BDD-cost:  235
0.79/0.85	c ---[  42]---> BDD-cost:  235
0.79/0.85	c ---[  40]---> BDD-cost:  235
0.79/0.85	c ---[  38]---> BDD-cost:  235
0.79/0.86	c ---[  36]---> BDD-cost:  235
0.79/0.86	c ---[  34]---> BDD-cost:  235
0.79/0.86	c ---[  32]---> BDD-cost:  235
0.79/0.87	c ---[  30]---> BDD-cost:  235
0.79/0.87	c ---[  28]---> BDD-cost:  235
0.79/0.87	c ---[  26]---> BDD-cost:  235
0.79/0.88	c ---[  24]---> BDD-cost:  233
0.79/0.88	c ---[  22]---> BDD-cost:  229
0.79/0.88	c ---[  20]---> BDD-cost:  223
0.79/0.88	c ---[  18]---> BDD-cost:  213
0.79/0.89	c ---[  16]---> BDD-cost:  205
0.79/0.89	c ---[  14]---> BDD-cost:  199
0.79/0.89	c ---[  12]---> BDD-cost:  177
0.79/0.89	c ---[  10]---> BDD-cost:  131
0.89/0.90	c ---[   8]---> BDD-cost:   97
0.89/0.90	c ---[   6]---> BDD-cost:   63
0.89/0.90	c ---[   4]---> BDD-cost:   35
0.89/0.90	c ---[   2]---> BDD-cost:    7
1800.07/1800.40	|  Eliminated clauses:           0.04 Mb                                      |
1800.07/1800.40	============================[ Search Statistics ]==============================
1800.07/1800.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.07/1800.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.07/1800.40	===============================================================================
1800.07/1800.40	|       100 |   43442    87568   256246 |    32108       98    163 |  1.985 % |
1800.07/1800.40	|       250 |   43442    87568   256246 |    35319      248    130 |  1.985 % |
1800.07/1800.40	|       475 |   43442    87568   256246 |    38851      473    145 |  1.985 % |
1800.07/1800.40	|       812 |   43441    87568   256246 |    42736      808    133 |  1.987 % |
1800.07/1800.40	|      1318 |   43441    87568   256246 |    47009     1314    158 |  1.987 % |
1800.07/1800.40	|      2077 |   43441    87568   256246 |    51710     2073    167 |  1.987 % |
1800.07/1800.40	|      3216 |   43440    87568   256246 |    56881     3211    169 |  1.989 % |
1800.07/1800.40	|      4924 |   43440    87568   256246 |    62569     4919    152 |  1.989 % |
1800.07/1800.40	|      7486 |   43436    87568   256246 |    68826     7476    177 |  1.998 % |
1800.07/1800.40	|     11330 |   43435    87568   256246 |    75709    11319    174 |  2.000 % |
1800.07/1800.40	|     17096 |   43435    87568   256246 |    83280    17085    182 |  2.000 % |
1800.07/1800.40	|     25745 |   43431    87568   256246 |    91608    25730    191 |  2.009 % |
1800.07/1800.40	|     38719 |   43427    87568   256246 |   100769    38690    198 |  2.018 % |
1800.07/1800.40	|     58180 |   43423    87568   256246 |   110846    58143    236 |  2.027 % |
1800.07/1800.40	|     87372 |   43419    87568   256246 |   121931    87331    261 |  2.035 % |
1800.07/1800.40	|    131161 |   43417    87568   256246 |   134124    38989    158 |  2.040 % |
1800.07/1800.40	|    196845 |   43413    87568   256246 |   147536   104667    257 |  2.049 % |
1800.07/1800.40	|    295371 |   43411    87568   256246 |   162290    95812    245 |  2.053 % |
1800.07/1800.40	|    443160 |   43409    87568   256246 |   178519   128274    309 |  2.057 % |
1800.07/1800.40	|    664843 |   43406    87568   256246 |   196371    80644    210 |  2.064 % |
1800.07/1800.40	|    997368 |   43402    87568   256246 |   216008   135912    308 |  2.073 % |
1800.07/1800.40	|   1496156 |   43401    87568   256246 |   237609   164105    292 |  2.075 % |
1800.07/1800.40	|   2244338 |   43396    87568   256246 |   261370   195164    476 |  2.086 % |
1800.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED ***
1800.07/1800.40	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-4111818-1466604574/watcher-4111818-1466604574 -o /tmp/evaluation-result-4111818-1466604574/solver-4111818-1466604574 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466583104-1745 --watchdog 1960 minisatp HOME/instance-4111818-1466604574.opb 

pid=4595
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.26 2.24 2.25 3/176 4598
/proc/meminfo: memFree=29972020/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=6588 CPUtime=0 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 62502940 6746112 236 33554432000 4194304 5646918 140733823938560 140733282661736 4826286 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 1647 236 94 355 0 1288 0

[startup+0.10012 s]
/proc/loadavg: 2.26 2.24 2.25 3/176 4598
/proc/meminfo: memFree=29972020/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=12924 CPUtime=0.09 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 1922 0 0 0 9 0 0 0 20 0 1 0 62502940 13234176 1757 33554432000 4194304 5646918 140733823938560 140733282661736 4251039 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 3231 1758 94 355 0 2872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12924

[startup+0.200348 s]
/proc/loadavg: 2.26 2.24 2.25 3/176 4598
/proc/meminfo: memFree=29972020/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=18608 CPUtime=0.19 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 3327 0 0 0 19 0 0 0 20 0 1 0 62502940 19054592 3162 33554432000 4194304 5646918 140733823938560 140733282661736 4251039 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 4652 3162 94 355 0 4293 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18608

[startup+0.300316 s]
/proc/loadavg: 2.26 2.24 2.25 3/176 4598
/proc/meminfo: memFree=29972020/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=24020 CPUtime=0.29 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 4701 0 0 0 29 0 0 0 20 0 1 0 62502940 24596480 4536 33554432000 4194304 5646918 140733823938560 140733823937928 4251039 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 6005 4536 94 355 0 5646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24020

[startup+0.700234 s]
/proc/loadavg: 2.26 2.24 2.25 3/176 4598
/proc/meminfo: memFree=29972020/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=32708 CPUtime=0.69 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 7123 0 0 0 68 1 0 0 20 0 1 0 62502940 33492992 6821 33554432000 4194304 5646918 140733823938560 140733823937928 4342797 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 8177 6821 117 355 0 7818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32708

[startup+1.50029 s]
/proc/loadavg: 2.24 2.23 2.25 3/177 4599
/proc/meminfo: memFree=29937052/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=39784 CPUtime=1.49 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 9151 0 0 0 148 1 0 0 20 0 1 0 62502940 40738816 9283 33554432000 4194304 5646918 140733823938560 140733823934872 4402667 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 9946 9283 144 355 0 9587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39784

[startup+3.10028 s]
/proc/loadavg: 2.24 2.23 2.25 3/177 4599
/proc/meminfo: memFree=29932524/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=46924 CPUtime=3.09 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 9989 0 0 0 307 2 0 0 20 0 1 0 62502940 48050176 10119 33554432000 4194304 5646918 140733823938560 140733823937256 4403454 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 11731 10119 145 355 0 11372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46924

[startup+6.30029 s]
/proc/loadavg: 2.24 2.23 2.25 3/177 4599
/proc/meminfo: memFree=29913700/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=54104 CPUtime=6.29 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 10698 0 0 0 627 2 0 0 20 0 1 0 62502940 55402496 12356 33554432000 4194304 5646918 140733823938560 140733823937256 4389235 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 13526 12356 145 355 0 13167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54104

[startup+12.7003 s]
/proc/loadavg: 2.28 2.24 2.25 3/177 4599
/proc/meminfo: memFree=29886380/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=84748 CPUtime=12.69 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 11744 0 0 0 1267 2 0 0 20 0 1 0 62502940 86781952 16463 33554432000 4194304 5646918 140733823938560 140733823937256 4403047 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 21187 16463 145 355 0 20828 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84748

[startup+25.5004 s]
/proc/loadavg: 2.31 2.25 2.25 4/177 4599
/proc/meminfo: memFree=29823424/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=116660 CPUtime=25.49 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 12576 0 0 0 2546 3 0 0 20 0 1 0 62502940 119459840 26491 33554432000 4194304 5646918 140733823938560 140733823936696 4397494 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 29165 26491 145 355 0 28806 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116660

[startup+51.1004 s]
/proc/loadavg: 2.25 2.24 2.25 3/178 4602
/proc/meminfo: memFree=29703336/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=255608 CPUtime=51.08 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 15446 0 0 0 5104 4 0 0 20 0 1 0 62502940 261742592 45712 33554432000 4194304 5646918 140733823938560 140733823936696 4403454 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 63902 45712 145 355 0 63543 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 255608

[startup+102.3 s]
/proc/loadavg: 2.20 2.23 2.25 3/177 4603
/proc/meminfo: memFree=29842656/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=260536 CPUtime=102.28 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 19022 0 0 0 10219 9 0 0 20 0 1 0 62502940 266788864 50245 33554432000 4194304 5646918 140733823938560 140733823936696 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 65134 50245 147 355 0 64775 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 260536

[startup+162.3 s]
/proc/loadavg: 2.30 2.26 2.26 3/177 4604
/proc/meminfo: memFree=29728004/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=265624 CPUtime=162.27 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 22700 0 0 0 16213 14 0 0 20 0 1 0 62502940 271998976 47409 33554432000 4194304 5646918 140733823938560 140733823936696 4389056 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 66406 47409 147 355 0 66047 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 265624

[startup+222.307 s]
/proc/loadavg: 2.21 2.24 2.25 3/177 4605
/proc/meminfo: memFree=29957952/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=188264 CPUtime=222.26 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 25403 0 0 0 22208 18 0 0 20 0 1 0 62502940 192782336 41553 33554432000 4194304 5646918 140733823938560 140733823936696 4403222 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 47066 41553 147 355 0 46707 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 188264

[startup+282.3 s]
/proc/loadavg: 2.32 2.26 2.25 3/177 4607
/proc/meminfo: memFree=29873856/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=110684 CPUtime=282.24 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 28211 0 0 0 28201 23 0 0 20 0 1 0 62502940 113340416 24525 33554432000 4194304 5646918 140733823938560 140733823937256 4388960 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 27671 24525 147 355 0 27312 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 110684

[startup+342.3 s]
/proc/loadavg: 2.23 2.24 2.25 4/177 4608
/proc/meminfo: memFree=29605708/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=274852 CPUtime=342.23 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 30282 0 0 0 34197 26 0 0 20 0 1 0 62502940 281448448 62873 33554432000 4194304 5646918 140733823938560 140733823936696 4403178 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 68713 62873 147 355 0 68354 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 274852

[startup+402.3 s]
/proc/loadavg: 2.30 2.25 2.25 3/177 4609
/proc/meminfo: memFree=29536564/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=276900 CPUtime=402.23 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 33201 0 0 0 40192 31 0 0 20 0 1 0 62502940 283545600 48094 33554432000 4194304 5646918 140733823938560 140733823937256 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 69225 48094 147 355 0 68866 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 276900

[startup+462.3 s]
/proc/loadavg: 2.23 2.23 2.24 3/177 4610
/proc/meminfo: memFree=29739688/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=412704 CPUtime=462.22 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 35045 0 0 0 46188 34 0 0 20 0 1 0 62502940 422608896 81616 33554432000 4194304 5646918 140733823938560 140733823936696 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 103176 81616 147 355 0 102817 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 412704

[startup+522.3 s]
/proc/loadavg: 2.20 2.22 2.24 3/177 4611
/proc/meminfo: memFree=29678532/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=281528 CPUtime=522.21 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 37647 0 0 0 52184 37 0 0 20 0 1 0 62502940 288284672 58754 33554432000 4194304 5646918 140733823938560 140733823936664 4403495 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 70382 58754 147 355 0 70023 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 281528

[startup+582.3 s]
/proc/loadavg: 2.22 2.22 2.24 4/177 4613
/proc/meminfo: memFree=29656152/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=152800 CPUtime=582.2 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 40110 0 0 0 58180 40 0 0 20 0 1 0 62502940 156467200 36877 33554432000 4194304 5646918 140733823938560 140733823936664 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 38200 36877 147 355 0 37841 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 152800


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


[startup+882.307 s]
/proc/loadavg: 2.31 2.23 2.22 3/177 4792
/proc/meminfo: memFree=29786556/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=292152 CPUtime=882.15 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 49311 0 0 0 88152 63 0 0 20 0 1 0 62502940 299163648 68061 33554432000 4194304 5646918 140733823938560 140733823936664 4402788 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 73038 68061 147 355 0 72679 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 292152

[startup+942.3 s]
/proc/loadavg: 2.30 2.24 2.22 3/177 4793
/proc/meminfo: memFree=29694860/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=113072 CPUtime=942.11 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 50735 0 0 0 94145 66 0 0 20 0 1 0 62502940 115785728 27554 33554432000 4194304 5646918 140733823938560 140733823937272 4403438 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 28268 27554 147 355 0 27909 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 113072

[startup+1002.3 s]
/proc/loadavg: 2.27 2.24 2.22 4/177 4794
/proc/meminfo: memFree=29723984/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=294608 CPUtime=1002.09 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 52829 0 0 0 100141 68 0 0 20 0 1 0 62502940 301678592 66945 33554432000 4194304 5646918 140733823938560 140733823936696 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 73652 66945 147 355 0 73293 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 294608

[startup+1062.3 s]
/proc/loadavg: 2.34 2.27 2.23 3/177 4795
/proc/meminfo: memFree=29513776/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=428744 CPUtime=1062.08 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 53826 0 0 0 106138 70 0 0 20 0 1 0 62502940 439033856 96558 33554432000 4194304 5646918 140733823938560 140733823936696 4389020 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 107186 96558 147 355 0 106827 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 428744

[startup+1122.3 s]
/proc/loadavg: 2.23 2.25 2.22 3/177 4796
/proc/meminfo: memFree=29744472/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=297252 CPUtime=1122.07 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 56617 0 0 0 112129 78 0 0 20 0 1 0 62502940 304386048 62770 33554432000 4194304 5646918 140733823938560 140733823937256 4403178 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 74313 62770 147 355 0 73954 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 297252

[startup+1182.3 s]
/proc/loadavg: 2.22 2.25 2.22 3/177 4798
/proc/meminfo: memFree=29657484/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=430668 CPUtime=1182.06 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 57394 0 0 0 118124 82 0 0 20 0 1 0 62502940 441004032 90629 33554432000 4194304 5646918 140733823938560 140733823936696 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 107667 90629 147 355 0 107308 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 430668

[startup+1242.3 s]
/proc/loadavg: 2.30 2.26 2.22 3/178 4802
/proc/meminfo: memFree=29744384/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=218268 CPUtime=1242.06 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 58878 0 0 0 124120 86 0 0 20 0 1 0 62502940 223506432 41399 33554432000 4194304 5646918 140733823938560 140733823937256 4403454 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 54567 41399 147 355 0 54208 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 218268

[startup+1302.3 s]
/proc/loadavg: 2.36 2.28 2.23 4/177 4803
/proc/meminfo: memFree=29776152/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=432320 CPUtime=1302.05 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 60463 0 0 0 130117 88 0 0 20 0 1 0 62502940 442695680 79774 33554432000 4194304 5646918 140733823938560 140733823936696 4402684 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 108080 79774 147 355 0 107721 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 432320

[startup+1362.3 s]
/proc/loadavg: 2.29 2.28 2.23 3/177 4804
/proc/meminfo: memFree=29858748/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=139516 CPUtime=1362.04 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 61080 0 0 0 136113 91 0 0 20 0 1 0 62502940 142864384 32707 33554432000 4194304 5646918 140733823938560 140733823937272 4389024 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 34879 32707 147 355 0 34520 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 139516

[startup+1422.3 s]
/proc/loadavg: 2.34 2.28 2.24 3/177 4805
/proc/meminfo: memFree=29603684/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=302280 CPUtime=1422.04 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 63096 0 0 0 142110 94 0 0 20 0 1 0 62502940 309534720 68447 33554432000 4194304 5646918 140733823938560 140733823937256 4403147 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 75570 68447 147 355 0 75211 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 302280

[startup+1482.3 s]
/proc/loadavg: 2.23 2.26 2.23 4/177 4807
/proc/meminfo: memFree=29516756/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=435376 CPUtime=1482.03 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 63877 0 0 0 148105 98 0 0 20 0 1 0 62502940 445825024 108062 33554432000 4194304 5646918 140733823938560 140733823936696 4403167 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 108844 108062 147 355 0 108485 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 435376

[startup+1542.31 s]
/proc/loadavg: 2.24 2.26 2.23 3/177 4808
/proc/meminfo: memFree=29572792/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=304020 CPUtime=1542.02 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 66238 0 0 0 154099 103 0 0 20 0 1 0 62502940 311316480 68878 33554432000 4194304 5646918 140733823938560 140733823937256 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 76005 68878 147 355 0 75646 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 304020

[startup+1602.3 s]
/proc/loadavg: 2.18 2.24 2.22 3/177 4809
/proc/meminfo: memFree=29591832/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=652888 CPUtime=1602 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 67740 0 0 0 160095 105 0 0 20 0 1 0 62502940 668557312 110237 33554432000 4194304 5646918 140733823938560 140733823936696 4397491 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 163222 110237 147 355 0 162863 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 652888

[startup+1662.3 s]
/proc/loadavg: 2.10 2.20 2.21 3/177 4810
/proc/meminfo: memFree=29333300/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=655244 CPUtime=1661.99 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 68372 0 0 0 166092 107 0 0 20 0 1 0 62502940 670969856 146639 33554432000 4194304 5646918 140733823938560 140733823936696 4402974 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 163811 146639 147 355 0 163452 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 655244

[startup+1722.3 s]
/proc/loadavg: 2.04 2.16 2.19 3/177 4811
/proc/meminfo: memFree=29815512/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=309212 CPUtime=1721.98 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 70842 0 0 0 172087 111 0 0 20 0 1 0 62502940 316633088 63502 33554432000 4194304 5646918 140733823938560 140733823936696 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 77303 63502 147 355 0 76944 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 309212

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.20 3/177 4813
/proc/meminfo: memFree=29530604/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=443048 CPUtime=1781.98 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 71744 0 0 0 178082 116 0 0 20 0 1 0 62502940 453681152 108350 33554432000 4194304 5646918 140733823938560 140733823936696 4402863 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 110762 108350 147 355 0 110403 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 443048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.20 2.20 3/177 4813
/proc/meminfo: memFree=29461720/32872528 swapFree=1459884/1656108
[pid=4598] ppid=4595 vsize=658680 CPUtime=1800.07 cores=0,2,4,6
/proc/4598/stat : 4598 (minisatp) R 4595 4598 1729 0 -1 4202496 71941 0 0 0 179890 117 0 0 20 0 1 0 62502940 674488320 121322 33554432000 4194304 5646918 140733823938560 140733823936696 4403530 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/4598/statm: 164670 121322 147 355 0 164311 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 658680

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.91
CPU system time (s): 1.18882
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 705448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.18882
maximum resident set size= 684272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71941
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= 59
involuntary context switches= 1981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74528 second user time and 6.75197 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-22 16:09:34
IDJOB=4111818
IDBENCH=90214
IDSOLVER=2555
FILE ID=node136/4111818-1466604574
RUNJOBID= node136-1466583104-1745
PBS_JOBID= 19947103
Free space on /tmp= 71640 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111818-1466604574/watcher-4111818-1466604574 -o /tmp/evaluation-result-4111818-1466604574/solver-4111818-1466604574 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466583104-1745 --watchdog 1960  minisatp HOME/instance-4111818-1466604574.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=1181071687

node136.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 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.67
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:        29974380 kB
Buffers:           48068 kB
Cached:           132432 kB
SwapCached:         1664 kB
Active:           453216 kB
Inactive:          25132 kB
Active(anon):     295356 kB
Inactive(anon):     4456 kB
Active(file):     157860 kB
Inactive(file):    20676 kB
Unevictable:     1656108 kB
Mlocked:         1459884 kB
SwapTotal:      67108856 kB
SwapFree:       67099360 kB
Dirty:              4672 kB
Writeback:             0 kB
AnonPages:       2044772 kB
Mapped:             8956 kB
Shmem:                 0 kB
Slab:             629316 kB
SReclaimable:      73652 kB
SUnreclaim:       555664 kB
KernelStack:        1472 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2073920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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-4111818-1466604574.opb

Free space on /tmp at the end= 71636 MiB
End job on node136 at 2016-06-22 16:39:35