Trace number 314491

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, and are wall clock time (not CPU 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
SATzilla FULLUNSAT 206.291 206.35

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

11.48/11.55	c run March_dl for 5 seconds ... 
11.48/11.55	c Bin: Executing march_dl
11.48/11.55	c child exit by a signal
11.48/11.55	c march_dl returned code 137.
11.48/11.55	c run saps for 2 seconds ... 
11.48/11.55	c Bin: Executing ubcsat2006
11.48/11.55	c child exited successfully
11.48/11.55	c ubcsat2006 returned code 0.
11.48/11.55	c satzilla computing base features
11.48/11.55	c satzilla doing unit-prop probe
11.48/11.55	c satzilla doing local search probe
11.48/11.55	c satzilla doing lobjois search-space size estimate
11.48/11.55	c satzilla's ranking:
11.48/11.55	c 1) minisat20: 2.055230
11.48/11.55	c 2) eureka: 2.781671
11.48/11.55	c 3) vallst: 3.314749
11.48/11.55	c 4) zchaff_rand: 3.586735
11.48/11.55	c 5) kcnfs: 4.042256
11.48/11.55	c 6) march_dl: 4.396388
11.48/11.55	c 7) kcnfs+P: 999.000000
11.48/11.55	c 8) march_dl+P: 999.000000
11.48/11.55	c 9) vallst+P: 999.000000
11.48/11.55	c 10) zchaff_rand+P: 999.000000
11.48/11.55	c 11) rsat+P: 999.000000
11.48/11.55	c 12) eureka+P: 999.000000
11.48/11.55	c 13) minisat20+P: 999.000000
11.48/11.55	c 14) rsat: 999.000000
11.48/11.55	c satzilla running minisat20 ... 
11.48/11.55	This is MiniSat 2.0 beta
11.48/11.55	WARNING: for repeatability, setting FPU to use double precision
11.48/11.55	============================[ Problem Statistics ]=============================
11.48/11.55	|                                                                             |
11.48/11.55	|  Number of variables:  15589                                                |
11.48/11.55	|  Number of clauses:    54263                                                |
11.48/11.58	|  Parsing time:         0.03         s                                       |
11.48/11.58	============================[ Search Statistics ]==============================
11.48/11.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.48/11.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.48/11.58	===============================================================================
11.48/11.58	|         0 |   15477    53512   138664 |    17837        0    nan |  0.000 % |
11.53/11.60	|       100 |   15477    53512   138664 |    19621      100     30 |  0.719 % |
11.53/11.67	|       250 |   15446    53512   138664 |    21583      249     64 | 34.428 % |
11.53/11.77	|       475 |   10222    33634    87536 |    23741      473     88 | 34.428 % |
11.53/11.88	|       814 |   10222    33634    87536 |    26115      812     91 | 34.428 % |
11.97/12.05	|      1320 |   10222    33634    87536 |    28727     1318     79 | 34.428 % |
12.26/12.32	|      2082 |   10222    33634    87536 |    31599     2080     78 | 34.428 % |
12.56/12.68	|      3222 |   10222    33634    87536 |    34759     3220     81 | 34.428 % |
13.47/13.54	|      4931 |   10222    33634    87536 |    38235     4929     78 | 34.428 % |
14.56/14.68	|      7494 |   10222    33634    87536 |    42059     7492     76 | 34.428 % |
16.57/16.66	|     11342 |   10222    33634    87536 |    46265    11340     75 | 34.428 % |
18.96/19.06	|     17109 |   10222    33634    87536 |    50891    17107     76 | 34.428 % |
23.47/23.55	|     25758 |   10222    33634    87536 |    55981    25756     79 | 34.428 % |
32.77/32.82	|     38733 |   10222    33634    87536 |    61579    38731     75 | 34.428 % |
49.76/49.88	|     58194 |   10222    33634    87536 |    67737    58192     77 | 34.428 % |
75.65/75.73	|     87386 |   10222    33634    87536 |    74510    31376     57 | 34.428 % |
122.24/122.31	|    131175 |   10222    33634    87536 |    81962    75165     62 | 34.428 % |
178.82/178.92	|    196859 |   10210    33586    87425 |    90158    49737     55 | 34.505 % |
206.21/206.34	===============================================================================
206.21/206.34	restarts              : 18
206.21/206.34	conflicts             : 219682         (1129 /sec)
206.21/206.34	decisions             : 284648         (0.88 % random) (1462 /sec)
206.21/206.34	propagations          : 122971974      (631758 /sec)
206.21/206.34	conflict literals     : 14100911       (51.10 % deleted)
206.21/206.34	Memory used           : 29.17 MB
206.21/206.34	CPU time              : 194.65 s
206.21/206.34	
206.21/206.34	c Bin: Executing minisat20
206.21/206.34	c child exited successfully
206.21/206.34	c minisat20 returned code 20.
206.21/206.34	s UNSATISFIABLE
206.21/206.34	c SATZILLA_TIME=206.300000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-314491-1172637813 -o ROOT/results/node68/solver-314491-1172637813 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314491-1172637813/SATzilla2007_F /tmp/evaluation/314491-1172637813/instance-314491-1172637813.cnf 

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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 12525
/proc/meminfo: memFree=1711120/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=1972 CPUtime=0
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 283738931 2019328 343 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 493 343 50 118 0 372 0

[startup+0.030607 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 12525
/proc/meminfo: memFree=1711120/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=2368 CPUtime=0.02
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 452 0 0 0 2 0 0 0 20 0 1 0 283738931 2424832 446 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 592 446 50 118 0 471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3880

[startup+0.101613 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 12525
/proc/meminfo: memFree=1711120/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=4840 CPUtime=0.09
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 1203 0 0 0 9 0 0 0 20 0 1 0 283738931 4956160 885 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 1210 885 53 118 0 1089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6352

[startup+0.301631 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 12525
/proc/meminfo: memFree=1711120/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=6820 CPUtime=0.29
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 4422 0 0 0 27 2 0 0 20 0 1 0 283738931 6983680 1416 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 1705 1419 57 118 0 1584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8332

[startup+0.701666 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 12525
/proc/meminfo: memFree=1711120/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=13560 CPUtime=0.69
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 7272 0 0 0 67 2 0 0 24 0 1 0 283738931 13885440 3094 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542443 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 3390 3094 69 118 0 3269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15072

[startup+1.50174 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12527
/proc/meminfo: memFree=1697664/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=16712 CPUtime=1.49
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 8565 0 0 0 146 3 0 0 25 0 1 0 283738931 17113088 3894 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 4178 3894 69 118 0 4057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18224

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12527
/proc/meminfo: memFree=1691328/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=0
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12526] ppid=12525 vsize=24524 CPUtime=3.09
/proc/12526/stat : 12526 (march_dl) R 12525 12525 12318 0 -1 4194304 11373 0 0 0 305 4 0 0 25 0 1 0 283738931 25112576 5847 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542891 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12526/statm: 6131 5847 69 118 0 6010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26036

[startup+6.30218 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12528
/proc/meminfo: memFree=1706952/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=1512 CPUtime=4.99
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 149 13558 0 0 0 0 494 5 16 0 1 0 283738931 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12525/statm: 378 125 110 260 0 84 0
[pid=12528] ppid=12525 vsize=10288 CPUtime=1.28
/proc/12528/stat : 12528 (ubcsat2006) R 12525 12525 12318 0 -1 4194304 1101 0 0 0 125 3 0 0 25 0 1 0 283739431 10534912 1083 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12528/statm: 2572 1083 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11800

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1702920/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=5904 CPUtime=1.14
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 1315 0 0 0 113 1 0 0 25 0 1 0 283740086 6045696 1308 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527550 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 1476 1308 59 118 0 1354 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10972

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1693384/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=14832 CPUtime=13.93
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 3552 0 0 0 1390 3 0 0 25 0 1 0 283740086 15187968 3545 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525431 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 3708 3545 59 118 0 3586 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19900

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1683144/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=25012 CPUtime=39.53
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 6097 0 0 0 3946 7 0 0 25 0 1 0 283740086 25612288 6090 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 6253 6090 59 118 0 6131 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30080

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678600/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29560 CPUtime=90.72
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7209 0 0 0 9064 8 0 0 25 0 1 0 283740086 30269440 7202 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7390 7202 59 118 0 7268 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34628

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=150.7
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 15062 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34936

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=167.49
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 16741 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 179.02
Current children cumulated vsize (KiB) 34936

[startup+191.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=180.29
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 18021 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 191.82
Current children cumulated vsize (KiB) 34936

[startup+198.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=186.69
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 18661 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 198.22
Current children cumulated vsize (KiB) 34936

[startup+201.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=189.89
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 18981 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 201.42
Current children cumulated vsize (KiB) 34936

[startup+204.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=193.08
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 19300 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 204.61
Current children cumulated vsize (KiB) 34936

[startup+205.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=193.88
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 19380 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 205.41
Current children cumulated vsize (KiB) 34936

[startup+205.901 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=194.28
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 19420 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 205.81
Current children cumulated vsize (KiB) 34936

[startup+206.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12529
/proc/meminfo: memFree=1678216/2055920 swapFree=4183092/4192956
[pid=12525] ppid=12523 vsize=5068 CPUtime=11.53
/proc/12525/stat : 12525 (SATzilla2007_F) S 12523 12525 12318 0 -1 4194304 3790 14666 0 0 436 4 700 13 25 0 1 0 283738931 5189632 1071 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12525/statm: 1267 1071 170 260 0 973 0
[pid=12529] ppid=12525 vsize=29868 CPUtime=194.68
/proc/12529/stat : 12529 (minisat20) R 12525 12525 12318 0 -1 4194304 7289 0 0 0 19460 8 0 0 25 0 1 0 283740086 30584832 7282 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535731 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12529/statm: 7467 7282 59 118 0 7345 0
Current children cumulated CPU time (s) 206.21
Current children cumulated vsize (KiB) 34936

Child status: 20
Real time (s): 206.35
CPU time (s): 206.291
CPU user time (s): 206.02
CPU system time (s): 0.270958
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 34936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.02
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25763
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= 27
involuntary context switches= 250

runsolver used 0.218966 second user time and 0.474927 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Feb 28 04:43:33 UTC 2007

IDJOB= 314491
IDBENCH= 20392
IDSOLVER= 136
FILE ID= node68/314491-1172637813

PBS_JOBID= 3981164

Free space on /tmp= 66471 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/314491-1172637813/SATzilla2007_F /tmp/evaluation/314491-1172637813/instance-314491-1172637813.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-314491-1172637813 -o ROOT/results/node68/solver-314491-1172637813 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314491-1172637813/SATzilla2007_F /tmp/evaluation/314491-1172637813/instance-314491-1172637813.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 496929591

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1711528 kB
Buffers:         22544 kB
Cached:         270756 kB
SwapCached:       3588 kB
Active:          49116 kB
Inactive:       253532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711528 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:           10996 kB
Writeback:           0 kB
Mapped:          15328 kB
Slab:            27836 kB
Committed_AS:   762420 kB
PageTables:       1380 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= 66471 MiB

End job on node68 on Wed Feb 28 04:47:00 UTC 2007