Trace number 1805756

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 49.6075 49.6338

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark48.5826
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 6
1.29/1.32	#LEARNT CLAUSES 3
1.29/1.34	done !
1.29/1.34	c Calling MINISAT
1.29/1.34	This is MiniSat 2.0 beta
1.29/1.34	WARNING: for repeatability, setting FPU to use double precision
1.29/1.34	============================[ Problem Statistics ]=============================
1.29/1.34	|                                                                             |
1.29/1.34	|  Number of variables:  432                                                  |
1.29/1.34	|  Number of clauses:    13499                                                |
1.29/1.35	|  Parsing time:         0.01         s                                       |
1.29/1.35	============================[ Search Statistics ]==============================
1.29/1.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.35	===============================================================================
1.29/1.35	|         0 |     376    13443    49661 |     4481        0    nan |  0.000 % |
1.29/1.35	|       100 |     376    13443    49661 |     4929      100     18 | 12.974 % |
1.29/1.36	|       250 |     376    13443    49661 |     5422      250     18 | 12.964 % |
1.29/1.37	|       477 |     376    13443    49661 |     5964      477     18 | 12.973 % |
1.29/1.39	|       814 |     376    13443    49661 |     6560      814     19 | 12.964 % |
1.33/1.42	|      1320 |     376    13443    49661 |     7216     1320     20 | 12.973 % |
1.33/1.47	|      2080 |     376    13443    49661 |     7938     2080     22 | 12.973 % |
1.33/1.56	|      3219 |     376    13443    49661 |     8732     3219     22 | 12.964 % |
1.33/1.73	|      4927 |     376    13443    49661 |     9605     4927     21 | 12.973 % |
1.33/2.01	|      7489 |     376    13443    49661 |    10565     7489     22 | 12.964 % |
2.48/2.55	|     11333 |     376    13443    49661 |    11622     5965     24 | 12.974 % |
3.38/3.40	|     17099 |     376    13443    49661 |    12784    11731     24 | 12.964 % |
4.68/4.73	|     25749 |     376    13443    49661 |    14063     7445     19 | 12.964 % |
6.48/6.59	|     38725 |     376    13443    49661 |    15469    13306     20 | 12.974 % |
10.17/10.22	|     58186 |     376    13443    49661 |    17016     9331     20 | 12.974 % |
15.57/15.60	|     87379 |     376    13443    49661 |    18718    12798     21 | 12.965 % |
24.47/24.52	|    131168 |     376    13443    49661 |    20590    18824     21 | 12.965 % |
39.56/39.62	|    196853 |     376    13443    49661 |    22649    11945     20 | 12.964 % |
49.55/49.63	===============================================================================
49.55/49.63	restarts              : 18
49.55/49.63	conflicts             : 238681         (4946 /sec)
49.55/49.63	decisions             : 266959         (1.38 % random) (5532 /sec)
49.55/49.63	propagations          : 18421039       (381723 /sec)
49.55/49.63	conflict literals     : 5472553        (43.51 % deleted)
49.55/49.63	Memory used           : 6.08 MB
49.55/49.63	CPU time              : 48.2577 s
49.55/49.63	
49.55/49.63	UNSATISFIABLE
49.55/49.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-1805756-1242142213/watcher-1805756-1242142213 -o /tmp/evaluation-result-1805756-1242142213/solver-1805756-1242142213 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805756-1242142213.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.00 0.13 0.66 3/64 18076
/proc/meminfo: memFree=1004368/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=0
/proc/18076/stat : 18076 (run.sh) R 18074 18076 18039 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242248846 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18076/statm: 1340 236 195 169 0 51 0
[pid=18077] ppid=18076 vsize=1888 CPUtime=0
/proc/18077/stat : 18077 (revival) R 18076 18076 18039 0 -1 4194304 234 0 0 0 0 0 0 0 18 0 1 0 242248847 1933312 201 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/18077/statm: 472 201 82 6 0 110 0

[startup+0.086782 s]
/proc/loadavg: 0.00 0.13 0.66 3/64 18076
/proc/meminfo: memFree=1004368/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=0
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242248846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18076/statm: 1340 237 196 169 0 51 0
[pid=18077] ppid=18076 vsize=2284 CPUtime=0.08
/proc/18077/stat : 18077 (revival) R 18076 18076 18039 0 -1 4194304 376 0 0 0 8 0 0 0 19 0 1 50000 242248847 2338816 273 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18077/statm: 571 273 85 6 0 209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7644

[startup+0.101783 s]
/proc/loadavg: 0.00 0.13 0.66 3/64 18076
/proc/meminfo: memFree=1004368/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=0
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242248846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18076/statm: 1340 237 196 169 0 51 0
[pid=18077] ppid=18076 vsize=2284 CPUtime=0.09
/proc/18077/stat : 18077 (revival) R 18076 18076 18039 0 -1 4194304 376 0 0 0 9 0 0 0 19 0 1 50000 242248847 2338816 273 1992294400 134512640 134537284 4294956368 18446744073709551615 134524545 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18077/statm: 571 273 85 6 0 209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7644

[startup+0.301805 s]
/proc/loadavg: 0.00 0.13 0.66 3/64 18076
/proc/meminfo: memFree=1004368/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=0
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242248846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18076/statm: 1340 237 196 169 0 51 0
[pid=18077] ppid=18076 vsize=2284 CPUtime=0.29
/proc/18077/stat : 18077 (revival) R 18076 18076 18039 0 -1 4194304 380 0 0 0 29 0 0 0 22 0 1 50000 242248847 2338816 277 1992294400 134512640 134537284 4294956368 18446744073709551615 134531251 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18077/statm: 571 277 85 6 0 209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7644

[startup+0.70185 s]
/proc/loadavg: 0.00 0.13 0.66 3/64 18076
/proc/meminfo: memFree=1004368/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=0
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242248846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18076/statm: 1340 237 196 169 0 51 0
[pid=18077] ppid=18076 vsize=2284 CPUtime=0.69
/proc/18077/stat : 18077 (revival) R 18076 18076 18039 0 -1 4194304 391 0 0 0 69 0 0 0 25 0 1 50000 242248847 2338816 288 1992294400 134512640 134537284 4294956368 18446744073709551615 134523755 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18077/statm: 571 288 85 6 0 209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7644

[startup+1.50194 s]
/proc/loadavg: 0.00 0.13 0.66 2/66 18078
/proc/meminfo: memFree=1003200/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5360

[startup+3.10113 s]
/proc/loadavg: 0.00 0.13 0.66 2/66 18079
/proc/meminfo: memFree=1001664/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=3896 CPUtime=1.75
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 682 0 0 0 175 0 0 0 25 0 1 0 242248980 3989504 668 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18079/statm: 974 668 76 170 0 802 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9256

[startup+6.30148 s]
/proc/loadavg: 0.08 0.14 0.66 2/66 18079
/proc/meminfo: memFree=1000832/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=4424 CPUtime=4.95
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 793 0 0 0 495 0 0 0 25 0 1 0 242248980 4530176 779 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1106 779 76 170 0 934 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9784

[startup+12.7012 s]
/proc/loadavg: 0.15 0.16 0.66 2/66 18079
/proc/meminfo: memFree=1000128/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=4952 CPUtime=11.34
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 942 0 0 0 1134 0 0 0 25 0 1 0 242248980 5070848 928 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1238 928 76 170 0 1066 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10312

[startup+25.5017 s]
/proc/loadavg: 0.34 0.20 0.67 2/66 18079
/proc/meminfo: memFree=999552/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=5684 CPUtime=24.13
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1102 0 0 0 2413 0 0 0 25 0 1 0 242248980 5820416 1088 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1421 1088 76 170 0 1249 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11044

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

[startup+38.3011 s]
/proc/loadavg: 0.44 0.22 0.67 2/66 18079
/proc/meminfo: memFree=999360/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=5816 CPUtime=36.93
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1160 0 0 0 3693 0 0 0 25 0 1 0 242248980 5955584 1146 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1454 1146 76 170 0 1282 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 11176

[startup+44.7018 s]
/proc/loadavg: 0.53 0.25 0.67 2/66 18079
/proc/meminfo: memFree=999040/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6084 CPUtime=43.33
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1231 0 0 0 4333 0 0 0 25 0 1 0 242248980 6230016 1217 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1521 1217 76 170 0 1349 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 11444

[startup+47.9012 s]
/proc/loadavg: 0.53 0.25 0.67 2/66 18079
/proc/meminfo: memFree=998976/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6224 CPUtime=46.52
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1256 0 0 0 4652 0 0 0 25 0 1 0 242248980 6373376 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1556 1242 76 170 0 1384 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 11584

[startup+48.7013 s]
/proc/loadavg: 0.56 0.26 0.67 2/66 18079
/proc/meminfo: memFree=998976/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6224 CPUtime=47.32
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1256 0 0 0 4732 0 0 0 25 0 1 0 242248980 6373376 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1556 1242 76 170 0 1384 0
Current children cumulated CPU time (s) 48.65
Current children cumulated vsize (KiB) 11584

[startup+49.1013 s]
/proc/loadavg: 0.56 0.26 0.67 2/66 18079
/proc/meminfo: memFree=998976/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6224 CPUtime=47.72
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1256 0 0 0 4772 0 0 0 25 0 1 0 242248980 6373376 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134536997 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1556 1242 76 170 0 1384 0
Current children cumulated CPU time (s) 49.05
Current children cumulated vsize (KiB) 11584

[startup+49.5064 s]
/proc/loadavg: 0.56 0.26 0.67 2/66 18079
/proc/meminfo: memFree=998976/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6224 CPUtime=48.13
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1256 0 0 0 4813 0 0 0 25 0 1 0 242248980 6373376 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1556 1242 76 170 0 1384 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 11584

[startup+49.6024 s]
/proc/loadavg: 0.56 0.26 0.67 2/66 18079
/proc/meminfo: memFree=998976/2055920 swapFree=4191900/4192956
[pid=18076] ppid=18074 vsize=5360 CPUtime=1.33
/proc/18076/stat : 18076 (run.sh) S 18074 18076 18039 0 -1 4194304 312 425 0 0 0 0 133 0 16 0 1 0 242248846 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18076/statm: 1340 238 197 169 0 51 0
[pid=18079] ppid=18076 vsize=6224 CPUtime=48.22
/proc/18079/stat : 18079 (minisat) R 18076 18076 18039 0 -1 4194304 1256 0 0 0 4822 0 0 0 25 0 1 0 242248980 6373376 1242 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18079/statm: 1556 1242 76 170 0 1384 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 11584

Child status: 20
Real time (s): 49.6338
CPU time (s): 49.6075
CPU user time (s): 49.5935
CPU system time (s): 0.013997
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 11584

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

runsolver used 0.048992 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 17:30:13
IDJOB=1805756
IDBENCH=24593
IDSOLVER=649
FILE ID=node62/1805756-1242142213
PBS_JOBID= 9289662
Free space on /tmp= 66380 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805756-1242142213/watcher-1805756-1242142213 -o /tmp/evaluation-result-1805756-1242142213/solver-1805756-1242142213 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805756-1242142213.cnf HOME

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=1919379443

node62.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	: 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.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:       1004920 kB
Buffers:         71940 kB
Cached:         893732 kB
SwapCached:        268 kB
Active:         105008 kB
Inactive:       875328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004920 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          23224 kB
Slab:            56508 kB
Committed_AS:   677848 kB
PageTables:       1456 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= 66380 MiB
End job on node62 at 2009-05-12 17:31:03