Trace number 1796172

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-18UNSAT 54.8017 59.0419

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.5344
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.58/0.63	c ==============================================================================
0.58/0.63	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.63	c ==============================================================================
0.58/0.63	c |         0 |  683271  1569042 |  204981       0        0     nan |  0.000 % |
4.88/4.96	c |         0 |  280610   744723 |      --       0       --      -- |     --   | -212332/-391993
4.88/4.96	c ==============================================================================
4.88/4.96	c Result  :   #vars: 51408   #clauses: 280610   #literals: 744723
4.88/4.96	c CPU time:   4.78527 s
4.88/4.96	c ==============================================================================
5.38/5.42	c SatElite is done !
5.38/5.42	c revival is preprocessing the formula...#ITERATIONS 7
50.66/54.92	#LEARNT CLAUSES 404
50.66/54.95	done !
50.66/54.95	c Calling MINISAT
50.66/54.95	This is MiniSat 2.0 beta
50.66/54.95	WARNING: for repeatability, setting FPU to use double precision
50.66/54.95	============================[ Problem Statistics ]=============================
50.66/54.95	|                                                                             |
50.66/54.96	|  Number of variables:  51408                                                |
50.66/54.96	|  Number of clauses:    70678                                                |
50.66/54.99	|  Parsing time:         0.03         s                                       |
50.66/54.99	============================[ Search Statistics ]==============================
50.66/54.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.66/54.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.66/54.99	===============================================================================
50.66/54.99	|         0 |    7516    26705    60288 |     8901        0    nan |  0.000 % |
50.71/55.02	|       102 |    7516    26705    60288 |     9791      102     23 | 85.380 % |
50.71/55.06	|       255 |    7516    26705    60288 |    10771      255     27 | 85.380 % |
50.71/55.12	|       482 |    7516    26705    60288 |    11848      482     24 | 85.380 % |
50.71/55.22	|       821 |    7516    26705    60288 |    13032      821     25 | 85.380 % |
50.71/55.38	|      1329 |    7516    26705    60288 |    14336     1329     26 | 85.380 % |
50.71/55.68	|      2088 |    7516    26705    60288 |    15769     2088     27 | 85.380 % |
51.74/56.08	|      3228 |    7516    26705    60288 |    17346     3228     27 | 85.380 % |
52.44/56.71	|      4937 |    7516    26705    60288 |    19081     4937     26 | 85.380 % |
53.44/57.76	|      7499 |    7516    26705    60288 |    20989     7499     24 | 85.380 % |
54.73/59.04	===============================================================================
54.73/59.04	restarts              : 10
54.73/59.04	conflicts             : 10139          (2492 /sec)
54.73/59.04	decisions             : 12909          (1.23 % random) (3173 /sec)
54.73/59.04	propagations          : 11369345       (2794563 /sec)
54.73/59.04	conflict literals     : 229748         (39.29 % deleted)
54.73/59.04	Memory used           : 7.77 MB
54.73/59.04	CPU time              : 4.06838 s
54.73/59.04	
54.73/59.04	UNSATISFIABLE
54.73/59.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796172-1242071476/watcher-1796172-1242071476 -o /tmp/evaluation-result-1796172-1242071476/solver-1796172-1242071476 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796172-1242071476.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.93 1.58 1.84 3/65 30232
/proc/meminfo: memFree=1479832/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) R 30230 30232 30195 0 -1 4194304 269 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30232/statm: 1340 237 196 169 0 51 0
[pid=30233] ppid=30232 vsize=1132 CPUtime=0
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 193 0 0 0 0 0 0 0 21 0 1 0 235177456 1159168 176 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 283 176 51 126 0 154 0

[startup+0.00949607 s]
/proc/loadavg: 0.93 1.58 1.84 3/65 30232
/proc/meminfo: memFree=1479832/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=2604 CPUtime=0
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 418 0 0 0 0 0 0 0 21 0 1 0 235177456 2666496 401 1992294400 134512640 135031949 4294956224 18446744073709551615 134544701 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 651 401 51 126 0 522 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7964

[startup+0.101505 s]
/proc/loadavg: 0.93 1.58 1.84 3/65 30232
/proc/meminfo: memFree=1479832/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=21032 CPUtime=0.09
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 4347 0 0 0 7 2 0 0 22 0 1 0 235177456 21536768 4330 1992294400 134512640 135031949 4294956224 18446744073709551615 134544708 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 5258 4332 51 126 0 5129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26392

[startup+0.301529 s]
/proc/loadavg: 0.93 1.58 1.84 3/65 30232
/proc/meminfo: memFree=1479832/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=52680 CPUtime=0.29
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 10222 0 0 0 23 6 0 0 24 0 1 0 235177456 53944320 10205 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 13170 10205 51 126 0 13041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58040

[startup+0.701573 s]
/proc/loadavg: 0.93 1.58 1.84 3/65 30232
/proc/meminfo: memFree=1479832/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=77436 CPUtime=0.69
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 16482 0 0 0 59 10 0 0 25 0 1 0 235177456 79294464 16465 1992294400 134512640 135031949 4294956224 18446744073709551615 134540737 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 19359 16465 63 126 0 19230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82796

[startup+1.50166 s]
/proc/loadavg: 0.94 1.57 1.83 2/67 30234
/proc/meminfo: memFree=1409096/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=85084 CPUtime=1.49
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 19859 0 0 0 137 12 0 0 25 0 1 0 235177456 87126016 18113 1992294400 134512640 135031949 4294956224 18446744073709551615 134540590 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 21271 18114 67 126 0 21142 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90444

[startup+3.10184 s]
/proc/loadavg: 0.94 1.57 1.83 2/67 30234
/proc/meminfo: memFree=1403656/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=0
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 288 0 0 0 0 0 0 0 21 0 1 0 235177456 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30232/statm: 1340 238 197 169 0 51 0
[pid=30233] ppid=30232 vsize=94812 CPUtime=3.08
/proc/30233/stat : 30233 (SatElite) R 30232 30232 30195 0 -1 4194304 22103 0 0 0 296 12 0 0 25 0 1 0 235177456 97087488 19946 1992294400 134512640 135031949 4294956224 18446744073709551615 134549284 0 0 4096 3 0 0 0 17 0 0 0
/proc/30233/statm: 23703 19946 67 126 0 23574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100172

[startup+6.30121 s]
/proc/loadavg: 0.94 1.57 1.83 2/67 30234
/proc/meminfo: memFree=1394384/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=5.4
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 317 30556 0 0 0 0 520 20 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 5360

[startup+12.7019 s]
/proc/loadavg: 1.02 1.56 1.83 2/67 30235
/proc/meminfo: memFree=1454736/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=5.4
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 317 30556 0 0 0 0 520 20 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30235] ppid=30232 vsize=16456 CPUtime=3.09
/proc/30235/stat : 30235 (revival) R 30232 30232 30195 0 -1 4194304 4897 0 11 0 307 2 0 0 25 0 1 50000 235177998 16850944 3579 1992294400 134512640 134537284 4294956384 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30235/statm: 4114 3579 85 6 0 3752 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 21816
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 1.02 1.55 1.82 2/67 30235
/proc/meminfo: memFree=1454544/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=5.4
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 317 30556 0 0 0 0 520 20 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30235] ppid=30232 vsize=16456 CPUtime=15.89
/proc/30235/stat : 30235 (revival) R 30232 30232 30195 0 -1 4194304 4914 0 11 0 1587 2 0 0 25 0 1 50000 235177998 16850944 3596 1992294400 134512640 134537284 4294956384 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30235/statm: 4114 3596 85 6 0 3752 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 21816

[startup+51.1013 s]
/proc/loadavg: 1.01 1.50 1.80 2/67 30235
/proc/meminfo: memFree=1454608/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=5.4
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 317 30556 0 0 0 0 520 20 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30235] ppid=30232 vsize=16456 CPUtime=41.46
/proc/30235/stat : 30235 (revival) R 30232 30232 30195 0 -1 4194304 4919 0 11 0 4143 3 0 0 25 0 1 50000 235177998 16850944 3601 1992294400 134512640 134537284 4294956384 18446744073709551615 134523637 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30235/statm: 4114 3601 85 6 0 3752 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 21816

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

[startup+54.3016 s]
/proc/loadavg: 1.01 1.49 1.79 2/67 30235
/proc/meminfo: memFree=1454608/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=5.4
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 317 30556 0 0 0 0 520 20 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30235] ppid=30232 vsize=16456 CPUtime=44.66
/proc/30235/stat : 30235 (revival) R 30232 30232 30195 0 -1 4194304 4919 0 11 0 4463 3 0 0 25 0 1 50000 235177998 16850944 3601 1992294400 134512640 134537284 4294956384 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30235/statm: 4114 3601 85 6 0 3752 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 21816

[startup+57.503 s]
/proc/loadavg: 1.01 1.48 1.79 2/67 30236
/proc/meminfo: memFree=1462352/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=50.71
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 343 35488 0 13 0 0 5047 24 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30236] ppid=30232 vsize=7552 CPUtime=2.53
/proc/30236/stat : 30236 (minisat) R 30232 30232 30195 0 -1 4194304 1568 0 0 0 253 0 0 0 25 0 1 0 235182952 7733248 1539 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/30236/statm: 1888 1539 76 170 0 1716 0
Current children cumulated CPU time (s) 53.24
Current children cumulated vsize (KiB) 12912

[startup+58.3061 s]
/proc/loadavg: 1.01 1.48 1.79 2/67 30236
/proc/meminfo: memFree=1462032/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=50.71
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 343 35488 0 13 0 0 5047 24 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30236] ppid=30232 vsize=7816 CPUtime=3.33
/proc/30236/stat : 30236 (minisat) R 30232 30232 30195 0 -1 4194304 1639 0 0 0 333 0 0 0 25 0 1 0 235182952 8003584 1610 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30236/statm: 1954 1610 76 170 0 1782 0
Current children cumulated CPU time (s) 54.04
Current children cumulated vsize (KiB) 13176

[startup+58.7011 s]
/proc/loadavg: 1.01 1.48 1.79 2/67 30236
/proc/meminfo: memFree=1462032/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=50.71
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 343 35488 0 13 0 0 5047 24 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30236] ppid=30232 vsize=7816 CPUtime=3.72
/proc/30236/stat : 30236 (minisat) R 30232 30232 30195 0 -1 4194304 1658 0 0 0 372 0 0 0 25 0 1 0 235182952 8003584 1629 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/30236/statm: 1954 1629 76 170 0 1782 0
Current children cumulated CPU time (s) 54.43
Current children cumulated vsize (KiB) 13176

[startup+58.9012 s]
/proc/loadavg: 1.01 1.48 1.79 2/67 30236
/proc/meminfo: memFree=1462032/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=50.71
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 343 35488 0 13 0 0 5047 24 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30236] ppid=30232 vsize=7948 CPUtime=3.92
/proc/30236/stat : 30236 (minisat) R 30232 30232 30195 0 -1 4194304 1672 0 0 0 392 0 0 0 25 0 1 0 235182952 8138752 1643 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/30236/statm: 1987 1643 76 170 0 1815 0
Current children cumulated CPU time (s) 54.63
Current children cumulated vsize (KiB) 13308

[startup+59.0012 s]
/proc/loadavg: 1.01 1.48 1.79 2/67 30236
/proc/meminfo: memFree=1462032/2055920 swapFree=4173816/4192956
[pid=30232] ppid=30230 vsize=5360 CPUtime=50.71
/proc/30232/stat : 30232 (run.sh) S 30230 30232 30195 0 -1 4194304 343 35488 0 13 0 0 5047 24 16 0 1 0 235177456 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30232/statm: 1340 241 197 169 0 51 0
[pid=30236] ppid=30232 vsize=7948 CPUtime=4.02
/proc/30236/stat : 30236 (minisat) R 30232 30232 30195 0 -1 4194304 1677 0 0 0 402 0 0 0 25 0 1 0 235182952 8138752 1648 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/30236/statm: 1987 1648 76 170 0 1815 0
Current children cumulated CPU time (s) 54.73
Current children cumulated vsize (KiB) 13308

Child status: 20
Real time (s): 59.0419
CPU time (s): 54.8017
CPU user time (s): 54.5497
CPU system time (s): 0.251961
CPU usage (%): 92.8183
Max. virtual memory (cumulated for all children) (KiB): 101748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5497
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37531
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 255

runsolver used 0.043993 second user time and 0.180972 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-11 21:51:18
IDJOB=1796172
IDBENCH=20343
IDSOLVER=648
FILE ID=node85/1796172-1242071476
PBS_JOBID= 9277598
Free space on /tmp= 126436 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796172-1242071476/watcher-1796172-1242071476 -o /tmp/evaluation-result-1796172-1242071476/solver-1796172-1242071476 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796172-1242071476.cnf HOME

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=1676246480

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1480248 kB
Buffers:         47556 kB
Cached:         463908 kB
SwapCached:      14244 kB
Active:         179544 kB
Inactive:       348196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480248 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:           13552 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            33824 kB
Committed_AS:   747244 kB
PageTables:       1372 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= 126424 MiB
End job on node85 at 2009-05-11 21:52:17