Trace number 1805937

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.02 1200.61

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
4.09/4.12	c ==============================================================================
4.09/4.12	c |           |     ORIGINAL     |              LEARNT              |          |
4.09/4.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.09/4.12	c ==============================================================================
4.09/4.12	c |         0 | 1651127  7427100 |  495338       0        0     nan |  0.000 % |
4.89/4.95	c |         0 | 1634359  7348561 |      --       0       --      -- |     --   | -10693/-49265
4.89/4.95	c ==============================================================================
4.89/4.95	c Result  :   #vars: 164906   #clauses: 1634359   #literals: 7348561
4.89/4.95	c CPU time:   4.6273 s
4.89/4.95	c ==============================================================================
9.17/9.28	c SatElite is done !
9.17/9.28	c revival is preprocessing the formula...Time out is reached... exporting CNF
510.44/510.75	#ITERATIONS 2
510.44/510.75	#LEARNT CLAUSES 2902
512.43/512.75	done !
512.43/512.75	c Calling MINISAT
512.43/512.75	This is MiniSat 2.0 beta
512.43/512.75	WARNING: for repeatability, setting FPU to use double precision
512.43/512.75	============================[ Problem Statistics ]=============================
512.43/512.75	|                                                                             |
512.43/512.75	|  Number of variables:  164906                                               |
512.43/512.75	|  Number of clauses:    1635388                                              |
514.43/514.75	|  Parsing time:         1.85         s                                       |
514.62/514.90	============================[ Search Statistics ]==============================
514.62/514.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
514.62/514.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
514.62/514.90	===============================================================================
514.62/514.90	|         0 |  164862  1634686  6128227 |   544895        0    nan |  0.000 % |
514.82/515.19	|       100 |  164862  1634686  6128227 |   599384      100      8 |  0.027 % |
515.13/515.42	|       250 |  164862  1634686  6128227 |   659323      250     11 |  0.027 % |
515.33/515.66	|       475 |  164862  1634686  6128227 |   725255      475     10 |  0.027 % |
515.73/516.01	|       812 |  164862  1634686  6128227 |   797781      812      9 |  0.027 % |
516.03/516.35	|      1318 |  164862  1634686  6128227 |   877559     1318     16 |  0.027 % |
516.83/517.16	|      2077 |  164862  1634686  6128227 |   965315     2077     17 |  0.027 % |
518.22/518.51	|      3217 |  164862  1634686  6128227 |  1061846     3217     15 |  0.027 % |
519.82/520.16	|      4925 |  164862  1634686  6128227 |  1168031     4925     15 |  0.027 % |
522.13/522.43	|      7489 |  164862  1634686  6128227 |  1284834     7489     15 |  0.027 % |
524.92/525.25	|     11333 |  164862  1634686  6128227 |  1413318    11333     15 |  0.027 % |
531.63/531.91	|     17099 |  164862  1634686  6128227 |  1554649    17099     15 |  0.027 % |
540.22/540.51	|     25748 |  164862  1634686  6128227 |  1710114    25748     16 |  0.027 % |
551.92/552.26	|     38722 |  164862  1634686  6128227 |  1881126    38722     16 |  0.027 % |
570.40/570.75	|     58183 |  164862  1634686  6128227 |  2069239    58183     17 |  0.027 % |
601.49/601.80	|     87375 |  164862  1634686  6128227 |  2276163    87375     21 |  0.027 % |
685.94/686.33	|    131165 |  164862  1634686  6128227 |  2503779   131165     27 |  0.027 % |
941.33/941.85	|    196849 |  164862  1634686  6128227 |  2754157   196849     52 |  0.027 % |

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-1805937-1242143417/watcher-1805937-1242143417 -o /tmp/evaluation-result-1805937-1242143417/solver-1805937-1242143417 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805937-1242143417.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.82 3/65 5035
/proc/meminfo: memFree=1569736/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=1552 CPUtime=0
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 295 0 0 0 0 0 0 0 19 0 1 0 242375322 1589248 278 1992294400 134512640 135031949 4294956224 18446744073709551615 134545038 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 388 280 51 126 0 259 0

[startup+0.022603 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 5035
/proc/meminfo: memFree=1569736/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=7056 CPUtime=0.01
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 1664 0 0 0 1 0 0 0 19 0 1 0 242375322 7225344 1599 1992294400 134512640 135031949 4294956224 18446744073709551615 134544708 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 1764 1601 51 126 0 1635 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12416

[startup+0.101611 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 5035
/proc/meminfo: memFree=1569736/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=27616 CPUtime=0.09
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 4839 0 0 0 8 1 0 0 19 0 1 0 242375322 28278784 4675 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 6904 4676 52 126 0 6775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32976

[startup+0.301634 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 5035
/proc/meminfo: memFree=1569736/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=38028 CPUtime=0.29
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 7433 0 0 0 26 3 0 0 21 0 1 0 242375322 38940672 7269 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 9507 7270 52 126 0 9378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43388

[startup+0.701679 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 5035
/proc/meminfo: memFree=1569736/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=53688 CPUtime=0.68
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 11183 0 0 0 62 6 0 0 24 0 1 0 242375322 54976512 11019 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 13422 11019 52 126 0 13293 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59048

[startup+1.50177 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5037
/proc/meminfo: memFree=1516528/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=78252 CPUtime=1.49
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 17206 0 0 0 135 14 0 0 25 0 1 0 242375322 80130048 17042 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 19563 17042 52 126 0 19434 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83612

[startup+3.10196 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5037
/proc/meminfo: memFree=1485552/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=150696 CPUtime=3.09
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 33400 0 0 0 284 25 0 0 25 0 1 0 242375322 154312704 33236 1992294400 134512640 135031949 4294956224 18446744073709551615 134542563 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 37674 33236 52 126 0 37545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156056

[startup+6.30132 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5037
/proc/meminfo: memFree=1411440/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=0
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242375322 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 238 197 169 0 51 0
[pid=5036] ppid=5035 vsize=174140 CPUtime=6.29
/proc/5036/stat : 5036 (SatElite) R 5035 5035 4937 0 -1 4194304 45775 0 0 0 592 37 0 0 25 0 1 0 242375322 178319360 38345 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 0 0 0
/proc/5036/statm: 43535 38345 68 126 0 43406 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179500

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5038
/proc/meminfo: memFree=1425392/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=101312 CPUtime=3.41
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 35599 0 0 0 321 20 0 0 25 0 1 50000 242376250 103743488 22518 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 25328 22518 85 6 0 24966 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 106672

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5038
/proc/meminfo: memFree=1424304/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=102504 CPUtime=16.19
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 35878 0 0 0 1599 20 0 0 25 0 1 50000 242376250 104964096 22797 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 25626 22797 85 6 0 25264 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 107864

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 5038
/proc/meminfo: memFree=1423024/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=103960 CPUtime=41.79
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 36258 0 0 0 4157 22 0 0 25 0 1 50000 242376250 106455040 23177 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 25990 23177 85 6 0 25628 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 109320

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 5038
/proc/meminfo: memFree=1420912/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=106204 CPUtime=92.97
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 36813 0 0 0 9274 23 0 0 25 0 1 50000 242376250 108752896 23732 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 26551 23732 85 6 0 26189 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 111564

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 5038
/proc/meminfo: memFree=1418800/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=108320 CPUtime=152.94
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 37343 0 0 0 15269 25 0 0 25 0 1 50000 242376250 110919680 24262 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 27080 24262 85 6 0 26718 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 113680

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 5038
/proc/meminfo: memFree=1417456/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=109516 CPUtime=212.91
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 37660 0 0 0 21266 25 0 0 25 0 1 50000 242376250 112144384 24579 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 27379 24579 85 6 0 27017 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 114876

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 5038
/proc/meminfo: memFree=1416880/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=110176 CPUtime=272.88
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 37819 0 0 0 27263 25 0 0 25 0 1 50000 242376250 112820224 24738 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 27544 24738 85 6 0 27182 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 115536

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 5038
/proc/meminfo: memFree=1416496/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=9.25
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 317 45778 0 0 0 0 872 53 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5038] ppid=5035 vsize=110572 CPUtime=332.85
/proc/5038/stat : 5038 (revival) R 5035 5035 4937 0 -1 4194304 37906 0 0 0 33260 25 0 0 25 0 1 50000 242376250 113225728 24825 1992294400 134512640 134537284 4294956384 18446744073709551615 134523851 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5038/statm: 27643 24825 85 6 0 27281 0
Current children cumulated CPU time (s) 342.1

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

/proc/5039/statm: 23409 21897 77 170 0 23237 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 98996

[startup+582.302 s]
/proc/loadavg: 1.03 0.99 0.88 2/67 5039
/proc/meminfo: memFree=1374064/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=102772 CPUtime=69.5
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 24188 0 0 0 6933 17 0 0 25 0 1 0 242426597 105238528 24162 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 25693 24162 77 170 0 25521 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 108132

[startup+642.302 s]
/proc/loadavg: 1.01 0.99 0.89 2/67 5045
/proc/meminfo: memFree=1364912/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=111420 CPUtime=129.47
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 26367 0 0 0 12928 19 0 0 25 0 1 0 242426597 114094080 26341 1992294400 134512640 135212939 4294956240 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 27855 26341 77 170 0 27683 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 116780

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.89 2/67 5045
/proc/meminfo: memFree=1360176/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=116308 CPUtime=189.44
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 27606 0 0 0 18923 21 0 0 25 0 1 0 242426597 119099392 27580 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 29077 27580 77 170 0 28905 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 121668

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.90 2/67 5045
/proc/meminfo: memFree=1354224/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=122388 CPUtime=249.41
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 29079 0 0 0 24919 22 0 0 25 0 1 0 242426597 125325312 29053 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 30597 29053 77 170 0 30425 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 127748

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.90 2/67 5045
/proc/meminfo: memFree=1347696/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=128864 CPUtime=309.38
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 30705 0 0 0 30915 23 0 0 25 0 1 0 242426597 131956736 30679 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 32216 30679 77 170 0 32044 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 134224

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1340080/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=136412 CPUtime=369.35
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 32594 0 0 0 36909 26 0 0 25 0 1 0 242426597 139685888 32568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 34103 32568 77 170 0 33931 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 141772

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1333168/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=143320 CPUtime=429.33
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 34339 0 0 0 42904 29 0 0 25 0 1 0 242426597 146759680 34313 1992294400 134512640 135212939 4294956240 18446744073709551615 134530353 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 35830 34313 77 170 0 35658 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 148680

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1328048/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=148744 CPUtime=489.3
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 35595 0 0 0 48900 30 0 0 25 0 1 0 242426597 152313856 35569 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 37186 35569 77 170 0 37014 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 154104

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1325552/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=151252 CPUtime=549.27
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 36217 0 0 0 54896 31 0 0 25 0 1 0 242426597 154882048 36191 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 37813 36191 77 170 0 37641 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 156612

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1322864/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=153896 CPUtime=609.25
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 36866 0 0 0 60893 32 0 0 25 0 1 0 242426597 157589504 36840 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 38474 36840 77 170 0 38302 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 159256

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1320304/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=156676 CPUtime=669.23
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 37576 0 0 0 66890 33 0 0 25 0 1 0 242426597 160436224 37550 1992294400 134512640 135212939 4294956240 18446744073709551615 134530427 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 39169 37550 77 170 0 38997 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 162036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 5045
/proc/meminfo: memFree=1317552/2055920 swapFree=4171404/4192956
[pid=5035] ppid=5033 vsize=5360 CPUtime=512.5
/proc/5035/stat : 5035 (run.sh) S 5033 5035 4937 0 -1 4194304 343 83813 0 0 0 0 51154 96 16 0 1 0 242375322 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5035/statm: 1340 241 197 169 0 51 0
[pid=5039] ppid=5035 vsize=159012 CPUtime=687.52
/proc/5039/stat : 5039 (minisat) R 5035 5035 4937 0 -1 4194304 38191 0 0 0 68719 33 0 0 25 0 1 0 242426597 162828288 38165 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5039/statm: 39753 38165 77 170 0 39581 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 164372

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 5035 and gives
#  childrusage.ru_utime.tv_sec=511
#  childrusage.ru_utime.tv_usec=542233
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 512.513
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1198.73
CPU system time (s): 1.29
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 197652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 511.542
system time used= 0.970852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84156
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= 1338

runsolver used 0.98485 second user time and 3.39148 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-12 17:50:26
IDJOB=1805937
IDBENCH=24626
IDSOLVER=648
FILE ID=node74/1805937-1242143417
PBS_JOBID= 9289652
Free space on /tmp= 102908 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805937-1242143417/watcher-1805937-1242143417 -o /tmp/evaluation-result-1805937-1242143417/solver-1805937-1242143417 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805937-1242143417.cnf HOME

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

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=1197310502

node74.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.233
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.233
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:       1570216 kB
Buffers:         37032 kB
Cached:         369848 kB
SwapCached:      14652 kB
Active:         112880 kB
Inactive:       311096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570216 kB
SwapTotal:     4192956 kB
SwapFree:      4171404 kB
Dirty:           54452 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            47568 kB
Committed_AS:   897292 kB
PageTables:       1444 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= 102812 MiB
End job on node74 at 2009-05-12 18:10:29