Trace number 1807443

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 278.749 278.901

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark164.724
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 16
126.62/126.78	#LEARNT CLAUSES 419
126.72/126.83	done !
126.72/126.83	c Calling MINISAT
126.72/126.83	This is MiniSat 2.0 beta
126.72/126.83	WARNING: for repeatability, setting FPU to use double precision
126.72/126.83	============================[ Problem Statistics ]=============================
126.72/126.83	|                                                                             |
126.72/126.84	|  Number of variables:  8484                                                 |
126.72/126.84	|  Number of clauses:    64845                                                |
126.72/126.87	|  Parsing time:         0.03         s                                       |
126.72/126.88	============================[ Search Statistics ]==============================
126.72/126.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
126.72/126.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
126.72/126.88	===============================================================================
126.72/126.88	|         0 |    7791    64115   176423 |    21371        0    nan |  0.000 % |
126.72/126.89	|       102 |    7791    64115   176423 |    23508      102     11 |  8.168 % |
126.76/126.91	|       252 |    7791    64115   176423 |    25859      252     20 |  8.168 % |
126.76/126.94	|       478 |    7791    64115   176423 |    28445      478     19 |  8.168 % |
126.76/127.01	|       815 |    7791    64115   176423 |    31290      815     29 |  8.168 % |
126.76/127.11	|      1323 |    7791    64115   176423 |    34419     1323     28 |  8.168 % |
126.76/127.31	|      2083 |    7791    64115   176423 |    37861     2083     35 |  8.168 % |
127.41/127.57	|      3222 |    7791    64115   176423 |    41647     3222     43 |  8.168 % |
127.81/127.93	|      4930 |    7791    64115   176423 |    45812     4930     45 |  8.168 % |
128.40/128.57	|      7492 |    7791    64115   176423 |    50393     7492     45 |  8.168 % |
129.41/129.56	|     11336 |    7791    64115   176423 |    55432    11336     46 |  8.168 % |
131.50/131.60	|     17103 |    7791    64115   176423 |    60975    17103     44 |  8.168 % |
135.30/135.42	|     25752 |    7791    64115   176423 |    67073    25752     44 |  8.168 % |
141.49/141.65	|     38726 |    7791    64115   176423 |    73780    38726     45 |  8.168 % |
154.10/154.27	|     58188 |    7791    64115   176423 |    81158    58188     47 |  8.168 % |
179.67/179.83	|     87381 |    7791    64115   176423 |    89274    26741     30 |  8.168 % |
213.56/213.77	|    131171 |    7791    64115   176423 |    98202    70531     44 |  8.168 % |
278.63/278.89	===============================================================================
278.63/278.89	restarts              : 17
278.63/278.89	conflicts             : 190990         (1257 /sec)
278.63/278.89	decisions             : 360014         (1.42 % random) (2370 /sec)
278.63/278.89	propagations          : 101285992      (666764 /sec)
278.63/278.89	conflict literals     : 9064326        (39.60 % deleted)
278.63/278.89	Memory used           : 25.47 MB
278.63/278.89	CPU time              : 151.907 s
278.63/278.89	
278.63/278.89	UNSATISFIABLE
278.63/278.90	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-1807443-1242157804/watcher-1807443-1242157804 -o /tmp/evaluation-result-1807443-1242157804/solver-1807443-1242157804 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807443-1242157804.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.96 3/64 14642
/proc/meminfo: memFree=1366000/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) R 14640 14642 14605 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=2124 CPUtime=0
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243813178 2174976 256 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14643/statm: 531 259 81 6 0 169 0

[startup+0.075918 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14642
/proc/meminfo: memFree=1366000/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5612 CPUtime=0.06
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1426 0 0 0 6 0 0 0 19 0 1 50000 243813178 5746688 1036 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1403 1036 85 6 0 1041 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10972

[startup+0.101919 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14642
/proc/meminfo: memFree=1366000/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5612 CPUtime=0.09
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1427 0 0 0 9 0 0 0 19 0 1 50000 243813178 5746688 1037 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1403 1037 85 6 0 1041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10972

[startup+0.301947 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14642
/proc/meminfo: memFree=1366000/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5744 CPUtime=0.28
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1438 0 0 0 28 0 0 0 21 0 1 50000 243813178 5881856 1048 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1436 1048 85 6 0 1074 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11104

[startup+0.702005 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14642
/proc/meminfo: memFree=1366000/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5744 CPUtime=0.68
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1446 0 0 0 68 0 0 0 25 0 1 50000 243813178 5881856 1056 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1436 1056 85 6 0 1074 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 11104

[startup+1.50212 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361824/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5744 CPUtime=1.48
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1447 0 0 0 148 0 0 0 25 0 1 50000 243813178 5881856 1057 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1436 1057 85 6 0 1074 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11104

[startup+3.10135 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361696/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5744 CPUtime=3.08
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1448 0 0 0 308 0 0 0 25 0 1 50000 243813178 5881856 1058 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1436 1058 85 6 0 1074 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11104

[startup+6.30281 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361504/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5744 CPUtime=6.28
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1464 0 0 0 628 0 0 0 25 0 1 50000 243813178 5881856 1074 1992294400 134512640 134537284 4294956368 18446744073709551615 134523789 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1436 1074 85 6 0 1074 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11104

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361312/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5876 CPUtime=12.69
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1470 0 0 0 1268 1 0 0 25 0 1 50000 243813178 6017024 1080 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1469 1080 85 6 0 1107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11236

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361376/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5876 CPUtime=25.48
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1474 0 0 0 2547 1 0 0 25 0 1 50000 243813178 6017024 1084 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1469 1084 85 6 0 1107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11236

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.96 2/66 14644
/proc/meminfo: memFree=1361376/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=5876 CPUtime=51.07
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1483 0 0 0 5106 1 0 0 25 0 1 50000 243813178 6017024 1093 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1469 1093 85 6 0 1107 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11236

[startup+102.307 s]
/proc/loadavg: 1.05 1.00 0.96 2/66 14644
/proc/meminfo: memFree=1361184/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243813178 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 237 196 169 0 51 0
[pid=14643] ppid=14642 vsize=6008 CPUtime=102.24
/proc/14643/stat : 14643 (revival) R 14642 14642 14605 0 -1 4194304 1511 0 0 0 10223 1 0 0 25 0 1 50000 243813178 6152192 1121 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14643/statm: 1502 1121 85 6 0 1140 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11368

[startup+162.301 s]
/proc/loadavg: 1.07 1.01 0.97 2/66 14645
/proc/meminfo: memFree=1345312/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=20216 CPUtime=35.43
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 4892 0 0 0 3539 4 0 0 25 0 1 0 243825862 20701184 4878 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 5054 4878 77 170 0 4882 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 25576

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 0.97 2/66 14645
/proc/meminfo: memFree=1341600/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=23792 CPUtime=95.39
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 5780 0 0 0 9534 5 0 0 25 0 1 0 243825862 24363008 5766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 5948 5766 77 170 0 5776 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 29152

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

[startup+230.302 s]
/proc/loadavg: 1.02 1.01 0.97 2/66 14645
/proc/meminfo: memFree=1341600/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=23792 CPUtime=103.39
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 5789 0 0 0 10334 5 0 0 25 0 1 0 243825862 24363008 5775 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 5948 5775 77 170 0 5776 0
Current children cumulated CPU time (s) 230.15
Current children cumulated vsize (KiB) 29152

[startup+255.902 s]
/proc/loadavg: 1.01 1.01 0.97 2/66 14645
/proc/meminfo: memFree=1340832/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=24756 CPUtime=128.98
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6012 0 0 0 12893 5 0 0 25 0 1 0 243825862 25350144 5998 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6189 5998 77 170 0 6017 0
Current children cumulated CPU time (s) 255.74
Current children cumulated vsize (KiB) 30116

[startup+268.702 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=26080 CPUtime=141.77
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6351 0 0 0 14171 6 0 0 25 0 1 0 243825862 26705920 6337 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6520 6337 77 170 0 6348 0
Current children cumulated CPU time (s) 268.53
Current children cumulated vsize (KiB) 31440

[startup+275.102 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=26080 CPUtime=148.17
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6351 0 0 0 14811 6 0 0 25 0 1 0 243825862 26705920 6337 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6520 6337 77 170 0 6348 0
Current children cumulated CPU time (s) 274.93
Current children cumulated vsize (KiB) 31440

[startup+276.702 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=26080 CPUtime=149.77
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6351 0 0 0 14971 6 0 0 25 0 1 0 243825862 26705920 6337 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6520 6337 77 170 0 6348 0
Current children cumulated CPU time (s) 276.53
Current children cumulated vsize (KiB) 31440

[startup+278.305 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=26080 CPUtime=151.37
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6351 0 0 0 15131 6 0 0 25 0 1 0 243825862 26705920 6337 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6520 6337 77 170 0 6348 0
Current children cumulated CPU time (s) 278.13
Current children cumulated vsize (KiB) 31440

[startup+278.701 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=126.76
/proc/14642/stat : 14642 (run.sh) S 14640 14642 14605 0 -1 4194304 312 1538 0 0 0 0 12674 2 16 0 1 0 243813178 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 197 169 0 51 0
[pid=14645] ppid=14642 vsize=26080 CPUtime=151.77
/proc/14645/stat : 14645 (minisat) R 14642 14642 14605 0 -1 4194304 6351 0 0 0 15171 6 0 0 25 0 1 0 243825862 26705920 6337 1992294400 134512640 135212939 4294956240 18446744073709551615 134524249 0 0 4096 3 0 0 0 17 0 0 0
/proc/14645/statm: 6520 6337 77 170 0 6348 0
Current children cumulated CPU time (s) 278.53
Current children cumulated vsize (KiB) 31440

[startup+278.901 s]
/proc/loadavg: 1.01 1.00 0.97 2/66 14645
/proc/meminfo: memFree=1339360/2055920 swapFree=4179692/4192956
[pid=14642] ppid=14640 vsize=0 CPUtime=278.73
/proc/14642/stat : 14642 (run.sh) R 14640 14642 14605 0 -1 4194308 325 7900 0 0 0 0 27865 8 16 0 1 0 243813178 0 0 1992294400 0 0 0 0 0 0 0 4100 65536 0 0 0 17 0 0 0
/proc/14642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 278.73
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 278.901
CPU time (s): 278.749
CPU user time (s): 278.657
CPU system time (s): 0.091986
CPU usage (%): 99.9452
Max. virtual memory (cumulated for all children) (KiB): 31440

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

runsolver used 0.251961 second user time and 0.770882 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 21:50:04
IDJOB=1807443
IDBENCH=71629
IDSOLVER=649
FILE ID=node30/1807443-1242157804
PBS_JOBID= 9289774
Free space on /tmp= 66208 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807443-1242157804/watcher-1807443-1242157804 -o /tmp/evaluation-result-1807443-1242157804/solver-1807443-1242157804 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807443-1242157804.cnf HOME

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=288951267

node30.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.265
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.265
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:       1366480 kB
Buffers:         43976 kB
Cached:         572384 kB
SwapCached:       7064 kB
Active:          64540 kB
Inactive:       560904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366480 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:            3032 kB
Writeback:           0 kB
Mapped:          13964 kB
Slab:            50072 kB
Committed_AS:   955324 kB
PageTables:       1356 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= 66208 MiB
End job on node30 at 2009-05-12 21:54:43