Trace number 455888

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 74.0367 74.0665

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.6406
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

71.46/71.55	c run March_dl for 5 seconds ... 
71.46/71.55	c Bin: Executing march_dl
71.46/71.55	c child exit by a signal
71.46/71.55	c march_dl returned code 137.
71.46/71.55	c run saps (UBCSAT implementation) for 2 seconds ... 
71.46/71.55	c Bin: Executing ubcsat2006
71.46/71.55	c child exited successfully
71.46/71.55	c ubcsat2006 returned code 0.
71.46/71.55	c satzilla computing base features
71.46/71.55	Error!!! VCG-VAR-entropy
71.46/71.55	Satzilla is runing default solver ... 
71.46/71.55	 c satzilla running minisat20 ... 
71.46/71.55	This is MiniSat 2.0 beta
71.46/71.55	WARNING: for repeatability, setting FPU to use double precision
71.46/71.55	============================[ Problem Statistics ]=============================
71.46/71.55	|                                                                             |
71.46/71.56	|  Number of variables:  312628                                               |
71.46/71.56	|  Number of clauses:    905106                                               |
71.50/72.14	|  Parsing time:         0.52         s                                       |
71.50/72.17	============================[ Search Statistics ]==============================
71.50/72.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.50/72.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.50/72.17	===============================================================================
71.50/72.17	|         0 |  276994   868354  2322774 |   289451        0    nan |  0.000 % |
71.50/72.33	|       100 |  276971   868354  2322774 |   318396       86      5 | 11.417 % |
72.73/72.83	|       250 |  276969   868354  2322774 |   350236      234      6 | 11.417 % |
73.03/73.13	|       475 |  276933   866269  2316655 |   385259      456      8 | 11.418 % |
73.93/74.04	===============================================================================
73.93/74.04	restarts              : 4
73.93/74.04	conflicts             : 730            (303 /sec)
73.93/74.04	decisions             : 41702          (1.68 % random) (17299 /sec)
73.93/74.04	propagations          : 5886600        (2441931 /sec)
73.93/74.04	conflict literals     : 5174           (5.74 % deleted)
73.93/74.04	Memory used           : 59.87 MB
73.93/74.04	CPU time              : 2.41063 s
73.93/74.04	
73.93/74.05	c Bin: Executing minisat20
73.93/74.05	c child exited successfully
73.93/74.05	c minisat20 returned code 20.
73.93/74.05	s UNSATISFIABLE
73.93/74.05	c SATZILLA_TIME=74.020000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-455888-1178589992 -o ROOT/results/node41/solver-455888-1178589992 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455888-1178589992/SATzilla2007_C /tmp/evaluation/455888-1178589992/instance-455888-1178589992.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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: 1.00 1.00 1.00 3/77 22068
/proc/meminfo: memFree=1493880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=5396 CPUtime=0
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 789 0 0 0 0 0 0 0 19 0 1 0 306911187 5525504 784 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 1349 791 49 118 0 1228 0

[startup+0.098987 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22068
/proc/meminfo: memFree=1493880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=27916 CPUtime=0.09
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 5747 0 0 0 7 2 0 0 19 0 1 0 306911187 28585984 5742 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 6979 5742 50 118 0 6858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29356

[startup+0.101987 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22068
/proc/meminfo: memFree=1493880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=27916 CPUtime=0.09
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 5757 0 0 0 7 2 0 0 19 0 1 0 306911187 28585984 5752 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 6979 5753 50 118 0 6858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29356

[startup+0.302004 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22068
/proc/meminfo: memFree=1493880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=30028 CPUtime=0.29
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 6431 0 0 0 27 2 0 0 20 0 1 0 306911187 30748672 6426 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 7507 6426 50 118 0 7386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31468

[startup+0.701039 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22068
/proc/meminfo: memFree=1493880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=34252 CPUtime=0.69
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 7733 0 0 0 66 3 0 0 24 0 1 0 306911187 35074048 7728 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 8563 7728 50 118 0 8442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35692

[startup+1.50211 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22070
/proc/meminfo: memFree=1458984/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=83060 CPUtime=1.49
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 16510 0 0 0 142 7 0 0 25 0 1 0 306911187 85053440 16503 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 20765 16506 52 118 0 20644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84500

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22070
/proc/meminfo: memFree=1422184/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=0
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306911187 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 360 110 95 260 0 84 0
[pid=22069] ppid=22068 vsize=112552 CPUtime=3.09
/proc/22069/stat : 22069 (march_dl) R 22068 22068 21218 0 -1 4194304 32053 0 0 0 295 14 0 0 25 0 1 0 306911187 115253248 24826 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134644061 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22069/statm: 28138 24826 55 118 0 28017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113992

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22071
/proc/meminfo: memFree=1488168/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=1440 CPUtime=5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 134 39929 0 0 0 0 480 20 16 0 1 0 306911187 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22068/statm: 360 111 96 260 0 84 0
[pid=22071] ppid=22068 vsize=40012 CPUtime=1.27
/proc/22071/stat : 22071 (ubcsat2006) R 22068 22068 21218 0 -1 4194304 7541 0 0 0 123 4 0 0 25 0 1 0 306911689 40972288 7524 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 134719560 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22071/statm: 10003 7525 142 64 0 9584 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 41452

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1401592/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=100912 CPUtime=12.66
/proc/22068/stat : 22068 (SATzilla2007_C) R 22066 22068 21218 0 -1 4194304 23190 55313 0 0 420 12 804 30 25 0 1 0 306911187 103333888 23160 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/22068/statm: 25228 23160 121 260 0 24952 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 100912

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1401400/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=100912 CPUtime=25.46
/proc/22068/stat : 22068 (SATzilla2007_C) R 22066 22068 21218 0 -1 4194304 23253 55313 0 0 1699 13 804 30 25 0 1 0 306911187 103333888 23223 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22068/statm: 25228 23223 121 260 0 24952 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100912

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1401024/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=100912 CPUtime=51.06
/proc/22068/stat : 22068 (SATzilla2007_C) R 22066 22068 21218 0 -1 4194304 23365 55313 0 0 4257 15 804 30 25 0 1 0 306911187 103333888 23335 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22068/statm: 25228 23335 121 260 0 24952 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100912

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

[startup+63.9015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1400768/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=100912 CPUtime=63.86
/proc/22068/stat : 22068 (SATzilla2007_C) R 22066 22068 21218 0 -1 4194304 23423 55313 0 0 5536 16 804 30 25 0 1 0 306911187 103333888 23393 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22068/statm: 25228 23393 121 260 0 24952 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 100912

[startup+70.3021 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1400448/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=100912 CPUtime=70.26
/proc/22068/stat : 22068 (SATzilla2007_C) R 22066 22068 21218 0 -1 4194304 23724 55313 0 0 6176 16 804 30 25 0 1 0 306911187 103333888 23423 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134533759 0 0 4096 0 0 0 0 17 1 0 0
/proc/22068/statm: 25228 23423 124 260 0 24952 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 100912

[startup+71.9012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22071
/proc/meminfo: memFree=1436480/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=60040 CPUtime=71.5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 29708 55313 0 0 6297 19 804 30 25 0 1 0 306911187 61480960 14464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 15010 14464 126 260 0 14734 0
Current children cumulated CPU time (s) 71.5
Current children cumulated vsize (KiB) 60040

[startup+72.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22072
/proc/meminfo: memFree=1382328/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=60040 CPUtime=71.5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 29708 55313 0 0 6297 19 804 30 25 0 1 0 306911187 61480960 14464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 15010 14464 126 260 0 14734 0
[pid=22072] ppid=22068 vsize=60636 CPUtime=1.13
/proc/22072/stat : 22072 (minisat20) R 22068 22068 21218 0 -1 4194304 13705 0 0 0 106 7 0 0 25 0 1 0 306918342 62091264 13608 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525397 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22072/statm: 15159 13608 59 118 0 15037 0
Current children cumulated CPU time (s) 72.63
Current children cumulated vsize (KiB) 120676

[startup+73.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22072
/proc/meminfo: memFree=1382328/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=60040 CPUtime=71.5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 29708 55313 0 0 6297 19 804 30 25 0 1 0 306911187 61480960 14464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 15010 14464 126 260 0 14734 0
[pid=22072] ppid=22068 vsize=61168 CPUtime=1.93
/proc/22072/stat : 22072 (minisat20) R 22068 22068 21218 0 -1 4194304 13806 0 0 0 186 7 0 0 25 0 1 0 306918342 62636032 13709 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22072/statm: 15292 13709 59 118 0 15170 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 121208

[startup+73.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22072
/proc/meminfo: memFree=1381880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=60040 CPUtime=71.5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 29708 55313 0 0 6297 19 804 30 25 0 1 0 306911187 61480960 14464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 15010 14464 126 260 0 14734 0
[pid=22072] ppid=22068 vsize=61300 CPUtime=2.33
/proc/22072/stat : 22072 (minisat20) R 22068 22068 21218 0 -1 4194304 13872 0 0 0 226 7 0 0 25 0 1 0 306918342 62771200 13775 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22072/statm: 15325 13775 59 118 0 15203 0
Current children cumulated CPU time (s) 73.83
Current children cumulated vsize (KiB) 121340

[startup+74.0014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22072
/proc/meminfo: memFree=1381880/2055920 swapFree=4169412/4192956
[pid=22068] ppid=22066 vsize=60040 CPUtime=71.5
/proc/22068/stat : 22068 (SATzilla2007_C) S 22066 22068 21218 0 -1 4194304 29708 55313 0 0 6297 19 804 30 25 0 1 0 306911187 61480960 14464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22068/statm: 15010 14464 126 260 0 14734 0
[pid=22072] ppid=22068 vsize=61300 CPUtime=2.43
/proc/22072/stat : 22072 (minisat20) R 22068 22068 21218 0 -1 4194304 13885 0 0 0 236 7 0 0 25 0 1 0 306918342 62771200 13788 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22072/statm: 15325 13788 59 118 0 15203 0
Current children cumulated CPU time (s) 73.93
Current children cumulated vsize (KiB) 121340

Child status: 20
Real time (s): 74.0665
CPU time (s): 74.0367
CPU user time (s): 73.4358
CPU system time (s): 0.600908
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 121340

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

runsolver used 0.06299 second user time and 0.176973 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue May  8 02:06:33 UTC 2007

IDJOB= 455888
IDBENCH= 20461
IDSOLVER= 179
FILE ID= node41/455888-1178589992

PBS_JOBID= 5217944

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= /tmp/evaluation/455888-1178589992/SATzilla2007_C /tmp/evaluation/455888-1178589992/instance-455888-1178589992.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-455888-1178589992 -o ROOT/results/node41/solver-455888-1178589992 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455888-1178589992/SATzilla2007_C /tmp/evaluation/455888-1178589992/instance-455888-1178589992.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  1d84e062d693fe840d2f54155b9ad4a4

RANDOM SEED= 417679569

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1494224 kB
Buffers:         39548 kB
Cached:         393328 kB
SwapCached:       3072 kB
Active:         144348 kB
Inactive:       316200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494224 kB
SwapTotal:     4192956 kB
SwapFree:      4169412 kB
Dirty:           26492 kB
Writeback:           0 kB
Mapped:          35152 kB
Slab:            86416 kB
Committed_AS:  8572164 kB
PageTables:       2016 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= 66539 MiB

End job on node41 on Tue May  8 02:07:47 UTC 2007