Trace number 3446652

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
wbo 1.6? (TO) 1800.06 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMe79d43742b4ee40954b18e2a5bb4c066
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark3.77543
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints152
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 7443
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7442
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.6 beta - 20110321
0.00/0.00	c Parsing wbo file format. File HOME/instance-3446652-1307903316.wbo.
0.00/0.00	c Instance file HOME/instance-3446652-1307903316.wbo
0.00/0.00	c File size is 108441 bytes.
0.00/0.00	c Highest Coefficient sum: 61
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      6000                                                |
0.00/0.00	c |  Number Clauses:        120                                                 |
0.00/0.00	c |  Number Cardinality:    100                                                 |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |    6000      220    12000 |     5000        0   -nan |  0.000 % |
0.00/0.01	c |       101 |    6000      220    12000 |     5500      101    218 |  0.000 % |
0.00/0.02	c |       252 |    6000      220    12000 |     6050      252    258 |  0.000 % |
0.00/0.04	c |       477 |    6000      220    12000 |     6655      477    308 |  0.000 % |
0.03/0.05	c |       815 |    6000      220    12000 |     7320      815    295 |  0.000 % |
0.03/0.08	c |      1321 |    6000      220    12000 |     8052     1321    280 |  0.000 % |
0.09/0.15	c |      2081 |    6000      220    12000 |     8857     2081    296 |  0.000 % |
0.19/0.25	c |      3222 |    6000      220    12000 |     9743     3222    303 |  0.000 % |
0.49/0.51	c |      4931 |    6000      220    12000 |    10717     4931    330 |  0.000 % |
0.89/0.92	c |      7494 |    6000      220    12000 |    11789     7494    334 |  0.000 % |
1.79/1.80	c |     11339 |    6000      220    12000 |    12968    11339    337 |  0.000 % |
3.39/3.41	c |     17108 |    6000      220    12000 |    14265     9159    342 |  0.000 % |
5.69/5.70	c |     25757 |    6000      220    12000 |    15692     9229    318 |  0.000 % |
10.90/10.97	c |     38731 |    6000      220    12000 |    17261    12911    385 |  0.000 % |
20.89/20.96	c |     58194 |    6000      220    12000 |    18987    11507    370 |  0.000 % |
33.69/33.71	c |     87386 |    6000      220    12000 |    20886    18812    788 |  0.000 % |
72.39/72.46	c |    131176 |    6000      220    12000 |    22974    18164    490 |  0.000 % |
120.90/120.91	c |    196863 |    6000      220    12000 |    25272    23189    535 |  0.000 % |
295.69/295.79	c |    295392 |    6000      220    12000 |    27799    17064   1228 |  0.000 % |
424.70/424.75	c |    443184 |    6000      220    12000 |    30579    21533    498 |  0.000 % |
673.11/673.20	c |    664871 |    6000      220    12000 |    33637    30087    508 |  0.000 % |
996.81/996.89	c |    997398 |    6000      220    12000 |    37001    25447    513 |  0.000 % |
1500.51/1500.57	c |   1496188 |    6000      220    12000 |    40701    37074    737 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3446652-1307903316/watcher-3446652-1307903316 -o /var/tmp/evaluation-result-3446652-1307903316/solver-3446652-1307903316 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446652-1307903316.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.48 1.88 1.93 3/176 4192
/proc/meminfo: memFree=1183812/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=3472 CPUtime=0 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 616 0 0 0 0 0 0 0 25 0 1 0 980562335 3555328 567 33554432000 4194304 5714214 140734170759760 18446744073709551615 4990134 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 868 567 178 372 0 466 0

[startup+0.0465601 s]
/proc/loadavg: 1.48 1.88 1.93 3/176 4192
/proc/meminfo: memFree=1183812/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=4932 CPUtime=0.03 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 1055 0 0 0 3 0 0 0 25 0 1 0 980562335 5050368 979 33554432000 4194304 5714214 140734170759760 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 1233 980 177 372 0 858 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4932

[startup+0.10055 s]
/proc/loadavg: 1.48 1.88 1.93 3/176 4192
/proc/meminfo: memFree=1183812/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=6120 CPUtime=0.09 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 1350 0 0 0 8 1 0 0 25 0 1 0 980562335 6266880 1274 33554432000 4194304 5714214 140734170759760 18446744073709551615 4320140 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 1530 1274 177 372 0 1155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6120

[startup+0.300515 s]
/proc/loadavg: 1.48 1.88 1.93 3/176 4192
/proc/meminfo: memFree=1183812/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=9564 CPUtime=0.29 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 2219 0 0 0 28 1 0 0 25 0 1 0 980562335 9793536 2143 33554432000 4194304 5714214 140734170759760 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 2391 2143 177 372 0 2016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9564

[startup+0.700445 s]
/proc/loadavg: 1.48 1.88 1.93 3/176 4192
/proc/meminfo: memFree=1183812/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=14316 CPUtime=0.69 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 3386 0 0 0 67 2 0 0 25 0 1 0 980562335 14659584 3310 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 3579 3310 177 372 0 3204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14316

[startup+1.5003 s]
/proc/loadavg: 1.48 1.88 1.93 4/178 4194
/proc/meminfo: memFree=1159144/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=21008 CPUtime=1.49 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 5057 0 0 0 146 3 0 0 25 0 1 0 980562335 21512192 4981 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 5252 4982 177 372 0 4877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21008

[startup+3.10103 s]
/proc/loadavg: 1.48 1.88 1.93 4/178 4194
/proc/meminfo: memFree=1147288/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=30428 CPUtime=3.09 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 7402 0 0 0 305 4 0 0 25 0 1 0 980562335 31158272 7326 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 7607 7326 177 372 0 7232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30428

[startup+6.30047 s]
/proc/loadavg: 1.52 1.88 1.93 4/178 4194
/proc/meminfo: memFree=1134176/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=34044 CPUtime=6.29 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 8317 0 0 0 623 6 0 0 25 0 1 0 980562335 34861056 8241 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 8511 8241 177 372 0 8136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34044

[startup+12.7003 s]
/proc/loadavg: 1.56 1.89 1.93 4/178 4195
/proc/meminfo: memFree=1117116/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=45712 CPUtime=12.69 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 11207 0 0 0 1260 9 0 0 25 0 1 0 980562335 46809088 11131 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 11428 11131 177 372 0 11053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45712

[startup+25.5001 s]
/proc/loadavg: 1.66 1.89 1.93 4/178 4195
/proc/meminfo: memFree=1083004/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=75288 CPUtime=25.49 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 18543 0 0 0 2534 15 0 0 25 0 1 0 980562335 77094912 18467 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319855 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 18822 18467 177 372 0 18447 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75288

[startup+51.1006 s]
/proc/loadavg: 1.77 1.90 1.93 4/178 4196
/proc/meminfo: memFree=1041780/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=105264 CPUtime=51.08 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 26013 0 0 0 5086 22 0 0 25 0 1 0 980562335 107790336 25937 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319269 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 26316 25937 177 372 0 25941 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105264

[startup+102.307 s]
/proc/loadavg: 1.90 1.91 1.93 4/178 4197
/proc/meminfo: memFree=1028844/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=105628 CPUtime=102.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 26097 0 0 0 10199 31 0 0 25 0 1 0 980562335 108163072 26021 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 26407 26021 177 372 0 26032 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 105628

[startup+162.3 s]
/proc/loadavg: 1.96 1.92 1.93 4/178 4199
/proc/meminfo: memFree=879976/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=236052 CPUtime=162.29 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 58609 0 0 0 16185 44 0 0 25 0 1 0 980562335 241717248 58533 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 59013 58533 177 372 0 58638 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 236052

[startup+222.301 s]
/proc/loadavg: 1.98 1.94 1.93 4/178 4200
/proc/meminfo: memFree=840492/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=267812 CPUtime=222.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 66581 0 0 0 22180 50 0 0 25 0 1 0 980562335 274239488 66505 33554432000 4194304 5714214 140734170759760 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 66953 66505 177 372 0 66578 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 267812

[startup+282.3 s]
/proc/loadavg: 1.99 1.94 1.93 4/178 4202
/proc/meminfo: memFree=815892/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271216 CPUtime=282.29 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67522 0 0 0 28175 54 0 0 25 0 1 0 980562335 277725184 67368 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67804 67368 177 372 0 67429 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271216

[startup+342.301 s]
/proc/loadavg: 1.99 1.95 1.93 4/178 4203
/proc/meminfo: memFree=794024/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=342.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67529 0 0 0 34169 61 0 0 25 0 1 0 980562335 277721088 67374 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67374 177 372 0 67428 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 271212

[startup+402.3 s]
/proc/loadavg: 1.99 1.96 1.93 4/178 4205
/proc/meminfo: memFree=783552/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=402.29 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67529 0 0 0 40159 70 0 0 25 0 1 0 980562335 277721088 67374 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67374 177 372 0 67428 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 271212

[startup+462.301 s]
/proc/loadavg: 1.99 1.96 1.93 4/178 4207
/proc/meminfo: memFree=770104/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=462.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67537 0 0 0 46152 78 0 0 25 0 1 0 980562335 277721088 67382 33554432000 4194304 5714214 140734170759760 18446744073709551615 4323050 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67382 177 372 0 67428 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 271212

[startup+522.3 s]
/proc/loadavg: 2.07 1.98 1.93 4/178 4208
/proc/meminfo: memFree=762112/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=522.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67537 0 0 0 52145 85 0 0 25 0 1 0 980562335 277721088 67382 33554432000 4194304 5714214 140734170759760 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67382 177 372 0 67428 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 271212

[startup+582.301 s]
/proc/loadavg: 2.02 1.98 1.93 4/178 4210
/proc/meminfo: memFree=751000/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=582.3 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67537 0 0 0 58137 93 0 0 25 0 1 0 980562335 277721088 67382 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67382 177 372 0 67428 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 271212

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 4219
/proc/meminfo: memFree=693784/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=822.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67545 0 0 0 82109 122 0 0 25 0 1 0 980562335 277721088 67390 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67390 177 372 0 67428 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 271212

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 4221
/proc/meminfo: memFree=686788/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=271212 CPUtime=882.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 67545 0 0 0 88101 130 0 0 25 0 1 0 980562335 277721088 67390 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 67803 67390 177 372 0 67428 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 271212

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 4222
/proc/meminfo: memFree=652736/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=290604 CPUtime=942.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 72282 0 0 0 94089 142 0 0 25 0 1 0 980562335 297578496 72127 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 72651 72127 177 372 0 72276 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 290604

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 4224
/proc/meminfo: memFree=634960/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=302400 CPUtime=1002.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 75125 0 0 0 100082 149 0 0 25 0 1 0 980562335 309657600 74970 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 75600 74970 177 372 0 75225 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 302400

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 4226
/proc/meminfo: memFree=528884/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=398760 CPUtime=1062.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 99073 0 0 0 106064 167 0 0 25 0 1 0 980562335 408330240 98918 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 99690 98918 177 372 0 99315 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 398760

[startup+1122.3 s]
/proc/loadavg: 2.07 2.03 1.95 4/178 4227
/proc/meminfo: memFree=494960/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=416644 CPUtime=1122.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 103593 0 0 0 112056 175 0 0 25 0 1 0 980562335 426643456 103390 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 104161 103390 177 372 0 103786 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 416644

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.95 4/178 4229
/proc/meminfo: memFree=478724/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=424492 CPUtime=1182.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 105614 0 0 0 118048 183 0 0 25 0 1 0 980562335 434679808 105392 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 106123 105392 177 372 0 105748 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 424492

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.95 4/178 4230
/proc/meminfo: memFree=463768/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=432864 CPUtime=1242.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 107650 0 0 0 124042 189 0 0 25 0 1 0 980562335 443252736 107427 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 108216 107427 177 372 0 107841 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 432864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/178 4232
/proc/meminfo: memFree=457988/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=431600 CPUtime=1302.32 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 107678 0 0 0 130029 203 0 0 25 0 1 0 980562335 441958400 107149 33554432000 4194304 5714214 140734170759760 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 107900 107149 177 372 0 107525 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 431600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4234
/proc/meminfo: memFree=432204/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=444216 CPUtime=1362.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 110797 0 0 0 136018 213 0 0 25 0 1 0 980562335 454877184 110268 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 111054 110268 177 372 0 110679 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 444216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4235
/proc/meminfo: memFree=398148/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=459868 CPUtime=1422.32 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 114924 0 0 0 142009 223 0 0 25 0 1 0 980562335 470904832 114152 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 114967 114152 177 372 0 114592 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 459868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4237
/proc/meminfo: memFree=379684/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=469352 CPUtime=1482.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 117268 0 0 0 147998 233 0 0 25 0 1 0 980562335 480616448 116496 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4192/statm: 117338 116496 177 372 0 116963 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 469352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4238
/proc/meminfo: memFree=340972/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=483160 CPUtime=1542.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 120658 0 0 0 153988 243 0 0 25 0 1 0 980562335 494755840 119886 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 120790 119886 177 372 0 120415 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 483160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4240
/proc/meminfo: memFree=308008/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=490036 CPUtime=1602.32 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 122395 0 0 0 159981 251 0 0 25 0 1 0 980562335 501796864 121623 33554432000 4194304 5714214 140734170759760 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 122509 121623 177 372 0 122134 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 490036

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.95 4/178 4242
/proc/meminfo: memFree=290536/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=497968 CPUtime=1662.31 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 124355 0 0 0 165974 257 0 0 25 0 1 0 980562335 509919232 123583 33554432000 4194304 5714214 140734170759760 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 124492 123583 177 372 0 124117 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 497968

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.95 4/178 4243
/proc/meminfo: memFree=249048/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=502972 CPUtime=1722.32 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 125592 0 0 0 171962 270 0 0 25 0 1 0 980562335 515043328 124820 33554432000 4194304 5714214 140734170759760 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 125743 124820 177 372 0 125368 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 502972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4245
/proc/meminfo: memFree=204372/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=525324 CPUtime=1782.32 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 131089 0 0 0 177951 281 0 0 25 0 1 0 980562335 537931776 130317 33554432000 4194304 5714214 140734170759760 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 131331 130317 177 372 0 130956 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 525324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 4245
/proc/meminfo: memFree=186896/32950940 swapFree=67053420/67111528
[pid=4192] ppid=4190 vsize=526640 CPUtime=1800.02 cores=1,3,5,7
/proc/4192/stat : 4192 (wbo1.6) R 4190 4192 3459 0 -1 4202496 131403 0 0 0 179719 283 0 0 25 0 1 0 980562335 539279360 130631 33554432000 4194304 5714214 140734170759760 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4192/statm: 131660 130631 177 372 0 131285 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 526640

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.06
CPU user time (s): 1797.2
CPU system time (s): 2.85956
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 526640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.2
system time used= 2.85956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131403
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= 5
involuntary context switches= 5484

runsolver used 2.46263 second user time and 5.73413 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 20:28:36
IDJOB=3446652
IDBENCH=78677
IDSOLVER=1943
FILE ID=node117/3446652-1307903316
RUNJOBID= node117-1307903316-4166
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3446652-1307903316/watcher-3446652-1307903316 -o /var/tmp/evaluation-result-3446652-1307903316/solver-3446652-1307903316 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446652-1307903316.wbo

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

MD5SUM BENCH= e79d43742b4ee40954b18e2a5bb4c066
RANDOM SEED=255913819

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1185240 kB
Buffers:         55916 kB
Cached:       30734980 kB
SwapCached:      10864 kB
Active:       15195132 kB
Inactive:     15614476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1185240 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:            8660 kB
Writeback:           0 kB
AnonPages:       15996 kB
Mapped:          12224 kB
Slab:           892024 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   187224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2876 MiB
End job on node117 at 2011-06-12 20:58:38