Trace number 318769

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 RANDOMUNSAT 71.1182 71.211

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.02984
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)

68.99/69.16	c run March_dl for 5 seconds ... 
68.99/69.16	c Bin: Executing march_dl
68.99/69.16	c child exit by a signal
68.99/69.16	c march_dl returned code 137.
68.99/69.16	c run saps (UBCSAT implementation) for 2 seconds ... 
68.99/69.16	c Bin: Executing ubcsat2006
68.99/69.16	c child exited successfully
68.99/69.16	c ubcsat2006 returned code 0.
68.99/69.16	c satzilla computing base features
68.99/69.16	Error!!! VCG-VAR-entropy
68.99/69.16	Satzilla is runing default solver ... 
68.99/69.16	 c satzilla running minisat20 ... 
68.99/69.17	This is MiniSat 2.0 beta
68.99/69.17	WARNING: for repeatability, setting FPU to use double precision
68.99/69.17	============================[ Problem Statistics ]=============================
68.99/69.17	|                                                                             |
68.99/69.17	|  Number of variables:  179181                                               |
68.99/69.17	|  Number of clauses:    509032                                               |
69.37/69.52	|  Parsing time:         0.30         s                                       |
69.37/69.53	============================[ Search Statistics ]==============================
69.37/69.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.37/69.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.37/69.53	===============================================================================
69.37/69.53	|         0 |  156848   485058  1284145 |   161686        0    nan |  0.000 % |
69.48/69.65	|       100 |  156840   485058  1284145 |   177854       96      6 | 12.480 % |
69.68/69.88	|       251 |  156836   485058  1284145 |   195640      244      7 | 12.482 % |
69.88/70.07	|       476 |  156836   485058  1284145 |   215204      469      9 | 12.482 % |
70.58/70.77	|       814 |  156811   484281  1281882 |   236724      800     10 | 12.485 % |
70.98/71.19	===============================================================================
70.98/71.19	restarts              : 5
70.98/71.19	conflicts             : 1009           (509 /sec)
70.98/71.19	decisions             : 43685          (1.35 % random) (22055 /sec)
70.98/71.19	propagations          : 5561862        (2808031 /sec)
70.98/71.19	conflict literals     : 10443          (8.57 % deleted)
70.98/71.19	Memory used           : 34.52 MB
70.98/71.19	CPU time              : 1.9807 s
70.98/71.19	
71.08/71.20	c Bin: Executing minisat20
71.08/71.20	c child exited successfully
71.08/71.20	c minisat20 returned code 20.
71.08/71.20	s UNSATISFIABLE
71.08/71.20	c SATZILLA_TIME=71.110000

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/node60/watcher-318769-1176321964 -o ROOT/results/node60/solver-318769-1176321964 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318769-1176321964/SATzilla2007_R /tmp/evaluation/318769-1176321964/instance-318769-1176321964.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.87 0.95 0.98 3/64 20280
/proc/meminfo: memFree=952040/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=8252 CPUtime=0
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 646 0 0 0 0 0 0 0 18 0 1 0 80106497 8450048 641 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549581 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 2063 645 49 118 0 1942 0

[startup+0.090066 s]
/proc/loadavg: 0.87 0.95 0.98 3/64 20280
/proc/meminfo: memFree=952040/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=16556 CPUtime=0.07
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 3433 0 0 0 6 1 0 0 19 0 1 0 80106497 16953344 3428 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 4139 3428 50 118 0 4018 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17996

[startup+0.101066 s]
/proc/loadavg: 0.87 0.95 0.98 3/64 20280
/proc/meminfo: memFree=952040/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=16688 CPUtime=0.08
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 3469 0 0 0 7 1 0 0 19 0 1 0 80106497 17088512 3464 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 4172 3464 50 118 0 4051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18128

[startup+0.301086 s]
/proc/loadavg: 0.87 0.95 0.98 3/64 20280
/proc/meminfo: memFree=952040/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=18800 CPUtime=0.29
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 4134 0 0 0 27 2 0 0 21 0 1 0 80106497 19251200 4129 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 4700 4129 50 118 0 4579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20240

[startup+0.701125 s]
/proc/loadavg: 0.87 0.95 0.98 3/64 20280
/proc/meminfo: memFree=952040/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=23024 CPUtime=0.69
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 5439 0 0 0 66 3 0 0 24 0 1 0 80106497 23576576 5434 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 5756 5434 50 118 0 5635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24464

[startup+1.5012 s]
/proc/loadavg: 0.88 0.95 0.98 2/66 20282
/proc/meminfo: memFree=912600/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=66340 CPUtime=1.49
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 16973 0 0 0 140 9 0 0 25 0 1 0 80106497 67932160 14681 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644022 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20281/statm: 16585 14681 55 118 0 16464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67780

[startup+3.10137 s]
/proc/loadavg: 0.88 0.95 0.98 2/66 20282
/proc/meminfo: memFree=898264/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=0
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80106497 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 110 95 260 0 84 0
[pid=20281] ppid=20280 vsize=66596 CPUtime=3.08
/proc/20281/stat : 20281 (march_dl) R 20280 20280 19386 0 -1 4194304 24661 0 0 0 295 13 0 0 25 0 1 0 80106497 68194304 14055 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20281/statm: 16649 14055 55 118 0 16528 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 68036

[startup+6.30168 s]
/proc/loadavg: 0.88 0.95 0.98 2/66 20283
/proc/meminfo: memFree=946264/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=1440 CPUtime=5
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 135 36428 0 0 0 0 480 20 16 0 1 0 80106497 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20280/statm: 360 111 96 260 0 84 0
[pid=20283] ppid=20280 vsize=44112 CPUtime=1.26
/proc/20283/stat : 20283 (ubcsat2006) R 20280 20280 19386 0 -1 4194304 8766 0 3 0 122 4 0 0 25 0 1 0 80106999 45170688 8752 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20283/statm: 11028 8752 156 64 0 10609 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45552

[startup+12.7013 s]
/proc/loadavg: 0.90 0.95 0.98 2/65 20283
/proc/meminfo: memFree=899624/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=12.64
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13193 45204 0 3 484 6 749 25 25 0 1 0 80106497 58974208 13162 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13162 121 260 0 14122 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 57592

[startup+25.5016 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 20283
/proc/meminfo: memFree=899376/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=25.45
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13293 45204 0 3 1763 8 749 25 25 0 1 0 80106497 58974208 13262 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13262 121 260 0 14122 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 57592

[startup+51.1011 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 20283
/proc/meminfo: memFree=898800/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=51
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13488 45204 0 3 4315 11 749 25 25 0 1 0 80106497 58974208 13457 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13457 121 260 0 14122 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 57592

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

[startup+63.9014 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 20283
/proc/meminfo: memFree=898480/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=63.8
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13588 45204 0 3 5594 12 749 25 25 0 1 0 80106497 58974208 13557 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13557 121 260 0 14122 0
Current children cumulated CPU time (s) 63.8
Current children cumulated vsize (KiB) 57592

[startup+67.1057 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 20283
/proc/meminfo: memFree=898416/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=67
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13613 45204 0 3 5914 12 749 25 25 0 1 0 80106497 58974208 13582 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13582 121 260 0 14122 0
Current children cumulated CPU time (s) 67
Current children cumulated vsize (KiB) 57592

[startup+68.7018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 20283
/proc/meminfo: memFree=898352/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=57592 CPUtime=68.59
/proc/20280/stat : 20280 (SATzilla2007_R) R 20278 20280 19386 0 -1 4194304 13628 45204 0 3 6073 12 749 25 25 0 1 0 80106497 58974208 13597 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 14398 13597 121 260 0 14122 0
Current children cumulated CPU time (s) 68.59
Current children cumulated vsize (KiB) 57592

[startup+70.302 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 20284
/proc/meminfo: memFree=888552/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=34380 CPUtime=69.06
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 16880 45204 0 3 6118 14 749 25 25 0 1 0 80106497 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20280/statm: 8595 8211 126 260 0 8319 0
[pid=20284] ppid=20280 vsize=34948 CPUtime=1.12
/proc/20284/stat : 20284 (minisat20) R 20280 20280 19386 0 -1 4194304 7963 0 0 0 108 4 0 0 25 0 1 0 80113414 35786752 7912 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20284/statm: 8737 7912 59 118 0 8615 0
Current children cumulated CPU time (s) 70.18
Current children cumulated vsize (KiB) 69328

[startup+70.702 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 20284
/proc/meminfo: memFree=888552/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=34380 CPUtime=69.06
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 16880 45204 0 3 6118 14 749 25 25 0 1 0 80106497 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20280/statm: 8595 8211 126 260 0 8319 0
[pid=20284] ppid=20280 vsize=34948 CPUtime=1.52
/proc/20284/stat : 20284 (minisat20) R 20280 20280 19386 0 -1 4194304 7992 0 0 0 148 4 0 0 25 0 1 0 80113414 35786752 7941 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20284/statm: 8737 7941 59 118 0 8615 0
Current children cumulated CPU time (s) 70.58
Current children cumulated vsize (KiB) 69328

[startup+71.1011 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 20284
/proc/meminfo: memFree=888552/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=34380 CPUtime=69.06
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 16880 45204 0 3 6118 14 749 25 25 0 1 0 80106497 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20280/statm: 8595 8211 126 260 0 8319 0
[pid=20284] ppid=20280 vsize=35348 CPUtime=1.92
/proc/20284/stat : 20284 (minisat20) R 20280 20280 19386 0 -1 4194304 8029 0 0 0 188 4 0 0 25 0 1 0 80113414 36196352 7978 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134535686 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20284/statm: 8837 7978 59 118 0 8715 0
Current children cumulated CPU time (s) 70.98
Current children cumulated vsize (KiB) 69728

[startup+71.2011 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 20284
/proc/meminfo: memFree=888552/2055920 swapFree=4184868/4192956
[pid=20280] ppid=20278 vsize=34380 CPUtime=69.06
/proc/20280/stat : 20280 (SATzilla2007_R) S 20278 20280 19386 0 -1 4194304 16880 45204 0 3 6118 14 749 25 25 0 1 0 80106497 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20280/statm: 8595 8211 126 260 0 8319 0
[pid=20284] ppid=20280 vsize=0 CPUtime=2.02
/proc/20284/stat : 20284 (minisat20) R 20280 20280 19386 0 -1 4194308 8038 0 0 0 198 4 0 0 25 0 1 0 80113414 0 0 18446744073709551615 0 0 0 0 0 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20284/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.08
Current children cumulated vsize (KiB) 34380

Child status: 20
Real time (s): 71.211
CPU time (s): 71.1182
CPU user time (s): 70.6613
CPU system time (s): 0.45693
CPU usage (%): 99.8697
Max. virtual memory (cumulated for all children) (KiB): 69728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6613
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70136
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 222

runsolver used 0.068989 second user time and 0.150977 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Apr 11 20:06:05 UTC 2007

IDJOB= 318769
IDBENCH= 20462
IDSOLVER= 134
FILE ID= node60/318769-1176321964

PBS_JOBID= 4516722

Free space on /tmp= 66547 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11935.cnf
COMMAND LINE= /tmp/evaluation/318769-1176321964/SATzilla2007_R /tmp/evaluation/318769-1176321964/instance-318769-1176321964.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-318769-1176321964 -o ROOT/results/node60/solver-318769-1176321964 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318769-1176321964/SATzilla2007_R /tmp/evaluation/318769-1176321964/instance-318769-1176321964.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  9245c5dfb87125ec2a46c4c41e4e2b03

RANDOM SEED= 656720434

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:        952448 kB
Buffers:         48980 kB
Cached:         839184 kB
SwapCached:       2160 kB
Active:         354728 kB
Inactive:       543212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        952448 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:           18268 kB
Writeback:           0 kB
Mapped:          16864 kB
Slab:           191516 kB
Committed_AS:   129184 kB
PageTables:       1464 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 node60 on Wed Apr 11 20:07:17 UTC 2007