Trace number 1806343

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 + SatElite 2009-03-18UNSAT 161.89 161.97

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.2963
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7854    67829 |    2356       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6633    59157 |      --       0       --      -- |     --   | -362/-4416
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1492   #clauses: 6633   #literals: 59157
0.00/0.06	c CPU time:   0.06299 s
0.00/0.06	c ==============================================================================
0.08/0.10	c SatElite is done !
0.08/0.10	c revival is preprocessing the formula...#ITERATIONS 97
6.17/6.26	#LEARNT CLAUSES 717
6.17/6.28	done !
6.17/6.28	c Calling MINISAT
6.17/6.28	This is MiniSat 2.0 beta
6.17/6.28	WARNING: for repeatability, setting FPU to use double precision
6.17/6.28	============================[ Problem Statistics ]=============================
6.17/6.28	|                                                                             |
6.17/6.28	|  Number of variables:  1492                                                 |
6.17/6.28	|  Number of clauses:    7350                                                 |
6.17/6.29	|  Parsing time:         0.01         s                                       |
6.17/6.29	============================[ Search Statistics ]==============================
6.17/6.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.17/6.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.17/6.29	===============================================================================
6.17/6.29	|         0 |    1492     7350    58928 |     2450        0    nan |  0.000 % |
6.17/6.29	|       100 |    1492     7350    58928 |     2695      100     11 |  0.000 % |
6.17/6.29	|       251 |    1492     7350    58928 |     2964      251     12 |  0.000 % |
6.25/6.30	|       476 |    1492     7350    58928 |     3260      476     14 |  0.000 % |
6.25/6.31	|       813 |    1492     7350    58928 |     3587      813     15 |  0.000 % |
6.25/6.32	|      1320 |    1492     7350    58928 |     3945     1320     16 |  0.000 % |
6.25/6.34	|      2079 |    1492     7350    58928 |     4340     2079     16 |  0.000 % |
6.25/6.39	|      3218 |    1492     7350    58928 |     4774     3218     18 |  0.000 % |
6.25/6.46	|      4926 |    1492     7350    58928 |     5251     2506     15 |  0.000 % |
6.46/6.58	|      7489 |    1492     7350    58928 |     5776     5069     18 |  0.000 % |
6.66/6.76	|     11333 |    1492     7350    58928 |     6354     3089     17 |  0.000 % |
6.96/7.05	|     17099 |    1492     7350    58928 |     6990     5646     16 |  0.000 % |
7.56/7.63	|     25749 |    1492     7350    58928 |     7689     3689     19 |  0.000 % |
8.36/8.43	|     38723 |    1492     7350    58928 |     8458     5013     17 |  0.000 % |
9.66/9.76	|     58184 |    1492     7350    58928 |     9303     7410     17 |  0.000 % |
11.96/12.02	|     87376 |    1492     7350    58928 |    10234     8526     20 |  0.000 % |
15.45/15.56	|    131166 |    1492     7350    58928 |    11257     5972     15 |  0.000 % |
20.95/21.08	|    196850 |    1492     7350    58928 |    12383     9385     17 |  0.001 % |
29.75/29.84	|    295377 |    1492     7350    58928 |    13621     8394     19 |  0.001 % |
44.34/44.40	|    443167 |    1491     7326    58825 |    14983     8575     19 |  0.067 % |
67.83/67.99	|    664850 |    1490     7315    58783 |    16482    13506     19 |  0.134 % |
109.02/109.13	|    997376 |    1490     7315    58783 |    18130    15200     20 |  0.134 % |
161.80/161.96	===============================================================================
161.80/161.96	restarts              : 22
161.80/161.96	conflicts             : 1389097        (8927 /sec)
161.80/161.96	decisions             : 2670186        (1.95 % random) (17160 /sec)
161.80/161.96	propagations          : 50135766       (322194 /sec)
161.80/161.96	conflict literals     : 30847001       (28.59 % deleted)
161.80/161.96	Memory used           : 6.81 MB
161.80/161.96	CPU time              : 155.607 s
161.80/161.96	
161.80/161.96	UNSATISFIABLE
161.80/161.97	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-1806343-1242148410/watcher-1806343-1242148410 -o /tmp/evaluation-result-1806343-1242148410/solver-1806343-1242148410 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806343-1242148410.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: 1.00 1.00 0.94 3/64 5201
/proc/meminfo: memFree=1232384/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242874365 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 238 197 169 0 51 0
[pid=5202] ppid=5201 vsize=948 CPUtime=0
/proc/5202/stat : 5202 (SatElite) R 5201 5201 4943 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 242874365 970752 127 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/5202/statm: 237 127 51 126 0 108 0

[startup+0.086875 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5201
/proc/meminfo: memFree=1232384/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242874365 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 238 197 169 0 51 0
[pid=5202] ppid=5201 vsize=1892 CPUtime=0.08
/proc/5202/stat : 5202 (SatElite) R 5201 5201 4943 0 -1 4194304 420 0 0 0 8 0 0 0 19 0 1 0 242874365 1937408 402 1992294400 134512640 135031949 4294956224 18446744073709551615 134764559 0 0 4096 3 0 0 0 17 0 0 0
/proc/5202/statm: 473 402 69 126 0 344 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7252

[startup+0.101879 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5201
/proc/meminfo: memFree=1232384/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0.09
/proc/5201/stat : 5201 (run.sh) R 5199 5201 4943 0 -1 4194304 298 423 0 0 0 0 9 0 17 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301896 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5201
/proc/meminfo: memFree=1232384/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0.09
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 317 423 0 0 0 0 9 0 17 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.70193 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5201
/proc/meminfo: memFree=1232384/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0.09
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 317 423 0 0 0 0 9 0 17 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5204
/proc/meminfo: memFree=1230512/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0.09
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 317 423 0 0 0 0 9 0 17 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5204] ppid=5201 vsize=2792 CPUtime=1.39
/proc/5204/stat : 5204 (revival) R 5201 5201 4943 0 -1 4194304 526 0 0 0 139 0 0 0 25 0 1 50000 242874375 2859008 417 1992294400 134512640 134537284 4294956384 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5204/statm: 698 417 85 6 0 336 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8152

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5204
/proc/meminfo: memFree=1230064/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=0.09
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 317 423 0 0 0 0 9 0 17 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5204] ppid=5201 vsize=3320 CPUtime=2.98
/proc/5204/stat : 5204 (revival) R 5201 5201 4943 0 -1 4194304 647 0 0 0 298 0 0 0 25 0 1 50000 242874375 3399680 538 1992294400 134512640 134537284 4294956384 18446744073709551615 134516636 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5204/statm: 830 538 85 6 0 468 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8680

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5204
/proc/meminfo: memFree=1228976/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5360

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1228528/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=4028 CPUtime=6.4
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 743 0 0 0 640 0 0 0 25 0 1 0 242874993 4124672 727 1992294400 134512640 135212939 4294956240 18446744073709551615 134527056 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1007 727 77 170 0 835 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 9388

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1228016/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=4824 CPUtime=19.2
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 918 0 0 0 1920 0 0 0 25 0 1 0 242874993 4939776 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1206 902 77 170 0 1034 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10184

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1227376/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=5484 CPUtime=44.78
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1079 0 0 0 4478 0 0 0 25 0 1 0 242874993 5615616 1063 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1371 1063 77 170 0 1199 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10844

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1226416/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6292 CPUtime=95.98
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1279 0 0 0 9597 1 0 0 25 0 1 0 242874993 6443008 1263 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1573 1263 77 170 0 1401 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 11652

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

[startup+127.902 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1226160/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6568 CPUtime=121.56
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1358 0 0 0 12155 1 0 0 25 0 1 0 242874993 6725632 1342 1992294400 134512640 135212939 4294956240 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1642 1342 77 170 0 1470 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 11928

[startup+140.701 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225968/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6704 CPUtime=134.36
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1397 0 0 0 13435 1 0 0 25 0 1 0 242874993 6864896 1381 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1676 1381 77 170 0 1504 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 12064

[startup+153.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225840/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6840 CPUtime=147.15
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1429 0 0 0 14714 1 0 0 25 0 1 0 242874993 7004160 1413 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1710 1413 77 170 0 1538 0
Current children cumulated CPU time (s) 153.4
Current children cumulated vsize (KiB) 12200

[startup+156.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225840/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6840 CPUtime=150.35
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1431 0 0 0 15034 1 0 0 25 0 1 0 242874993 7004160 1415 1992294400 134512640 135212939 4294956240 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1710 1415 77 170 0 1538 0
Current children cumulated CPU time (s) 156.6
Current children cumulated vsize (KiB) 12200

[startup+159.902 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225840/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6972 CPUtime=153.55
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1438 0 0 0 15354 1 0 0 25 0 1 0 242874993 7139328 1422 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1743 1422 77 170 0 1571 0
Current children cumulated CPU time (s) 159.8
Current children cumulated vsize (KiB) 12332

[startup+160.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225776/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6972 CPUtime=154.35
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1443 0 0 0 15434 1 0 0 25 0 1 0 242874993 7139328 1427 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1743 1427 77 170 0 1571 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 12332

[startup+161.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225776/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6972 CPUtime=155.15
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1452 0 0 0 15514 1 0 0 25 0 1 0 242874993 7139328 1436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1743 1436 77 170 0 1571 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 12332

[startup+161.902 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5205
/proc/meminfo: memFree=1225776/2055920 swapFree=4180008/4192956
[pid=5201] ppid=5199 vsize=5360 CPUtime=6.25
/proc/5201/stat : 5201 (run.sh) S 5199 5201 4943 0 -1 4194304 343 1316 0 0 0 0 625 0 16 0 1 0 242874365 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1340 241 197 169 0 51 0
[pid=5205] ppid=5201 vsize=6972 CPUtime=155.55
/proc/5205/stat : 5205 (minisat) R 5201 5201 4943 0 -1 4194304 1452 0 0 0 15554 1 0 0 25 0 1 0 242874993 7139328 1436 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/5205/statm: 1743 1436 77 170 0 1571 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 12332

Child status: 20
Real time (s): 161.97
CPU time (s): 161.89
CPU user time (s): 161.865
CPU system time (s): 0.024996
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 12332

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

runsolver used 0.135979 second user time and 0.463929 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-12 19:13:30
IDJOB=1806343
IDBENCH=24720
IDSOLVER=648
FILE ID=node15/1806343-1242148410
PBS_JOBID= 9289706
Free space on /tmp= 66072 MiB

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

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

MD5SUM BENCH= dd374701f9b3db5a8ac095414c025d77
RANDOM SEED=161253790

node15.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.220
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	: 5931.00
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.220
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:       1232864 kB
Buffers:         75404 kB
Cached:         663736 kB
SwapCached:       6752 kB
Active:         106988 kB
Inactive:       641000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232864 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          14548 kB
Slab:            61004 kB
Committed_AS:   859420 kB
PageTables:       1464 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= 66068 MiB
End job on node15 at 2009-05-12 19:16:12