Trace number 1785897

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTEDUNSAT 456.264 456.394

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v760c43649g4.cnf
MD5SUM3ea4eea040ac494148336825302eb384
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark351.007
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

12.08/12.12	c run March_dl for 5 seconds ... 
12.08/12.12	c Bin: Executing march_dl
12.08/12.12	c child exit by a signal
12.08/12.12	c march_dl returned code 137.
12.08/12.12	c run saps (UBCSAT implementation) for 2 seconds ... 
12.08/12.12	c Bin: Executing ubcsat2006
12.08/12.12	c child exited successfully
12.08/12.12	c ubcsat2006 returned code 0.
12.08/12.12	c satzilla computing base features
12.08/12.12	c satzilla doing unit-prop probe
12.08/12.12	c satzilla doing local search probe
12.08/12.12	c satzilla doing lobjois search-space size estimate
12.08/12.12	c satzilla's ranking:
12.08/12.12	c 1) march_dl: 2.633662
12.08/12.12	c 2) march_dl+P: 2.787830
12.08/12.12	c 3) minisat20: 2.946741
12.08/12.12	c 4) vallst+P: 3.328588
12.08/12.12	c 5) minisat20+P: 3.409965
12.08/12.12	c 6) zchaff_rand+P: 3.854774
12.08/12.12	c 7) kcnfs+P: 999.000000
12.08/12.12	c 8) kcnfs: 999.000000
12.08/12.12	c 9) vallst: 999.000000
12.08/12.12	c 10) zchaff_rand: 999.000000
12.08/12.12	c satzilla running march_dl ... 
456.14/456.39	c Bin: Executing march_dl
456.14/456.39	c child exited successfully
456.14/456.39	c march_dl returned code 20.
456.14/456.39	s UNSATISFIABLE
456.14/456.39	c SATZILLA_TIME=456.310000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785897-1241934931/watcher-1785897-1241934931 -o /tmp/evaluation-result-1785897-1241934931/solver-1785897-1241934931 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785897-1241934931.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 0.98 0.99 3/65 10335
/proc/meminfo: memFree=1762592/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=980 CPUtime=0
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 137 0 0 0 0 0 0 0 19 0 1 0 221525470 1003520 132 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 245 133 50 118 0 124 0

[startup+0.0234099 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10335
/proc/meminfo: memFree=1762592/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=1376 CPUtime=0.02
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 233 0 0 0 2 0 0 0 19 0 1 0 221525470 1409024 228 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 344 230 50 118 0 223 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2816

[startup+0.101419 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10335
/proc/meminfo: memFree=1762592/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=3116 CPUtime=0.09
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 1795 0 0 0 9 0 0 0 19 0 1 0 221525470 3190784 541 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 779 543 63 118 0 658 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4556

[startup+0.301442 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10335
/proc/meminfo: memFree=1762592/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=5240 CPUtime=0.29
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 4425 0 0 0 28 1 0 0 21 0 1 0 221525470 5365760 1045 1992294400 134512640 134996440 4294956256 18446744073709551615 134544550 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 1310 1045 73 118 0 1189 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6680

[startup+0.70149 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10335
/proc/meminfo: memFree=1762592/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=7592 CPUtime=0.69
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 5282 0 0 0 67 2 0 0 25 0 1 0 221525470 7774208 1265 1992294400 134512640 134996440 4294956256 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 1898 1265 75 118 0 1777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9032

[startup+1.50158 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10337
/proc/meminfo: memFree=1757456/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=7856 CPUtime=1.49
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 5367 0 0 0 147 2 0 0 25 0 1 0 221525470 8044544 1350 1992294400 134512640 134996440 4294956256 18446744073709551615 134532787 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 1964 1351 75 118 0 1843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9296

[startup+3.10277 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10337
/proc/meminfo: memFree=1757072/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=0
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221525470 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 110 95 260 0 84 0
[pid=10336] ppid=10335 vsize=8180 CPUtime=3.09
/proc/10336/stat : 10336 (march_dl) R 10335 10335 10260 0 -1 4194304 5437 0 0 0 307 2 0 0 25 0 1 0 221525470 8376320 1420 1992294400 134512640 134996440 4294956256 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10336/statm: 2045 1420 75 118 0 1924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9620

[startup+6.30115 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10338
/proc/meminfo: memFree=1759824/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=1440 CPUtime=4.99
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 135 5462 0 0 0 0 497 2 16 0 1 0 221525470 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 360 111 96 260 0 84 0
[pid=10338] ppid=10335 vsize=6188 CPUtime=1.28
/proc/10338/stat : 10338 (ubcsat2006) R 10335 10335 10260 0 -1 4194304 725 0 0 0 123 5 0 0 25 0 1 0 221525971 6336512 708 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10338/statm: 1547 708 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7029 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10338
/proc/meminfo: memFree=1760024/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 3388

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1754512/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=8564 CPUtime=13.35
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5534 0 0 0 1333 2 0 0 25 0 1 0 221526683 8769536 1518 1992294400 134512640 134996440 4294956256 18446744073709551615 134527798 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2141 1518 75 118 0 2020 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 11952

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1753936/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9080 CPUtime=38.95
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5665 0 0 0 3893 2 0 0 25 0 1 0 221526683 9297920 1649 1992294400 134512640 134996440 4294956256 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2270 1649 75 118 0 2149 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12468

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1753552/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9604 CPUtime=90.15
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5775 0 0 0 9012 3 0 0 25 0 1 0 221526683 9834496 1759 1992294400 134512640 134996440 4294956256 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2401 1759 75 118 0 2280 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 12992

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1753360/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9732 CPUtime=150.12
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5814 0 0 0 15009 3 0 0 25 0 1 0 221526683 9965568 1798 1992294400 134512640 134996440 4294956256 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2433 1798 75 118 0 2312 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 13120

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1753296/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9860 CPUtime=210.11
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5835 0 0 0 21008 3 0 0 25 0 1 0 221526683 10096640 1819 1992294400 134512640 134996440 4294956256 18446744073709551615 134528312 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2465 1819 75 118 0 2344 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 13248

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10339
/proc/meminfo: memFree=1753168/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9860 CPUtime=270.09
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5854 0 0 0 27006 3 0 0 25 0 1 0 221526683 10096640 1838 1992294400 134512640 134996440 4294956256 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2465 1838 75 118 0 2344 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 13248

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752912/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9988 CPUtime=330.07
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5866 0 0 0 33004 3 0 0 25 0 1 0 221526683 10227712 1850 1992294400 134512640 134996440 4294956256 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2497 1850 75 118 0 2376 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 13376

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752912/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9988 CPUtime=390.06
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5875 0 0 0 39003 3 0 0 25 0 1 0 221526683 10227712 1859 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2497 1859 75 118 0 2376 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 13376

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752912/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9988 CPUtime=397.25
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5877 0 0 0 39722 3 0 0 25 0 1 0 221526683 10227712 1861 1992294400 134512640 134996440 4294956256 18446744073709551615 134532970 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2497 1861 75 118 0 2376 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 13376

[startup+435.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=9988 CPUtime=422.85
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5892 0 0 0 42282 3 0 0 25 0 1 0 221526683 10227712 1876 1992294400 134512640 134996440 4294956256 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2497 1876 75 118 0 2376 0
Current children cumulated CPU time (s) 434.95
Current children cumulated vsize (KiB) 13376

[startup+447.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=435.64
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5895 0 0 0 43561 3 0 0 25 0 1 0 221526683 10358784 1879 1992294400 134512640 134996440 4294956256 18446744073709551615 134537005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1879 75 118 0 2408 0
Current children cumulated CPU time (s) 447.74
Current children cumulated vsize (KiB) 13504

[startup+451.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=438.84
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5895 0 0 0 43881 3 0 0 25 0 1 0 221526683 10358784 1879 1992294400 134512640 134996440 4294956256 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1879 75 118 0 2408 0
Current children cumulated CPU time (s) 450.94
Current children cumulated vsize (KiB) 13504

[startup+454.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=442.05
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5899 0 0 0 44202 3 0 0 25 0 1 0 221526683 10358784 1883 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1883 75 118 0 2408 0
Current children cumulated CPU time (s) 454.15
Current children cumulated vsize (KiB) 13504

[startup+455.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=442.84
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5900 0 0 0 44281 3 0 0 25 0 1 0 221526683 10358784 1884 1992294400 134512640 134996440 4294956256 18446744073709551615 134527906 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1884 75 118 0 2408 0
Current children cumulated CPU time (s) 454.94
Current children cumulated vsize (KiB) 13504

[startup+455.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=443.64
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5902 0 0 0 44361 3 0 0 25 0 1 0 221526683 10358784 1886 1992294400 134512640 134996440 4294956256 18446744073709551615 134526930 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1886 75 118 0 2408 0
Current children cumulated CPU time (s) 455.74
Current children cumulated vsize (KiB) 13504

[startup+456.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 10345
/proc/meminfo: memFree=1752848/2055920 swapFree=4180104/4192956
[pid=10335] ppid=10333 vsize=3388 CPUtime=12.1
/proc/10335/stat : 10335 (SATzilla2007_C) S 10333 10335 10260 0 -1 4194304 2440 6193 0 0 487 10 702 11 25 0 1 0 221525470 3469312 672 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10335/statm: 847 672 156 260 0 571 0
[pid=10339] ppid=10335 vsize=10116 CPUtime=444.04
/proc/10339/stat : 10339 (march_dl) R 10335 10335 10260 0 -1 4194304 5902 0 0 0 44401 3 0 0 25 0 1 0 221526683 10358784 1886 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10339/statm: 2529 1886 75 118 0 2408 0
Current children cumulated CPU time (s) 456.14
Current children cumulated vsize (KiB) 13504

Child status: 20
Real time (s): 456.394
CPU time (s): 456.264
CPU user time (s): 456.001
CPU system time (s): 0.26296
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 13504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 456.001
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14544
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= 10
involuntary context switches= 846

runsolver used 0.399939 second user time and 1.27181 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-10 07:55:31
IDJOB=1785897
IDBENCH=71258
IDSOLVER=640
FILE ID=node73/1785897-1241934931
PBS_JOBID= 9264966
Free space on /tmp= 66304 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v760c43649g4.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785897-1241934931/watcher-1785897-1241934931 -o /tmp/evaluation-result-1785897-1241934931/solver-1785897-1241934931 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785897-1241934931.cnf            

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3ea4eea040ac494148336825302eb384
RANDOM SEED=113974548

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

/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:       1763072 kB
Buffers:         57416 kB
Cached:         161456 kB
SwapCached:       7500 kB
Active:         117516 kB
Inactive:       110768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763072 kB
SwapTotal:     4192956 kB
SwapFree:      4180104 kB
Dirty:            8860 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            50640 kB
Committed_AS:   787456 kB
PageTables:       1396 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= 66296 MiB
End job on node73 at 2009-05-10 08:03:08