Trace number 1806309

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 122.771 122.829

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.955
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 100
9.29/9.36	#LEARNT CLAUSES 1155
9.29/9.38	done !
9.29/9.38	c Calling MINISAT
9.29/9.38	This is MiniSat 2.0 beta
9.29/9.38	WARNING: for repeatability, setting FPU to use double precision
9.29/9.38	============================[ Problem Statistics ]=============================
9.29/9.38	|                                                                             |
9.29/9.39	|  Number of variables:  2123                                                 |
9.29/9.39	|  Number of clauses:    9898                                                 |
9.37/9.40	|  Parsing time:         0.01         s                                       |
9.37/9.40	============================[ Search Statistics ]==============================
9.37/9.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.37/9.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.37/9.40	===============================================================================
9.37/9.40	|         0 |    2080     9854    72081 |     3284        0    nan |  0.000 % |
9.37/9.40	|       101 |    2080     9854    72081 |     3613      101     12 |  2.025 % |
9.37/9.41	|       251 |    2080     9854    72081 |     3974      251     14 |  2.026 % |
9.37/9.41	|       478 |    2080     9854    72081 |     4371      478     16 |  2.026 % |
9.37/9.42	|       817 |    2080     9854    72081 |     4809      817     16 |  2.026 % |
9.37/9.44	|      1324 |    2080     9854    72081 |     5289     1324     16 |  2.025 % |
9.37/9.46	|      2087 |    2080     9854    72081 |     5818     2087     17 |  2.025 % |
9.37/9.52	|      3227 |    2080     9854    72081 |     6400     3227     20 |  2.025 % |
9.37/9.61	|      4935 |    2080     9854    72081 |     7040     4935     20 |  2.025 % |
9.77/9.81	|      7497 |    2080     9854    72081 |     7745     3904     19 |  2.025 % |
10.07/10.11	|     11343 |    2080     9854    72081 |     8519     7750     22 |  2.025 % |
10.47/10.58	|     17109 |    2080     9854    72081 |     9371     4872     20 |  2.026 % |
11.37/11.43	|     25758 |    2080     9854    72081 |    10308     8791     25 |  2.025 % |
12.57/12.61	|     38733 |    2080     9854    72081 |    11339     6091     18 |  2.025 % |
13.97/14.01	|     58194 |    2080     9854    72081 |    12473     8352     16 |  2.025 % |
16.96/17.02	|     87387 |    2080     9854    72081 |    13720    12330     24 |  2.026 % |
22.46/22.54	|    131176 |    2080     9854    72081 |    15092     7689     20 |  2.026 % |
30.66/30.77	|    196860 |    2080     9854    72081 |    16602    12558     23 |  2.025 % |
44.04/44.13	|    295386 |    2080     9854    72081 |    18262    10784     18 |  2.025 % |
65.13/65.28	|    443180 |    2080     9854    72081 |    20088    11494     17 |  2.026 % |
97.12/97.21	|    664863 |    2077     8037    59164 |    22097    18711     19 |  2.167 % |
122.71/122.82	===============================================================================
122.71/122.82	restarts              : 21
122.71/122.82	conflicts             : 820711         (7239 /sec)
122.71/122.82	decisions             : 1168534        (1.94 % random) (10307 /sec)
122.71/122.82	propagations          : 32188568       (283915 /sec)
122.71/122.82	conflict literals     : 17891992       (33.97 % deleted)
122.71/122.82	Memory used           : 7.08 MB
122.71/122.82	CPU time              : 113.374 s
122.71/122.82	
122.71/122.82	UNSATISFIABLE
122.71/122.82	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-1806309-1242148312/watcher-1806309-1242148312 -o /tmp/evaluation-result-1806309-1242148312/solver-1806309-1242148312 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806309-1242148312.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 0.97 0.91 3/64 14237
/proc/meminfo: memFree=1092880/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=2140 CPUtime=0
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 269 0 0 0 0 0 0 0 19 0 1 0 242864371 2191360 236 1992294400 134512640 134537284 4294956368 18446744073709551615 1607291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14238/statm: 535 238 82 6 0 173 0

[startup+0.085499 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14237
/proc/meminfo: memFree=1092880/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=2564 CPUtime=0.07
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 478 0 0 0 7 0 0 0 19 0 1 50000 242864371 2625536 345 1992294400 134512640 134537284 4294956368 18446744073709551615 134523819 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 641 345 85 6 0 279 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7924

[startup+0.1025 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14237
/proc/meminfo: memFree=1092880/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=2564 CPUtime=0.09
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 483 0 0 0 9 0 0 0 19 0 1 50000 242864371 2625536 350 1992294400 134512640 134537284 4294956368 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 641 350 85 6 0 279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7924

[startup+0.301517 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14237
/proc/meminfo: memFree=1092880/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=2696 CPUtime=0.29
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 512 0 0 0 29 0 0 0 21 0 1 50000 242864371 2760704 379 1992294400 134512640 134537284 4294956368 18446744073709551615 134523713 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 674 379 85 6 0 312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8056

[startup+0.701551 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14237
/proc/meminfo: memFree=1092880/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=2828 CPUtime=0.69
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 548 0 0 0 69 0 0 0 25 0 1 50000 242864371 2895872 415 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 707 415 85 6 0 345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8188

[startup+1.50262 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14239
/proc/meminfo: memFree=1091136/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=3092 CPUtime=1.49
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 601 0 0 0 149 0 0 0 25 0 1 50000 242864371 3166208 468 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 773 468 85 6 0 411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8452

[startup+3.10176 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14239
/proc/meminfo: memFree=1090752/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=3356 CPUtime=3.09
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 683 0 0 0 309 0 0 0 25 0 1 50000 242864371 3436544 550 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 839 550 85 6 0 477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8716

[startup+6.30103 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14239
/proc/meminfo: memFree=1090176/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=0
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242864371 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 237 196 169 0 51 0
[pid=14238] ppid=14237 vsize=3884 CPUtime=6.29
/proc/14238/stat : 14238 (revival) R 14237 14237 14011 0 -1 4194304 819 0 0 0 629 0 0 0 25 0 1 50000 242864371 3977216 686 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14238/statm: 971 686 85 6 0 609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9244

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1089152/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=4180 CPUtime=3.3
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 794 0 0 0 330 0 0 0 25 0 1 0 242865309 4280320 780 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1045 780 77 170 0 873 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9540

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1087936/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=5504 CPUtime=16.09
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1110 0 0 0 1609 0 0 0 25 0 1 0 242865309 5636096 1096 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1376 1096 77 170 0 1204 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10864

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1087168/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=6316 CPUtime=41.67
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1318 0 0 0 4167 0 0 0 25 0 1 0 242865309 6467584 1304 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1579 1304 77 170 0 1407 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 11676

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086336/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=6984 CPUtime=92.85
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1467 0 0 0 9285 0 0 0 25 0 1 0 242865309 7151616 1453 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1746 1453 77 170 0 1574 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12344

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

[startup+115.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086208/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7116 CPUtime=105.64
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1512 0 0 0 10564 0 0 0 25 0 1 0 242865309 7286784 1498 1992294400 134512640 135212939 4294956240 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1779 1498 77 170 0 1607 0
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (KiB) 12476

[startup+118.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086144/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7116 CPUtime=108.84
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1520 0 0 0 10884 0 0 0 25 0 1 0 242865309 7286784 1506 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1779 1506 77 170 0 1607 0
Current children cumulated CPU time (s) 118.21
Current children cumulated vsize (KiB) 12476

[startup+119.907 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086144/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7248 CPUtime=110.45
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1528 0 0 0 11045 0 0 0 25 0 1 0 242865309 7421952 1514 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1812 1514 77 170 0 1640 0
Current children cumulated CPU time (s) 119.82
Current children cumulated vsize (KiB) 12608

[startup+121.503 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086080/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7248 CPUtime=112.04
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1540 0 0 0 11204 0 0 0 25 0 1 0 242865309 7421952 1526 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1812 1526 77 170 0 1640 0
Current children cumulated CPU time (s) 121.41
Current children cumulated vsize (KiB) 12608

[startup+122.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086080/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7248 CPUtime=112.84
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1540 0 0 0 11284 0 0 0 25 0 1 0 242865309 7421952 1526 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1812 1526 77 170 0 1640 0
Current children cumulated CPU time (s) 122.21
Current children cumulated vsize (KiB) 12608

[startup+122.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086080/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7248 CPUtime=113.24
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1540 0 0 0 11324 0 0 0 25 0 1 0 242865309 7421952 1526 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1812 1526 77 170 0 1640 0
Current children cumulated CPU time (s) 122.61
Current children cumulated vsize (KiB) 12608

[startup+122.801 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14240
/proc/meminfo: memFree=1086080/2055920 swapFree=4178020/4192956
[pid=14237] ppid=14235 vsize=5360 CPUtime=9.37
/proc/14237/stat : 14237 (run.sh) S 14235 14237 14011 0 -1 4194304 312 957 0 0 0 0 937 0 19 0 1 0 242864371 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14237/statm: 1340 238 197 169 0 51 0
[pid=14240] ppid=14237 vsize=7248 CPUtime=113.34
/proc/14240/stat : 14240 (minisat) R 14237 14237 14011 0 -1 4194304 1540 0 0 0 11334 0 0 0 25 0 1 0 242865309 7421952 1526 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14240/statm: 1812 1526 77 170 0 1640 0
Current children cumulated CPU time (s) 122.71
Current children cumulated vsize (KiB) 12608

Child status: 20
Real time (s): 122.829
CPU time (s): 122.771
CPU user time (s): 122.752
CPU system time (s): 0.018997
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 12608

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

runsolver used 0.111982 second user time and 0.341948 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-12 19:11:52
IDJOB=1806309
IDBENCH=24714
IDSOLVER=649
FILE ID=node31/1806309-1242148312
PBS_JOBID= 9289690
Free space on /tmp= 66276 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806309-1242148312/watcher-1806309-1242148312 -o /tmp/evaluation-result-1806309-1242148312/solver-1806309-1242148312 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806309-1242148312.cnf HOME

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=85740288

node31.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.213
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.213
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:       1093424 kB
Buffers:         47508 kB
Cached:         835964 kB
SwapCached:       8008 kB
Active:          54972 kB
Inactive:       839116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1093424 kB
SwapTotal:     4192956 kB
SwapFree:      4178020 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            54248 kB
Committed_AS:   850316 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node31 at 2009-05-12 19:13:55