Trace number 3446695

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.09 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa55e12002eaa3d7d50414499a072c521
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.25896
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints83
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 4163
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4162
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
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-3446695-1307903805.wbo.
0.00/0.00	c Instance file HOME/instance-3446695-1307903805.wbo
0.00/0.00	c File size is 32852 bytes.
0.00/0.00	c Highest Coefficient sum: 32
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1860                                                |
0.00/0.00	c |  Number Clauses:        62                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
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 |    1860      122     3720 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       102 |    1860      122     3720 |     5500      102    107 |  0.000 % |
0.00/0.01	c |       253 |    1860      122     3720 |     6050      253    132 |  0.000 % |
0.00/0.01	c |       478 |    1860      122     3720 |     6655      478    129 |  0.000 % |
0.00/0.02	c |       815 |    1860      122     3720 |     7320      815    124 |  0.000 % |
0.02/0.04	c |      1324 |    1860      122     3720 |     8052     1324    136 |  0.000 % |
0.02/0.08	c |      2083 |    1860      122     3720 |     8857     2083    152 |  0.000 % |
0.09/0.16	c |      3222 |    1860      122     3720 |     9743     3222    162 |  0.000 % |
0.29/0.38	c |      4931 |    1860      122     3720 |    10717     4931    198 |  0.000 % |
0.59/0.63	c |      7493 |    1860      122     3720 |    11789     7493    211 |  0.000 % |
1.19/1.29	c |     11337 |    1860      122     3720 |    12968    11337    233 |  0.000 % |
3.09/3.15	c |     17104 |    1860      122     3720 |    14265    10193    312 |  0.000 % |
10.79/10.88	c |     25753 |    1860      122     3720 |    15692    11507    369 |  0.000 % |
14.49/14.52	c |     38728 |    1860      122     3720 |    17261    16241    228 |  0.000 % |
19.70/19.77	c |     58190 |    1860      122     3720 |    18987    17622    285 |  0.000 % |
27.40/27.47	c |     87382 |    1860      122     3720 |    20886    16121    252 |  0.000 % |
47.69/47.77	c |    131171 |    1860      122     3720 |    22974    14866    493 |  0.000 % |
116.51/116.54	c |    196855 |    1860      122     3720 |    25272    20044    691 |  0.000 % |
346.41/346.48	c |    295381 |    1860      122     3720 |    27799    22330    741 |  0.000 % |
692.21/692.29	c |    443171 |    1860      122     3720 |    30579    24733    683 |  0.000 % |
842.52/842.50	c |    664858 |    1860      122     3720 |    33637    26176    220 |  0.000 % |
1110.73/1110.70	c |    997383 |    1860      122     3720 |    37001    30586    529 |  0.000 % |
1635.85/1635.87	c |   1496173 |    1860      122     3720 |    40701    28112    583 |  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-3446695-1307903805/watcher-3446695-1307903805 -o /var/tmp/evaluation-result-3446695-1307903805/solver-3446695-1307903805 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446695-1307903805.wbo 

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: 1.03 1.49 1.74 4/176 11372
/proc/meminfo: memFree=1690932/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=2608 CPUtime=0 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 458 0 0 0 0 0 0 0 25 0 1 0 980611149 2670592 400 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 652 400 177 372 0 277 0

[startup+0.029681 s]
/proc/loadavg: 1.03 1.49 1.74 4/176 11372
/proc/meminfo: memFree=1690932/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=3268 CPUtime=0.02 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 619 0 0 0 2 0 0 0 25 0 1 0 980611149 3346432 561 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 817 561 177 372 0 442 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3268

[startup+0.100669 s]
/proc/loadavg: 1.03 1.49 1.74 4/176 11372
/proc/meminfo: memFree=1690932/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=4588 CPUtime=0.09 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 934 0 0 0 9 0 0 0 25 0 1 0 980611149 4698112 876 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 1147 876 177 372 0 772 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4588

[startup+0.300628 s]
/proc/loadavg: 1.03 1.49 1.74 4/176 11372
/proc/meminfo: memFree=1690932/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=7096 CPUtime=0.29 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 1573 0 0 0 29 0 0 0 25 0 1 0 980611149 7266304 1515 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 1774 1515 177 372 0 1399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7096

[startup+0.700546 s]
/proc/loadavg: 1.03 1.49 1.74 4/176 11372
/proc/meminfo: memFree=1690932/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=11620 CPUtime=0.69 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 2700 0 0 0 69 0 0 0 25 0 1 0 980611149 11898880 2642 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 2905 2642 177 372 0 2530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11620

[startup+1.50041 s]
/proc/loadavg: 1.03 1.49 1.74 4/178 11374
/proc/meminfo: memFree=1667132/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=17844 CPUtime=1.49 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 4248 0 0 0 147 2 0 0 25 0 1 0 980611149 18272256 4190 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 4461 4190 177 372 0 4086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17844

[startup+3.1011 s]
/proc/loadavg: 1.03 1.49 1.74 4/178 11374
/proc/meminfo: memFree=1652504/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=23000 CPUtime=3.09 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 5536 0 0 0 307 2 0 0 25 0 1 0 980611149 23552000 5478 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 5750 5479 177 372 0 5375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23000

[startup+6.30051 s]
/proc/loadavg: 1.10 1.50 1.74 4/178 11374
/proc/meminfo: memFree=1636556/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=28504 CPUtime=6.29 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 6914 0 0 0 626 3 0 0 25 0 1 0 980611149 29188096 6856 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 7126 6856 177 372 0 6751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28504

[startup+12.7003 s]
/proc/loadavg: 1.18 1.50 1.74 4/178 11374
/proc/meminfo: memFree=1623320/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=30940 CPUtime=12.69 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 7514 0 0 0 1264 5 0 0 25 0 1 0 980611149 31682560 7456 33554432000 4194304 5714214 140733474138752 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 7735 7456 177 372 0 7360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30940

[startup+25.5009 s]
/proc/loadavg: 1.36 1.53 1.74 4/178 11375
/proc/meminfo: memFree=1605456/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=43984 CPUtime=25.49 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 10732 0 0 0 2539 10 0 0 25 0 1 0 980611149 45039616 10674 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 10996 10674 177 372 0 10621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43984

[startup+51.1011 s]
/proc/loadavg: 1.72 1.60 1.76 4/178 11375
/proc/meminfo: memFree=1523660/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=83196 CPUtime=51.1 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 20515 0 0 0 5093 17 0 0 25 0 1 0 980611149 85192704 20455 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 20799 20455 177 372 0 20424 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 83196

[startup+102.306 s]
/proc/loadavg: 1.88 1.66 1.77 4/178 11377
/proc/meminfo: memFree=1467080/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=106720 CPUtime=102.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 26343 0 0 0 10205 25 0 0 25 0 1 0 980611149 109281280 26283 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 26680 26283 177 372 0 26305 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106720

[startup+162.301 s]
/proc/loadavg: 1.95 1.72 1.78 4/178 11381
/proc/meminfo: memFree=1392324/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=126652 CPUtime=162.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 31332 0 0 0 16201 29 0 0 25 0 1 0 980611149 129691648 31272 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 31663 31272 177 372 0 31288 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 126652

[startup+222.301 s]
/proc/loadavg: 1.98 1.77 1.79 4/178 11383
/proc/meminfo: memFree=1375864/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=131424 CPUtime=222.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 32487 0 0 0 22198 32 0 0 25 0 1 0 980611149 134578176 32427 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 32856 32427 177 372 0 32481 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131424

[startup+282.301 s]
/proc/loadavg: 1.99 1.81 1.80 4/178 11385
/proc/meminfo: memFree=1363408/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=143704 CPUtime=282.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 35555 0 0 0 28195 35 0 0 25 0 1 0 980611149 147152896 35495 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 35926 35495 177 372 0 35551 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 143704

[startup+342.3 s]
/proc/loadavg: 1.99 1.84 1.81 4/178 11386
/proc/meminfo: memFree=1361000/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=146128 CPUtime=342.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 36144 0 0 0 34192 38 0 0 25 0 1 0 980611149 149635072 36084 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 36532 36084 177 372 0 36157 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 146128

[startup+402.301 s]
/proc/loadavg: 1.99 1.86 1.82 4/178 11388
/proc/meminfo: memFree=1342216/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=164964 CPUtime=402.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 40825 0 0 0 40188 42 0 0 25 0 1 0 980611149 168923136 40765 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 41241 40765 177 372 0 40866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 164964

[startup+462.301 s]
/proc/loadavg: 1.99 1.89 1.83 4/178 11389
/proc/meminfo: memFree=1336208/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=164940 CPUtime=462.3 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 40829 0 0 0 46182 48 0 0 25 0 1 0 980611149 168898560 40765 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 41235 40765 177 372 0 40860 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164940

[startup+522.301 s]
/proc/loadavg: 1.99 1.90 1.83 4/178 11391
/proc/meminfo: memFree=1314580/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=164940 CPUtime=522.31 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 40832 0 0 0 52179 52 0 0 25 0 1 0 980611149 168898560 40768 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 41235 40768 177 372 0 40860 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 164940

[startup+582.3 s]
/proc/loadavg: 1.99 1.92 1.84 4/178 11393
/proc/meminfo: memFree=1286992/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=192556 CPUtime=582.31 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 47694 0 0 0 58175 56 0 0 25 0 1 0 980611149 197177344 47630 33554432000 4194304 5714214 140733474138752 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 48139 47630 177 372 0 47764 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 192556

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.95 1.86 4/178 11399
/proc/meminfo: memFree=1184464/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=196176 CPUtime=822.32 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 48550 0 0 0 82158 74 0 0 25 0 1 0 980611149 200884224 48486 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 49044 48486 177 372 0 48669 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 196176

[startup+882.301 s]
/proc/loadavg: 1.99 1.96 1.87 4/178 11401
/proc/meminfo: memFree=1143980/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=234420 CPUtime=882.32 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 58055 0 0 0 88150 82 0 0 25 0 1 0 980611149 240046080 57991 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319349 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 58605 57991 177 372 0 58230 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 234420

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.87 4/178 11402
/proc/meminfo: memFree=1125328/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=236656 CPUtime=942.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 58923 0 0 0 94144 89 0 0 25 0 1 0 980611149 242335744 58539 33554432000 4194304 5714214 140733474138752 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 59164 58539 177 372 0 58789 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 236656

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.88 4/178 11404
/proc/meminfo: memFree=1102312/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=255416 CPUtime=1002.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 63587 0 0 0 100136 97 0 0 25 0 1 0 980611149 261545984 63203 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 63854 63203 177 372 0 63479 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 255416

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.89 4/178 11405
/proc/meminfo: memFree=1072984/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=272720 CPUtime=1062.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 67814 0 0 0 106128 105 0 0 25 0 1 0 980611149 279265280 67430 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 68180 67430 177 372 0 67805 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 272720

[startup+1122.3 s]
/proc/loadavg: 2.13 2.00 1.90 4/178 11407
/proc/meminfo: memFree=1013784/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=298468 CPUtime=1122.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 74435 0 0 0 112121 112 0 0 25 0 1 0 980611149 305631232 73817 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 74617 73817 177 372 0 74242 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 298468

[startup+1182.3 s]
/proc/loadavg: 2.05 2.00 1.91 4/178 11409
/proc/meminfo: memFree=957912/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=333872 CPUtime=1182.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 83245 0 0 0 118116 117 0 0 25 0 1 0 980611149 341884928 82627 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 83468 82627 177 372 0 83093 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 333872

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.91 4/178 11410
/proc/meminfo: memFree=949776/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341600 CPUtime=1242.33 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85361 0 0 0 124110 123 0 0 25 0 1 0 980611149 349798400 84579 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85400 84579 177 372 0 85025 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 341600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11412
/proc/meminfo: memFree=949716/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341596 CPUtime=1302.35 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85370 0 0 0 130107 128 0 0 25 0 1 0 980611149 349794304 84587 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85399 84587 177 372 0 85024 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 341596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11413
/proc/meminfo: memFree=949636/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341596 CPUtime=1362.34 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85381 0 0 0 136102 132 0 0 25 0 1 0 980611149 349794304 84598 33554432000 4194304 5714214 140733474138752 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85399 84598 177 372 0 85024 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 341596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11415
/proc/meminfo: memFree=927760/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341596 CPUtime=1422.35 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85392 0 0 0 142097 138 0 0 25 0 1 0 980611149 349794304 84609 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85399 84609 177 372 0 85024 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 341596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11426
/proc/meminfo: memFree=902064/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341596 CPUtime=1482.34 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85396 0 0 0 148089 145 0 0 25 0 1 0 980611149 349794304 84613 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85399 84613 177 372 0 85024 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 341596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11427
/proc/meminfo: memFree=901884/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=341596 CPUtime=1542.34 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 85404 0 0 0 154084 150 0 0 25 0 1 0 980611149 349794304 84621 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 85399 84621 177 372 0 85024 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 341596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11429
/proc/meminfo: memFree=868700/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=372652 CPUtime=1602.34 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 93133 0 0 0 160076 158 0 0 25 0 1 0 980611149 381595648 92350 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 93163 92350 177 372 0 92788 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 372652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11430
/proc/meminfo: memFree=828460/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=403816 CPUtime=1662.35 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 100851 0 0 0 166071 164 0 0 25 0 1 0 980611149 413507584 100068 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 100954 100068 177 372 0 100579 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 403816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11432
/proc/meminfo: memFree=800504/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=400468 CPUtime=1722.35 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 100856 0 0 0 172060 175 0 0 25 0 1 0 980611149 410079232 99263 33554432000 4194304 5714214 140733474138752 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 100117 99263 177 372 0 99742 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 400468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11434
/proc/meminfo: memFree=781100/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=420312 CPUtime=1782.35 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 105798 0 0 0 178048 187 0 0 25 0 1 0 980611149 430399488 104205 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319440 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 105078 104205 177 372 0 104703 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 420312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 11434
/proc/meminfo: memFree=776616/32950928 swapFree=67054844/67111528
[pid=11372] ppid=11368 vsize=424800 CPUtime=1800.06 cores=0,2,4,6
/proc/11372/stat : 11372 (wbo1.6) R 11368 11372 10183 0 -1 4202496 106898 0 0 0 179816 190 0 0 25 0 1 0 980611149 434995200 105305 33554432000 4194304 5714214 140733474138752 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11372/statm: 106200 105305 177 372 0 105825 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 424800

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.09
CPU user time (s): 1798.17
CPU system time (s): 1.92071
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 424800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.17
system time used= 1.92071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106898
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= 6
involuntary context switches= 21411

runsolver used 3.03854 second user time and 6.76397 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 20:36:45
IDJOB=3446695
IDBENCH=78701
IDSOLVER=1943
FILE ID=node114/3446695-1307903805
RUNJOBID= node114-1307903805-11345
PBS_JOBID= 13559591
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-chnl30_31_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-3446695-1307903805/watcher-3446695-1307903805 -o /var/tmp/evaluation-result-3446695-1307903805/solver-3446695-1307903805 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446695-1307903805.wbo

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

MD5SUM BENCH= a55e12002eaa3d7d50414499a072c521
RANDOM SEED=1854354500

node114.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.848
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.75
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.848
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.74
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.848
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1691772 kB
Buffers:         55372 kB
Cached:       30237040 kB
SwapCached:      10300 kB
Active:       14865396 kB
Inactive:     15446248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1691772 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:            8556 kB
Writeback:           0 kB
AnonPages:       16876 kB
Mapped:          12436 kB
Slab:           883404 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191284 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 node114 at 2011-06-12 21:06:47