Trace number 1806146

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.05 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
23.48/23.58	#LEARNT CLAUSES 0
23.68/23.74	done !
23.68/23.74	c Now, SatElite...
23.68/23.74	c Parsing...
23.72/23.92	c ==============================================================================
23.72/23.92	c |           |     ORIGINAL     |              LEARNT              |          |
23.72/23.92	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
23.72/23.92	c ==============================================================================
23.72/23.92	c |         0 |  174298   506725 |   52289       0        0     nan |  0.000 % |
28.57/28.67	c |         0 |  173273   804005 |      --       0       --      -- |     --   | -1025/297280
28.57/28.67	c ==============================================================================
28.57/28.67	c Result  :   #vars: 1277   #clauses: 173273   #literals: 804005
28.57/28.67	c CPU time:   4.89726 s
28.57/28.67	c ==============================================================================
29.07/29.13	c SatElite is done !
29.07/29.13	c Calling MINISAT
29.07/29.13	This is MiniSat 2.0 beta
29.07/29.13	WARNING: for repeatability, setting FPU to use double precision
29.07/29.13	============================[ Problem Statistics ]=============================
29.07/29.13	|                                                                             |
29.07/29.14	|  Number of variables:  1277                                                 |
29.07/29.14	|  Number of clauses:    173273                                               |
29.12/29.27	|  Parsing time:         0.12         s                                       |
29.12/29.28	============================[ Search Statistics ]==============================
29.12/29.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.12/29.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.12/29.28	===============================================================================
29.12/29.28	|         0 |    1277   173273   804005 |    57757        0    nan |  0.000 % |
29.12/29.31	|       100 |    1277   173273   804005 |    63533      100     81 |  0.000 % |
29.12/29.33	|       252 |    1277   173273   804005 |    69886      252     77 |  0.003 % |
29.12/29.34	|       478 |    1277   173273   804005 |    76875      478     85 |  0.003 % |
29.12/29.39	|       815 |    1277   173273   804005 |    84562      815     85 |  0.000 % |
29.12/29.44	|      1321 |    1277   173273   804005 |    93019     1321     82 |  0.003 % |
29.12/29.49	|      2080 |    1277   173273   804005 |   102321     2080     95 |  0.003 % |
29.57/29.66	|      3219 |    1277   173273   804005 |   112553     3219    105 |  0.001 % |
29.77/29.83	|      4927 |    1277   173273   804005 |   123808     4927     96 |  0.003 % |
29.96/30.05	|      7489 |    1277   173273   804005 |   136189     7489    102 |  0.003 % |
30.57/30.70	|     11334 |    1277   173273   804005 |   149808    11334    109 |  0.001 % |
31.47/31.57	|     17101 |    1277   173273   804005 |   164789    17101    102 |  0.000 % |
32.47/32.58	|     25751 |    1277   173273   804005 |   181268    25751    106 |  0.003 % |
35.76/35.84	|     38725 |    1277   173273   804005 |   199395    38725    108 |  0.001 % |
42.06/42.12	|     58186 |    1277   173273   804005 |   219334    58186    108 |  0.003 % |
49.66/49.74	|     87378 |    1277   173273   804005 |   241268    87378    116 |  0.003 % |
73.15/73.20	|    131167 |    1277   173273   804005 |   265394   131167    120 |  0.001 % |
143.33/143.46	|    196851 |    1277   173273   804005 |   291934   196851    113 |  0.000 % |
211.61/211.74	|    295381 |    1277   173273   804005 |   321127    21310    138 |  0.000 % |
374.88/375.03	|    443171 |    1277   173273   804005 |   353240   169100    147 |  0.000 % |
681.90/682.18	|    664854 |    1277   173273   804005 |   388564    62248    105 |  0.003 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line 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-1806146-1242145933/watcher-1806146-1242145933 -o /tmp/evaluation-result-1806146-1242145933/solver-1806146-1242145933 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806146-1242145933.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 21044
/proc/meminfo: memFree=1015288/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) R 21042 21044 20881 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21044/statm: 1340 236 195 169 0 51 0
[pid=21045] ppid=21044 vsize=2124 CPUtime=0
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 242626909 2174976 249 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/21045/statm: 531 256 81 6 0 169 0

[startup+0.084284 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 21044
/proc/meminfo: memFree=1015288/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9100 CPUtime=0.07
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2542 0 0 0 6 1 0 0 19 0 1 50000 242626909 9318400 1845 1992294400 134512640 134537284 4294956368 18446744073709551615 5113467 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2275 1845 85 6 0 1913 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14460

[startup+0.101284 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 21044
/proc/meminfo: memFree=1015288/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9364 CPUtime=0.09
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2615 0 0 0 8 1 0 0 19 0 1 50000 242626909 9588736 1918 1992294400 134512640 134537284 4294956368 18446744073709551615 5113467 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2341 1918 85 6 0 1979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14724

[startup+0.301296 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 21044
/proc/meminfo: memFree=1015288/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=0.29
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 28 1 0 0 21 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14856

[startup+0.701321 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 21044
/proc/meminfo: memFree=1015288/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=0.69
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 68 1 0 0 25 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134524264 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14856

[startup+1.50137 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 21046
/proc/meminfo: memFree=1007592/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=1.49
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 148 1 0 0 25 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134523761 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14856

[startup+3.10148 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 21046
/proc/meminfo: memFree=1007464/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=3.09
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 308 1 0 0 25 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14856

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 21046
/proc/meminfo: memFree=1007272/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=6.29
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 628 1 0 0 25 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14856

[startup+12.7021 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 21046
/proc/meminfo: memFree=1007208/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=0
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242626909 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21044/statm: 1340 237 196 169 0 51 0
[pid=21045] ppid=21044 vsize=9496 CPUtime=12.69
/proc/21045/stat : 21045 (revival) R 21044 21044 20881 0 -1 4194304 2639 0 0 0 1268 1 0 0 25 0 1 50000 242626909 9723904 1942 1992294400 134512640 134537284 4294956368 18446744073709551615 134523899 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21045/statm: 2374 1942 85 6 0 2012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14856

[startup+25.5019 s]
/proc/loadavg: 1.07 1.00 0.94 2/66 21047
/proc/meminfo: memFree=994856/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=23.72
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 311 2654 0 0 0 0 2370 2 16 0 1 0 242626909 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 238 197 169 0 51 0
[pid=21047] ppid=21044 vsize=20804 CPUtime=1.75
/proc/21047/stat : 21047 (SatElite) R 21044 21044 20881 0 -1 4194304 4360 0 0 0 173 2 0 0 25 0 1 0 242629283 21303296 4345 1992294400 134512640 135031949 4294956240 18446744073709551615 134569465 0 0 4096 3 0 0 0 17 0 0 0
/proc/21047/statm: 5201 4345 67 126 0 5072 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26164

[startup+51.1016 s]
/proc/loadavg: 1.11 1.02 0.95 2/66 21048
/proc/meminfo: memFree=953192/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=56500 CPUtime=21.94
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 13975 0 0 0 2186 8 0 0 25 0 1 0 242629823 57856000 13959 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 14125 13959 77 170 0 13953 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61860

[startup+102.306 s]
/proc/loadavg: 1.05 1.01 0.95 2/66 21048
/proc/meminfo: memFree=911400/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=97652 CPUtime=73.13
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 24200 0 0 0 7295 18 0 0 25 0 1 0 242629823 99995648 24184 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 24413 24184 77 170 0 24241 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103012

[startup+162.302 s]
/proc/loadavg: 1.02 1.00 0.95 2/66 21048
/proc/meminfo: memFree=877416/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=132708 CPUtime=133.11
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 32852 0 0 0 13286 25 0 0 25 0 1 0 242629823 135892992 32836 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 33177 32836 77 170 0 33005 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 138068

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21048
/proc/meminfo: memFree=843432/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=165820 CPUtime=193.09
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 41146 0 0 0 19276 33 0 0 25 0 1 0 242629823 169799680 41130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 41455 41130 77 170 0 41283 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 171180

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21048
/proc/meminfo: memFree=843432/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=165820 CPUtime=253.08
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 41147 0 0 0 25275 33 0 0 25 0 1 0 242629823 169799680 41131 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 41455 41131 77 170 0 41283 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 171180

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21048
/proc/meminfo: memFree=843432/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=165820 CPUtime=313.06
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 41152 0 0 0 31273 33 0 0 25 0 1 0 242629823 169799680 41136 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 41455 41136 77 170 0 41283 0
Current children cumulated CPU time (s) 342.18

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

/proc/21048/statm: 45204 44819 77 170 0 45032 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 186176

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21050
/proc/meminfo: memFree=811496/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=198560 CPUtime=553.01
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 49111 0 0 0 55260 41 0 0 25 0 1 0 242629823 203325440 49095 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 49640 49095 77 170 0 49468 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 203920

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21050
/proc/meminfo: memFree=800040/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=210156 CPUtime=612.99
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 51947 0 0 0 61256 43 0 0 25 0 1 0 242629823 215199744 51931 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52539 51931 77 170 0 52367 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 215516

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=672.98
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52338 0 0 0 67254 44 0 0 25 0 1 0 242629823 216784896 52322 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52322 77 170 0 52754 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 217064

[startup+762.305 s]
/proc/loadavg: 1.04 1.01 0.95 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=732.97
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52338 0 0 0 73253 44 0 0 25 0 1 0 242629823 216784896 52322 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52322 77 170 0 52754 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 217064

[startup+822.301 s]
/proc/loadavg: 1.06 1.02 0.96 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=792.95
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52340 0 0 0 79251 44 0 0 25 0 1 0 242629823 216784896 52324 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52324 77 170 0 52754 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 217064

[startup+882.301 s]
/proc/loadavg: 1.02 1.02 0.96 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=852.93
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52340 0 0 0 85249 44 0 0 25 0 1 0 242629823 216784896 52324 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52324 77 170 0 52754 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 217064

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=912.91
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52340 0 0 0 91247 44 0 0 25 0 1 0 242629823 216784896 52324 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52324 77 170 0 52754 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 217064

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 21050
/proc/meminfo: memFree=798440/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=211704 CPUtime=972.87
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 52340 0 0 0 97243 44 0 0 25 0 1 0 242629823 216784896 52324 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 52926 52324 77 170 0 52754 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 217064

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21050
/proc/meminfo: memFree=783272/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=227660 CPUtime=1032.87
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 56229 0 0 0 103239 48 0 0 25 0 1 0 242629823 233123840 56213 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 56915 56213 77 170 0 56743 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 233020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21050
/proc/meminfo: memFree=769960/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=240896 CPUtime=1092.85
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 59514 0 0 0 109234 51 0 0 25 0 1 0 242629823 246677504 59498 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 60224 59498 77 170 0 60052 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 246256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21050
/proc/meminfo: memFree=753192/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=257688 CPUtime=1152.83
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 63709 0 0 0 115228 55 0 0 25 0 1 0 242629823 263872512 63693 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 64422 63693 77 170 0 64250 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 263048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21050
/proc/meminfo: memFree=748264/2055920 swapFree=4181272/4192956
[pid=21044] ppid=21042 vsize=5360 CPUtime=29.12
/proc/21044/stat : 21044 (run.sh) S 21042 21044 20881 0 -1 4194304 341 7020 0 0 0 0 2905 7 19 0 1 0 242626909 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21044/statm: 1340 241 197 169 0 51 0
[pid=21048] ppid=21044 vsize=262580 CPUtime=1170.93
/proc/21048/stat : 21048 (minisat) R 21044 21044 20881 0 -1 4194304 64898 0 0 0 117037 56 0 0 25 0 1 0 242629823 268881920 64882 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21048/statm: 65645 64882 77 170 0 65473 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 267940

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21044 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=52583
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=75988
# CPU time returned by wait4() is 29.1286
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1199.42
CPU system time (s): 0.63
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 267940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0526
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7361
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= 8
involuntary context switches= 64

runsolver used 0.966853 second user time and 3.41048 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 18:32:14
IDJOB=1806146
IDBENCH=24676
IDSOLVER=647
FILE ID=node22/1806146-1242145933
PBS_JOBID= 9289699
Free space on /tmp= 66360 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806146-1242145933/watcher-1806146-1242145933 -o /tmp/evaluation-result-1806146-1242145933/solver-1806146-1242145933 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806146-1242145933.cnf HOME

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=1116727809

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1015704 kB
Buffers:         82928 kB
Cached:         856540 kB
SwapCached:       5528 kB
Active:          89764 kB
Inactive:       858088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1015704 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            78368 kB
Committed_AS:   983116 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node22 at 2009-05-12 18:52:16