Trace number 1797226

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
Bench CategoryAPPLICATION (applications 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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 15
422.90/423.17	#LEARNT CLAUSES 0
423.10/423.39	done !
423.10/423.39	c Now, SatElite...
423.10/423.39	c Parsing...
423.38/423.62	c ==============================================================================
423.38/423.62	c |           |     ORIGINAL     |              LEARNT              |          |
423.38/423.62	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
423.38/423.62	c ==============================================================================
423.38/423.62	c |         0 |  243459   710550 |   73037       0        0     nan |  0.000 % |
426.68/426.97	c |         0 |  242267  1050587 |      --       0       --      -- |     --   | -1192/340037
426.68/426.97	c ==============================================================================
426.68/426.97	c Result  :   #vars: 1581   #clauses: 242267   #literals: 1050587
426.68/426.97	c CPU time:   3.53446 s
426.68/426.97	c ==============================================================================
427.17/427.49	c SatElite is done !
427.17/427.49	c Calling MINISAT
427.17/427.49	This is MiniSat 2.0 beta
427.17/427.49	WARNING: for repeatability, setting FPU to use double precision
427.17/427.49	============================[ Problem Statistics ]=============================
427.17/427.49	|                                                                             |
427.17/427.50	|  Number of variables:  1581                                                 |
427.17/427.50	|  Number of clauses:    242267                                               |
427.28/427.64	|  Parsing time:         0.13         s                                       |
427.28/427.64	============================[ Search Statistics ]==============================
427.28/427.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
427.28/427.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
427.28/427.64	===============================================================================
427.28/427.64	|         0 |    1581   242267  1050587 |    80755        0    nan |  0.000 % |
427.28/427.75	|       100 |    1581   242267  1050587 |    88831      100     47 |  0.000 % |
427.67/427.92	|       251 |    1581   242267  1050587 |    97714      251     66 |  0.000 % |
427.87/428.17	|       479 |    1581   242267  1050587 |   107485      479     76 |  0.000 % |
428.07/428.36	|       817 |    1581   242267  1050587 |   118234      817     80 |  0.000 % |
428.37/428.65	|      1325 |    1581   242267  1050587 |   130057     1325     85 |  0.000 % |
428.67/428.95	|      2085 |    1581   242267  1050587 |   143063     2085     90 |  0.000 % |
429.06/429.39	|      3224 |    1581   242267  1050587 |   157369     3224     89 |  0.000 % |
429.87/430.11	|      4933 |    1581   242267  1050587 |   173106     4933     88 |  0.000 % |
432.07/432.35	|      7496 |    1581   242267  1050587 |   190417     7496     88 |  0.000 % |
435.66/435.96	|     11342 |    1581   242267  1050587 |   209459    11342     89 |  0.000 % |
443.76/444.04	|     17108 |    1581   242267  1050587 |   230405    17108     88 |  0.000 % |
455.75/456.03	|     25761 |    1581   242267  1050587 |   253445    25761     88 |  0.000 % |
503.03/503.32	|     38735 |    1581   242267  1050587 |   278790    38735     91 |  0.000 % |
582.28/582.63	|     58199 |    1581   242267  1050587 |   306669    58199     91 |  0.000 % |
732.62/733.02	|     87393 |    1581   242267  1050587 |   337336    87393     91 |  0.000 % |
998.41/998.93	|    131182 |    1581   242267  1050587 |   371070   131182     90 |  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-1797226-1242086606/watcher-1797226-1242086606 -o /tmp/evaluation-result-1797226-1242086606/solver-1797226-1242086606 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797226-1242086606.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.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=860296/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=2124 CPUtime=0
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 236687568 2174976 250 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3587/statm: 531 258 81 6 0 169 0

[startup+0.080149 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=860296/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=11428 CPUtime=0.06
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3495 0 0 0 5 1 0 0 19 0 1 50000 236687568 11702272 2469 1992294400 134512640 134537284 4294956368 18446744073709551615 2270843 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 2857 2469 85 6 0 2495 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16788

[startup+0.101149 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=860296/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=11824 CPUtime=0.09
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3601 0 0 0 8 1 0 0 19 0 1 50000 236687568 12107776 2575 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 2956 2575 85 6 0 2594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17184

[startup+0.301171 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=860296/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=0.29
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 28 1 0 0 21 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17848

[startup+0.701214 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3586
/proc/meminfo: memFree=860296/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=0.69
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 68 1 0 0 24 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17848

[startup+1.5013 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849400/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=1.49
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 148 1 0 0 25 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17848

[startup+3.10147 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849272/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=3.09
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 308 1 0 0 25 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17848

[startup+6.30282 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849080/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=6.29
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 628 1 0 0 25 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17848

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849016/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=12.68
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 1267 1 0 0 25 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17848

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849080/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=25.48
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3762 0 0 0 2547 1 0 0 25 0 1 50000 236687568 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17848

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849144/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=51.05
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3766 0 0 0 5104 1 0 0 25 0 1 50000 236687568 12787712 2740 1992294400 134512640 134537284 4294956368 18446744073709551615 134524284 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2740 85 6 0 2760 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17848

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849016/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=102.23
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3771 0 0 0 10222 1 0 0 25 0 1 50000 236687568 12787712 2745 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2745 85 6 0 2760 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17848

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849016/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=162.21
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3777 0 0 0 16219 2 0 0 25 0 1 50000 236687568 12787712 2751 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2751 85 6 0 2760 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17848

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3588
/proc/meminfo: memFree=849016/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=222.18
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3782 0 0 0 22216 2 0 0 25 0 1 50000 236687568 12787712 2756 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2756 85 6 0 2760 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 17848

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3588
/proc/meminfo: memFree=848952/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12488 CPUtime=282.16
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3787 0 0 0 28214 2 0 0 25 0 1 50000 236687568 12787712 2761 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3122 2761 85 6 0 2760 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 17848

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3588
/proc/meminfo: memFree=848952/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=0
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236687567 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 237 196 169 0 51 0
[pid=3587] ppid=3586 vsize=12620 CPUtime=342.13
/proc/3587/stat : 3587 (revival) R 3586 3586 2865 0 -1 4194304 3793 0 0 0 34211 2 0 0 25 0 1 50000 236687568 12922880 2767 1992294400 134512640 134537284 4294956368 18446744073709551615 134515832 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3587/statm: 3155 2767 85 6 0 2793 0
Current children cumulated CPU time (s) 342.13

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

/proc/3590/statm: 8145 7867 77 170 0 7973 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 37940

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=812344/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=38800 CPUtime=154.7
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 9432 0 0 0 15461 9 0 0 25 0 1 0 236730317 39731200 9416 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 9700 9416 77 170 0 9528 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 44160

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=807672/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=43584 CPUtime=214.68
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 10584 0 0 0 21458 10 0 0 25 0 1 0 236730317 44630016 10568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 10896 10568 77 170 0 10724 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 48944

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=802680/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=48712 CPUtime=274.65
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 11849 0 0 0 27453 12 0 0 25 0 1 0 236730317 49881088 11833 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 12178 11833 77 170 0 12006 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 54072

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=798648/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=52600 CPUtime=334.63
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 12821 0 0 0 33450 13 0 0 25 0 1 0 236730317 53862400 12805 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 13150 12805 77 170 0 12978 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 57960

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=795384/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=56084 CPUtime=394.61
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 13648 0 0 0 39447 14 0 0 25 0 1 0 236730317 57430016 13632 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 14021 13632 77 170 0 13849 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 61444

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=791096/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=60472 CPUtime=454.58
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 14711 0 0 0 45444 14 0 0 25 0 1 0 236730317 61923328 14695 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 15118 14695 77 170 0 14946 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 65832

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=787064/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=64640 CPUtime=514.55
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 15737 0 0 0 51440 15 0 0 25 0 1 0 236730317 66191360 15721 1992294400 134512640 135212939 4294956240 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 16160 15721 77 170 0 15988 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 70000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=782200/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=69532 CPUtime=574.53
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 16964 0 0 0 57436 17 0 0 25 0 1 0 236730317 71200768 16948 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 17383 16948 77 170 0 17211 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 74892

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=777272/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=74900 CPUtime=634.51
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 18202 0 0 0 63433 18 0 0 25 0 1 0 236730317 76697600 18186 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 18725 18186 77 170 0 18553 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 80260

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=772664/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=79428 CPUtime=694.47
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 19309 0 0 0 69428 19 0 0 25 0 1 0 236730317 81334272 19293 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 19857 19293 77 170 0 19685 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 84788

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=768568/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=83852 CPUtime=754.44
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 20358 0 0 0 75424 20 0 0 25 0 1 0 236730317 85864448 20337 1992294400 134512640 135212939 4294956240 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 20963 20337 77 170 0 20791 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 89212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3590
/proc/meminfo: memFree=766392/2055920 swapFree=4179680/4192956
[pid=3586] ppid=3584 vsize=5360 CPUtime=427.28
/proc/3586/stat : 3586 (run.sh) S 3584 3586 2865 0 -1 4194304 341 9908 0 0 0 0 42718 10 16 0 1 0 236687567 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3586/statm: 1340 241 197 169 0 51 0
[pid=3590] ppid=3586 vsize=85864 CPUtime=772.75
/proc/3590/stat : 3590 (minisat) R 3586 3586 2865 0 -1 4194304 20887 0 0 0 77254 21 0 0 25 0 1 0 236730317 87924736 20866 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3590/statm: 21466 20866 77 170 0 21294 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 91224

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 3586 and gives
#  childrusage.ru_utime.tv_sec=427
#  childrusage.ru_utime.tv_usec=190057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=107983
# CPU time returned by wait4() is 427.298
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.72
CPU system time (s): 0.31
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 91224

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

runsolver used 1.09583 second user time and 3.2835 second system time

The end

Launcher Data

Begin job on node64 at 2009-05-12 02:03:27
IDJOB=1797226
IDBENCH=71068
IDSOLVER=647
FILE ID=node64/1797226-1242086606
PBS_JOBID= 9277639
Free space on /tmp= 66368 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_12_UNSAT.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797226-1242086606/watcher-1797226-1242086606 -o /tmp/evaluation-result-1797226-1242086606/solver-1797226-1242086606 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797226-1242086606.cnf HOME

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=1023839631

node64.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.218
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.218
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:        860840 kB
Buffers:         64224 kB
Cached:        1041876 kB
SwapCached:       6516 kB
Active:          55228 kB
Inactive:      1060196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        860840 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            5372 kB
Writeback:           0 kB
Mapped:          14956 kB
Slab:            65408 kB
Committed_AS:   678440 kB
PageTables:       1392 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= 66360 MiB
End job on node64 at 2009-05-12 02:23:29