Trace number 1797116

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 2009-03-18UNSAT 516.054 516.255

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.815
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.21/500.42	#ITERATIONS 3
500.21/500.42	#LEARNT CLAUSES 485
500.31/500.59	done !
500.31/500.59	c Calling MINISAT
500.31/500.59	This is MiniSat 2.0 beta
500.31/500.59	WARNING: for repeatability, setting FPU to use double precision
500.31/500.59	============================[ Problem Statistics ]=============================
500.31/500.59	|                                                                             |
500.31/500.59	|  Number of variables:  123925                                               |
500.31/500.59	|  Number of clauses:    254983                                               |
500.39/500.73	|  Parsing time:         0.13         s                                       |
500.39/500.74	============================[ Search Statistics ]==============================
500.39/500.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.39/500.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.39/500.74	===============================================================================
500.39/500.74	|         0 |   46579   176554   397776 |    58851        0    nan |  0.000 % |
500.39/500.81	|       101 |   46578   176554   397776 |    64736      100     36 | 62.420 % |
500.39/500.91	|       251 |   46578   176554   397776 |    71210      250     46 | 62.420 % |
500.39/501.03	|       477 |   46578   176554   397776 |    78331      476     65 | 62.420 % |
501.39/501.67	|       816 |   46571   176521   397710 |    86164      815     83 | 62.420 % |
502.58/502.89	|      1322 |   46571   176521   397710 |    94780     1321    117 | 62.420 % |
503.49/503.74	|      2081 |   46570   176509   397678 |   104258     2075    107 | 62.421 % |
504.68/504.97	|      3222 |   46089   174758   393878 |   114684     3190    101 | 62.809 % |
507.37/507.68	|      4930 |   46089   174758   393878 |   126153     4898    106 | 62.809 % |
512.58/512.84	|      7492 |   46089   174758   393878 |   138768     7460    104 | 62.809 % |
515.98/516.25	===============================================================================
515.98/516.25	restarts              : 10
515.98/516.25	conflicts             : 8795           (563 /sec)
515.98/516.25	decisions             : 42360          (1.25 % random) (2711 /sec)
515.98/516.25	propagations          : 35508320       (2272878 /sec)
515.98/516.25	conflict literals     : 861447         (27.89 % deleted)
515.98/516.25	Memory used           : 20.35 MB
515.98/516.25	CPU time              : 15.6226 s
515.98/516.25	
515.98/516.25	UNSATISFIABLE
515.98/516.25	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-1797116-1242084477/watcher-1797116-1242084477 -o /tmp/evaluation-result-1797116-1242084477/solver-1797116-1242084477 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797116-1242084477.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.97 0.99 3/65 7093
/proc/meminfo: memFree=1306128/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) R 7091 7093 6640 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/7093/statm: 1340 236 195 169 0 51 0
[pid=7094] ppid=7093 vsize=2124 CPUtime=0
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 236476703 2174976 226 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/7094/statm: 531 232 81 6 0 169 0

[startup+0.0202669 s]
/proc/loadavg: 0.92 0.97 0.99 3/65 7093
/proc/meminfo: memFree=1306128/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=11092 CPUtime=0.01
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 2520 0 0 0 0 1 0 0 18 0 1 0 236476703 11358208 2487 1992294400 134512640 134537284 4294956368 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/7094/statm: 2773 2490 82 6 0 2411 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16452

[startup+0.101282 s]
/proc/loadavg: 0.92 0.97 0.99 3/65 7093
/proc/meminfo: memFree=1306128/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=25664 CPUtime=0.09
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 5509 0 0 0 7 2 0 0 19 0 1 0 236476703 26279936 5470 1992294400 134512640 134537284 4294956368 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 0 0 0
/proc/7094/statm: 6416 5471 82 6 0 6054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31024

[startup+0.301322 s]
/proc/loadavg: 0.92 0.97 0.99 3/65 7093
/proc/meminfo: memFree=1306128/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=38804 CPUtime=0.29
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9129 0 0 0 26 3 0 0 21 0 1 0 236476703 39735296 9090 1992294400 134512640 134537284 4294956368 18446744073709551615 134521656 0 0 4096 0 0 0 0 17 0 0 0
/proc/7094/statm: 9701 9090 82 6 0 9339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44164

[startup+0.701404 s]
/proc/loadavg: 0.92 0.97 0.99 3/65 7093
/proc/meminfo: memFree=1306128/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=0.69
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9163 0 0 0 66 3 0 0 25 0 1 50000 236476703 30318592 6826 1992294400 134512640 134537284 4294956368 18446744073709551615 134524314 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6826 85 6 0 7040 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34968

[startup+1.50257 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 7095
/proc/meminfo: memFree=1278656/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=1.49
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9164 0 0 0 146 3 0 0 25 0 1 50000 236476703 30318592 6827 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6827 85 6 0 7040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34968

[startup+3.10189 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 7095
/proc/meminfo: memFree=1278144/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=3.09
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9166 0 0 0 306 3 0 0 25 0 1 50000 236476703 30318592 6829 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6829 85 6 0 7040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34968

[startup+6.30254 s]
/proc/loadavg: 1.01 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278400/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=6.29
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9171 0 0 0 626 3 0 0 25 0 1 50000 236476703 30318592 6834 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6834 85 6 0 7040 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34968

[startup+12.7018 s]
/proc/loadavg: 1.01 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278400/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=12.69
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9186 0 0 0 1266 3 0 0 25 0 1 50000 236476703 30318592 6849 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6849 85 6 0 7040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34968

[startup+25.5014 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278464/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=25.48
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9186 0 0 0 2545 3 0 0 25 0 1 50000 236476703 30318592 6849 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6849 85 6 0 7040 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34968

[startup+51.1017 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278400/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=51.07
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9191 0 0 0 5104 3 0 0 25 0 1 50000 236476703 30318592 6854 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6854 85 6 0 7040 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34968

[startup+102.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278400/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=102.25
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9191 0 0 0 10222 3 0 0 25 0 1 50000 236476703 30318592 6854 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6854 85 6 0 7040 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34968

[startup+162.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278400/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=162.23
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9191 0 0 0 16220 3 0 0 25 0 1 50000 236476703 30318592 6854 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6854 85 6 0 7040 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34968

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=222.2
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9194 0 0 0 22217 3 0 0 25 0 1 50000 236476703 30318592 6857 1992294400 134512640 134537284 4294956368 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6857 85 6 0 7040 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 34968

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=282.18
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 28215 3 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 34968

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=342.15
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 34212 3 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134524234 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 34968

[startup+402.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278272/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=402.14
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 40210 4 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134531144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 34968

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=462.12
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 46208 4 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 34968

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

[startup+486.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=486.11
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 48607 4 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 486.11
Current children cumulated vsize (KiB) 34968

[startup+499.103 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7095
/proc/meminfo: memFree=1278336/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=0
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236476703 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1340 237 196 169 0 51 0
[pid=7094] ppid=7093 vsize=29608 CPUtime=498.9
/proc/7094/stat : 7094 (revival) R 7093 7093 6640 0 -1 4194304 9210 0 0 0 49886 4 0 0 25 0 1 50000 236476703 30318592 6873 1992294400 134512640 134537284 4294956368 18446744073709551615 134523732 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7094/statm: 7402 6873 85 6 0 7040 0
Current children cumulated CPU time (s) 498.9
Current children cumulated vsize (KiB) 34968

[startup+505.502 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1285376/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=18716 CPUtime=4.89
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4307 0 0 0 488 1 0 0 25 0 1 0 236526763 19165184 4259 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 4679 4259 77 170 0 4507 0
Current children cumulated CPU time (s) 505.28
Current children cumulated vsize (KiB) 24076

[startup+511.901 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283520/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20572 CPUtime=11.29
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4768 0 0 0 1127 2 0 0 25 0 1 0 236526763 21065728 4720 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5143 4720 77 170 0 4971 0
Current children cumulated CPU time (s) 511.68
Current children cumulated vsize (KiB) 25932

[startup+513.502 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283328/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20836 CPUtime=12.89
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4808 0 0 0 1287 2 0 0 25 0 1 0 236526763 21336064 4760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5209 4760 77 170 0 5037 0
Current children cumulated CPU time (s) 513.28
Current children cumulated vsize (KiB) 26196

[startup+515.102 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283264/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20836 CPUtime=14.49
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4814 0 0 0 1447 2 0 0 25 0 1 0 236526763 21336064 4766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526552 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5209 4766 77 170 0 5037 0
Current children cumulated CPU time (s) 514.88
Current children cumulated vsize (KiB) 26196

[startup+515.905 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283264/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20836 CPUtime=15.29
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4814 0 0 0 1527 2 0 0 25 0 1 0 236526763 21336064 4766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5209 4766 77 170 0 5037 0
Current children cumulated CPU time (s) 515.68
Current children cumulated vsize (KiB) 26196

[startup+516.101 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283264/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20836 CPUtime=15.49
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4814 0 0 0 1547 2 0 0 25 0 1 0 236526763 21336064 4766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5209 4766 77 170 0 5037 0
Current children cumulated CPU time (s) 515.88
Current children cumulated vsize (KiB) 26196

[startup+516.201 s]
/proc/loadavg: 1.00 0.98 0.99 2/67 7096
/proc/meminfo: memFree=1283264/2055920 swapFree=4162568/4192956
[pid=7093] ppid=7091 vsize=5360 CPUtime=500.39
/proc/7093/stat : 7093 (run.sh) S 7091 7093 6640 0 -1 4194304 312 9225 0 0 0 0 50033 6 16 0 1 0 236476703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7093/statm: 1340 238 197 169 0 51 0
[pid=7096] ppid=7093 vsize=20836 CPUtime=15.59
/proc/7096/stat : 7096 (minisat) R 7093 7093 6640 0 -1 4194304 4814 0 0 0 1557 2 0 0 25 0 1 0 236526763 21336064 4766 1992294400 134512640 135212939 4294956240 18446744073709551615 134523832 0 0 4096 3 0 0 0 17 0 0 0
/proc/7096/statm: 5209 4766 77 170 0 5037 0
Current children cumulated CPU time (s) 515.98
Current children cumulated vsize (KiB) 26196

Child status: 20
Real time (s): 516.255
CPU time (s): 516.054
CPU user time (s): 515.963
CPU system time (s): 0.090986
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 44164

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

runsolver used 0.424935 second user time and 1.46278 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-12 01:27:58
IDJOB=1797116
IDBENCH=70997
IDSOLVER=649
FILE ID=node80/1797116-1242084477
PBS_JOBID= 9277657
Free space on /tmp= 66024 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797116-1242084477/watcher-1797116-1242084477 -o /tmp/evaluation-result-1797116-1242084477/solver-1797116-1242084477 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797116-1242084477.cnf HOME

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=2063854614

node80.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.270
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.270
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:       1306608 kB
Buffers:         76576 kB
Cached:         569916 kB
SwapCached:      25212 kB
Active:         240024 kB
Inactive:       433852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306608 kB
SwapTotal:     4192956 kB
SwapFree:      4162568 kB
Dirty:           10596 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            61420 kB
Committed_AS:   837116 kB
PageTables:       1396 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= 66020 MiB
End job on node80 at 2009-05-12 01:36:34