Trace number 1594949

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 488.64 488.811

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 benchmark331.547
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.37/12.40	c run March_dl for 5 seconds ... 
12.37/12.40	c Bin: Executing march_dl
12.37/12.40	c child exit by a signal
12.37/12.40	c march_dl returned code 137.
12.37/12.40	c run saps (UBCSAT implementation) for 2 seconds ... 
12.37/12.40	c Bin: Executing ubcsat2006
12.37/12.40	c child exited successfully
12.37/12.40	c ubcsat2006 returned code 0.
12.37/12.40	c satzilla computing base features
12.37/12.40	c satzilla doing unit-prop probe
12.37/12.40	c satzilla doing local search probe
12.37/12.40	c satzilla doing lobjois search-space size estimate
12.37/12.40	c satzilla's ranking:
12.37/12.40	c 1) march_dl: 2.649784
12.37/12.40	c 2) march_dl+P: 2.786986
12.37/12.40	c 3) minisat20: 2.945110
12.37/12.40	c 4) vallst+P: 3.344467
12.37/12.40	c 5) minisat20+P: 3.412629
12.37/12.40	c 6) zchaff_rand+P: 3.854086
12.37/12.40	c 7) kcnfs+P: 999.000000
12.37/12.40	c 8) kcnfs: 999.000000
12.37/12.40	c 9) vallst: 999.000000
12.37/12.40	c 10) zchaff_rand: 999.000000
12.37/12.40	c satzilla running march_dl ... 
488.61/488.81	c Bin: Executing march_dl
488.61/488.81	c child exited successfully
488.61/488.81	c march_dl returned code 20.
488.61/488.81	s UNSATISFIABLE
488.61/488.81	c SATZILLA_TIME=488.690000

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-1594949-1239280696/watcher-1594949-1239280696 -o /tmp/evaluation-result-1594949-1239280696/solver-1594949-1239280696 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594949-1239280696.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): 1800 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.94 0.69 2/64 32078
/proc/meminfo: memFree=1257720/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=980 CPUtime=0
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 119 0 0 0 0 0 0 0 19 0 1 0 1200735316 1003520 114 1992294400 134512640 134996440 4294956272 18446744073709551615 134778233 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 245 114 50 118 0 124 0

[startup+0.0313751 s]
/proc/loadavg: 0.87 0.94 0.69 2/64 32078
/proc/meminfo: memFree=1257720/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=1376 CPUtime=0.02
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 256 0 0 0 2 0 0 0 19 0 1 0 1200735316 1409024 251 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 344 251 50 118 0 223 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2816

[startup+0.101384 s]
/proc/loadavg: 0.87 0.94 0.69 2/64 32078
/proc/meminfo: memFree=1257720/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=3248 CPUtime=0.09
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 1538 0 0 0 9 0 0 0 19 0 1 0 1200735316 3325952 558 1992294400 134512640 134996440 4294956272 18446744073709551615 134543123 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 812 558 61 118 0 691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4688

[startup+0.301413 s]
/proc/loadavg: 0.87 0.94 0.69 2/64 32078
/proc/meminfo: memFree=1257720/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=5240 CPUtime=0.29
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 4337 0 0 0 28 1 0 0 20 0 1 0 1200735316 5365760 1093 1992294400 134512640 134996440 4294956272 18446744073709551615 134544385 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 1310 1093 73 118 0 1189 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6680

[startup+0.701471 s]
/proc/loadavg: 0.87 0.94 0.69 2/64 32078
/proc/meminfo: memFree=1257720/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=7460 CPUtime=0.69
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 5270 0 0 0 67 2 0 0 24 0 1 0 1200735316 7639040 1253 1992294400 134512640 134996440 4294956272 18446744073709551615 134527905 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 1865 1253 75 118 0 1744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8900

[startup+1.50259 s]
/proc/loadavg: 0.87 0.94 0.69 2/66 32080
/proc/meminfo: memFree=1252648/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=7856 CPUtime=1.49
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 5358 0 0 0 147 2 0 0 25 0 1 0 1200735316 8044544 1341 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 1964 1341 75 118 0 1843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9296

[startup+3.10182 s]
/proc/loadavg: 0.87 0.94 0.69 2/66 32080
/proc/meminfo: memFree=1252200/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=0
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200735315 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 110 95 260 0 84 0
[pid=32079] ppid=32078 vsize=8180 CPUtime=3.09
/proc/32079/stat : 32079 (march_dl) R 32078 32078 31876 0 -1 4194304 5436 0 0 0 307 2 0 0 25 0 1 0 1200735316 8376320 1419 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32079/statm: 2045 1419 75 118 0 1924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9620

[startup+6.30128 s]
/proc/loadavg: 0.88 0.94 0.69 2/66 32081
/proc/meminfo: memFree=1255080/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=1440 CPUtime=4.99
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 134 5455 0 0 0 0 497 2 16 0 1 0 1200735315 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 360 111 96 260 0 84 0
[pid=32081] ppid=32078 vsize=6188 CPUtime=1.27
/proc/32081/stat : 32081 (ubcsat2006) R 32078 32078 31876 0 -1 4194304 724 0 0 0 123 4 0 0 25 0 1 0 1200735817 6336512 707 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32081/statm: 1547 707 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.89 0.94 0.69 2/65 32081
/proc/meminfo: memFree=1255288/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 3388

[startup+25.5011 s]
/proc/loadavg: 0.91 0.94 0.70 2/66 32082
/proc/meminfo: memFree=1249904/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=8564 CPUtime=13.08
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5526 0 0 0 1306 2 0 0 25 0 1 0 1200736556 8769536 1510 1992294400 134512640 134996440 4294956272 18446744073709551615 134528123 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2141 1510 75 118 0 2020 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11952

[startup+51.1018 s]
/proc/loadavg: 0.94 0.95 0.71 2/66 32082
/proc/meminfo: memFree=1249264/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9080 CPUtime=38.66
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5662 0 0 0 3864 2 0 0 25 0 1 0 1200736556 9297920 1646 1992294400 134512640 134996440 4294956272 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2270 1646 75 118 0 2149 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 12468

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.72 2/66 32082
/proc/meminfo: memFree=1248880/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9604 CPUtime=89.85
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5766 0 0 0 8983 2 0 0 25 0 1 0 1200736556 9834496 1750 1992294400 134512640 134996440 4294956272 18446744073709551615 134528117 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2401 1750 75 118 0 2280 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12992

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.73 2/66 32082
/proc/meminfo: memFree=1248752/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9732 CPUtime=149.83
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5809 0 0 0 14980 3 0 0 25 0 1 0 1200736556 9965568 1793 1992294400 134512640 134996440 4294956272 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2433 1793 75 118 0 2312 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 13120

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.75 2/66 32082
/proc/meminfo: memFree=1248560/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9860 CPUtime=209.81
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5831 0 0 0 20978 3 0 0 25 0 1 0 1200736556 10096640 1815 1992294400 134512640 134996440 4294956272 18446744073709551615 134527904 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2465 1815 75 118 0 2344 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 13248

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 32082
/proc/meminfo: memFree=1248496/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9860 CPUtime=269.79
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5848 0 0 0 26976 3 0 0 25 0 1 0 1200736556 10096640 1832 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2465 1832 75 118 0 2344 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 13248

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 32082
/proc/meminfo: memFree=1248496/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9860 CPUtime=329.78
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5861 0 0 0 32975 3 0 0 25 0 1 0 1200736556 10096640 1845 1992294400 134512640 134996440 4294956272 18446744073709551615 134531910 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2465 1845 75 118 0 2344 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 13248

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 32082
/proc/meminfo: memFree=1248368/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9988 CPUtime=389.76
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5870 0 0 0 38973 3 0 0 25 0 1 0 1200736556 10227712 1854 1992294400 134512640 134996440 4294956272 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2497 1854 75 118 0 2376 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 13376

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 32082
/proc/meminfo: memFree=1248304/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9988 CPUtime=449.74
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5889 0 0 0 44971 3 0 0 25 0 1 0 1200736556 10227712 1873 1992294400 134512640 134996440 4294956272 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2497 1873 75 118 0 2376 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 13376

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

[startup+473.502 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=9988 CPUtime=460.93
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5894 0 0 0 46090 3 0 0 25 0 1 0 1200736556 10227712 1878 1992294400 134512640 134996440 4294956272 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2497 1878 75 118 0 2376 0
Current children cumulated CPU time (s) 473.31
Current children cumulated vsize (KiB) 13376

[startup+479.902 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=467.33
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5895 0 0 0 46730 3 0 0 25 0 1 0 1200736556 10358784 1879 1992294400 134512640 134996440 4294956272 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1879 75 118 0 2408 0
Current children cumulated CPU time (s) 479.71
Current children cumulated vsize (KiB) 13504

[startup+483.101 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=470.53
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5895 0 0 0 47050 3 0 0 25 0 1 0 1200736556 10358784 1879 1992294400 134512640 134996440 4294956272 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1879 75 118 0 2408 0
Current children cumulated CPU time (s) 482.91
Current children cumulated vsize (KiB) 13504

[startup+486.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=473.73
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5898 0 0 0 47370 3 0 0 25 0 1 0 1200736556 10358784 1882 1992294400 134512640 134996440 4294956272 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1882 75 118 0 2408 0
Current children cumulated CPU time (s) 486.11
Current children cumulated vsize (KiB) 13504

[startup+487.902 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=475.33
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5901 0 0 0 47530 3 0 0 25 0 1 0 1200736556 10358784 1885 1992294400 134512640 134996440 4294956272 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1885 75 118 0 2408 0
Current children cumulated CPU time (s) 487.71
Current children cumulated vsize (KiB) 13504

[startup+488.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=475.73
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5902 0 0 0 47570 3 0 0 25 0 1 0 1200736556 10358784 1886 1992294400 134512640 134996440 4294956272 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1886 75 118 0 2408 0
Current children cumulated CPU time (s) 488.11
Current children cumulated vsize (KiB) 13504

[startup+488.702 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=476.13
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5902 0 0 0 47610 3 0 0 25 0 1 0 1200736556 10358784 1886 1992294400 134512640 134996440 4294956272 18446744073709551615 134526930 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1886 75 118 0 2408 0
Current children cumulated CPU time (s) 488.51
Current children cumulated vsize (KiB) 13504

[startup+488.802 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32082
/proc/meminfo: memFree=1248240/2055920 swapFree=4178468/4192956
[pid=32078] ppid=32076 vsize=3388 CPUtime=12.38
/proc/32078/stat : 32078 (SATzilla2007_C) S 32076 32078 31876 0 -1 4194304 2439 6185 0 0 517 11 700 10 25 0 1 0 1200735315 3469312 672 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32078/statm: 847 672 156 260 0 571 0
[pid=32082] ppid=32078 vsize=10116 CPUtime=476.23
/proc/32082/stat : 32082 (march_dl) R 32078 32078 31876 0 -1 4194304 5902 0 0 0 47620 3 0 0 25 0 1 0 1200736556 10358784 1886 1992294400 134512640 134996440 4294956272 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32082/statm: 2529 1886 75 118 0 2408 0
Current children cumulated CPU time (s) 488.61
Current children cumulated vsize (KiB) 13504

Child status: 20
Real time (s): 488.811
CPU time (s): 488.64
CPU user time (s): 488.388
CPU system time (s): 0.251961
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 13504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.388
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14535
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= 18
involuntary context switches= 657

runsolver used 0.51992 second user time and 1.26181 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-09 14:38:16
IDJOB=1594949
IDBENCH=71258
IDSOLVER=558
FILE ID=node22/1594949-1239280696
PBS_JOBID= 9115460
Free space on /tmp= 64764 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-1594949-1239280696/watcher-1594949-1239280696 -o /tmp/evaluation-result-1594949-1239280696/solver-1594949-1239280696 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594949-1239280696.cnf            

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

MD5SUM BENCH= 3ea4eea040ac494148336825302eb384
RANDOM SEED=1870093472

node22.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.279
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.279
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:       1258264 kB
Buffers:         49728 kB
Cached:         666116 kB
SwapCached:       8356 kB
Active:          36308 kB
Inactive:       689496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258264 kB
SwapTotal:     4192956 kB
SwapFree:      4178468 kB
Dirty:            9164 kB
Writeback:           0 kB
Mapped:          15572 kB
Slab:            58028 kB
Committed_AS:  3598088 kB
PageTables:       1372 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= 64752 MiB
End job on node22 at 2009-04-09 14:46:25