Trace number 1738246

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 CRAFTED? (exit code) 1199.58 1200.19

General information on the benchmark

NameCRAFTED/sgi/
new-difficult-26-243-24-70.cnf
MD5SUMbf3875bd851fbd5f3e19defeb88389d1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.162975
Satisfiable
(Un)Satisfiability was proved
Number of variables624
Number of clauses38944
Sum of the clauses size78464
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 238920
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

15.56/15.65	c run March_dl for 5 seconds ... 
15.56/15.65	c Bin: Executing march_dl
15.56/15.65	c child exit by a signal
15.56/15.65	c march_dl returned code 137.
15.56/15.65	c run saps (UBCSAT implementation) for 2 seconds ... 
15.56/15.65	c Bin: Executing ubcsat2006
15.56/15.65	c child exited successfully
15.56/15.65	c ubcsat2006 returned code 0.
15.56/15.65	c satzilla computing base features
15.56/15.65	c satzilla doing unit-prop probe
15.56/15.65	c satzilla doing local search probe
15.56/15.65	c satzilla doing lobjois search-space size estimate
15.56/15.65	c satzilla's ranking:
15.56/15.65	c 1) march_dl: 2.261911
15.56/15.65	c 2) minisat20: 2.486779
15.56/15.65	c 3) minisat20+P: 2.569962
15.56/15.65	c 4) vallst+P: 3.509676
15.56/15.65	c 5) march_dl+P: 3.604162
15.56/15.65	c 6) zchaff_rand+P: 4.219101
15.56/15.65	c 7) kcnfs+P: 999.000000
15.56/15.65	c 8) kcnfs: 999.000000
15.56/15.65	c 9) vallst: 999.000000
15.56/15.65	c 10) zchaff_rand: 999.000000
15.56/15.65	c satzilla running march_dl ... 
1199.36/1200.07	c Bin: Executing march_dl
1199.36/1200.07	c child exit by a signal
1199.36/1200.07	c march_dl returned code 137.
1199.36/1200.07	c march_dl returned code 137.
1199.36/1200.07	c satzilla running minisat20 ... 
1199.36/1200.07	c Bin: Executing minisat20
1199.36/1200.07	c minisat20 returned code 1.
1199.36/1200.07	c minisat20 returned code 1.
1199.36/1200.07	c satzilla running minisat20 with preprocessing ... 
1199.49/1200.18	c Preprocessing...
1199.49/1200.18	c Inital problem has 624 variables, 24 nary clauses (38920 binary clauses).
1199.49/1200.18	c Num non-binary clauses 24, Average non-binary clause length 26.000
1199.49/1200.18	c Theory has no gaps
1199.49/1200.18	c Preprocessor runtime was 0.070 seconds.
1199.49/1200.18	c 
1199.49/1200.18	c Satisfiability of theory still undetermined.
1199.49/1200.18	c See file /tmp/wHndf9 for simplified theory.
1199.49/1200.18	c Bin: Executing minisat20
1199.49/1200.18	c minisat20 returned code 1.
1199.49/1200.18	c minisat20 returned code 1.
1199.49/1200.18	c satzilla running vallst with preprocessing ... 
1199.49/1200.18	c Bin: Executing vallst
1199.49/1200.18	c vallst returned code 1.
1199.49/1200.18	c vallst returned code 1.
1199.49/1200.18	c satzilla running march_dl with preprocessing ... 
1199.49/1200.18	c Bin: Executing march_dl
1199.49/1200.18	c march_dl returned code 1.
1199.49/1200.18	c march_dl returned code 1.
1199.49/1200.18	c satzilla running zchaff_rand with preprocessing ... 
1199.49/1200.18	c Bin: Executing zchaff_rand
1199.49/1200.18	c zchaff_rand returned code 1.
1199.49/1200.18	c zchaff_rand returned code 1.
1199.49/1200.18	c satzilla running kcnfs with preprocessing ... 
1199.49/1200.18	c Bin: Executing kcnfs
1199.49/1200.18	c kcnfs returned code 1.
1199.49/1200.18	c kcnfs returned code 1.
1199.49/1200.18	c satzilla running kcnfs ... 
1199.49/1200.18	c Bin: Executing kcnfs
1199.49/1200.18	c kcnfs returned code 1.
1199.49/1200.18	c kcnfs returned code 1.
1199.49/1200.18	c satzilla running vallst ... 
1199.49/1200.18	c Bin: Executing vallst
1199.49/1200.18	c vallst returned code 1.
1199.49/1200.18	c vallst returned code 1.
1199.49/1200.18	c satzilla running zchaff_rand ... 
1199.49/1200.18	c Bin: Executing zchaff_rand
1199.49/1200.18	c zchaff_rand returned code 1.
1199.49/1200.18	c zchaff_rand returned code 1.
1199.49/1200.18	c ERROR: All Failed! 
1199.49/1200.18	c SATZILLA_TIME=1199.740000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1738246-1240836534/watcher-1738246-1240836534 -o /tmp/evaluation-result-1738246-1240836534/solver-1738246-1240836534 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1738246-1240836534.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: 1.33 1.06 1.02 3/65 1301
/proc/meminfo: memFree=1595256/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) R 1299 1301 1028 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=948 CPUtime=0
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 111682729 970752 124 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 237 124 50 118 0 116 0

[startup+0.040884 s]
/proc/loadavg: 1.33 1.06 1.02 3/65 1301
/proc/meminfo: memFree=1595256/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=2648 CPUtime=0.03
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 437 0 0 0 3 0 0 0 18 0 1 0 111682729 2711552 431 1992294400 134512640 134996440 4294956240 18446744073709551615 134542436 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 662 431 52 118 0 541 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4088

[startup+0.101893 s]
/proc/loadavg: 1.33 1.06 1.02 3/65 1301
/proc/meminfo: memFree=1595256/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=3596 CPUtime=0.09
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 1866 0 0 0 9 0 0 0 20 0 1 0 111682729 3682304 681 1992294400 134512640 134996440 4294956240 18446744073709551615 134543106 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 899 681 65 118 0 778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5036

[startup+0.301929 s]
/proc/loadavg: 1.33 1.06 1.02 3/65 1301
/proc/meminfo: memFree=1595256/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=6872 CPUtime=0.29
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 2949 0 0 0 29 0 0 0 22 0 1 0 111682729 7036928 1141 1992294400 134512640 134996440 4294956240 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 1718 1141 74 118 0 1597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8312

[startup+0.702002 s]
/proc/loadavg: 1.33 1.06 1.02 3/65 1301
/proc/meminfo: memFree=1595256/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=7136 CPUtime=0.69
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 2999 0 0 0 69 0 0 0 25 0 1 0 111682729 7307264 1191 1992294400 134512640 134996440 4294956240 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 1784 1191 75 118 0 1663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8576

[startup+1.50115 s]
/proc/loadavg: 1.33 1.06 1.02 2/67 1303
/proc/meminfo: memFree=1590568/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=7268 CPUtime=1.49
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 3024 0 0 0 149 0 0 0 25 0 1 0 111682729 7442432 1216 1992294400 134512640 134996440 4294956240 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 1817 1216 75 118 0 1696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8708

[startup+3.10143 s]
/proc/loadavg: 1.33 1.06 1.02 2/67 1303
/proc/meminfo: memFree=1590376/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=0
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 111682729 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 110 95 260 0 84 0
[pid=1302] ppid=1301 vsize=7400 CPUtime=3.09
/proc/1302/stat : 1302 (march_dl) R 1301 1301 1028 0 -1 4194304 3080 0 0 0 309 0 0 0 25 0 1 0 111682729 7577600 1272 1992294400 134512640 134996440 4294956240 18446744073709551615 134551494 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1302/statm: 1850 1272 75 118 0 1729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8840

[startup+6.30201 s]
/proc/loadavg: 1.31 1.06 1.02 2/67 1304
/proc/meminfo: memFree=1592424/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=1440 CPUtime=4.99
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 135 3101 0 0 0 0 499 0 16 0 1 0 111682729 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1301/statm: 360 111 96 260 0 84 0
[pid=1304] ppid=1301 vsize=6188 CPUtime=1.29
/proc/1304/stat : 1304 (ubcsat2006) R 1301 1301 1028 0 -1 4194304 671 0 0 0 123 6 0 0 25 0 1 0 111683230 6336512 654 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1304/statm: 1547 654 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 1.28 1.06 1.02 2/66 1304
/proc/meminfo: memFree=1592880/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=7164 CPUtime=12.67
/proc/1301/stat : 1301 (SATzilla2007_C) R 1299 1301 1028 0 -1 4194304 1738 3778 0 0 555 1 701 10 25 0 1 0 111682729 7335936 1163 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/1301/statm: 1791 1163 150 260 0 1515 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7164

[startup+25.5015 s]
/proc/loadavg: 1.22 1.06 1.02 2/67 1305
/proc/meminfo: memFree=1588136/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=7668 CPUtime=9.83
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3138 0 0 0 982 1 0 0 25 0 1 0 111684295 7852032 1331 1992294400 134512640 134996440 4294956240 18446744073709551615 134565263 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 1917 1331 75 118 0 1796 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10928

[startup+51.1011 s]
/proc/loadavg: 1.14 1.05 1.02 2/67 1305
/proc/meminfo: memFree=1588008/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=7800 CPUtime=35.42
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3157 0 0 0 3541 1 0 0 25 0 1 0 111684295 7987200 1350 1992294400 134512640 134996440 4294956240 18446744073709551615 134532769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 1950 1350 75 118 0 1829 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 11060

[startup+102.305 s]
/proc/loadavg: 1.06 1.04 1.01 2/67 1305
/proc/meminfo: memFree=1587944/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=7932 CPUtime=86.59
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3188 0 0 0 8658 1 0 0 25 0 1 0 111684295 8122368 1381 1992294400 134512640 134996440 4294956240 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 1983 1381 75 118 0 1862 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 11192

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/67 1305
/proc/meminfo: memFree=1587816/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=7932 CPUtime=146.55
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3202 0 0 0 14654 1 0 0 25 0 1 0 111684295 8122368 1395 1992294400 134512640 134996440 4294956240 18446744073709551615 134528342 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 1983 1395 75 118 0 1862 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 11192

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 1305
/proc/meminfo: memFree=1587816/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=7932 CPUtime=206.53
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3211 0 0 0 20652 1 0 0 25 0 1 0 111684295 8122368 1404 1992294400 134512640 134996440 4294956240 18446744073709551615 134565299 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 1983 1404 75 118 0 1862 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 11192

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1305
/proc/meminfo: memFree=1587752/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8064 CPUtime=266.5
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3223 0 0 0 26649 1 0 0 25 0 1 0 111684295 8257536 1416 1992294400 134512640 134996440 4294956240 18446744073709551615 134571560 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2016 1416 75 118 0 1895 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 11324

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 1305
/proc/meminfo: memFree=1587752/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8064 CPUtime=326.47
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3226 0 0 0 32646 1 0 0 25 0 1 0 111684295 8257536 1419 1992294400 134512640 134996440 4294956240 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2016 1419 75 118 0 1895 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 11324


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

/proc/1305/statm: 2016 1435 75 118 0 1895 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 11324

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587496/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8064 CPUtime=746.26
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3246 0 0 0 74625 1 0 0 25 0 1 0 111684295 8257536 1439 1992294400 134512640 134996440 4294956240 18446744073709551615 134537947 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2016 1439 75 118 0 1895 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 11324

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587496/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8064 CPUtime=806.22
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3248 0 0 0 80621 1 0 0 25 0 1 0 111684295 8257536 1441 1992294400 134512640 134996440 4294956240 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2016 1441 75 118 0 1895 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 11324

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587496/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8064 CPUtime=866.19
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3248 0 0 0 86618 1 0 0 25 0 1 0 111684295 8257536 1441 1992294400 134512640 134996440 4294956240 18446744073709551615 134573190 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2016 1441 75 118 0 1895 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 11324

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587432/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=926.16
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3250 0 0 0 92615 1 0 0 25 0 1 0 111684295 8392704 1443 1992294400 134512640 134996440 4294956240 18446744073709551615 134528346 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1443 75 118 0 1928 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 11456

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587432/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=986.13
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3252 0 0 0 98612 1 0 0 25 0 1 0 111684295 8392704 1445 1992294400 134512640 134996440 4294956240 18446744073709551615 134571434 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1445 75 118 0 1928 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 11456

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587432/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1046.1
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3252 0 0 0 104609 1 0 0 25 0 1 0 111684295 8392704 1445 1992294400 134512640 134996440 4294956240 18446744073709551615 134532948 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1445 75 118 0 1928 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 11456

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1311
/proc/meminfo: memFree=1587432/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1106.08
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 110607 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134532973 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 11456

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1166.04
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 116603 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134587098 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 11456

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

[startup+1190.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1174.04
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 117403 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134573190 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 11456

[startup+1196.7 s]
/proc/loadavg: 1.09 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1180.44
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 118043 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134532964 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1196.06
Current children cumulated vsize (KiB) 11456

[startup+1198.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1182.04
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 118203 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134587367 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1197.66
Current children cumulated vsize (KiB) 11456

[startup+1199.1 s]
/proc/loadavg: 1.09 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1182.84
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 118283 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1198.46
Current children cumulated vsize (KiB) 11456

[startup+1199.9 s]
/proc/loadavg: 1.09 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=3260 CPUtime=15.62
/proc/1301/stat : 1301 (SATzilla2007_C) S 1299 1301 1028 0 -1 4194304 2232 3778 0 0 843 8 701 10 25 0 1 0 111682729 3338240 621 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1301/statm: 815 621 156 260 0 539 0
[pid=1305] ppid=1301 vsize=8196 CPUtime=1183.64
/proc/1305/stat : 1305 (march_dl) R 1301 1301 1028 0 -1 4194304 3254 0 0 0 118363 1 0 0 25 0 1 0 111684295 8392704 1447 1992294400 134512640 134996440 4294956240 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1305/statm: 2049 1447 75 118 0 1928 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 11456

[startup+1200.11 s]
/proc/loadavg: 1.08 1.03 1.00 2/67 1311
/proc/meminfo: memFree=1587368/2055920 swapFree=4181416/4192956
[pid=1301] ppid=1299 vsize=4452 CPUtime=1199.49
/proc/1301/stat : 1301 (SATzilla2007_C) R 1299 1301 1028 0 -1 4194304 2597 7032 0 0 846 9 119082 12 19 0 1 0 111682729 4558848 936 1992294400 134512640 135579813 4294956208 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 0 0 0
/proc/1301/statm: 1113 937 156 260 0 837 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 4452

Child status: 17
Real time (s): 1200.19
CPU time (s): 1199.58
CPU user time (s): 1199.36
CPU system time (s): 0.220966
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 11456

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

runsolver used 1.83272 second user time and 2.53561 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-27 14:48:54
IDJOB=1738246
IDBENCH=71803
IDSOLVER=558
FILE ID=node84/1738246-1240836534
PBS_JOBID= 9187543
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/sgi/new-difficult-26-243-24-70.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1738246-1240836534/watcher-1738246-1240836534 -o /tmp/evaluation-result-1738246-1240836534/solver-1738246-1240836534 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1738246-1240836534.cnf            

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

MD5SUM BENCH= bf3875bd851fbd5f3e19defeb88389d1
RANDOM SEED=1155840984

node84.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.259
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.259
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:       1595736 kB
Buffers:         60520 kB
Cached:         317876 kB
SwapCached:       5396 kB
Active:         153828 kB
Inactive:       232344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595736 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            8888 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            60072 kB
Committed_AS:   433956 kB
PageTables:       1368 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= 66208 MiB
End job on node84 at 2009-04-27 15:08:55