Trace number 318647

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.4561 71.5049

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11773.cnf
MD5SUMd6bd3be8cd8bf9b3f280923b7f8605ef
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75973
Satisfiable
(Un)Satisfiability was proved
Number of variables238323
Number of clauses686155
Sum of the clauses size1785421
Maximum clause length3
Minimum clause length1
Number of clauses of size 127840
Number of clauses of size 2217364
Number of clauses of size 3440951
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

70.13/70.22	c run March_dl for 5 seconds ... 
70.13/70.22	c Bin: Executing march_dl
70.13/70.22	c child exit by a signal
70.13/70.22	c march_dl returned code 137.
70.13/70.22	c run saps (UBCSAT implementation) for 2 seconds ... 
70.13/70.22	c Bin: Executing ubcsat2006
70.13/70.22	c child exited successfully
70.13/70.22	c ubcsat2006 returned code 0.
70.13/70.22	c satzilla computing base features
70.13/70.22	Error!!! VCG-VAR-entropy
70.13/70.22	Satzilla is runing default solver ... 
70.13/70.22	 c satzilla running minisat20 ... 
70.13/70.23	This is MiniSat 2.0 beta
70.13/70.23	WARNING: for repeatability, setting FPU to use double precision
70.13/70.23	============================[ Problem Statistics ]=============================
70.13/70.23	|                                                                             |
70.13/70.23	|  Number of variables:  238348                                               |
70.13/70.23	|  Number of clauses:    686155                                               |
70.63/70.70	|  Parsing time:         0.41         s                                       |
70.63/70.72	============================[ Search Statistics ]==============================
70.63/70.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.63/70.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.63/70.72	===============================================================================
70.63/70.72	|         0 |  210120   657018  1754908 |   219006        0    nan |  0.000 % |
70.63/70.78	|       100 |  210110   657018  1754908 |   240906       92     10 | 11.860 % |
70.73/70.89	|       250 |  210110   657018  1754908 |   264997      242      7 | 11.860 % |
71.33/71.48	===============================================================================
71.33/71.48	restarts              : 3
71.33/71.48	conflicts             : 468            (394 /sec)
71.33/71.48	decisions             : 26683          (1.73 % random) (22445 /sec)
71.33/71.48	propagations          : 2295337        (1930771 /sec)
71.33/71.48	conflict literals     : 3833           (6.47 % deleted)
71.33/71.48	Memory used           : 46.33 MB
71.33/71.48	CPU time              : 1.18882 s
71.33/71.48	
71.33/71.49	c Bin: Executing minisat20
71.33/71.49	c child exited successfully
71.33/71.49	c minisat20 returned code 20.
71.33/71.49	s UNSATISFIABLE
71.33/71.49	c SATZILLA_TIME=71.440000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-318647-1176320820 -o ROOT/results/node68/solver-318647-1176320820 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318647-1176320820/SATzilla2007_C /tmp/evaluation/318647-1176320820/instance-318647-1176320820.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.98 0.99 3/64 17519
/proc/meminfo: memFree=1173112/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=10664 CPUtime=0
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 758 0 0 0 0 0 0 0 18 0 1 0 108071634 10919936 753 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 2666 757 49 118 0 2545 0

[startup+0.0848551 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17519
/proc/meminfo: memFree=1173112/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=21512 CPUtime=0.07
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 4432 0 0 0 6 1 0 0 19 0 1 0 108071634 22028288 4427 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 5378 4427 50 118 0 5257 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22952

[startup+0.101862 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17519
/proc/meminfo: memFree=1173112/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=21644 CPUtime=0.09
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 4492 0 0 0 8 1 0 0 19 0 1 0 108071634 22163456 4487 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 5411 4487 50 118 0 5290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23084

[startup+0.301879 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17519
/proc/meminfo: memFree=1173112/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=23888 CPUtime=0.29
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 5163 0 0 0 28 1 0 0 21 0 1 0 108071634 24461312 5158 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 5972 5158 50 118 0 5851 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25328

[startup+0.701915 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17519
/proc/meminfo: memFree=1173112/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=28112 CPUtime=0.68
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 6482 0 0 0 66 2 0 0 25 0 1 0 108071634 28786688 6477 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 7028 6477 50 118 0 6907 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 29552

[startup+1.50199 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17521
/proc/meminfo: memFree=1143208/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=65884 CPUtime=1.49
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 15073 0 0 0 142 7 0 0 25 0 1 0 108071634 67465216 13404 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 16471 13404 53 118 0 16350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67324

[startup+3.10213 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17521
/proc/meminfo: memFree=1095528/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=0
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108071634 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 110 95 260 0 84 0
[pid=17520] ppid=17519 vsize=88440 CPUtime=3.09
/proc/17520/stat : 17520 (march_dl) R 17519 17519 16913 0 -1 4194304 27989 0 0 0 296 13 0 0 25 0 1 0 108071634 90562560 19582 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17520/statm: 22110 19582 55 118 0 21989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89880

[startup+6.30142 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17522
/proc/meminfo: memFree=1167528/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=1440 CPUtime=5
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 135 37483 0 0 0 0 481 19 16 0 1 0 108071634 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17519/statm: 360 111 96 260 0 84 0
[pid=17522] ppid=17519 vsize=63628 CPUtime=1.28
/proc/17522/stat : 17522 (ubcsat2006) R 17519 17519 16913 0 -1 4194304 11727 0 0 0 122 6 0 0 25 0 1 0 108072136 65155072 11710 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17522/statm: 15907 11710 156 64 0 15488 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 65068

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1102832/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=12.66
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 17676 49216 0 0 455 7 778 26 25 0 1 0 108071634 78909440 17645 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17645 121 260 0 18989 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 77060

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1102640/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=25.47
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 17751 49216 0 0 1734 9 778 26 25 0 1 0 108071634 78909440 17720 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17720 121 260 0 18989 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77060

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1102000/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=51.04
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 17901 49216 0 0 4289 11 778 26 25 0 1 0 108071634 78909440 17870 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17870 121 260 0 18989 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77060

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

[startup+63.9016 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1101872/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=63.83
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 17976 49216 0 0 5567 12 778 26 25 0 1 0 108071634 78909440 17945 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134540693 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17945 121 260 0 18989 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 77060

[startup+67.1059 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1101808/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=67.04
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 17994 49216 0 0 5887 13 778 26 25 0 1 0 108071634 78909440 17963 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134540696 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17963 121 260 0 18989 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 77060

[startup+68.7011 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 17522
/proc/meminfo: memFree=1101808/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=77060 CPUtime=68.64
/proc/17519/stat : 17519 (SATzilla2007_C) R 17517 17519 16913 0 -1 4194304 18004 49216 0 0 6047 13 778 26 25 0 1 0 108071634 78909440 17973 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/17519/statm: 19265 17973 121 260 0 18989 0
Current children cumulated CPU time (s) 68.64
Current children cumulated vsize (KiB) 77060

[startup+70.3012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 17523
/proc/meminfo: memFree=1115560/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=45928 CPUtime=70.17
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 22627 49216 0 0 6197 16 778 26 25 0 1 0 108071634 47030272 11024 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 11482 11024 126 260 0 11206 0
[pid=17523] ppid=17519 vsize=19324 CPUtime=0.06
/proc/17523/stat : 17523 (minisat20) R 17519 17519 16913 0 -1 4194304 3728 0 0 0 4 2 0 0 18 0 1 0 108078657 19787776 3585 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134652674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17523/statm: 4831 3590 46 118 0 4709 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 65252

[startup+71.1023 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 17523
/proc/meminfo: memFree=1115560/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=45928 CPUtime=70.17
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 22627 49216 0 0 6197 16 778 26 25 0 1 0 108071634 47030272 11024 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 11482 11024 126 260 0 11206 0
[pid=17523] ppid=17519 vsize=47040 CPUtime=0.86
/proc/17523/stat : 17523 (minisat20) R 17519 17519 16913 0 -1 4194304 10623 0 0 0 80 6 0 0 25 0 1 0 108078657 48168960 10480 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17523/statm: 11760 10480 59 118 0 11638 0
Current children cumulated CPU time (s) 71.03
Current children cumulated vsize (KiB) 92968

[startup+71.3023 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 17523
/proc/meminfo: memFree=1115560/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=45928 CPUtime=70.17
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 22627 49216 0 0 6197 16 778 26 25 0 1 0 108071634 47030272 11024 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 11482 11024 126 260 0 11206 0
[pid=17523] ppid=17519 vsize=47308 CPUtime=1.06
/proc/17523/stat : 17523 (minisat20) R 17519 17519 16913 0 -1 4194304 10642 0 0 0 100 6 0 0 25 0 1 0 108078657 48443392 10499 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17523/statm: 11827 10499 59 118 0 11705 0
Current children cumulated CPU time (s) 71.23
Current children cumulated vsize (KiB) 93236

[startup+71.4023 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 17523
/proc/meminfo: memFree=1087848/2055920 swapFree=4184836/4192956
[pid=17519] ppid=17517 vsize=45928 CPUtime=70.17
/proc/17519/stat : 17519 (SATzilla2007_C) S 17517 17519 16913 0 -1 4194304 22627 49216 0 0 6197 16 778 26 25 0 1 0 108071634 47030272 11024 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 11482 11024 126 260 0 11206 0
[pid=17523] ppid=17519 vsize=47440 CPUtime=1.16
/proc/17523/stat : 17523 (minisat20) R 17519 17519 16913 0 -1 4194304 10654 0 0 0 110 6 0 0 25 0 1 0 108078657 48578560 10511 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17523/statm: 11860 10511 59 118 0 11738 0
Current children cumulated CPU time (s) 71.33
Current children cumulated vsize (KiB) 93368

Child status: 20
Real time (s): 71.5049
CPU time (s): 71.4561
CPU user time (s): 70.9502
CPU system time (s): 0.505923
CPU usage (%): 99.9318
Max. virtual memory (cumulated for all children) (KiB): 93368

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

runsolver used 0.055991 second user time and 0.157975 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 11 19:47:01 UTC 2007

IDJOB= 318647
IDBENCH= 20459
IDSOLVER= 135
FILE ID= node68/318647-1176320820

PBS_JOBID= 4516715

Free space on /tmp= 66543 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11773.cnf
COMMAND LINE= /tmp/evaluation/318647-1176320820/SATzilla2007_C /tmp/evaluation/318647-1176320820/instance-318647-1176320820.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-318647-1176320820 -o ROOT/results/node68/solver-318647-1176320820 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318647-1176320820/SATzilla2007_C /tmp/evaluation/318647-1176320820/instance-318647-1176320820.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  d6bd3be8cd8bf9b3f280923b7f8605ef

RANDOM SEED= 960232783

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:       1173520 kB
Buffers:         45092 kB
Cached:         650880 kB
SwapCached:       2116 kB
Active:         103252 kB
Inactive:       602348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173520 kB
SwapTotal:     4192956 kB
SwapFree:      4184836 kB
Dirty:           21768 kB
Writeback:           0 kB
Mapped:          16716 kB
Slab:           162868 kB
Committed_AS:   105676 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66543 MiB

End job on node68 on Wed Apr 11 19:48:13 UTC 2007