Trace number 314490

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 CRAFTEDUNSAT 81.0267 81.1628

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.64	c run March_dl for 5 seconds ... 
11.48/11.64	c Bin: Executing march_dl
11.48/11.64	c child exit by a signal
11.48/11.64	c march_dl returned code 137.
11.48/11.64	c run saps (UBCSAT implementation) for 2 seconds ... 
11.48/11.64	c Bin: Executing ubcsat2006
11.48/11.64	c child exited successfully
11.48/11.64	c ubcsat2006 returned code 0.
11.48/11.64	c satzilla computing base features
11.48/11.64	c satzilla doing unit-prop probe
11.48/11.64	c satzilla doing local search probe
11.48/11.64	c satzilla doing lobjois search-space size estimate
11.48/11.64	c satzilla's ranking:
11.48/11.64	c 1) minisat20+P: 1.318564
11.48/11.64	c 2) march_dl: 1.619361
11.48/11.64	c 3) march_dl+P: 3.484398
11.48/11.64	c 4) minisat20: 4.077449
11.48/11.64	c 5) vallst+P: 4.611086
11.48/11.64	c 6) zchaff_rand+P: 5.555231
11.48/11.64	c 7) kcnfs+P: 999.000000
11.48/11.64	c 8) kcnfs: 999.000000
11.48/11.64	c 9) vallst: 999.000000
11.48/11.64	c 10) zchaff_rand: 999.000000
11.48/11.64	c satzilla running minisat20 with preprocessing ... 
23.48/23.61	This is MiniSat 2.0 beta
23.48/23.61	WARNING: for repeatability, setting FPU to use double precision
23.48/23.61	============================[ Problem Statistics ]=============================
23.48/23.61	|                                                                             |
23.48/23.62	|  Number of variables:  2183                                                 |
23.48/23.62	|  Number of clauses:    15088                                                |
23.48/23.63	|  Parsing time:         0.01         s                                       |
23.48/23.63	============================[ Search Statistics ]==============================
23.48/23.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.48/23.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.48/23.63	===============================================================================
23.48/23.63	|         0 |    2183    15088    34788 |     5029        0    nan |  0.000 % |
23.48/23.63	|       100 |    2183    15088    34788 |     5532      100     23 |  0.002 % |
23.48/23.65	|       251 |    2183    15088    34788 |     6085      251     30 |  0.000 % |
23.48/23.66	|       476 |    2183    15088    34788 |     6694      476     32 |  0.000 % |
23.48/23.69	|       813 |    2183    15088    34788 |     7363      813     35 |  0.001 % |
23.49/23.73	|      1319 |    2183    15088    34788 |     8099     1319     33 |  0.001 % |
23.49/23.81	|      2079 |    2183    15088    34788 |     8909     2079     33 |  0.001 % |
23.49/23.93	|      3218 |    2183    15088    34788 |     9800     3218     32 |  0.001 % |
23.97/24.13	|      4926 |    2183    15088    34788 |    10780     4926     31 |  0.002 % |
24.36/24.51	|      7488 |    2183    15088    34788 |    11858     7488     32 |  0.000 % |
25.06/25.21	|     11332 |    2183    15088    34788 |    13044    11332     35 |  0.000 % |
25.96/26.19	|     17098 |    2183    15088    34788 |    14349    10284     32 |  0.000 % |
27.66/27.87	|     25750 |    2183    15088    34788 |    15784    11301     29 |  0.000 % |
29.86/30.05	|     38724 |    2183    15088    34788 |    17362    15797     28 |  0.000 % |
34.05/34.29	|     58186 |    2183    15088    34788 |    19098    17590     30 |  0.000 % |
40.94/41.17	|     87379 |    2183    15088    34788 |    21008    17513     30 |  0.001 % |
51.75/51.98	|    131168 |    2183    15088    34788 |    23109    17949     32 |  0.002 % |
71.44/71.63	|    196852 |    2183    15088    34788 |    25420    13020     29 |  0.000 % |
80.94/81.15	===============================================================================
80.94/81.15	restarts              : 18
80.94/81.15	conflicts             : 228111         (3967 /sec)
80.94/81.15	decisions             : 265387         (0.56 % random) (4616 /sec)
80.94/81.15	propagations          : 62312753       (1083789 /sec)
80.94/81.15	conflict literals     : 7636904        (45.50 % deleted)
80.94/81.15	Memory used           : 7.14 MB
80.94/81.15	CPU time              : 57.4953 s
80.94/81.15	
80.94/81.15	c Preprocessing...
80.94/81.15	c Inital problem has 15589 variables, 28259 nary clauses (26004 binary clauses).
80.94/81.15	c Num non-binary clauses 28258, Average non-binary clause length 3.129
80.94/81.15	c Theory has no gaps
80.94/81.15	c Preprocessor runtime was 11.890 seconds.
80.94/81.15	c 
80.94/81.15	c Satisfiability of theory still undetermined.
80.94/81.15	c See file /tmp/G3OV1a for simplified theory.
80.94/81.15	c Bin: Executing minisat20
80.94/81.15	c child exited successfully
80.94/81.15	c minisat20 returned code 20.
80.94/81.15	s UNSATISFIABLE
80.94/81.15	c SATZILLA_TIME=81.010000

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/node5/watcher-314490-1172637806 -o ROOT/results/node5/solver-314490-1172637806 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314490-1172637806/SATzilla2007_C /tmp/evaluation/314490-1172637806/instance-314490-1172637806.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.92 0.94 0.97 3/77 28434
/proc/meminfo: memFree=1012384/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=1972 CPUtime=0
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 283735444 2019328 344 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 493 344 50 118 0 372 0

[startup+0.0599579 s]
/proc/loadavg: 0.92 0.94 0.97 3/77 28434
/proc/meminfo: memFree=1012384/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=2632 CPUtime=0.05
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 560 0 0 0 5 0 0 0 19 0 1 0 283735444 2695168 555 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 658 555 50 118 0 537 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4072

[startup+0.101975 s]
/proc/loadavg: 0.92 0.94 0.97 3/77 28434
/proc/meminfo: memFree=1012384/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=4840 CPUtime=0.09
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 1202 0 0 0 9 0 0 0 20 0 1 0 283735444 4956160 885 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 1210 885 53 118 0 1089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6280

[startup+0.301987 s]
/proc/loadavg: 0.92 0.94 0.97 3/77 28434
/proc/meminfo: memFree=1012384/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=6952 CPUtime=0.29
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 4460 0 0 0 28 1 0 0 21 0 1 0 283735444 7118848 1455 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 1738 1455 57 118 0 1617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8392

[startup+0.701032 s]
/proc/loadavg: 0.92 0.94 0.97 3/77 28434
/proc/meminfo: memFree=1012384/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=13424 CPUtime=0.69
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 7271 0 0 0 67 2 0 0 24 0 1 0 283735444 13746176 3060 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544574 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 3356 3060 69 118 0 3235 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14864

[startup+1.50212 s]
/proc/loadavg: 0.92 0.94 0.97 2/79 28436
/proc/meminfo: memFree=998928/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=16712 CPUtime=1.49
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 8564 0 0 0 147 2 0 0 25 0 1 0 283735444 17113088 3894 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 4178 3894 69 118 0 4057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18152

[startup+3.1013 s]
/proc/loadavg: 0.92 0.94 0.97 2/79 28436
/proc/meminfo: memFree=992592/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=0
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283735444 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 360 110 95 260 0 84 0
[pid=28435] ppid=28434 vsize=24656 CPUtime=3.09
/proc/28435/stat : 28435 (march_dl) R 28434 28434 28312 0 -1 4194304 11373 0 0 0 306 3 0 0 25 0 1 0 283735444 25247744 5848 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134523714 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28435/statm: 6164 5848 69 118 0 6043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26096

[startup+6.30167 s]
/proc/loadavg: 0.93 0.94 0.97 2/79 28437
/proc/meminfo: memFree=1008272/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=1440 CPUtime=5
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 135 13557 0 0 0 0 494 6 16 0 1 0 283735444 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28434/statm: 360 111 96 260 0 84 0
[pid=28437] ppid=28434 vsize=10288 CPUtime=1.28
/proc/28437/stat : 28437 (ubcsat2006) R 28434 28434 28312 0 -1 4194304 1101 0 0 0 124 4 0 0 25 0 1 0 283735945 10534912 1084 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28437/statm: 2572 1084 156 64 0 2153 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 0.93 0.94 0.97 2/78 28437
/proc/meminfo: memFree=998232/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=22724 CPUtime=12.58
/proc/28434/stat : 28434 (SATzilla2007_C) R 28432 28434 28312 0 -1 4194304 6677 14665 0 0 531 13 700 14 25 0 1 0 283735444 23269376 3726 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 5681 3726 165 260 0 5405 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 22724

[startup+25.5018 s]
/proc/loadavg: 0.95 0.95 0.97 2/79 28438
/proc/meminfo: memFree=985040/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=4692 CPUtime=1.87
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 988 0 0 0 187 0 0 0 25 0 1 0 283737806 4804608 982 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1173 982 58 118 0 1051 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 31060

[startup+51.1017 s]
/proc/loadavg: 0.96 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982864/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=6364 CPUtime=27.46
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1412 0 0 0 2745 1 0 0 25 0 1 0 283737806 6516736 1406 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1591 1406 58 118 0 1469 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 32732

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

[startup+63.9012 s]
/proc/loadavg: 0.97 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982352/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7024 CPUtime=40.25
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1560 0 0 0 4024 1 0 0 25 0 1 0 283737806 7192576 1554 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1756 1554 58 118 0 1634 0
Current children cumulated CPU time (s) 63.74
Current children cumulated vsize (KiB) 33392

[startup+70.3029 s]
/proc/loadavg: 0.97 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982096/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7156 CPUtime=46.66
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1620 0 0 0 4665 1 0 0 25 0 1 0 283737806 7327744 1614 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1789 1614 58 118 0 1667 0
Current children cumulated CPU time (s) 70.15
Current children cumulated vsize (KiB) 33524

[startup+76.7016 s]
/proc/loadavg: 0.97 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982096/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7156 CPUtime=53.05
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1622 0 0 0 5304 1 0 0 25 0 1 0 283737806 7327744 1616 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1789 1616 58 118 0 1667 0
Current children cumulated CPU time (s) 76.54
Current children cumulated vsize (KiB) 33524

[startup+78.3028 s]
/proc/loadavg: 0.97 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982032/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7304 CPUtime=54.65
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1628 0 0 0 5464 1 0 0 25 0 1 0 283737806 7479296 1622 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1826 1622 58 118 0 1704 0
Current children cumulated CPU time (s) 78.14
Current children cumulated vsize (KiB) 33672

[startup+79.902 s]
/proc/loadavg: 0.98 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982032/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7304 CPUtime=56.25
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1629 0 0 0 5624 1 0 0 25 0 1 0 283737806 7479296 1623 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 79.74
Current children cumulated vsize (KiB) 33672

[startup+80.7011 s]
/proc/loadavg: 0.98 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982032/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7304 CPUtime=57.05
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1629 0 0 0 5704 1 0 0 25 0 1 0 283737806 7479296 1623 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 80.54
Current children cumulated vsize (KiB) 33672

[startup+81.1011 s]
/proc/loadavg: 0.98 0.95 0.97 2/79 28438
/proc/meminfo: memFree=982032/2055920 swapFree=4192812/4192956
[pid=28434] ppid=28432 vsize=26368 CPUtime=23.49
/proc/28434/stat : 28434 (SATzilla2007_C) S 28432 28434 28312 0 -1 4194304 10396 14665 0 0 1569 66 700 14 25 0 1 0 283735444 27000832 5919 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28434/statm: 6592 5919 165 260 0 6316 0
[pid=28438] ppid=28434 vsize=7304 CPUtime=57.45
/proc/28438/stat : 28438 (minisat20) R 28434 28434 28312 0 -1 4194304 1629 0 0 0 5744 1 0 0 25 0 1 0 283737806 7479296 1623 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525155 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28438/statm: 1826 1623 58 118 0 1704 0
Current children cumulated CPU time (s) 80.94
Current children cumulated vsize (KiB) 33672

Child status: 20
Real time (s): 81.1628
CPU time (s): 81.0267
CPU user time (s): 80.1938
CPU system time (s): 0.832873
CPU usage (%): 99.8323
Max. virtual memory (cumulated for all children) (KiB): 33672

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

runsolver used 0.091986 second user time and 0.211967 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Feb 28 04:43:26 UTC 2007

IDJOB= 314490
IDBENCH= 20392
IDSOLVER= 135
FILE ID= node5/314490-1172637806

PBS_JOBID= 3980931

Free space on /tmp= 66526 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 235468680

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1012792 kB
Buffers:         54672 kB
Cached:         870264 kB
SwapCached:          0 kB
Active:         388496 kB
Inactive:       580236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9268 kB
Writeback:           0 kB
Mapped:          62744 kB
Slab:            60020 kB
Committed_AS:   956676 kB
PageTables:       1692 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= 66526 MiB

End job on node5 on Wed Feb 28 04:44:48 UTC 2007