Trace number 1806930

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 148.213 148.292

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.652
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
2.99/3.04	#LEARNT CLAUSES 0
3.09/3.16	done !
3.09/3.16	c Now, SatElite...
3.09/3.16	c Parsing...
3.17/3.24	c ==============================================================================
3.17/3.24	c |           |     ORIGINAL     |              LEARNT              |          |
3.17/3.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.17/3.24	c ==============================================================================
3.17/3.24	c |         0 |   38430   456120 |   11528       0        0     nan |  0.000 % |
3.17/3.24	c ==============================================================================
3.17/3.24	c Result  :   #vars: 45   #clauses: 38430   #literals: 456120
3.17/3.24	c CPU time:   0.074988 s
3.17/3.24	c ==============================================================================
3.27/3.38	c SatElite is done !
3.27/3.38	c Calling MINISAT
3.27/3.39	This is MiniSat 2.0 beta
3.27/3.39	WARNING: for repeatability, setting FPU to use double precision
3.27/3.39	============================[ Problem Statistics ]=============================
3.27/3.39	|                                                                             |
3.27/3.39	|  Number of variables:  45                                                   |
3.27/3.39	|  Number of clauses:    38430                                                |
3.37/3.43	|  Parsing time:         0.04         s                                       |
3.37/3.43	============================[ Search Statistics ]==============================
3.37/3.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.43	===============================================================================
3.37/3.43	|         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
3.37/3.44	|       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
3.37/3.45	|       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
3.37/3.46	|       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
3.37/3.49	|       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
3.37/3.52	|      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
3.37/3.62	|      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
3.37/3.73	|      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
3.37/3.90	|      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
3.37/4.25	|      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
4.76/4.84	|     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
5.86/5.96	|     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
8.17/8.23	|     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
13.57/13.68	|     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
21.46/21.50	|     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
34.56/34.69	|     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
54.54/54.67	|    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
78.43/78.54	|    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
121.92/122.03	|    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
148.10/148.28	===============================================================================
148.10/148.28	restarts              : 19
148.10/148.28	conflicts             : 359627         (2484 /sec)
148.10/148.28	decisions             : 380172         (1.81 % random) (2626 /sec)
148.10/148.28	propagations          : 2523897        (17431 /sec)
148.10/148.28	conflict literals     : 5095339        (23.74 % deleted)
148.10/148.28	Memory used           : 13.77 MB
148.10/148.28	CPU time              : 144.793 s
148.10/148.28	
148.10/148.28	UNSATISFIABLE
148.10/148.29	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-1806930-1242153613/watcher-1806930-1242153613 -o /tmp/evaluation-result-1806930-1242153613/solver-1806930-1242153613 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806930-1242153613.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.95 3/65 22239
/proc/meminfo: memFree=1322416/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) R 22237 22239 21735 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22239/statm: 1340 236 195 169 0 51 0
[pid=22240] ppid=22239 vsize=2124 CPUtime=0
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 249 0 0 0 0 0 0 0 18 0 1 0 243390450 2174976 215 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22240/statm: 531 222 81 6 0 169 0

[startup+0.036602 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 22239
/proc/meminfo: memFree=1322416/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=4448 CPUtime=0.02
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1188 0 0 0 2 0 0 0 18 0 1 50000 243390450 4554752 822 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1112 822 85 6 0 750 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9808

[startup+0.10161 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 22239
/proc/meminfo: memFree=1322416/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=4748 CPUtime=0.09
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1238 0 0 0 9 0 0 0 19 0 1 50000 243390450 4861952 872 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1187 872 85 6 0 825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10108

[startup+0.301632 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 22239
/proc/meminfo: memFree=1322416/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=4888 CPUtime=0.29
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1288 0 0 0 29 0 0 0 21 0 1 50000 243390450 5005312 922 1992294400 134512640 134537284 4294956368 18446744073709551615 134523732 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1222 922 85 6 0 860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10248

[startup+0.701678 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 22239
/proc/meminfo: memFree=1322416/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=5188 CPUtime=0.69
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1342 0 0 0 69 0 0 0 25 0 1 50000 243390450 5312512 976 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1297 976 85 6 0 935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10548

[startup+1.50177 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 22241
/proc/meminfo: memFree=1318368/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=5668 CPUtime=1.48
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1425 0 0 0 148 0 0 0 25 0 1 50000 243390450 5804032 1059 1992294400 134512640 134537284 4294956368 18446744073709551615 134523819 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1417 1059 85 6 0 1055 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11028

[startup+3.10195 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 22241
/proc/meminfo: memFree=1317984/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=0
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243390450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22239/statm: 1340 237 196 169 0 51 0
[pid=22240] ppid=22239 vsize=5680 CPUtime=3.09
/proc/22240/stat : 22240 (revival) R 22239 22239 21735 0 -1 4194304 1449 0 0 0 308 1 0 0 25 0 1 50000 243390450 5816320 1083 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22240/statm: 1420 1083 96 6 0 1058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11040

[startup+6.30131 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 22243
/proc/meminfo: memFree=1313120/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=7488 CPUtime=2.89
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 1718 0 0 0 289 0 0 0 25 0 1 0 243390789 7667712 1702 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 1872 1702 76 170 0 1700 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12848

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 22243
/proc/meminfo: memFree=1311008/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=9096 CPUtime=9.3
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 2128 0 0 0 929 1 0 0 25 0 1 0 243390789 9314304 2112 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 2274 2112 76 170 0 2102 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14456

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.95 2/67 22243
/proc/meminfo: memFree=1309664/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=10576 CPUtime=22.09
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 2464 0 0 0 2208 1 0 0 25 0 1 0 243390789 10829824 2448 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 2644 2448 76 170 0 2472 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15936

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.95 2/67 22243
/proc/meminfo: memFree=1308704/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=11572 CPUtime=47.67
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 2710 0 0 0 4765 2 0 0 25 0 1 0 243390789 11849728 2694 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 2893 2694 76 170 0 2721 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16932

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/67 22243
/proc/meminfo: memFree=1307104/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=13440 CPUtime=98.86
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3086 0 0 0 9883 3 0 0 25 0 1 0 243390789 13762560 3062 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3360 3062 76 170 0 3188 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18800

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

[startup+127.901 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306592/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=13848 CPUtime=124.44
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3172 0 0 0 12441 3 0 0 25 0 1 0 243390789 14180352 3148 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3462 3148 76 170 0 3290 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 19208

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=137.24
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3242 0 0 0 13721 3 0 0 25 0 1 0 243390789 14430208 3218 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3218 76 170 0 3351 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 19452

[startup+143.902 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=140.43
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3244 0 0 0 14040 3 0 0 25 0 1 0 243390789 14430208 3220 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3220 76 170 0 3351 0
Current children cumulated CPU time (s) 143.8
Current children cumulated vsize (KiB) 19452

[startup+145.501 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=142.03
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3246 0 0 0 14200 3 0 0 25 0 1 0 243390789 14430208 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3222 76 170 0 3351 0
Current children cumulated CPU time (s) 145.4
Current children cumulated vsize (KiB) 19452

[startup+147.101 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=143.63
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3246 0 0 0 14360 3 0 0 25 0 1 0 243390789 14430208 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134523980 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3222 76 170 0 3351 0
Current children cumulated CPU time (s) 147
Current children cumulated vsize (KiB) 19452

[startup+147.902 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=144.43
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3246 0 0 0 14440 3 0 0 25 0 1 0 243390789 14430208 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3222 76 170 0 3351 0
Current children cumulated CPU time (s) 147.8
Current children cumulated vsize (KiB) 19452

[startup+148.102 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=144.63
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3246 0 0 0 14460 3 0 0 25 0 1 0 243390789 14430208 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3222 76 170 0 3351 0
Current children cumulated CPU time (s) 148
Current children cumulated vsize (KiB) 19452

[startup+148.202 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 22245
/proc/meminfo: memFree=1306336/2055920 swapFree=4181592/4192956
[pid=22239] ppid=22237 vsize=5360 CPUtime=3.37
/proc/22239/stat : 22239 (run.sh) S 22237 22239 21735 0 -1 4194304 341 2795 0 0 0 0 335 2 15 0 1 0 243390450 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22239/statm: 1340 241 197 169 0 51 0
[pid=22243] ppid=22239 vsize=14092 CPUtime=144.73
/proc/22243/stat : 22243 (minisat) R 22239 22239 21735 0 -1 4194304 3246 0 0 0 14470 3 0 0 25 0 1 0 243390789 14430208 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22243/statm: 3523 3222 76 170 0 3351 0
Current children cumulated CPU time (s) 148.1
Current children cumulated vsize (KiB) 19452

Child status: 20
Real time (s): 148.292
CPU time (s): 148.213
CPU user time (s): 148.144
CPU system time (s): 0.068989
CPU usage (%): 99.947
Max. virtual memory (cumulated for all children) (KiB): 19452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.144
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 620

runsolver used 0.138978 second user time and 0.407937 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 20:40:13
IDJOB=1806930
IDBENCH=71131
IDSOLVER=647
FILE ID=node88/1806930-1242153613
PBS_JOBID= 9289638
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1954897428

node88.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.229
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.229
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:       1322896 kB
Buffers:         60604 kB
Cached:         581812 kB
SwapCached:       5488 kB
Active:          29216 kB
Inactive:       621824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322896 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            67988 kB
Committed_AS:   693596 kB
PageTables:       1444 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= 66168 MiB
End job on node88 at 2009-05-12 20:42:41