Trace number 1796603

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 237.771 238.02

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6767
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 44
191.66/191.98	#LEARNT CLAUSES 68
191.77/192.04	done !
191.77/192.04	c Calling MINISAT
191.77/192.04	This is MiniSat 2.0 beta
191.77/192.04	WARNING: for repeatability, setting FPU to use double precision
191.77/192.04	============================[ Problem Statistics ]=============================
191.77/192.04	|                                                                             |
191.77/192.04	|  Number of variables:  7000                                                 |
191.77/192.04	|  Number of clauses:    58417                                                |
191.77/192.07	|  Parsing time:         0.03         s                                       |
191.77/192.08	============================[ Search Statistics ]==============================
191.77/192.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
191.77/192.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
191.77/192.08	===============================================================================
191.77/192.08	|         0 |    6198    57615   158105 |    19205        0    nan |  0.000 % |
191.80/192.10	|       100 |    6198    57615   158105 |    21125       99     31 | 11.586 % |
191.80/192.14	|       250 |    6198    57615   158105 |    23238      249     34 | 11.587 % |
191.80/192.19	|       476 |    6189    57272   157357 |    25561      475     33 | 11.586 % |
191.80/192.25	|       816 |    6189    57272   157357 |    28118      815     40 | 11.589 % |
192.15/192.40	|      1323 |    6189    57272   157357 |    30929     1322     39 | 11.586 % |
192.25/192.53	|      2083 |    6189    57272   157357 |    34022     2082     50 | 11.587 % |
192.55/192.81	|      3223 |    6189    57272   157357 |    37425     3222     45 | 11.586 % |
192.74/193.09	|      4931 |    6189    57272   157357 |    41167     4930     52 | 11.586 % |
193.35/193.60	|      7493 |    6189    57272   157357 |    45284     7492     57 | 11.586 % |
194.04/194.38	|     11337 |    6189    57272   157357 |    49812    11336     62 | 11.586 % |
195.94/196.24	|     17105 |    6189    57272   157357 |    54794    17104     68 | 11.586 % |
199.05/199.38	|     25754 |    6189    57272   157357 |    60273    25753     69 | 11.586 % |
203.54/203.88	|     38728 |    6189    57272   157357 |    66300    38727     70 | 11.586 % |
213.24/213.59	|     58189 |    6144    56177   154857 |    72930    56435     73 | 12.229 % |
228.43/228.72	|     87385 |    6134    55851   154201 |    80224    21036     54 | 12.537 % |
237.72/238.01	===============================================================================
237.72/238.01	restarts              : 16
237.72/238.01	conflicts             : 107867         (2350 /sec)
237.72/238.01	decisions             : 165155         (0.44 % random) (3598 /sec)
237.72/238.01	propagations          : 39574142       (862256 /sec)
237.72/238.01	conflict literals     : 7412502        (36.80 % deleted)
237.72/238.01	Memory used           : 28.84 MB
237.72/238.01	CPU time              : 45.896 s
237.72/238.01	
237.72/238.01	UNSATISFIABLE
237.72/238.01	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-1796603-1242077918/watcher-1796603-1242077918 -o /tmp/evaluation-result-1796603-1242077918/solver-1796603-1242077918 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796603-1242077918.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: 1.00 1.00 1.00 3/64 1224
/proc/meminfo: memFree=1969400/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=5360 CPUtime=0
/proc/1225/stat : 1225 (run.sh) D 1224 1224 940 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 235818571 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 271894244647 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/1225/statm: 1340 240 199 169 0 51 0

[startup+0.038686 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1224
/proc/meminfo: memFree=1969400/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=5360 CPUtime=0
/proc/1225/stat : 1225 (run.sh) D 1224 1224 940 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 235818571 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 271894244647 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1225/statm: 1340 240 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10720

[startup+0.101698 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1224
/proc/meminfo: memFree=1969400/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=1472 CPUtime=0
/proc/1225/stat : 1225 (revival) D 1224 1224 940 0 -1 4194304 89 0 4 0 0 0 0 0 18 0 1 0 235818571 1507328 60 1992294400 134512640 134537284 4294956368 18446744073709551615 6381008 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/1225/statm: 368 60 44 6 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6832

[startup+0.30174 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1224
/proc/meminfo: memFree=1969400/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=4676 CPUtime=0.18
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1148 0 11 0 18 0 0 0 18 0 1 50000 235818571 4788224 852 1992294400 134512640 134537284 4294956368 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1225/statm: 1169 852 85 6 0 807 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10036

[startup+0.701808 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1224
/proc/meminfo: memFree=1969400/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=4676 CPUtime=0.58
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1151 0 11 0 58 0 0 0 22 0 1 50000 235818571 4788224 855 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1225/statm: 1169 855 85 6 0 807 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10036

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1964712/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=4676 CPUtime=1.37
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1156 0 11 0 137 0 0 0 25 0 1 50000 235818571 4788224 860 1992294400 134512640 134537284 4294956368 18446744073709551615 134524101 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1169 860 85 6 0 807 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10036

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1964648/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=4676 CPUtime=2.97
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1175 0 11 0 297 0 0 0 25 0 1 50000 235818571 4788224 879 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1169 879 85 6 0 807 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10036

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1964456/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=4808 CPUtime=6.17
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1202 0 11 0 617 0 0 0 25 0 1 50000 235818571 4923392 906 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1202 906 85 6 0 840 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 10168

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1964136/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=5204 CPUtime=12.56
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1297 0 11 0 1256 0 0 0 25 0 1 50000 235818571 5328896 1001 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1301 1001 85 6 0 939 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10564

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1963496/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=5996 CPUtime=25.36
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1475 0 11 0 2535 1 0 0 25 0 1 50000 235818571 6139904 1179 1992294400 134512640 134537284 4294956368 18446744073709551615 134531162 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1499 1179 85 6 0 1137 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 11356

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1962152/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=7316 CPUtime=50.95
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 1823 0 11 0 5094 1 0 0 25 0 1 50000 235818571 7491584 1527 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 1829 1527 85 6 0 1467 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 12676

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1959336/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=10088 CPUtime=102.12
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 2520 0 11 0 10210 2 0 0 25 0 1 50000 235818571 10330112 2224 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 2522 2224 85 6 0 2160 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 15448

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1226
/proc/meminfo: memFree=1955944/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=0
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235818570 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 237 196 169 0 51 0
[pid=1225] ppid=1224 vsize=13388 CPUtime=162.09
/proc/1225/stat : 1225 (revival) R 1224 1224 940 0 -1 4194304 3342 0 11 0 16206 3 0 0 25 0 1 50000 235818571 13709312 3046 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1225/statm: 3347 3046 85 6 0 2985 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 18748

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1939944/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=27664 CPUtime=30.24
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 6756 0 0 0 3020 4 0 0 25 0 1 0 235837774 28327936 6742 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 6916 6742 76 170 0 6744 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 33024

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=38.23
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7208 0 0 0 3819 4 0 0 25 0 1 0 235837774 30236672 7194 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7194 76 170 0 7210 0
Current children cumulated CPU time (s) 230.03
Current children cumulated vsize (KiB) 34888

[startup+233.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=41.43
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7208 0 0 0 4139 4 0 0 25 0 1 0 235837774 30236672 7194 1992294400 134512640 135212939 4294956240 18446744073709551615 134536077 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7194 76 170 0 7210 0
Current children cumulated CPU time (s) 233.23
Current children cumulated vsize (KiB) 34888

[startup+235.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=43.03
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7208 0 0 0 4299 4 0 0 25 0 1 0 235837774 30236672 7194 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7194 76 170 0 7210 0
Current children cumulated CPU time (s) 234.83
Current children cumulated vsize (KiB) 34888

[startup+236.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=44.62
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7208 0 0 0 4458 4 0 0 25 0 1 0 235837774 30236672 7194 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/1229/statm: 7382 7194 76 170 0 7210 0
Current children cumulated CPU time (s) 236.42
Current children cumulated vsize (KiB) 34888

[startup+237.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=45.42
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7208 0 0 0 4538 4 0 0 25 0 1 0 235837774 30236672 7194 1992294400 134512640 135212939 4294956240 18446744073709551615 134541452 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7194 76 170 0 7210 0
Current children cumulated CPU time (s) 237.22
Current children cumulated vsize (KiB) 34888

[startup+237.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=45.82
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7217 0 0 0 4578 4 0 0 25 0 1 0 235837774 30236672 7203 1992294400 134512640 135212939 4294956240 18446744073709551615 134523890 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7203 76 170 0 7210 0
Current children cumulated CPU time (s) 237.62
Current children cumulated vsize (KiB) 34888

[startup+238.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1229
/proc/meminfo: memFree=1938088/2055920 swapFree=4180452/4192956
[pid=1224] ppid=1222 vsize=5360 CPUtime=191.8
/proc/1224/stat : 1224 (run.sh) S 1222 1224 940 0 -1 4194304 312 3753 0 13 0 0 19176 4 16 0 1 0 235818570 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1224/statm: 1340 238 197 169 0 51 0
[pid=1229] ppid=1224 vsize=29528 CPUtime=45.92
/proc/1229/stat : 1229 (minisat) R 1224 1224 940 0 -1 4194304 7217 0 0 0 4588 4 0 0 25 0 1 0 235837774 30236672 7203 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/1229/statm: 7382 7203 76 170 0 7210 0
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (KiB) 34888

Child status: 20
Real time (s): 238.02
CPU time (s): 237.771
CPU user time (s): 237.665
CPU system time (s): 0.105983
CPU usage (%): 99.8954
Max. virtual memory (cumulated for all children) (KiB): 34888

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

runsolver used 0.206968 second user time and 0.666898 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-11 23:38:38
IDJOB=1796603
IDBENCH=69594
IDSOLVER=649
FILE ID=node60/1796603-1242077918
PBS_JOBID= 9277666
Free space on /tmp= 66036 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796603-1242077918/watcher-1796603-1242077918 -o /tmp/evaluation-result-1796603-1242077918/solver-1796603-1242077918 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796603-1242077918.cnf HOME

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=1612695017

node60.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.256
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.256
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:       1969944 kB
Buffers:          1172 kB
Cached:          24276 kB
SwapCached:       6308 kB
Active:          15216 kB
Inactive:        19132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1969944 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            37628 kB
Committed_AS:   826080 kB
PageTables:       1456 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= 66036 MiB
End job on node60 at 2009-05-11 23:42:36