Trace number 1797275

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.06 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark533.289
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.06/0.08	c ==============================================================================
0.06/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.08	c ==============================================================================
0.06/0.08	c |         0 |   63345   188200 |   19003       0        0     nan |  0.000 % |
0.58/0.62	c |         0 |   62548   268903 |      --       0       --      -- |     --   | -797/80703
0.58/0.62	c ==============================================================================
0.58/0.62	c Result  :   #vars: 636   #clauses: 62548   #literals: 268903
0.58/0.62	c CPU time:   0.610907 s
0.58/0.62	c ==============================================================================
0.69/0.74	c SatElite is done !
0.69/0.74	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.57/500.82	#ITERATIONS 59
500.57/500.82	#LEARNT CLAUSES 0
500.57/500.89	done !
500.57/500.89	c Calling MINISAT
500.57/500.89	This is MiniSat 2.0 beta
500.57/500.89	WARNING: for repeatability, setting FPU to use double precision
500.57/500.89	============================[ Problem Statistics ]=============================
500.57/500.89	|                                                                             |
500.57/500.89	|  Number of variables:  636                                                  |
500.57/500.89	|  Number of clauses:    62548                                                |
500.68/500.93	|  Parsing time:         0.04         s                                       |
500.68/500.93	============================[ Search Statistics ]==============================
500.68/500.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.68/500.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.68/500.93	===============================================================================
500.68/500.93	|         0 |     636    62548   259463 |    20849        0    nan |  0.000 % |
500.68/500.96	|       101 |     636    62548   259463 |    22934      101     34 |  0.000 % |
500.68/501.00	|       252 |     636    62548   259463 |    25227      252     30 |  0.000 % |
500.68/501.06	|       477 |     636    62548   259463 |    27750      477     35 |  0.000 % |
500.68/501.15	|       815 |     636    62548   259463 |    30525      815     35 |  0.000 % |
500.68/501.28	|      1323 |     636    62548   259463 |    33578     1323     35 |  0.000 % |
500.68/501.47	|      2083 |     636    62548   259463 |    36935     2083     36 |  0.000 % |
501.57/501.87	|      3222 |     636    62548   259463 |    40629     3222     35 |  0.000 % |
502.17/502.49	|      4932 |     636    62548   259463 |    44692     4932     33 |  0.000 % |
503.18/503.44	|      7495 |     636    62548   259463 |    49161     7495     35 |  0.000 % |
504.78/505.01	|     11341 |     636    62548   259463 |    54077    11341     33 |  0.000 % |
507.67/507.92	|     17108 |     636    62548   259463 |    59485    17108     33 |  0.000 % |
513.26/513.51	|     25757 |     636    62548   259463 |    65434    25757     32 |  0.000 % |
523.85/524.13	|     38732 |     636    62548   259463 |    71977    38732     32 |  0.000 % |
542.35/542.68	|     58194 |     636    62548   259463 |    79175    58194     32 |  0.000 % |
571.64/571.91	|     87387 |     636    62548   259463 |    87092    27118     26 |  0.000 % |
608.82/609.10	|    131178 |     636    62548   259463 |    95802    70909     28 |  0.000 % |
670.49/670.83	|    196862 |     636    62548   259463 |   105382    56103     34 |  0.000 % |
893.02/893.47	|    295389 |     636    62548   259463 |   115920    64931     30 |  0.000 % |
1186.14/1186.69	|    443178 |     635    62096   258360 |   127512   111124     27 |  0.157 % |
1200.04/1200.51	HOME/run.sh: line 54: 12815 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1797275-1242087441/watcher-1797275-1242087441 -o /tmp/evaluation-result-1797275-1242087441/solver-1797275-1242087441 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797275-1242087441.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 12811
/proc/meminfo: memFree=1115104/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236777668 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 238 197 169 0 51 0
[pid=12812] ppid=12811 vsize=1096 CPUtime=0
/proc/12812/stat : 12812 (SatElite) R 12811 12811 12774 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 236777668 1122304 153 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/12812/statm: 274 154 51 126 0 145 0

[startup+0.0714139 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12811
/proc/meminfo: memFree=1115104/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236777668 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 238 197 169 0 51 0
[pid=12812] ppid=12811 vsize=3448 CPUtime=0.06
/proc/12812/stat : 12812 (SatElite) R 12811 12811 12774 0 -1 4194304 760 0 0 0 6 0 0 0 19 0 1 0 236777668 3530752 743 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/12812/statm: 862 744 51 126 0 733 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8808

[startup+0.101414 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12811
/proc/meminfo: memFree=1115104/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236777668 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 238 197 169 0 51 0
[pid=12812] ppid=12811 vsize=5416 CPUtime=0.09
/proc/12812/stat : 12812 (SatElite) R 12811 12811 12774 0 -1 4194304 1266 0 0 0 9 0 0 0 19 0 1 0 236777668 5545984 1249 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/12812/statm: 1354 1249 67 126 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10776

[startup+0.301429 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12811
/proc/meminfo: memFree=1115104/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236777668 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 238 197 169 0 51 0
[pid=12812] ppid=12811 vsize=7676 CPUtime=0.28
/proc/12812/stat : 12812 (SatElite) R 12811 12811 12774 0 -1 4194304 1780 0 0 0 28 0 0 0 21 0 1 0 236777668 7860224 1763 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 0 0 0
/proc/12812/statm: 1919 1763 67 126 0 1790 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13036

[startup+0.701454 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12811
/proc/meminfo: memFree=1115104/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236777668 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 238 197 169 0 51 0
[pid=12812] ppid=12811 vsize=7112 CPUtime=0.69
/proc/12812/stat : 12812 (SatElite) R 12811 12811 12774 0 -1 4194304 1783 0 0 0 68 1 0 0 24 0 1 0 236777668 7282688 1642 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 0 0 0
/proc/12812/statm: 1778 1642 69 126 0 1649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12472

[startup+1.5025 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109648/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=4908 CPUtime=0.74
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1259 0 0 0 74 0 0 0 24 0 1 50000 236777742 5025792 934 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1227 934 85 6 0 865 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10268

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109520/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=4908 CPUtime=2.34
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1260 0 0 0 234 0 0 0 25 0 1 50000 236777742 5025792 935 1992294400 134512640 134537284 4294956384 18446744073709551615 134523932 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1227 935 85 6 0 865 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10268

[startup+6.30182 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109328/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=4908 CPUtime=5.54
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1263 0 0 0 554 0 0 0 25 0 1 50000 236777742 5025792 938 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1227 938 85 6 0 865 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10268

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109264/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=11.93
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1272 0 0 0 1193 0 0 0 25 0 1 50000 236777742 5160960 947 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12814/statm: 1260 947 85 6 0 898 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10400

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109392/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=24.72
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1273 0 0 0 2472 0 0 0 25 0 1 50000 236777742 5160960 948 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 948 85 6 0 898 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10400

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109456/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=50.31
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1273 0 0 0 5031 0 0 0 25 0 1 50000 236777742 5160960 948 1992294400 134512640 134537284 4294956384 18446744073709551615 134523829 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 948 85 6 0 898 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10400

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109456/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=101.49
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1274 0 0 0 10149 0 0 0 25 0 1 50000 236777742 5160960 949 1992294400 134512640 134537284 4294956384 18446744073709551615 134523932 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 949 85 6 0 898 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 10400

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109392/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=161.46
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1274 0 0 0 16146 0 0 0 25 0 1 50000 236777742 5160960 949 1992294400 134512640 134537284 4294956384 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 949 85 6 0 898 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 10400

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109392/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=221.44
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1275 0 0 0 22144 0 0 0 25 0 1 50000 236777742 5160960 950 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 950 85 6 0 898 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10400

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109392/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=281.42
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1275 0 0 0 28141 1 0 0 25 0 1 50000 236777742 5160960 950 1992294400 134512640 134537284 4294956384 18446744073709551615 134523851 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 950 85 6 0 898 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10400

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12814
/proc/meminfo: memFree=1109400/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=0.73
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 317 1786 0 0 0 0 72 1 18 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12814] ppid=12811 vsize=5040 CPUtime=341.4
/proc/12814/stat : 12814 (revival) R 12811 12811 12774 0 -1 4194304 1275 0 0 0 34139 1 0 0 25 0 1 50000 236777742 5160960 950 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12814/statm: 1260 950 85 6 0 898 0
Current children cumulated CPU time (s) 342.13

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

[pid=12815] ppid=12811 vsize=11396 CPUtime=21.37
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 2725 0 0 0 2136 1 0 0 25 0 1 0 236827757 11669504 2709 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 2849 2709 77 170 0 2677 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 16756

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1094232/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=18900 CPUtime=81.35
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 4539 0 0 0 8132 3 0 0 25 0 1 0 236827757 19353600 4523 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 4725 4523 77 170 0 4553 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 24260

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1091800/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=21580 CPUtime=141.33
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 5130 0 0 0 14130 3 0 0 25 0 1 0 236827757 22097920 5114 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/12815/statm: 5395 5114 77 170 0 5223 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 26940

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1090520/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=22944 CPUtime=201.31
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 5431 0 0 0 20127 4 0 0 25 0 1 0 236827757 23494656 5415 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 5736 5415 77 170 0 5564 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 28304

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1090072/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=23352 CPUtime=261.29
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 5538 0 0 0 26125 4 0 0 25 0 1 0 236827757 23912448 5522 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 5838 5522 77 170 0 5666 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 28712

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1087832/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=25800 CPUtime=321.25
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6100 0 0 0 32121 4 0 0 25 0 1 0 236827757 26419200 6084 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 6450 6084 77 170 0 6278 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 31160

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1086552/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=27144 CPUtime=381.24
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6422 0 0 0 38119 5 0 0 25 0 1 0 236827757 27795456 6406 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 6786 6406 77 170 0 6614 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 32504

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1085528/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=28204 CPUtime=441.23
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6672 0 0 0 44118 5 0 0 25 0 1 0 236827757 28880896 6656 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7051 6656 77 170 0 6879 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 33564

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1085336/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=28368 CPUtime=501.21
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6714 0 0 0 50116 5 0 0 25 0 1 0 236827757 29048832 6698 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7092 6698 77 170 0 6920 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 33728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1085336/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=28368 CPUtime=561.19
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6725 0 0 0 56114 5 0 0 25 0 1 0 236827757 29048832 6709 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7092 6709 77 170 0 6920 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 33728

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1085080/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=28632 CPUtime=621.17
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6786 0 0 0 62112 5 0 0 25 0 1 0 236827757 29319168 6770 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7158 6770 77 170 0 6986 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 33992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1084632/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=29120 CPUtime=681.16
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 6885 0 0 0 68111 5 0 0 25 0 1 0 236827757 29818880 6869 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7280 6869 77 170 0 7108 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 34480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1083736/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=30096 CPUtime=699.36
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 7123 0 0 0 69931 5 0 0 25 0 1 0 236827757 30818304 7107 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7524 7107 77 170 0 7352 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 35456

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12815
/proc/meminfo: memFree=1083736/2055920 swapFree=4181272/4192956
[pid=12811] ppid=12809 vsize=5360 CPUtime=500.68
/proc/12811/stat : 12811 (run.sh) S 12809 12811 12774 0 -1 4194304 343 3078 0 0 0 0 50065 3 16 0 1 0 236777668 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12811/statm: 1340 241 197 169 0 51 0
[pid=12815] ppid=12811 vsize=30096 CPUtime=699.36
/proc/12815/stat : 12815 (minisat) R 12811 12811 12774 0 -1 4194304 7123 0 0 0 69931 5 0 0 25 0 1 0 236827757 30818304 7107 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 7524 7107 77 170 0 7352 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 35456

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.97
CPU system time (s): 0.093985
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 35456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10559
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= 10
involuntary context switches= 3434

runsolver used 1.14083 second user time and 3.23751 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 02:17:21
IDJOB=1797275
IDBENCH=71086
IDSOLVER=648
FILE ID=node22/1797275-1242087441
PBS_JOBID= 9277727
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=1762494855

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1115584 kB
Buffers:         82576 kB
Cached:         753736 kB
SwapCached:       5528 kB
Active:          43696 kB
Inactive:       800968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1115584 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          13980 kB
Slab:            81816 kB
Committed_AS:   921716 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node22 at 2009-05-12 02:37:22