Trace number 2690308

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.4b? (MO) 1592.68 1592.63

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_41_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMf511ebc8ef7d333a60d28a0c67ab699d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.439932
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3280
Total number of constraints162
Number of soft constraints117
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 5670
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5669
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
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.4 beta - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690308-1277890049.wbo.
0.00/0.00	c Instance file HOME/instance-2690308-1277890049.wbo
0.00/0.00	c File size is 58882 bytes.
0.00/0.00	c Highest Coefficient sum: 42
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:      3280                                                |
0.00/0.00	c |  Number Clauses:        82                                                  |
0.00/0.00	c |  Number Cardinality:    80                                                  |
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 |    3280      162     6560 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       100 |    3280      162     6560 |     5500      100    146 |  0.000 % |
0.01/0.02	c |       251 |    3280      162     6560 |     6050      251    174 |  0.000 % |
0.01/0.03	c |       476 |    3280      162     6560 |     6655      476    291 |  0.000 % |
0.01/0.05	c |       814 |    3280      162     6560 |     7320      814    247 |  0.000 % |
0.01/0.09	c |      1320 |    3280      162     6560 |     8052     1320    221 |  0.000 % |
0.09/0.16	c |      2080 |    3280      162     6560 |     8857     2080    213 |  0.000 % |
0.19/0.28	c |      3219 |    3280      162     6560 |     9743     3219    225 |  0.000 % |
0.49/0.51	c |      4927 |    3280      162     6560 |    10717     4927    266 |  0.000 % |
0.89/0.96	c |      7490 |    3280      162     6560 |    11789     7490    247 |  0.000 % |
1.49/1.53	c |     11336 |    3280      162     6560 |    12968    11336    240 |  0.000 % |
2.69/2.79	c |     17102 |    3280      162     6560 |    14265     9819    226 |  0.000 % |
5.09/5.11	c |     25753 |    3280      162     6560 |    15692    10550    224 |  0.000 % |
12.39/12.48	c |     38727 |    3280      162     6560 |    17261    14897    348 |  0.000 % |
18.49/18.53	c |     58189 |    3280      162     6560 |    18987    14924    296 |  0.000 % |
31.99/32.00	c |     87382 |    3280      162     6560 |    20886    12617    327 |  0.000 % |
68.40/68.49	c |    131171 |    3280      162     6560 |    22974    19687    827 |  0.000 % |
180.30/180.40	c There are 0 assigned variables. 0 in cost function.
180.40/180.47	c ============================[ Search Statistics ]==============================
180.40/180.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.40/180.47	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
180.40/180.47	c ===============================================================================
180.40/180.47	c |         0 |    3280      162     6560 |     5000        0    nan |  0.000 % |
180.40/180.50	c |       100 |    3280      162     6560 |     5500      100    147 |  0.000 % |
180.49/180.51	c |       251 |    3280      162     6560 |     6050      251    179 |  0.000 % |
180.49/180.55	c |       476 |    3280      162     6560 |     6655      476    238 |  0.000 % |
180.49/180.59	c |       813 |    3280      162     6560 |     7320      813    206 |  0.000 % |
180.60/180.66	c |      1319 |    3280      162     6560 |     8052     1319    204 |  0.000 % |
180.70/180.79	c |      2078 |    3280      162     6560 |     8857     2078    206 |  0.000 % |
181.00/181.00	c |      3218 |    3280      162     6560 |     9743     3218    213 |  0.000 % |
181.30/181.31	c |      4927 |    3280      162     6560 |    10717     4927    208 |  0.000 % |
182.09/182.10	c |      7490 |    3280      162     6560 |    11789     7490    232 |  0.000 % |
183.50/183.50	c |     11336 |    3280      162     6560 |    12968    11336    245 |  0.000 % |
186.00/186.00	c |     17103 |    3280      162     6560 |    14265     9831    305 |  0.000 % |
191.19/191.21	c |     25752 |    3280      162     6560 |    15692    10567    385 |  0.000 % |
202.70/202.74	c |     38726 |    3280      162     6560 |    17261    14913    485 |  0.000 % |
216.49/216.51	c |     58188 |    3280      162     6560 |    18987    14315    661 |  0.000 % |
231.40/231.40	c |     87381 |    3280      162     6560 |    20886    21741    238 |  0.000 % |
262.29/262.35	c |    131174 |    3280      162     6560 |    22974    18030    506 |  0.000 % |
330.80/330.81	c |    196860 |    3280      162     6560 |    25272    19863    429 |  0.000 % |
404.71/404.73	c |    295390 |    3280      162     6560 |    27799    25777    369 |  0.000 % |
535.50/535.56	c |    443179 |    3280      162     6560 |    30579    21689    796 |  0.000 % |
851.92/851.93	c |    664864 |    3280      162     6560 |    33637    31727    351 |  0.000 % |
1134.93/1134.95	c |    997390 |    3280      162     6560 |    37001    33925    390 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2690308-1277890049/watcher-2690308-1277890049 -o /tmp/evaluation-result-2690308-1277890049/solver-2690308-1277890049 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690308-1277890049.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.51 2.72 4/178 13855
/proc/meminfo: memFree=30743336/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3180 CPUtime=0
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 1 0 130300445 3256320 329 4089446400 134512640 135752675 4286850144 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 795 330 146 303 0 475 0

[startup+0.0207099 s]
/proc/loadavg: 2.04 2.51 2.72 4/178 13855
/proc/meminfo: memFree=30743336/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3460 CPUtime=0.01
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 587 0 0 0 1 0 0 0 25 0 1 0 130300445 3543040 411 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 865 411 144 303 0 560 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3460

[startup+0.100683 s]
/proc/loadavg: 2.04 2.51 2.72 4/178 13855
/proc/meminfo: memFree=30743336/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=4780 CPUtime=0.09
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 919 0 0 0 9 0 0 0 25 0 1 0 130300445 4894720 743 4089446400 134512640 135752675 4286850144 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 1195 743 144 303 0 890 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4780

[startup+0.300637 s]
/proc/loadavg: 2.04 2.51 2.72 4/178 13855
/proc/meminfo: memFree=30743336/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=6892 CPUtime=0.29
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 1450 0 0 0 29 0 0 0 25 0 1 0 130300445 7057408 1274 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 1723 1274 144 303 0 1418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6892

[startup+0.700564 s]
/proc/loadavg: 2.04 2.51 2.72 4/178 13855
/proc/meminfo: memFree=30743336/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=10736 CPUtime=0.69
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 2429 0 0 0 69 0 0 0 25 0 1 0 130300445 10993664 2253 4089446400 134512640 135752675 4286850144 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 2684 2253 144 303 0 2379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10736

[startup+1.50041 s]
/proc/loadavg: 2.04 2.51 2.72 3/179 13856
/proc/meminfo: memFree=30730928/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=15884 CPUtime=1.49
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 3702 0 0 0 148 1 0 0 25 0 1 0 130300445 16265216 3526 4089446400 134512640 135752675 4286850144 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 3971 3526 144 303 0 3666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15884

[startup+3.10013 s]
/proc/loadavg: 2.04 2.51 2.72 3/179 13856
/proc/meminfo: memFree=30715676/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=24796 CPUtime=3.09
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 5947 0 0 0 307 2 0 0 25 0 1 0 130300445 25391104 5771 4089446400 134512640 135752675 4286850144 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 6199 5771 144 303 0 5894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24796

[startup+6.30054 s]
/proc/loadavg: 2.04 2.50 2.72 3/179 13856
/proc/meminfo: memFree=30683276/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=37872 CPUtime=6.29
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 9210 0 0 0 625 4 0 0 25 0 1 0 130300445 38780928 9034 4089446400 134512640 135752675 4286850144 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 9468 9034 144 303 0 9163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37872

[startup+12.7004 s]
/proc/loadavg: 2.03 2.49 2.72 3/179 13856
/proc/meminfo: memFree=30641936/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=55684 CPUtime=12.69
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 13632 0 0 0 1263 6 0 0 25 0 1 0 130300445 57020416 13456 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 13921 13456 144 303 0 13616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55684

[startup+25.501 s]
/proc/loadavg: 2.03 2.47 2.70 3/179 13856
/proc/meminfo: memFree=30517936/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=116912 CPUtime=25.49
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 28950 0 0 0 2537 12 0 0 25 0 1 0 130300445 119717888 28774 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 29228 28774 144 303 0 28923 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116912

[startup+51.1004 s]
/proc/loadavg: 2.02 2.43 2.68 3/179 13857
/proc/meminfo: memFree=30331116/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=235192 CPUtime=51.1
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 58516 0 0 0 5088 22 0 0 25 0 1 0 130300445 240836608 58340 4089446400 134512640 135752675 4286850144 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 58798 58340 144 303 0 58493 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 235192

[startup+102.306 s]
/proc/loadavg: 2.01 2.36 2.64 3/179 13858
/proc/meminfo: memFree=30094500/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=379052 CPUtime=102.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 94471 0 0 0 10197 33 0 0 25 0 1 0 130300445 388149248 94295 4089446400 134512640 135752675 4286850144 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 94763 94295 144 303 0 94458 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 379052

[startup+162.301 s]
/proc/loadavg: 2.00 2.29 2.60 3/179 13860
/proc/meminfo: memFree=29857508/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=463816 CPUtime=162.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 115646 0 0 0 16191 39 0 0 25 0 1 0 130300445 474947584 115470 4089446400 134512640 135752675 4286850144 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 115954 115470 144 303 0 115649 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 463816

[startup+222.301 s]
/proc/loadavg: 2.00 2.24 2.56 3/179 13862
/proc/meminfo: memFree=29686704/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=530792 CPUtime=222.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 132433 0 0 0 22179 51 0 0 25 0 1 0 130300445 543531008 132257 4089446400 134512640 135752675 4286850144 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 132698 132257 146 303 0 132393 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 530792

[startup+282.3 s]
/proc/loadavg: 2.00 2.19 2.52 3/179 13866
/proc/meminfo: memFree=29419148/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=676916 CPUtime=282.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 168908 0 0 0 28165 65 0 0 25 0 1 0 130300445 693161984 168732 4089446400 134512640 135752675 4286850144 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 169229 168732 146 303 0 168924 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 676916

[startup+342.3 s]
/proc/loadavg: 2.05 2.17 2.49 3/179 13868
/proc/meminfo: memFree=29094984/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=785436 CPUtime=342.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 195987 0 0 0 34154 76 0 0 25 0 1 0 130300445 804286464 195811 4089446400 134512640 135752675 4286850144 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 196359 195811 146 303 0 196054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 785436

[startup+402.3 s]
/proc/loadavg: 2.02 2.13 2.46 3/179 13869
/proc/meminfo: memFree=28720716/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=907176 CPUtime=402.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 226390 0 0 0 40141 89 0 0 25 0 1 0 130300445 928948224 226214 4089446400 134512640 135752675 4286850144 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 226794 226214 146 303 0 226489 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 907176

[startup+462.3 s]
/proc/loadavg: 2.00 2.11 2.43 3/179 13871
/proc/meminfo: memFree=28338760/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1135916 CPUtime=462.31
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 283555 0 0 0 46124 107 0 0 25 0 1 0 130300445 1163177984 283379 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 283979 283379 146 303 0 283674 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1135916

[startup+522.3 s]
/proc/loadavg: 2.00 2.08 2.40 3/179 13873
/proc/meminfo: memFree=28003560/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1388820 CPUtime=522.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 346787 0 0 0 52105 125 0 0 25 0 1 0 130300445 1422151680 346611 4089446400 134512640 135752675 4286850144 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 347205 346611 146 303 0 346900 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1388820

[startup+582.3 s]
/proc/loadavg: 2.03 2.08 2.38 3/179 13874
/proc/meminfo: memFree=27781084/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1520548 CPUtime=582.3
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 379667 0 0 0 58094 136 0 0 25 0 1 0 130300445 1557041152 379491 4089446400 134512640 135752675 4286850144 18446744073709551615 134611744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 380137 379491 146 303 0 379832 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1520548

[startup+642.3 s]
/proc/loadavg: 2.01 2.06 2.35 3/179 13876
/proc/meminfo: memFree=27593076/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1607120 CPUtime=642.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 401256 0 0 0 64088 144 0 0 25 0 1 0 130300445 1645690880 401080 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 401780 401080 146 303 0 401475 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1607120

[startup+702.3 s]
/proc/loadavg: 2.00 2.05 2.33 3/179 13877
/proc/meminfo: memFree=27427268/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1694244 CPUtime=702.31
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 422995 0 0 0 70078 153 0 0 25 0 1 0 130300445 1734905856 422819 4089446400 134512640 135752675 4286850144 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 423561 422819 146 303 0 423256 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1694244

[startup+762.307 s]
/proc/loadavg: 2.00 2.04 2.30 3/179 13879
/proc/meminfo: memFree=27224748/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1794352 CPUtime=762.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 448032 0 0 0 76070 162 0 0 25 0 1 0 130300445 1837416448 447856 4089446400 134512640 135752675 4286850144 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 448588 447856 146 303 0 448283 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1794352

[startup+822.301 s]
/proc/loadavg: 2.00 2.03 2.28 3/179 13881
/proc/meminfo: memFree=27023968/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1884104 CPUtime=822.31
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 470459 0 0 0 82061 170 0 0 25 0 1 0 130300445 1929322496 470283 4089446400 134512640 135752675 4286850144 18446744073709551615 134607297 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 471026 470283 146 303 0 470721 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1884104

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 13882
/proc/meminfo: memFree=26819216/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=1980628 CPUtime=882.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 494550 0 0 0 88053 179 0 0 25 0 1 0 130300445 2028163072 494374 4089446400 134512640 135752675 4286850144 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 495157 494374 146 303 0 494852 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1980628

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.24 3/179 13884
/proc/meminfo: memFree=26601328/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2089940 CPUtime=942.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 521815 0 0 0 94040 192 0 0 25 0 1 0 130300445 2140098560 521639 4089446400 134512640 135752675 4286850144 18446744073709551615 134611744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 522485 521639 146 303 0 522180 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2089940

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/179 13885
/proc/meminfo: memFree=26352556/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2200472 CPUtime=1002.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 549372 0 0 0 100028 204 0 0 25 0 1 0 130300445 2253283328 549196 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 550118 549196 146 303 0 549813 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2200472

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/179 13887
/proc/meminfo: memFree=26066820/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2311600 CPUtime=1062.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 577136 0 0 0 106016 216 0 0 25 0 1 0 130300445 2367078400 576960 4089446400 134512640 135752675 4286850144 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 577900 576960 146 303 0 577595 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2311600

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 13889
/proc/meminfo: memFree=25733104/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2451088 CPUtime=1122.32
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 612006 0 0 0 112002 230 0 0 25 0 1 0 130300445 2509914112 611830 4089446400 134512640 135752675 4286850144 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 612772 611830 146 303 0 612467 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2451088

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/179 13890
/proc/meminfo: memFree=25379040/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2638508 CPUtime=1182.33
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 658815 0 0 0 117986 247 0 0 25 0 1 0 130300445 2701832192 658639 4089446400 134512640 135752675 4286850144 18446744073709551615 134607308 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 659627 658641 146 303 0 659322 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2638508

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 13892
/proc/meminfo: memFree=24983824/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=2825168 CPUtime=1242.33
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 705488 0 0 0 123974 259 0 0 25 0 1 0 130300445 2892972032 705312 4089446400 134512640 135752675 4286850144 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 706292 705312 146 303 0 705987 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2825168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 13893
/proc/meminfo: memFree=24663384/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3001616 CPUtime=1302.33
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 749573 0 0 0 129960 273 0 0 25 0 1 0 130300445 3073654784 749397 4089446400 134512640 135752675 4286850144 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 750404 749397 146 303 0 750099 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3001616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 13895
/proc/meminfo: memFree=24277212/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3196996 CPUtime=1362.34
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 798394 0 0 0 135947 287 0 0 25 0 1 0 130300445 3273723904 798218 4089446400 134512640 135752675 4286850144 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 799249 798218 146 303 0 798944 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3196996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 13897
/proc/meminfo: memFree=23952316/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3344352 CPUtime=1422.34
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 835220 0 0 0 141936 298 0 0 25 0 1 0 130300445 3424616448 835044 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 836088 835044 146 303 0 835783 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3344352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/197 13944
/proc/meminfo: memFree=27476632/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3540380 CPUtime=1482.34
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 884242 0 0 0 147919 315 0 0 25 0 1 0 130300445 3625349120 884066 4089446400 134512640 135752675 4286850144 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 885095 884066 146 303 0 884790 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3540380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/197 13946
/proc/meminfo: memFree=27283604/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3719580 CPUtime=1542.34
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 929011 0 0 0 153905 329 0 0 25 0 1 0 130300445 3808849920 928835 4089446400 134512640 135752675 4286850144 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 929895 928835 146 303 0 929590 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 3719580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1592.5 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 13947
/proc/meminfo: memFree=27109440/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=3891460 CPUtime=1592.55
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4202496 971963 0 0 0 158911 344 0 0 25 0 1 0 130300445 3984855040 971787 4089446400 134512640 135752675 4286850144 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13855/statm: 972865 971787 146 303 0 972560 0
Current children cumulated CPU time (s) 1592.55
Current children cumulated vsize (KiB) 3891460

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

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

[startup+1592.61 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 13947
/proc/meminfo: memFree=27109440/32951124 swapFree=67111528/67111528
[pid=13855] ppid=13853 vsize=0 CPUtime=1592.65
/proc/13855/stat : 13855 (wbo1.4b) R 13853 13855 12496 0 -1 4203524 971963 0 0 0 158911 354 0 0 25 0 1 0 130300445 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/13855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1592.65
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1592.63
CPU time (s): 1592.68
CPU user time (s): 1589.11
CPU system time (s): 3.56246
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3891460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1589.11
system time used= 3.56246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 971963
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= 2
involuntary context switches= 1513

runsolver used 2.12268 second user time and 5.13222 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 11:27:30
IDJOB=2690308
IDBENCH=78678
IDSOLVER=1201
FILE ID=node139/2690308-1277890049
PBS_JOBID= 11197075
Free space on /tmp= 74124 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_41_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= wbo1.4b -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690308-1277890049/watcher-2690308-1277890049 -o /tmp/evaluation-result-2690308-1277890049/solver-2690308-1277890049 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690308-1277890049.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f511ebc8ef7d333a60d28a0c67ab699d
RANDOM SEED=1894060314

node139.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.840
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.68
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.840
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.840
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.82
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.840
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.840
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.78
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.840
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.840
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.82
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.840
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:     32951124 kB
MemFree:      30743668 kB
Buffers:        175964 kB
Cached:        1462120 kB
SwapCached:          0 kB
Active:        1082444 kB
Inactive:       979652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30743668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3040 kB
Writeback:           0 kB
AnonPages:      424252 kB
Mapped:          15376 kB
Slab:            82376 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   566760 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 /tmp at the end= 74120 MiB
End job on node139 at 2010-06-30 11:54:04