Trace number 1806932

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 146.573 146.636

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.98/3.05	#LEARNT CLAUSES 0
3.09/3.17	done !
3.09/3.17	c Calling MINISAT
3.09/3.17	This is MiniSat 2.0 beta
3.09/3.17	WARNING: for repeatability, setting FPU to use double precision
3.09/3.17	============================[ Problem Statistics ]=============================
3.09/3.17	|                                                                             |
3.09/3.17	|  Number of variables:  45                                                   |
3.09/3.17	|  Number of clauses:    38430                                                |
3.18/3.22	|  Parsing time:         0.05         s                                       |
3.18/3.23	============================[ Search Statistics ]==============================
3.18/3.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.23	===============================================================================
3.18/3.23	|         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
3.18/3.23	|       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
3.18/3.24	|       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
3.18/3.26	|       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
3.18/3.28	|       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
3.28/3.32	|      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
3.37/3.42	|      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
3.47/3.53	|      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
3.57/3.69	|      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
3.97/4.05	|      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
4.57/4.62	|     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
5.67/5.71	|     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
7.77/7.88	|     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
13.08/13.20	|     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
20.97/21.01	|     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
33.87/33.97	|     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
53.45/53.58	|    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
77.15/77.24	|    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
120.52/120.64	|    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
146.51/146.63	===============================================================================
146.51/146.63	restarts              : 19
146.51/146.63	conflicts             : 359627         (2508 /sec)
146.51/146.63	decisions             : 380172         (1.81 % random) (2652 /sec)
146.51/146.63	propagations          : 2523897        (17603 /sec)
146.51/146.63	conflict literals     : 5095339        (23.74 % deleted)
146.51/146.63	Memory used           : 13.77 MB
146.51/146.63	CPU time              : 143.377 s
146.51/146.63	
146.51/146.63	UNSATISFIABLE
146.51/146.63	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-1806932-1242153615/watcher-1806932-1242153615 -o /tmp/evaluation-result-1806932-1242153615/solver-1806932-1242153615 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806932-1242153615.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.99 1.00 0.96 3/64 27613
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) R 27611 27613 27200 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 235371293343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27613/statm: 1340 236 195 169 0 51 0
[pid=27614] ppid=27613 vsize=2124 CPUtime=0
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 243388996 2174976 242 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27614/statm: 531 250 81 6 0 169 0

[startup+0.079902 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27613
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=4748 CPUtime=0.07
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1229 0 0 0 7 0 0 0 19 0 1 50000 243388996 4861952 864 1992294400 134512640 134537284 4294956368 18446744073709551615 3056589 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1187 864 85 6 0 825 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10108

[startup+0.101903 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27613
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=4748 CPUtime=0.09
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1237 0 0 0 9 0 0 0 19 0 1 50000 243388996 4861952 872 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1187 872 85 6 0 825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10108

[startup+0.301921 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27613
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=4888 CPUtime=0.29
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1287 0 0 0 29 0 0 0 21 0 1 50000 243388996 5005312 922 1992294400 134512640 134537284 4294956368 18446744073709551615 134523765 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1222 922 85 6 0 860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10248

[startup+0.701957 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27613
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=5188 CPUtime=0.68
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1341 0 0 0 68 0 0 0 25 0 1 50000 243388996 5312512 976 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1297 976 85 6 0 935 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10548

[startup+1.50103 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27615
/proc/meminfo: memFree=1407344/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=5668 CPUtime=1.48
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1424 0 0 0 148 0 0 0 25 0 1 50000 243388996 5804032 1059 1992294400 134512640 134537284 4294956368 18446744073709551615 134523842 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1417 1059 85 6 0 1055 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11028

[startup+3.10117 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27615
/proc/meminfo: memFree=1406960/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=0
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243388995 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27613/statm: 1340 237 196 169 0 51 0
[pid=27614] ppid=27613 vsize=5680 CPUtime=3.09
/proc/27614/stat : 27614 (revival) R 27613 27613 27200 0 -1 4194304 1448 0 0 0 308 1 0 0 25 0 1 50000 243388996 5816320 1083 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27614/statm: 1420 1083 96 6 0 1058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11040

[startup+6.30146 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27616
/proc/meminfo: memFree=1403184/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=7488 CPUtime=3.11
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 1725 0 0 0 311 0 0 0 25 0 1 0 243389313 7667712 1711 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 1872 1711 76 170 0 1700 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12848

[startup+12.701 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27616
/proc/meminfo: memFree=1401200/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=9320 CPUtime=9.51
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 2158 0 0 0 950 1 0 0 25 0 1 0 243389313 9543680 2144 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 2330 2144 76 170 0 2158 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14680

[startup+25.5012 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27616
/proc/meminfo: memFree=1399984/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=10576 CPUtime=22.31
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 2464 0 0 0 2230 1 0 0 25 0 1 0 243389313 10829824 2450 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 2644 2450 76 170 0 2472 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15936

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27616
/proc/meminfo: memFree=1398960/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=11652 CPUtime=47.89
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 2713 0 0 0 4788 1 0 0 25 0 1 0 243389313 11931648 2699 1992294400 134512640 135212939 4294956240 18446744073709551615 134534888 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 2913 2699 76 170 0 2741 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17012

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1397360/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=13488 CPUtime=99.07
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3113 0 0 0 9906 1 0 0 25 0 1 0 243389313 13811712 3091 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3372 3091 76 170 0 3200 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18848

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

[startup+127.901 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1397040/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=13732 CPUtime=124.66
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3172 0 0 0 12465 1 0 0 25 0 1 0 243389313 14061568 3150 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3433 3150 76 170 0 3261 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 19092

[startup+134.303 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396912/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=13924 CPUtime=131.06
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3209 0 0 0 13105 1 0 0 25 0 1 0 243389313 14258176 3187 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3481 3187 76 170 0 3309 0
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (KiB) 19284

[startup+140.702 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=137.46
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3257 0 0 0 13745 1 0 0 25 0 1 0 243389313 14434304 3227 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3227 76 170 0 3352 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 19456

[startup+143.902 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=140.65
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3259 0 0 0 14064 1 0 0 25 0 1 0 243389313 14434304 3229 1992294400 134512640 135212939 4294956240 18446744073709551615 134523986 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3229 76 170 0 3352 0
Current children cumulated CPU time (s) 143.81
Current children cumulated vsize (KiB) 19456

[startup+145.502 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=142.25
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3259 0 0 0 14224 1 0 0 25 0 1 0 243389313 14434304 3229 1992294400 134512640 135212939 4294956240 18446744073709551615 134524064 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3229 76 170 0 3352 0
Current children cumulated CPU time (s) 145.41
Current children cumulated vsize (KiB) 19456

[startup+146.305 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=143.05
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3259 0 0 0 14304 1 0 0 25 0 1 0 243389313 14434304 3229 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3229 76 170 0 3352 0
Current children cumulated CPU time (s) 146.21
Current children cumulated vsize (KiB) 19456

[startup+146.501 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=143.25
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3259 0 0 0 14324 1 0 0 25 0 1 0 243389313 14434304 3229 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3229 76 170 0 3352 0
Current children cumulated CPU time (s) 146.41
Current children cumulated vsize (KiB) 19456

[startup+146.601 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27618
/proc/meminfo: memFree=1396720/2055920 swapFree=4150108/4192956
[pid=27613] ppid=27611 vsize=5360 CPUtime=3.16
/proc/27613/stat : 27613 (run.sh) S 27611 27613 27200 0 -1 4194304 312 1449 0 0 0 0 315 1 16 0 1 0 243388995 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27613/statm: 1340 238 197 169 0 51 0
[pid=27616] ppid=27613 vsize=14096 CPUtime=143.35
/proc/27616/stat : 27616 (minisat) R 27613 27613 27200 0 -1 4194304 3259 0 0 0 14334 1 0 0 25 0 1 0 243389313 14434304 3229 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27616/statm: 3524 3229 76 170 0 3352 0
Current children cumulated CPU time (s) 146.51
Current children cumulated vsize (KiB) 19456

Child status: 20
Real time (s): 146.636
CPU time (s): 146.573
CPU user time (s): 146.534
CPU system time (s): 0.038994
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 19456

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

runsolver used 0.144977 second user time and 0.399939 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 20:40:15
IDJOB=1806932
IDBENCH=71131
IDSOLVER=649
FILE ID=node51/1806932-1242153615
PBS_JOBID= 9289673
Free space on /tmp= 66248 MiB

SOLVER NAME= 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-1806932-1242153615/watcher-1806932-1242153615 -o /tmp/evaluation-result-1806932-1242153615/solver-1806932-1242153615 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806932-1242153615.cnf HOME

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1569502077

node51.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.214
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.214
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:       1411808 kB
Buffers:         46224 kB
Cached:         485392 kB
SwapCached:      36660 kB
Active:          58932 kB
Inactive:       511356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411808 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            59948 kB
Committed_AS:   724260 kB
PageTables:       1392 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= 66244 MiB
End job on node51 at 2009-05-12 20:42:41