Trace number 1544111

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 RANDOM? (exit code) 1199.72 1201.27

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1085378176-050.cnf
MD5SUM948d32b8ee8265dc795865cb56b9a64b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5541
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

10.78/10.84	c run March_dl for 5 seconds ... 
10.78/10.84	c Bin: Executing march_dl
10.78/10.84	c child exit by a signal
10.78/10.84	c march_dl returned code 137.
10.78/10.84	c run saps (UBCSAT implementation) for 2 seconds ... 
10.78/10.84	c Bin: Executing ubcsat2006
10.78/10.84	c child exited successfully
10.78/10.84	c ubcsat2006 returned code 0.
10.78/10.84	c satzilla computing base features
10.78/10.84	c satzilla doing unit-prop probe
10.78/10.84	c satzilla doing local search probe
10.78/10.84	c satzilla doing lobjois search-space size estimate
10.78/10.84	c satzilla's ranking:
10.78/10.84	c 1) march_dl: 3.632627
10.78/10.84	c 2) kcnfs: 4.752421
10.78/10.84	c 3) minisat20+P: 5.353707
10.78/10.84	c 4) kcnfs+P: 999.000000
10.78/10.84	c 5) march_dl+P: 999.000000
10.78/10.84	c 6) vallst+P: 999.000000
10.78/10.84	c 7) zchaff_rand+P: 999.000000
10.78/10.84	c 8) vallst: 999.000000
10.78/10.84	c 9) zchaff_rand: 999.000000
10.78/10.84	c 10) minisat20: 999.000000
10.78/10.84	c satzilla running march_dl ... 
1199.64/1201.21	c Bin: Executing march_dl
1199.64/1201.21	c child exit by a signal
1199.64/1201.21	c march_dl returned code 137.
1199.64/1201.21	c march_dl returned code 137.
1199.64/1201.21	c satzilla running kcnfs ... 
1199.64/1201.21	c Bin: Executing kcnfs
1199.64/1201.21	c kcnfs returned code 1.
1199.64/1201.21	c kcnfs returned code 1.
1199.64/1201.21	c satzilla running minisat20 with preprocessing ... 
1199.64/1201.27	c Preprocessing...
1199.64/1201.27	c Inital problem has 140 variables, 11900 nary clauses (0 binary clauses).
1199.64/1201.27	c Num non-binary clauses 11900, Average non-binary clause length 7.000
1199.64/1201.27	c Theory has no gaps
1199.64/1201.27	c Preprocessor runtime was 0.030 seconds.
1199.64/1201.27	c 
1199.64/1201.27	c Satisfiability of theory still undetermined.
1199.64/1201.27	c See file /tmp/8SGsdN for simplified theory.
1199.64/1201.27	c Bin: Executing minisat20
1199.64/1201.27	c minisat20 returned code 1.
1199.64/1201.27	c minisat20 returned code 1.
1199.64/1201.27	c satzilla running kcnfs with preprocessing ... 
1199.64/1201.27	c Bin: Executing kcnfs
1199.64/1201.27	c kcnfs returned code 1.
1199.64/1201.27	c kcnfs returned code 1.
1199.64/1201.27	c satzilla running march_dl with preprocessing ... 
1199.64/1201.27	c Bin: Executing march_dl
1199.64/1201.27	c march_dl returned code 1.
1199.64/1201.27	c march_dl returned code 1.
1199.64/1201.27	c satzilla running vallst with preprocessing ... 
1199.64/1201.27	c Bin: Executing vallst
1199.64/1201.27	c vallst returned code 1.
1199.64/1201.27	c vallst returned code 1.
1199.64/1201.27	c satzilla running zchaff_rand with preprocessing ... 
1199.64/1201.27	c Bin: Executing zchaff_rand
1199.64/1201.27	c zchaff_rand returned code 1.
1199.64/1201.27	c zchaff_rand returned code 1.
1199.64/1201.27	c satzilla running vallst ... 
1199.64/1201.27	c Bin: Executing vallst
1199.64/1201.27	c vallst returned code 1.
1199.64/1201.27	c vallst returned code 1.
1199.64/1201.27	c satzilla running zchaff_rand ... 
1199.64/1201.27	c Bin: Executing zchaff_rand
1199.64/1201.27	c zchaff_rand returned code 1.
1199.64/1201.27	c zchaff_rand returned code 1.
1199.64/1201.27	c satzilla running minisat20 ... 
1199.64/1201.27	c Bin: Executing minisat20
1199.64/1201.27	c minisat20 returned code 1.
1199.64/1201.27	c minisat20 returned code 1.
1199.64/1201.27	c ERROR: All Failed! 
1199.64/1201.27	c SATZILLA_TIME=1199.890000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1544111-1238604641/watcher-1544111-1238604641 -o /tmp/evaluation-result-1544111-1238604641/solver-1544111-1238604641 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1544111-1238604641.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.92 0.98 0.99 3/73 24752
/proc/meminfo: memFree=1503008/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) R 24750 24752 24043 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=768 CPUtime=0
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 1133128671 786432 87 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 192 87 50 118 0 71 0

[startup+0.0522201 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 24752
/proc/meminfo: memFree=1503008/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=1480 CPUtime=0.04
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 590 0 0 0 4 0 0 0 19 0 1 0 1133128671 1515520 265 1992294400 134512640 134996440 4294956240 18446744073709551615 134588921 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 370 265 57 118 0 249 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2920

[startup+0.101225 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 24752
/proc/meminfo: memFree=1503008/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=3644 CPUtime=0.09
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 2201 0 0 0 9 0 0 0 19 0 1 0 1133128671 3731456 536 1992294400 134512640 134996440 4294956240 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 911 536 67 118 0 790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5084

[startup+0.301248 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 24752
/proc/meminfo: memFree=1503008/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=3644 CPUtime=0.29
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 2203 0 0 0 29 0 0 0 21 0 1 0 1133128671 3731456 538 1992294400 134512640 134996440 4294956240 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 911 538 67 118 0 790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5084

[startup+0.701295 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 24752
/proc/meminfo: memFree=1503008/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=3776 CPUtime=0.69
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 2221 0 0 0 69 0 0 0 25 0 1 0 1133128671 3866624 556 1992294400 134512640 134996440 4294956240 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 944 556 67 118 0 823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5216

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 24754
/proc/meminfo: memFree=1500816/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=3908 CPUtime=1.49
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 2276 0 0 0 149 0 0 0 25 0 1 0 1133128671 4001792 611 1992294400 134512640 134996440 4294956240 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 977 611 67 118 0 856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5348

[startup+3.10258 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 24754
/proc/meminfo: memFree=1500368/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=0
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1133128671 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24752/statm: 360 110 95 260 0 84 0
[pid=24753] ppid=24752 vsize=4172 CPUtime=3.09
/proc/24753/stat : 24753 (march_dl) R 24752 24752 24043 0 -1 4194304 2357 0 0 0 309 0 0 0 25 0 1 0 1133128671 4272128 692 1992294400 134512640 134996440 4294956240 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24753/statm: 1043 692 67 118 0 922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5612

[startup+6.30194 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 24755
/proc/meminfo: memFree=1500944/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=1440 CPUtime=4.99
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 135 5752 0 0 0 0 481 18 16 0 1 0 1133128671 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 360 111 96 260 0 84 0
[pid=24755] ppid=24752 vsize=6188 CPUtime=1.28
/proc/24755/stat : 24755 (ubcsat2006) R 24752 24752 24043 0 -1 4194304 480 0 0 0 123 5 0 0 25 0 1 0 1133129172 6336512 463 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24755/statm: 1547 463 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 1.17 1.03 1.01 2/75 24756
/proc/meminfo: memFree=1499024/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=3776 CPUtime=0.86
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 2230 0 0 0 86 0 0 0 25 0 1 0 1133129755 3866624 566 1992294400 134512640 134996440 4294956240 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 944 566 67 118 0 823 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 6600

[startup+25.5012 s]
/proc/loadavg: 1.13 1.03 1.01 2/75 24756
/proc/meminfo: memFree=1486736/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=15344 CPUtime=13.66
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 6880 0 0 0 1347 19 0 0 25 0 1 0 1133129755 15712256 3632 1992294400 134512640 134996440 4294956240 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 3836 3632 74 118 0 3715 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 18168

[startup+51.1011 s]
/proc/loadavg: 1.08 1.03 1.01 2/75 24756
/proc/meminfo: memFree=1486800/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=15344 CPUtime=39.24
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 6881 0 0 0 3905 19 0 0 25 0 1 0 1133129755 15712256 3633 1992294400 134512640 134996440 4294956240 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 3836 3633 74 118 0 3715 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 18168

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/75 24757
/proc/meminfo: memFree=1486736/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=15344 CPUtime=90.43
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 6881 0 0 0 9024 19 0 0 25 0 1 0 1133129755 15712256 3633 1992294400 134512640 134996440 4294956240 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 3836 3633 74 118 0 3715 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 18168

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/75 24757
/proc/meminfo: memFree=1486672/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=15344 CPUtime=150.4
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 6881 0 0 0 15021 19 0 0 25 0 1 0 1133129755 15712256 3633 1992294400 134512640 134996440 4294956240 18446744073709551615 134514003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 3836 3633 74 118 0 3715 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 18168

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 24757
/proc/meminfo: memFree=1486672/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=15344 CPUtime=210.37
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 6881 0 0 0 21018 19 0 0 25 0 1 0 1133129755 15712256 3633 1992294400 134512640 134996440 4294956240 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 3836 3633 74 118 0 3715 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 18168

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24757
/proc/meminfo: memFree=1471888/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=31616 CPUtime=270.33
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 10723 0 0 0 27012 21 0 0 25 0 1 0 1133129755 32374784 7475 1992294400 134512640 134996440 4294956240 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 7904 7475 74 118 0 7783 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 34440

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24757
/proc/meminfo: memFree=1464080/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=39132 CPUtime=330.31
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 12597 0 0 0 33007 24 0 0 25 0 1 0 1133129755 40071168 9349 1992294400 134512640 134996440 4294956240 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 9783 9349 74 118 0 9662 0

################
# More data... #
################


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1455696/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=47324 CPUtime=810.08
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 14661 0 0 0 80981 27 0 0 25 0 1 0 1133129755 48459776 11413 1992294400 134512640 134996440 4294956240 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 11831 11413 74 118 0 11710 0
Current children cumulated CPU time (s) 820.9
Current children cumulated vsize (KiB) 50148

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1455184/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=47852 CPUtime=870.06
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 14803 0 0 0 86978 28 0 0 25 0 1 0 1133129755 49000448 11555 1992294400 134512640 134996440 4294956240 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 11963 11555 74 118 0 11842 0
Current children cumulated CPU time (s) 880.88
Current children cumulated vsize (KiB) 50676

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1454800/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=48248 CPUtime=930.04
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 14901 0 0 0 92976 28 0 0 25 0 1 0 1133129755 49405952 11653 1992294400 134512640 134996440 4294956240 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12062 11653 74 118 0 11941 0
Current children cumulated CPU time (s) 940.86
Current children cumulated vsize (KiB) 51072

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1454480/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=48644 CPUtime=990
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 14983 0 0 0 98972 28 0 0 25 0 1 0 1133129755 49811456 11735 1992294400 134512640 134996440 4294956240 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12161 11735 74 118 0 12040 0
Current children cumulated CPU time (s) 1000.82
Current children cumulated vsize (KiB) 51468

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1454160/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=48908 CPUtime=1049.97
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15059 0 0 0 104969 28 0 0 25 0 1 0 1133129755 50081792 11811 1992294400 134512640 134996440 4294956240 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12227 11811 74 118 0 12106 0
Current children cumulated CPU time (s) 1060.79
Current children cumulated vsize (KiB) 51732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453520/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=49568 CPUtime=1109.95
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15219 0 0 0 110967 28 0 0 25 0 1 0 1133129755 50757632 11971 1992294400 134512640 134996440 4294956240 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12392 11971 74 118 0 12271 0
Current children cumulated CPU time (s) 1120.77
Current children cumulated vsize (KiB) 52392

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453136/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=49964 CPUtime=1169.91
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15319 0 0 0 116963 28 0 0 25 0 1 0 1133129755 51163136 12071 1992294400 134512640 134996440 4294956240 18446744073709551615 134514003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12491 12071 74 118 0 12370 0
Current children cumulated CPU time (s) 1180.73
Current children cumulated vsize (KiB) 52788

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=49964 CPUtime=1177.91
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15333 0 0 0 117763 28 0 0 25 0 1 0 1133129755 51163136 12085 1992294400 134512640 134996440 4294956240 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12491 12085 74 118 0 12370 0
Current children cumulated CPU time (s) 1188.73
Current children cumulated vsize (KiB) 52788

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=50096 CPUtime=1184.31
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15338 0 0 0 118403 28 0 0 25 0 1 0 1133129755 51298304 12090 1992294400 134512640 134996440 4294956240 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12524 12090 74 118 0 12403 0
Current children cumulated CPU time (s) 1195.13
Current children cumulated vsize (KiB) 52920

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=50096 CPUtime=1185.9
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15340 0 0 0 118562 28 0 0 25 0 1 0 1133129755 51298304 12092 1992294400 134512640 134996440 4294956240 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12524 12092 74 118 0 12403 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 52920

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=50096 CPUtime=1187.5
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15345 0 0 0 118722 28 0 0 25 0 1 0 1133129755 51298304 12097 1992294400 134512640 134996440 4294956240 18446744073709551615 134564684 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12524 12097 74 118 0 12403 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 52920

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=50096 CPUtime=1188.3
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15348 0 0 0 118802 28 0 0 25 0 1 0 1133129755 51298304 12100 1992294400 134512640 134996440 4294956240 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12524 12100 74 118 0 12403 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 52920

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=50096 CPUtime=1188.71
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4194304 15348 0 0 0 118843 28 0 0 25 0 1 0 1133129755 51298304 12100 1992294400 134512640 134996440 4294956240 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 12524 12100 74 118 0 12403 0
Current children cumulated CPU time (s) 1199.53
Current children cumulated vsize (KiB) 52920

[startup+1201.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 24763
/proc/meminfo: memFree=1453072/2055920 swapFree=4175504/4192956
[pid=24752] ppid=24750 vsize=2824 CPUtime=10.82
/proc/24752/stat : 24752 (SATzilla2007_R) S 24750 24752 24043 0 -1 4194304 1362 6238 0 0 365 7 684 26 25 0 1 0 1133128671 2891776 533 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24752/statm: 706 533 157 260 0 430 0
[pid=24756] ppid=24752 vsize=0 CPUtime=1188.82
/proc/24756/stat : 24756 (march_dl) R 24752 24752 24043 0 -1 4195332 15348 0 0 0 118853 29 0 0 25 0 1 0 1133129755 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/24756/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 2824

Child status: 17
Real time (s): 1201.27
CPU time (s): 1199.72
CPU user time (s): 1199.09
CPU system time (s): 0.636903
CPU usage (%): 99.871
Max. virtual memory (cumulated for all children) (KiB): 52920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23638
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= 11
involuntary context switches= 3812

runsolver used 1.07584 second user time and 3.32249 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-01 18:50:41
IDJOB=1544111
IDBENCH=70283
IDSOLVER=557
FILE ID=node77/1544111-1238604641
PBS_JOBID= 9068329
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1085378176-050.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1544111-1238604641/watcher-1544111-1238604641 -o /tmp/evaluation-result-1544111-1238604641/solver-1544111-1238604641 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1544111-1238604641.cnf            

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

MD5SUM BENCH= 948d32b8ee8265dc795865cb56b9a64b
RANDOM SEED=524125992

node77.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.230
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.230
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1503552 kB
Buffers:         91600 kB
Cached:         366468 kB
SwapCached:       9160 kB
Active:         232764 kB
Inactive:       238592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503552 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            8696 kB
Writeback:           0 kB
Mapped:          17576 kB
Slab:            66256 kB
Committed_AS:  2860268 kB
PageTables:       1984 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= 66544 MiB
End job on node77 at 2009-04-01 19:10:43