Trace number 455889

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 71.1312 71.1759

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11935.cnf
MD5SUM9245c5dfb87125ec2a46c4c41e4e2b03
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02684
Satisfiable
(Un)Satisfiability was proved
Number of variables179140
Number of clauses509032
Sum of the clauses size1311108
Maximum clause length3
Minimum clause length1
Number of clauses of size 121402
Number of clauses of size 2173184
Number of clauses of size 3314446
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

69.05/69.13	c run March_dl for 5 seconds ... 
69.05/69.13	c Bin: Executing march_dl
69.05/69.13	c child exit by a signal
69.05/69.13	c march_dl returned code 137.
69.05/69.13	c run saps (UBCSAT implementation) for 2 seconds ... 
69.05/69.13	c Bin: Executing ubcsat2006
69.05/69.13	c child exited successfully
69.05/69.13	c ubcsat2006 returned code 0.
69.05/69.13	c satzilla computing base features
69.05/69.13	Error!!! VCG-VAR-entropy
69.05/69.13	Satzilla is runing default solver ... 
69.05/69.13	 c satzilla running minisat20 ... 
69.05/69.13	This is MiniSat 2.0 beta
69.05/69.13	WARNING: for repeatability, setting FPU to use double precision
69.05/69.13	============================[ Problem Statistics ]=============================
69.05/69.13	|                                                                             |
69.05/69.13	|  Number of variables:  179181                                               |
69.05/69.13	|  Number of clauses:    509032                                               |
69.33/69.48	|  Parsing time:         0.30         s                                       |
69.33/69.50	============================[ Search Statistics ]==============================
69.33/69.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.33/69.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.33/69.50	===============================================================================
69.33/69.50	|         0 |  156848   485058  1284145 |   161686        0    nan |  0.000 % |
69.53/69.61	|       100 |  156840   485058  1284145 |   177854       96      6 | 12.480 % |
69.73/69.84	|       251 |  156836   485058  1284145 |   195640      244      7 | 12.482 % |
69.93/70.03	|       476 |  156836   485058  1284145 |   215204      469      9 | 12.482 % |
70.63/70.74	|       814 |  156811   484281  1281882 |   236724      800     10 | 12.485 % |
71.03/71.16	===============================================================================
71.03/71.16	restarts              : 5
71.03/71.16	conflicts             : 1009           (509 /sec)
71.03/71.16	decisions             : 43685          (1.35 % random) (22044 /sec)
71.03/71.16	propagations          : 5561862        (2806614 /sec)
71.03/71.16	conflict literals     : 10443          (8.57 % deleted)
71.03/71.16	Memory used           : 34.52 MB
71.03/71.16	CPU time              : 1.9817 s
71.03/71.16	
71.03/71.17	c Bin: Executing minisat20
71.03/71.17	c child exited successfully
71.03/71.17	c minisat20 returned code 20.
71.03/71.17	s UNSATISFIABLE
71.03/71.17	c SATZILLA_TIME=71.120000

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/node15/watcher-455889-1178590092 -o ROOT/results/node15/solver-455889-1178590092 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455889-1178590092/SATzilla2007_C /tmp/evaluation/455889-1178590092/instance-455889-1178590092.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: 0.88 0.92 0.96 3/77 16023
/proc/meminfo: memFree=1542272/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=8252 CPUtime=0
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 650 0 0 0 0 0 0 0 19 0 1 0 306926846 8450048 645 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 2063 649 49 118 0 1942 0

[startup+0.0848759 s]
/proc/loadavg: 0.88 0.92 0.96 3/77 16023
/proc/meminfo: memFree=1542272/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=16424 CPUtime=0.07
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 3416 0 0 0 6 1 0 0 19 0 1 0 306926846 16818176 3411 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 4106 3411 50 118 0 3985 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17864

[startup+0.101876 s]
/proc/loadavg: 0.88 0.92 0.96 3/77 16023
/proc/meminfo: memFree=1542272/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=16688 CPUtime=0.09
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 3473 0 0 0 8 1 0 0 19 0 1 0 306926846 17088512 3468 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 4172 3468 50 118 0 4051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18128

[startup+0.301894 s]
/proc/loadavg: 0.88 0.92 0.96 3/77 16023
/proc/meminfo: memFree=1542272/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=18800 CPUtime=0.29
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 4140 0 0 0 28 1 0 0 20 0 1 0 306926846 19251200 4135 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 4700 4135 50 118 0 4579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20240

[startup+0.701931 s]
/proc/loadavg: 0.88 0.92 0.96 3/77 16023
/proc/meminfo: memFree=1542272/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=23024 CPUtime=0.69
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 5455 0 0 0 67 2 0 0 24 0 1 0 306926846 23576576 5450 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 5756 5450 50 118 0 5635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24464

[startup+1.502 s]
/proc/loadavg: 0.88 0.92 0.96 2/79 16025
/proc/meminfo: memFree=1502896/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=66340 CPUtime=1.49
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 16973 0 0 0 141 8 0 0 25 0 1 0 306926846 67932160 14681 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134644051 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 16585 14681 55 118 0 16464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67780

[startup+3.10115 s]
/proc/loadavg: 0.88 0.92 0.96 2/79 16025
/proc/meminfo: memFree=1488368/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=0
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306926846 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 360 110 95 260 0 84 0
[pid=16024] ppid=16023 vsize=62396 CPUtime=3.09
/proc/16024/stat : 16024 (march_dl) R 16023 16023 14803 0 -1 4194304 24309 0 0 0 298 11 0 0 25 0 1 0 306926846 63893504 13703 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134644083 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16024/statm: 15599 13703 55 118 0 15478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63836

[startup+6.30145 s]
/proc/loadavg: 0.89 0.93 0.96 2/79 16026
/proc/meminfo: memFree=1536560/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=1440 CPUtime=5
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 134 36428 0 0 0 0 482 18 16 0 1 0 306926846 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16023/statm: 360 111 96 260 0 84 0
[pid=16026] ppid=16023 vsize=44112 CPUtime=1.28
/proc/16026/stat : 16026 (ubcsat2006) R 16023 16023 14803 0 -1 4194304 8770 0 0 0 124 4 0 0 25 0 1 0 306927347 45170688 8753 18446744073709551615 134512640 134777720 4294956528 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16026/statm: 11028 8753 156 64 0 10609 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45552

[startup+12.701 s]
/proc/loadavg: 0.90 0.93 0.96 2/78 16026
/proc/meminfo: memFree=1489912/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=12.68
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13192 45208 0 0 486 6 753 23 25 0 1 0 306926846 58974208 13162 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13162 121 260 0 14122 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57592

[startup+25.5012 s]
/proc/loadavg: 0.92 0.93 0.96 2/78 16026
/proc/meminfo: memFree=1489592/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=25.47
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13292 45208 0 0 1764 7 753 23 25 0 1 0 306926846 58974208 13262 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13262 121 260 0 14122 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57592

[startup+51.1016 s]
/proc/loadavg: 0.95 0.93 0.96 2/78 16026
/proc/meminfo: memFree=1488824/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=51.05
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13489 45208 0 0 4319 10 753 23 25 0 1 0 306926846 58974208 13459 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13459 121 260 0 14122 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57592

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

[startup+63.9017 s]
/proc/loadavg: 0.95 0.94 0.96 2/78 16026
/proc/meminfo: memFree=1488440/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=63.85
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13587 45208 0 0 5597 12 753 23 25 0 1 0 306926846 58974208 13557 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13557 121 260 0 14122 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 57592

[startup+67.105 s]
/proc/loadavg: 0.96 0.94 0.96 2/78 16026
/proc/meminfo: memFree=1488312/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=67.05
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13612 45208 0 0 5917 12 753 23 25 0 1 0 306926846 58974208 13582 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537942 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13582 121 260 0 14122 0
Current children cumulated CPU time (s) 67.05
Current children cumulated vsize (KiB) 57592

[startup+68.7012 s]
/proc/loadavg: 0.96 0.94 0.96 2/78 16026
/proc/meminfo: memFree=1488248/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=57592 CPUtime=68.65
/proc/16023/stat : 16023 (SATzilla2007_C) R 16021 16023 14803 0 -1 4194304 13627 45208 0 0 6077 12 753 23 25 0 1 0 306926846 58974208 13597 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16023/statm: 14398 13597 121 260 0 14122 0
Current children cumulated CPU time (s) 68.65
Current children cumulated vsize (KiB) 57592

[startup+70.3013 s]
/proc/loadavg: 0.96 0.94 0.96 2/79 16027
/proc/meminfo: memFree=1478512/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=34380 CPUtime=69.08
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 16879 45208 0 0 6118 14 753 23 25 0 1 0 306926846 35205120 8211 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 8595 8211 126 260 0 8319 0
[pid=16027] ppid=16023 vsize=34948 CPUtime=1.16
/proc/16027/stat : 16027 (minisat20) R 16023 16023 14803 0 -1 4194304 7964 0 0 0 112 4 0 0 25 0 1 0 306933760 35786752 7913 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134656306 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16027/statm: 8737 7913 59 118 0 8615 0
Current children cumulated CPU time (s) 70.24
Current children cumulated vsize (KiB) 69328

[startup+70.7014 s]
/proc/loadavg: 0.96 0.94 0.96 2/79 16027
/proc/meminfo: memFree=1478512/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=34380 CPUtime=69.08
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 16879 45208 0 0 6118 14 753 23 25 0 1 0 306926846 35205120 8211 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 8595 8211 126 260 0 8319 0
[pid=16027] ppid=16023 vsize=34948 CPUtime=1.55
/proc/16027/stat : 16027 (minisat20) R 16023 16023 14803 0 -1 4194304 7994 0 0 0 151 4 0 0 25 0 1 0 306933760 35786752 7943 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134536243 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16027/statm: 8737 7943 59 118 0 8615 0
Current children cumulated CPU time (s) 70.63
Current children cumulated vsize (KiB) 69328

[startup+71.1014 s]
/proc/loadavg: 0.96 0.94 0.96 2/79 16027
/proc/meminfo: memFree=1478512/2055920 swapFree=4169132/4192956
[pid=16023] ppid=16021 vsize=34380 CPUtime=69.08
/proc/16023/stat : 16023 (SATzilla2007_C) S 16021 16023 14803 0 -1 4194304 16879 45208 0 0 6118 14 753 23 25 0 1 0 306926846 35205120 8211 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16023/statm: 8595 8211 126 260 0 8319 0
[pid=16027] ppid=16023 vsize=35348 CPUtime=1.95
/proc/16027/stat : 16027 (minisat20) R 16023 16023 14803 0 -1 4194304 8029 0 0 0 191 4 0 0 25 0 1 0 306933760 36196352 7978 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16027/statm: 8837 7978 59 118 0 8715 0
Current children cumulated CPU time (s) 71.03
Current children cumulated vsize (KiB) 69728

Child status: 20
Real time (s): 71.1759
CPU time (s): 71.1312
CPU user time (s): 70.6972
CPU system time (s): 0.433934
CPU usage (%): 99.9372
Max. virtual memory (cumulated for all children) (KiB): 69728

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

runsolver used 0.05999 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue May  8 02:08:12 UTC 2007

IDJOB= 455889
IDBENCH= 20462
IDSOLVER= 179
FILE ID= node15/455889-1178590092

PBS_JOBID= 5217742

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9245c5dfb87125ec2a46c4c41e4e2b03

RANDOM SEED= 770692768

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1542744 kB
Buffers:         74080 kB
Cached:         340124 kB
SwapCached:       2840 kB
Active:         248972 kB
Inactive:       188536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542744 kB
SwapTotal:     4192956 kB
SwapFree:      4169132 kB
Dirty:           18088 kB
Writeback:           0 kB
Mapped:          30272 kB
Slab:            61100 kB
Committed_AS: 10760836 kB
PageTables:       1868 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= 66547 MiB

End job on node15 on Tue May  8 02:09:24 UTC 2007