Trace number 308105

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 FULLUNSAT 280.366 280.465

General information on the benchmark

Namerandom/2+p/p0.7/v3500/
unif2p-p0.7-v3500-c9345-S1613098638-06-UNSAT.cnf
MD5SUM999d1a34639cbd28758ef0f4a062ee27
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.358
Satisfiable
(Un)Satisfiability was proved
Number of variables3497
Number of clauses9344
Sum of the clauses size25229
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22803
Number of clauses of size 36541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.57/10.60	c run March_dl for 5 seconds ... 
10.57/10.60	c Bin: Executing march_dl
10.57/10.60	c child exit by a signal
10.57/10.60	c march_dl returned code 137.
10.57/10.60	c run saps for 2 seconds ... 
10.57/10.60	c Bin: Executing ubcsat2006
10.57/10.60	c child exited successfully
10.57/10.60	c ubcsat2006 returned code 0.
10.57/10.60	c satzilla computing base features
10.57/10.60	c satzilla doing unit-prop probe
10.57/10.60	c satzilla doing local search probe
10.57/10.60	c satzilla doing lobjois search-space size estimate
10.57/10.60	c satzilla's ranking:
10.57/10.60	c 1) march_dl: 1.612517
10.57/10.60	c 2) minisat20: 1.697033
10.57/10.60	c 3) eureka: 2.468180
10.57/10.60	c 4) zchaff_rand: 3.194816
10.57/10.60	c 5) vallst: 3.490218
10.57/10.60	c 6) kcnfs: 3.761221
10.57/10.60	c 7) kcnfs+P: 999.000000
10.57/10.60	c 8) march_dl+P: 999.000000
10.57/10.60	c 9) vallst+P: 999.000000
10.57/10.60	c 10) zchaff_rand+P: 999.000000
10.57/10.60	c 11) rsat+P: 999.000000
10.57/10.60	c 12) eureka+P: 999.000000
10.57/10.60	c 13) minisat20+P: 999.000000
10.57/10.60	c 14) rsat: 999.000000
10.57/10.60	c satzilla running march_dl ... 
280.28/280.46	c Bin: Executing march_dl
280.28/280.46	c child exited successfully
280.28/280.46	c march_dl returned code 20.
280.28/280.46	s UNSATISFIABLE
280.28/280.46	c SATZILLA_TIME=280.400000

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/node43/watcher-308105-1177365202 -o ROOT/results/node43/solver-308105-1177365202 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/308105-1177365202/SATzilla2007_F /tmp/evaluation/308105-1177365202/instance-308105-1177365202.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.47 0.73 0.83 3/77 9892
/proc/meminfo: memFree=1820984/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) R 9890 9892 8415 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=912 CPUtime=0
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 184432040 933888 132 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 228 132 50 118 0 107 0

[startup+0.072767 s]
/proc/loadavg: 0.47 0.73 0.83 3/77 9892
/proc/meminfo: memFree=1820984/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=1528 CPUtime=0.06
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 973 0 0 0 6 0 0 0 19 0 1 0 184432040 1564672 258 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 382 261 55 118 0 261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3040

[startup+0.102769 s]
/proc/loadavg: 0.47 0.73 0.83 3/77 9892
/proc/meminfo: memFree=1820984/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=2932 CPUtime=0.09
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 1793 0 0 0 9 0 0 0 19 0 1 0 184432040 3002368 623 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 733 623 65 118 0 612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4444

[startup+0.302787 s]
/proc/loadavg: 0.47 0.73 0.83 3/77 9892
/proc/meminfo: memFree=1820984/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=4196 CPUtime=0.29
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 2242 0 0 0 29 0 0 0 21 0 1 0 184432040 4296704 953 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 1049 953 75 118 0 928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5708

[startup+0.701821 s]
/proc/loadavg: 0.47 0.73 0.83 3/77 9892
/proc/meminfo: memFree=1820984/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=4196 CPUtime=0.69
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 2253 0 0 0 69 0 0 0 25 0 1 0 184432040 4296704 964 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 1049 964 75 118 0 928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5708

[startup+1.50189 s]
/proc/loadavg: 0.47 0.73 0.83 2/79 9894
/proc/meminfo: memFree=1817192/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=4460 CPUtime=1.49
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 2287 0 0 0 149 0 0 0 25 0 1 0 184432040 4567040 998 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 1115 998 75 118 0 994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5972

[startup+3.10103 s]
/proc/loadavg: 0.47 0.73 0.83 2/79 9894
/proc/meminfo: memFree=1816936/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=0
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9893] ppid=9892 vsize=4592 CPUtime=3.09
/proc/9893/stat : 9893 (march_dl) R 9892 9892 8415 0 -1 4194304 2327 0 0 0 309 0 0 0 25 0 1 0 184432040 4702208 1038 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134514304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9893/statm: 1148 1038 75 118 0 1027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6104

[startup+6.30131 s]
/proc/loadavg: 0.51 0.74 0.83 2/79 9895
/proc/meminfo: memFree=1819688/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=1512 CPUtime=4.99
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 147 2356 0 0 0 0 499 0 18 0 1 0 184432040 1548288 125 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9892/statm: 378 125 110 260 0 84 0
[pid=9895] ppid=9892 vsize=6188 CPUtime=1.29
/proc/9895/stat : 9895 (ubcsat2006) R 9892 9892 8415 0 -1 4194304 398 0 0 0 117 12 0 0 25 0 1 0 184432540 6336512 380 18446744073709551615 134512640 134777720 4294956432 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9895/statm: 1547 380 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7019 s]
/proc/loadavg: 0.55 0.74 0.83 2/79 9896
/proc/meminfo: memFree=1816112/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=4460 CPUtime=2.08
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2309 0 0 0 208 0 0 0 25 0 1 0 184433100 4567040 1020 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1115 1020 75 118 0 994 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6776

[startup+25.503 s]
/proc/loadavg: 0.65 0.75 0.83 2/79 9896
/proc/meminfo: memFree=1815736/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=4856 CPUtime=14.88
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2415 0 0 0 1487 1 0 0 25 0 1 0 184433100 4972544 1126 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134551851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1214 1126 75 118 0 1093 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7172

[startup+51.1022 s]
/proc/loadavg: 0.77 0.77 0.83 2/79 9896
/proc/meminfo: memFree=1815544/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5120 CPUtime=40.47
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2476 0 0 0 4046 1 0 0 25 0 1 0 184433100 5242880 1187 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1280 1187 75 118 0 1159 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 7436

[startup+102.306 s]
/proc/loadavg: 0.90 0.81 0.84 2/79 9896
/proc/meminfo: memFree=1815352/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5384 CPUtime=91.65
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2534 0 0 0 9164 1 0 0 25 0 1 0 184433100 5513216 1245 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1346 1245 75 118 0 1225 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 7700

[startup+162.303 s]
/proc/loadavg: 0.96 0.84 0.84 2/79 9896
/proc/meminfo: memFree=1815096/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5640 CPUtime=151.64
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2592 0 0 0 15162 2 0 0 25 0 1 0 184433100 5775360 1303 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134552103 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1410 1303 75 118 0 1289 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7956

[startup+222.302 s]
/proc/loadavg: 0.98 0.86 0.85 2/79 9896
/proc/meminfo: memFree=1814904/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=211.62
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2622 0 0 0 21160 2 0 0 25 0 1 0 184433100 5910528 1333 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1333 75 118 0 1322 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 8088

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

[startup+230.303 s]
/proc/loadavg: 0.99 0.87 0.85 2/79 9896
/proc/meminfo: memFree=1814904/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=219.62
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2624 0 0 0 21960 2 0 0 25 0 1 0 184433100 5910528 1335 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134533052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1335 75 118 0 1322 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 8088

[startup+255.902 s]
/proc/loadavg: 0.99 0.88 0.85 2/79 9896
/proc/meminfo: memFree=1814840/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=245.21
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2637 0 0 0 24519 2 0 0 25 0 1 0 184433100 5910528 1348 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1348 75 118 0 1322 0
Current children cumulated CPU time (s) 255.78
Current children cumulated vsize (KiB) 8088

[startup+268.701 s]
/proc/loadavg: 0.99 0.88 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=258
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2643 0 0 0 25798 2 0 0 25 0 1 0 184433100 5910528 1354 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134566971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1354 75 118 0 1322 0
Current children cumulated CPU time (s) 268.57
Current children cumulated vsize (KiB) 8088

[startup+275.102 s]
/proc/loadavg: 0.99 0.89 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=264.4
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2645 0 0 0 26438 2 0 0 25 0 1 0 184433100 5910528 1356 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1356 75 118 0 1322 0
Current children cumulated CPU time (s) 274.97
Current children cumulated vsize (KiB) 8088

[startup+278.306 s]
/proc/loadavg: 0.99 0.89 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5772 CPUtime=267.61
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2647 0 0 0 26758 3 0 0 25 0 1 0 184433100 5910528 1358 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1443 1358 75 118 0 1322 0
Current children cumulated CPU time (s) 278.18
Current children cumulated vsize (KiB) 8088

[startup+279.101 s]
/proc/loadavg: 0.99 0.89 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5892 CPUtime=268.41
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2648 0 0 0 26838 3 0 0 25 0 1 0 184433100 6033408 1359 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134532759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1473 1359 75 118 0 1352 0
Current children cumulated CPU time (s) 278.98
Current children cumulated vsize (KiB) 8208

[startup+279.901 s]
/proc/loadavg: 0.99 0.89 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5892 CPUtime=269.21
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2648 0 0 0 26918 3 0 0 25 0 1 0 184433100 6033408 1359 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134514304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1473 1359 75 118 0 1352 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 8208

[startup+280.301 s]
/proc/loadavg: 0.99 0.89 0.85 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5892 CPUtime=269.61
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2648 0 0 0 26958 3 0 0 25 0 1 0 184433100 6033408 1359 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1473 1359 75 118 0 1352 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 8208

[startup+280.401 s]
/proc/loadavg: 0.99 0.89 0.86 2/79 9896
/proc/meminfo: memFree=1814776/2055920 swapFree=4158592/4192956
[pid=9892] ppid=9890 vsize=2316 CPUtime=10.57
/proc/9892/stat : 9892 (SATzilla2007_F) S 9890 9892 8415 0 -1 4194304 1063 2760 0 0 324 11 701 21 25 0 1 0 184432040 2371584 399 18446744073709551615 134512640 135581085 4294956544 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9892/statm: 579 399 170 260 0 285 0
[pid=9896] ppid=9892 vsize=5892 CPUtime=269.71
/proc/9896/stat : 9896 (march_dl) R 9892 9892 8415 0 -1 4194304 2648 0 0 0 26968 3 0 0 25 0 1 0 184433100 6033408 1359 18446744073709551615 134512640 134996440 4294956576 18446744073709551615 134587388 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9896/statm: 1473 1359 75 118 0 1352 0
Current children cumulated CPU time (s) 280.28
Current children cumulated vsize (KiB) 8208

Child status: 20
Real time (s): 280.465
CPU time (s): 280.366
CPU user time (s): 280.007
CPU system time (s): 0.358945
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 8208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 280.007
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6481
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= 28
involuntary context switches= 1314

runsolver used 0.264959 second user time and 0.702893 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Apr 23 21:53:22 UTC 2007

IDJOB= 308105
IDBENCH= 20222
IDSOLVER= 136
FILE ID= node43/308105-1177365202

PBS_JOBID= 4675168

Free space on /tmp= 66425 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v3500/unif2p-p0.7-v3500-c9345-S1613098638-06-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308105-1177365202/SATzilla2007_F /tmp/evaluation/308105-1177365202/instance-308105-1177365202.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-308105-1177365202 -o ROOT/results/node43/solver-308105-1177365202 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/308105-1177365202/SATzilla2007_F /tmp/evaluation/308105-1177365202/instance-308105-1177365202.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  999d1a34639cbd28758ef0f4a062ee27

RANDOM SEED= 589304966

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1821392 kB
Buffers:         40328 kB
Cached:         114768 kB
SwapCached:       2664 kB
Active:          74756 kB
Inactive:       103968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821392 kB
SwapTotal:     4192956 kB
SwapFree:      4158592 kB
Dirty:           10456 kB
Writeback:           0 kB
Mapped:          31236 kB
Slab:            41204 kB
Committed_AS:  2625252 kB
PageTables:       1896 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= 66425 MiB

End job on node43 on Mon Apr 23 21:58:03 UTC 2007