Trace number 1806147

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
ReVivAl 0.23 + SatElite 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 SatElite...
0.00/0.00	c Parsing...
0.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  174298   506725 |   52289       0        0     nan |  0.000 % |
5.19/5.24	c |         0 |  173273   804005 |      --       0       --      -- |     --   | -1025/297280
5.19/5.24	c ==============================================================================
5.19/5.24	c Result  :   #vars: 1277   #clauses: 173273   #literals: 804005
5.19/5.24	c CPU time:   5.20521 s
5.19/5.24	c ==============================================================================
5.68/5.75	c SatElite is done !
5.68/5.75	c revival is preprocessing the formula...#ITERATIONS 5
147.73/147.86	#LEARNT CLAUSES 0
148.04/148.10	done !
148.04/148.10	c Calling MINISAT
148.04/148.10	This is MiniSat 2.0 beta
148.04/148.10	WARNING: for repeatability, setting FPU to use double precision
148.04/148.10	============================[ Problem Statistics ]=============================
148.04/148.10	|                                                                             |
148.04/148.10	|  Number of variables:  1277                                                 |
148.04/148.10	|  Number of clauses:    173273                                               |
148.04/148.24	|  Parsing time:         0.13         s                                       |
148.04/148.25	============================[ Search Statistics ]==============================
148.04/148.25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
148.04/148.25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
148.04/148.25	===============================================================================
148.04/148.25	|         0 |    1277   173273   792401 |    57757        0    nan |  0.000 % |
148.04/148.28	|       103 |    1277   173273   792401 |    63533      103     83 |  0.000 % |
148.04/148.29	|       254 |    1277   173273   792401 |    69886      254     79 |  0.003 % |
148.04/148.31	|       480 |    1277   173273   792401 |    76875      480     86 |  0.003 % |
148.04/148.35	|       818 |    1277   173273   792401 |    84562      818     89 |  0.001 % |
148.04/148.40	|      1325 |    1277   173273   792401 |    93019     1325     89 |  0.000 % |
148.04/148.44	|      2084 |    1277   173273   792401 |   102321     2084     93 |  0.003 % |
148.43/148.60	|      3224 |    1277   173273   792401 |   112553     3224    100 |  0.001 % |
148.62/148.74	|      4934 |    1277   173273   792401 |   123808     4934    106 |  0.003 % |
149.02/149.14	|      7496 |    1277   173273   792401 |   136189     7496    108 |  0.001 % |
149.43/149.57	|     11340 |    1277   173273   792401 |   149808    11340    114 |  0.000 % |
150.73/150.88	|     17107 |    1277   173273   792401 |   164789    17107    119 |  0.001 % |
152.42/152.54	|     25756 |    1277   173273   792401 |   181268    25756    117 |  0.003 % |
154.73/154.83	|     38730 |    1277   173273   792401 |   199395    38730    124 |  0.003 % |
162.92/163.09	|     58191 |    1277   173273   792401 |   219334    58191    126 |  0.001 % |
176.62/176.72	|     87383 |    1277   173273   792401 |   241268    87383    120 |  0.000 % |
199.71/199.89	|    131172 |    1277   173273   792401 |   265394   131172    110 |  0.000 % |
240.99/241.12	|    196857 |    1277   173273   792401 |   291934   196857    123 |  0.000 % |
341.17/341.32	|    295385 |    1277   173273   792401 |   321127    22622    132 |  0.001 % |
561.51/561.76	|    443174 |    1277   173273   792401 |   353240   170411    123 |  0.003 % |
821.24/821.51	|    664857 |    1277   173273   792401 |   388564    53809    138 |  0.000 % |

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-1806147-1242145940/watcher-1806147-1242145940 -o /tmp/evaluation-result-1806147-1242145940/solver-1806147-1242145940 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806147-1242145940.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.97 0.91 3/64 18232
/proc/meminfo: memFree=1000016/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=948 CPUtime=0
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 242621578 970752 147 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 237 148 51 126 0 108 0

[startup+0.102844 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 18232
/proc/meminfo: memFree=1000016/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=5744 CPUtime=0.09
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 1322 0 0 0 8 1 0 0 18 0 1 0 242621578 5881856 1305 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 1436 1305 51 126 0 1307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11104

[startup+0.201854 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 18232
/proc/meminfo: memFree=1000016/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=12508 CPUtime=0.18
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 2813 0 0 0 16 2 0 0 18 0 1 0 242621578 12808192 2796 1992294400 134512640 135031949 4294956224 18446744073709551615 134547414 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 3127 2796 67 126 0 2998 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 17868

[startup+0.301865 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 18232
/proc/meminfo: memFree=1000016/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=13564 CPUtime=0.28
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 3057 0 0 0 26 2 0 0 19 0 1 0 242621578 13889536 3040 1992294400 134512640 135031949 4294956224 18446744073709551615 134569463 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 3391 3040 67 126 0 3262 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18924

[startup+0.701911 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 18232
/proc/meminfo: memFree=1000016/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=19456 CPUtime=0.69
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 4191 0 0 0 66 3 0 0 22 0 1 0 242621578 19922944 4174 1992294400 134512640 135031949 4294956224 18446744073709551615 134569280 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 4864 4174 67 126 0 4735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24816

[startup+1.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18234
/proc/meminfo: memFree=982336/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=20804 CPUtime=1.49
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 4362 0 0 0 146 3 0 0 25 0 1 0 242621578 21303296 4345 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 5201 4345 67 126 0 5072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26164

[startup+3.10218 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18234
/proc/meminfo: memFree=982208/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=0
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242621578 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18232/statm: 1340 238 197 169 0 51 0
[pid=18233] ppid=18232 vsize=20804 CPUtime=3.09
/proc/18233/stat : 18233 (SatElite) R 18232 18232 18039 0 -1 4194304 4362 0 0 0 306 3 0 0 25 0 1 0 242621578 21303296 4345 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 1 0 0
/proc/18233/statm: 5201 4345 67 126 0 5072 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26164

[startup+6.30156 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18234
/proc/meminfo: memFree=981576/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=5.74
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 317 4368 0 0 0 0 569 5 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 5360

[startup+12.7023 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18235
/proc/meminfo: memFree=986248/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=5.74
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 317 4368 0 0 0 0 569 5 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18235] ppid=18232 vsize=10812 CPUtime=6.94
/proc/18235/stat : 18235 (revival) R 18232 18232 18039 0 -1 4194304 3311 0 0 0 692 2 0 0 25 0 1 50000 242622153 11071488 2285 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18235/statm: 2703 2285 85 6 0 2341 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16172

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18235
/proc/meminfo: memFree=986312/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=5.74
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 317 4368 0 0 0 0 569 5 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18235] ppid=18232 vsize=10944 CPUtime=19.73
/proc/18235/stat : 18235 (revival) R 18232 18232 18039 0 -1 4194304 3320 0 0 0 1971 2 0 0 25 0 1 50000 242622153 11206656 2294 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18235/statm: 2736 2294 85 6 0 2374 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16304

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18235
/proc/meminfo: memFree=986312/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=5.74
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 317 4368 0 0 0 0 569 5 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18235] ppid=18232 vsize=10944 CPUtime=45.32
/proc/18235/stat : 18235 (revival) R 18232 18232 18039 0 -1 4194304 3321 0 0 0 4530 2 0 0 25 0 1 50000 242622153 11206656 2295 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18235/statm: 2736 2295 85 6 0 2374 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16304

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18235
/proc/meminfo: memFree=986376/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=5.74
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 317 4368 0 0 0 0 569 5 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18235] ppid=18232 vsize=10944 CPUtime=96.51
/proc/18235/stat : 18235 (revival) R 18232 18232 18039 0 -1 4194304 3322 0 0 0 9649 2 0 0 25 0 1 50000 242622153 11206656 2296 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18235/statm: 2736 2296 85 6 0 2374 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16304

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18236
/proc/meminfo: memFree=951688/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=40900 CPUtime=14.18
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 10101 0 0 0 1413 5 0 0 25 0 1 0 242636388 41881600 10085 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 10225 10085 77 170 0 10053 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 46260

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18236
/proc/meminfo: memFree=890952/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=101416 CPUtime=74.16
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 25127 0 0 0 7399 17 0 0 25 0 1 0 242636388 103849984 25111 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 25354 25111 77 170 0 25182 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 106776

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18236
/proc/meminfo: memFree=848904/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=143912 CPUtime=134.14
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 35696 0 0 0 13386 28 0 0 25 0 1 0 242636388 147365888 35680 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 35978 35680 77 170 0 35806 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 149272

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18236
/proc/meminfo: memFree=821896/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=170396 CPUtime=194.13
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 42329 0 0 0 19376 37 0 0 25 0 1 0 242636388 174485504 42313 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 42599 42313 77 170 0 42427 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 175756

[startup+402.301 s]

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

/proc/18236/statm: 42599 42318 77 170 0 42427 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 175756

[startup+642.302 s]
/proc/loadavg: 1.04 1.01 0.93 2/66 18238
/proc/meminfo: memFree=806664/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=186176 CPUtime=494.05
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 46254 0 0 0 49364 41 0 0 25 0 1 0 242636388 190644224 46238 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 46544 46238 77 170 0 46372 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 191536

[startup+702.301 s]
/proc/loadavg: 1.05 1.02 0.93 2/66 18238
/proc/meminfo: memFree=782600/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=210500 CPUtime=554.03
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 52155 0 0 0 55357 46 0 0 25 0 1 0 242636388 215552000 52139 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 52625 52139 77 170 0 52453 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 215860

[startup+762.301 s]
/proc/loadavg: 1.13 1.05 0.94 2/66 18238
/proc/meminfo: memFree=766728/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=226284 CPUtime=614.02
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 56086 0 0 0 61351 51 0 0 25 0 1 0 242636388 231714816 56070 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 56571 56070 77 170 0 56399 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 231644

[startup+822.302 s]
/proc/loadavg: 1.12 1.05 0.95 2/66 18238
/proc/meminfo: memFree=757256/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=674
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58446 0 0 0 67347 53 0 0 25 0 1 0 242636388 241422336 58430 1992294400 134512640 135212939 4294956240 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58430 77 170 0 58769 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 241124

[startup+882.306 s]
/proc/loadavg: 1.11 1.06 0.95 2/66 18238
/proc/meminfo: memFree=757256/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=733.99
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58448 0 0 0 73346 53 0 0 25 0 1 0 242636388 241422336 58432 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58432 77 170 0 58769 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 241124

[startup+942.302 s]
/proc/loadavg: 1.10 1.06 0.96 2/66 18238
/proc/meminfo: memFree=757192/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=793.97
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58452 0 0 0 79344 53 0 0 25 0 1 0 242636388 241422336 58436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58436 77 170 0 58769 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 241124

[startup+1002.3 s]
/proc/loadavg: 1.09 1.06 0.96 2/66 18238
/proc/meminfo: memFree=757192/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=853.95
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58452 0 0 0 85342 53 0 0 25 0 1 0 242636388 241422336 58436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58436 77 170 0 58769 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 241124

[startup+1062.3 s]
/proc/loadavg: 1.08 1.06 0.97 2/66 18238
/proc/meminfo: memFree=757192/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=913.93
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58452 0 0 0 91340 53 0 0 25 0 1 0 242636388 241422336 58436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58436 77 170 0 58769 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 241124

[startup+1122.3 s]
/proc/loadavg: 1.08 1.06 0.97 2/66 18238
/proc/meminfo: memFree=757192/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=973.93
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58452 0 0 0 97339 54 0 0 25 0 1 0 242636388 241422336 58436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58436 77 170 0 58769 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 241124

[startup+1182.3 s]
/proc/loadavg: 1.07 1.06 0.98 2/66 18238
/proc/meminfo: memFree=757256/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=1033.91
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58454 0 0 0 103337 54 0 0 25 0 1 0 242636388 241422336 58438 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58438 77 170 0 58769 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 241124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.13 1.07 0.98 2/66 18238
/proc/meminfo: memFree=757256/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=1052.01
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58454 0 0 0 105147 54 0 0 25 0 1 0 242636388 241422336 58438 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58438 77 170 0 58769 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 241124

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

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

[startup+1200.4 s]
/proc/loadavg: 1.13 1.07 0.98 2/66 18238
/proc/meminfo: memFree=757256/2055920 swapFree=4191900/4192956
[pid=18232] ppid=18230 vsize=5360 CPUtime=148.04
/proc/18232/stat : 18232 (run.sh) S 18230 18232 18039 0 -1 4194304 343 7705 0 0 0 0 14795 9 16 0 1 0 242621578 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1340 241 197 169 0 51 0
[pid=18236] ppid=18232 vsize=235764 CPUtime=1052.01
/proc/18236/stat : 18236 (minisat) R 18232 18232 18039 0 -1 4194304 58454 0 0 0 105147 54 0 0 25 0 1 0 242636388 241422336 58438 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18236/statm: 58941 58438 77 170 0 58769 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 241124

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18232 and gives
#  childrusage.ru_utime.tv_sec=147
#  childrusage.ru_utime.tv_usec=952507
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=98984
# CPU time returned by wait4() is 148.051
# 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.9697
Max. virtual memory (cumulated for all children) (KiB): 241124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.953
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8048
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= 9
involuntary context switches= 285

runsolver used 1.40279 second user time and 2.97555 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 18:32:20
IDJOB=1806147
IDBENCH=24676
IDSOLVER=648
FILE ID=node62/1806147-1242145940
PBS_JOBID= 9289662
Free space on /tmp= 66380 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1806147-1242145940/watcher-1806147-1242145940 -o /tmp/evaluation-result-1806147-1242145940/solver-1806147-1242145940 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806147-1242145940.cnf HOME

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=151689251

node62.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.220
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.220
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:       1000496 kB
Buffers:         72408 kB
Cached:         897412 kB
SwapCached:        268 kB
Active:         109636 kB
Inactive:       874916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1000496 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          23308 kB
Slab:            56752 kB
Committed_AS:   683176 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node62 at 2009-05-12 18:52:23