Trace number 1806323

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 70.9812 71.016

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark70.9812
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 87
6.29/6.35	#LEARNT CLAUSES 884
6.29/6.37	done !
6.29/6.37	c Calling MINISAT
6.29/6.37	This is MiniSat 2.0 beta
6.29/6.37	WARNING: for repeatability, setting FPU to use double precision
6.29/6.37	============================[ Problem Statistics ]=============================
6.29/6.37	|                                                                             |
6.29/6.37	|  Number of variables:  1477                                                 |
6.29/6.37	|  Number of clauses:    8485                                                 |
6.29/6.39	|  Parsing time:         0.01         s                                       |
6.29/6.39	============================[ Search Statistics ]==============================
6.29/6.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.29/6.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.29/6.39	===============================================================================
6.29/6.39	|         0 |    1434     8441    62124 |     2813        0    nan |  0.000 % |
6.29/6.39	|       100 |    1434     8441    62124 |     3095      100     14 |  2.911 % |
6.29/6.39	|       251 |    1434     8441    62124 |     3404      251     14 |  2.912 % |
6.36/6.40	|       477 |    1434     8441    62124 |     3744      477     19 |  2.911 % |
6.36/6.41	|       814 |    1434     8441    62124 |     4119      814     21 |  2.912 % |
6.36/6.42	|      1320 |    1434     8441    62124 |     4531     1320     20 |  2.911 % |
6.36/6.45	|      2079 |    1434     8441    62124 |     4984     2079     20 |  2.911 % |
6.36/6.49	|      3219 |    1434     8441    62124 |     5483     3219     22 |  2.911 % |
6.36/6.58	|      4928 |    1434     8441    62124 |     6031     4928     22 |  2.911 % |
6.67/6.73	|      7491 |    1434     8441    62124 |     6634     4408     19 |  2.911 % |
6.87/6.96	|     11335 |    1434     8441    62124 |     7297     4885     18 |  2.911 % |
7.27/7.37	|     17101 |    1434     8441    62124 |     8027     6935     25 |  2.911 % |
7.97/8.08	|     25751 |    1434     8441    62124 |     8830     7454     25 |  2.911 % |
8.97/9.06	|     38725 |    1434     8441    62124 |     9713     7014     19 |  2.911 % |
10.57/10.60	|     58186 |    1434     8441    62124 |    10684     6849     17 |  2.911 % |
13.27/13.38	|     87380 |    1434     8441    62124 |    11753     9032     20 |  2.911 % |
16.96/17.06	|    131171 |    1434     8441    62124 |    12928    11273     18 |  2.911 % |
23.36/23.47	|    196856 |    1434     8441    62124 |    14221    11748     17 |  2.911 % |
34.76/34.81	|    295382 |    1434     8441    62124 |    15643     9989     20 |  2.911 % |
52.55/52.68	|    443171 |    1432     6688    49616 |    17208     9990     17 |  3.047 % |
70.94/71.01	===============================================================================
70.94/71.01	restarts              : 20
70.94/71.01	conflicts             : 581277         (8999 /sec)
70.94/71.01	decisions             : 988215         (1.92 % random) (15299 /sec)
70.94/71.01	propagations          : 21418505       (331596 /sec)
70.94/71.01	conflict literals     : 12710632       (28.09 % deleted)
70.94/71.01	Memory used           : 5.88 MB
70.94/71.01	CPU time              : 64.5922 s
70.94/71.01	
70.94/71.01	UNSATISFIABLE
70.94/71.01	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806323-1242148346/watcher-1806323-1242148346 -o /tmp/evaluation-result-1806323-1242148346/solver-1806323-1242148346 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806323-1242148346.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.94 3/65 27523
/proc/meminfo: memFree=1369576/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) R 27521 27523 27234 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 251601152671 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27523/statm: 1340 236 195 169 0 51 0
[pid=27524] ppid=27523 vsize=2124 CPUtime=0
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 242863624 2174976 199 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27524/statm: 531 206 81 6 0 169 0

[startup+0.104281 s]
/proc/loadavg: 0.92 0.98 0.94 3/65 27523
/proc/meminfo: memFree=1369576/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=2396 CPUtime=0.1
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 423 0 0 0 10 0 0 0 19 0 1 50000 242863624 2453504 309 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 599 309 85 6 0 237 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7756

[startup+0.201291 s]
/proc/loadavg: 0.92 0.98 0.94 3/65 27523
/proc/meminfo: memFree=1369576/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=2396 CPUtime=0.19
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 436 0 0 0 19 0 0 0 20 0 1 50000 242863624 2453504 322 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 599 322 85 6 0 237 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7756

[startup+0.301301 s]
/proc/loadavg: 0.92 0.98 0.94 3/65 27523
/proc/meminfo: memFree=1369576/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=2528 CPUtime=0.29
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 447 0 0 0 29 0 0 0 21 0 1 50000 242863624 2588672 333 1992294400 134512640 134537284 4294956368 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 632 333 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.701346 s]
/proc/loadavg: 0.92 0.98 0.94 3/65 27523
/proc/meminfo: memFree=1369576/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=2660 CPUtime=0.69
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 479 0 0 0 69 0 0 0 25 0 1 50000 242863624 2723840 365 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 665 365 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50143 s]
/proc/loadavg: 0.92 0.98 0.94 2/67 27525
/proc/meminfo: memFree=1368088/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=2792 CPUtime=1.49
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 524 0 0 0 149 0 0 0 25 0 1 50000 242863624 2859008 410 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 698 410 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.94 2/67 27525
/proc/meminfo: memFree=1367768/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=3056 CPUtime=3.09
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 597 0 0 0 309 0 0 0 25 0 1 50000 242863624 3129344 483 1992294400 134512640 134537284 4294956368 18446744073709551615 134516727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 764 483 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30197 s]
/proc/loadavg: 0.93 0.98 0.94 2/67 27525
/proc/meminfo: memFree=1367128/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=0
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242863624 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27523/statm: 1340 237 196 169 0 51 0
[pid=27524] ppid=27523 vsize=3584 CPUtime=6.29
/proc/27524/stat : 27524 (revival) R 27523 27523 27234 0 -1 4194304 726 0 0 0 629 0 0 0 25 0 1 50000 242863624 3670016 612 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27524/statm: 896 612 85 6 0 534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8944

[startup+12.7027 s]
/proc/loadavg: 0.93 0.98 0.94 2/67 27526
/proc/meminfo: memFree=1365976/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=4284 CPUtime=6.31
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 786 0 0 0 631 0 0 0 25 0 1 0 242864262 4386816 772 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1071 772 76 170 0 899 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9644

[startup+25.5011 s]
/proc/loadavg: 1.03 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1365208/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=5208 CPUtime=19.1
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1007 0 0 0 1910 0 0 0 25 0 1 0 242864262 5332992 993 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1302 993 76 170 0 1130 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10568

[startup+51.1019 s]
/proc/loadavg: 1.02 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364696/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=5612 CPUtime=44.69
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1129 0 0 0 4468 1 0 0 25 0 1 0 242864262 5746688 1115 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1403 1115 76 170 0 1231 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10972

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

[startup+51.2019 s]
/proc/loadavg: 1.02 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364696/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=5612 CPUtime=44.79
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1129 0 0 0 4478 1 0 0 25 0 1 0 242864262 5746688 1115 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1403 1115 76 170 0 1231 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 10972

[startup+64.0024 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364440/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=5884 CPUtime=57.59
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1193 0 0 0 5758 1 0 0 25 0 1 0 242864262 6025216 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1471 1179 76 170 0 1299 0
Current children cumulated CPU time (s) 63.95
Current children cumulated vsize (KiB) 11244

[startup+67.2057 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364440/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=5884 CPUtime=60.79
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1197 0 0 0 6078 1 0 0 25 0 1 0 242864262 6025216 1183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1471 1183 76 170 0 1299 0
Current children cumulated CPU time (s) 67.15
Current children cumulated vsize (KiB) 11244

[startup+68.8019 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364440/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=6016 CPUtime=62.39
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1206 0 0 0 6238 1 0 0 25 0 1 0 242864262 6160384 1192 1992294400 134512640 135212939 4294956240 18446744073709551615 134526652 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1504 1192 76 170 0 1332 0
Current children cumulated CPU time (s) 68.75
Current children cumulated vsize (KiB) 11376

[startup+70.4011 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364312/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=6016 CPUtime=63.99
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1225 0 0 0 6398 1 0 0 25 0 1 0 242864262 6160384 1211 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1504 1211 76 170 0 1332 0
Current children cumulated CPU time (s) 70.35
Current children cumulated vsize (KiB) 11376

[startup+70.8011 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364312/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=6016 CPUtime=64.38
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1225 0 0 0 6437 1 0 0 25 0 1 0 242864262 6160384 1211 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1504 1211 76 170 0 1332 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 11376

[startup+71.0011 s]
/proc/loadavg: 1.01 1.00 0.95 2/67 27526
/proc/meminfo: memFree=1364312/2055920 swapFree=4181612/4192956
[pid=27523] ppid=27521 vsize=5360 CPUtime=6.36
/proc/27523/stat : 27523 (run.sh) S 27521 27523 27234 0 -1 4194304 312 743 0 0 0 0 636 0 16 0 1 0 242863624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27523/statm: 1340 238 197 169 0 51 0
[pid=27526] ppid=27523 vsize=6016 CPUtime=64.58
/proc/27526/stat : 27526 (minisat) R 27523 27523 27234 0 -1 4194304 1225 0 0 0 6457 1 0 0 25 0 1 0 242864262 6160384 1211 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27526/statm: 1504 1211 76 170 0 1332 0
Current children cumulated CPU time (s) 70.94
Current children cumulated vsize (KiB) 11376

Child status: 20
Real time (s): 71.016
CPU time (s): 70.9812
CPU user time (s): 70.9612
CPU system time (s): 0.019996
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 11376

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

runsolver used 0.095985 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-12 19:12:26
IDJOB=1806323
IDBENCH=24716
IDSOLVER=649
FILE ID=node91/1806323-1242148346
PBS_JOBID= 9289635
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=2042760536

node91.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.241
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.241
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:       1370128 kB
Buffers:         45344 kB
Cached:         561304 kB
SwapCached:       4876 kB
Active:          52576 kB
Inactive:       562800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370128 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          15200 kB
Slab:            56376 kB
Committed_AS:   769268 kB
PageTables:       1356 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= 66232 MiB
End job on node91 at 2009-05-12 19:13:37