Trace number 1727194

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.73 1200.19

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1179.17
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.70/10.85	c run March_dl for 5 seconds ... 
10.70/10.85	c Bin: Executing march_dl
10.70/10.85	c child exit by a signal
10.70/10.85	c march_dl returned code 137.
10.70/10.85	c run saps (UBCSAT implementation) for 2 seconds ... 
10.70/10.85	c Bin: Executing ubcsat2006
10.70/10.85	c child exited successfully
10.70/10.85	c ubcsat2006 returned code 0.
10.70/10.85	c satzilla computing base features
10.70/10.85	c satzilla doing unit-prop probe
10.70/10.85	c satzilla doing local search probe
10.70/10.85	c satzilla doing lobjois search-space size estimate
10.70/10.85	c satzilla's ranking:
10.70/10.85	c 1) march_dl+P: 3.073676
10.70/10.85	c 2) march_dl: 3.337638
10.70/10.85	c 3) minisat20: 3.570638
10.70/10.85	c 4) vallst+P: 4.225486
10.70/10.85	c 5) zchaff_rand+P: 4.352677
10.70/10.85	c 6) minisat20+P: 4.777315
10.70/10.85	c 7) kcnfs+P: 999.000000
10.70/10.85	c 8) kcnfs: 999.000000
10.70/10.85	c 9) vallst: 999.000000
10.70/10.85	c 10) zchaff_rand: 999.000000
10.70/10.85	c satzilla running march_dl with preprocessing ... 
1199.63/1200.17	c Preprocessing...
1199.63/1200.17	c Inital problem has 4499 variables, 17248 nary clauses (1355 binary clauses).
1199.63/1200.17	c Num non-binary clauses 17248, Average non-binary clause length 3.000
1199.63/1200.17	c Theory has no gaps
1199.63/1200.17	c Preprocessor runtime was 0.120 seconds.
1199.63/1200.17	c 
1199.63/1200.17	c Satisfiability of theory still undetermined.
1199.63/1200.17	c See file /tmp/i64Sbc for simplified theory.
1199.63/1200.17	c Bin: Executing march_dl
1199.63/1200.17	c child exit by a signal
1199.63/1200.17	c march_dl returned code 137.
1199.63/1200.17	c march_dl returned code 137.
1199.63/1200.17	c satzilla running march_dl ... 
1199.63/1200.18	c Bin: Executing march_dl
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c march_dl returned code 1.
1199.63/1200.18	c satzilla running minisat20 ... 
1199.63/1200.18	c Bin: Executing minisat20
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c satzilla running vallst with preprocessing ... 
1199.63/1200.18	c Bin: Executing vallst
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c satzilla running zchaff_rand with preprocessing ... 
1199.63/1200.18	c Bin: Executing zchaff_rand
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c satzilla running minisat20 with preprocessing ... 
1199.63/1200.18	c Bin: Executing minisat20
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c minisat20 returned code 1.
1199.63/1200.18	c satzilla running kcnfs with preprocessing ... 
1199.63/1200.18	c Bin: Executing kcnfs
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c satzilla running kcnfs ... 
1199.63/1200.18	c Bin: Executing kcnfs
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c kcnfs returned code 1.
1199.63/1200.18	c satzilla running vallst ... 
1199.63/1200.18	c Bin: Executing vallst
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c vallst returned code 1.
1199.63/1200.18	c satzilla running zchaff_rand ... 
1199.63/1200.18	c Bin: Executing zchaff_rand
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c zchaff_rand returned code 1.
1199.63/1200.18	c ERROR: All Failed! 
1199.63/1200.18	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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727194-1240722099/watcher-1727194-1240722099 -o /tmp/evaluation-result-1727194-1240722099/solver-1727194-1240722099 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1727194-1240722099.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/65 22736
/proc/meminfo: memFree=1845072/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=1064 CPUtime=0
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 100242203 1089536 153 1992294400 134512640 134996440 4294956240 18446744073709551615 134652248 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 266 153 50 118 0 145 0

[startup+0.05168 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22736
/proc/meminfo: memFree=1845072/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=2288 CPUtime=0.04
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 477 0 0 0 4 0 0 0 20 0 1 0 100242203 2342912 408 1992294400 134512640 134996440 4294956240 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 572 411 55 118 0 451 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3728

[startup+0.101686 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22736
/proc/meminfo: memFree=1845072/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=2428 CPUtime=0.09
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 1006 0 0 0 9 0 0 0 20 0 1 0 100242203 2486272 484 1992294400 134512640 134996440 4294956240 18446744073709551615 134543056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 607 484 57 118 0 486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3868

[startup+0.301709 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22736
/proc/meminfo: memFree=1845072/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=4672 CPUtime=0.29
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 1758 0 0 0 29 0 0 0 20 0 1 0 100242203 4784128 1036 1992294400 134512640 134996440 4294956240 18446744073709551615 134518422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 1168 1036 57 118 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6112

[startup+0.701755 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22736
/proc/meminfo: memFree=1845072/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=6128 CPUtime=0.69
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 2130 0 0 0 69 0 0 0 24 0 1 0 100242203 6275072 1408 1992294400 134512640 134996440 4294956240 18446744073709551615 134518425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 1532 1408 57 118 0 1411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7568

[startup+1.50185 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 22738
/proc/meminfo: memFree=1838336/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=8252 CPUtime=1.49
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 2656 0 0 0 149 0 0 0 25 0 1 0 100242203 8450048 1934 1992294400 134512640 134996440 4294956240 18446744073709551615 134518375 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 2063 1934 57 118 0 1942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9692

[startup+3.10204 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 22738
/proc/meminfo: memFree=1836352/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=0
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 100242203 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 110 95 260 0 84 0
[pid=22737] ppid=22736 vsize=9972 CPUtime=3.08
/proc/22737/stat : 22737 (march_dl) R 22736 22736 22574 0 -1 4194304 3089 0 0 0 308 0 0 0 25 0 1 0 100242203 10211328 2367 1992294400 134512640 134996440 4294956240 18446744073709551615 134518375 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22737/statm: 2493 2367 57 118 0 2372 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11412

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 22739
/proc/meminfo: memFree=1842944/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=1440 CPUtime=4.99
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 135 4260 0 0 0 0 498 1 16 0 1 0 100242203 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 360 111 96 260 0 84 0
[pid=22739] ppid=22736 vsize=6188 CPUtime=1.21
/proc/22739/stat : 22739 (ubcsat2006) R 22736 22736 22574 0 -1 4194304 532 0 1 0 109 12 0 0 25 0 1 0 100242703 6336512 516 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22739/statm: 1547 516 156 64 0 1128 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1833216/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=8768 CPUtime=1.69
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 2782 0 0 0 168 1 0 0 25 0 1 0 100243303 8978432 2062 1992294400 134512640 134996440 4294956304 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 2192 2062 57 118 0 2071 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 14460

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827712/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=12980 CPUtime=14.49
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4302 0 0 0 1447 2 0 0 25 0 1 0 100243303 13291520 3112 1992294400 134512640 134996440 4294956304 18446744073709551615 134564304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3245 3112 75 118 0 3124 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 18672

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827712/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=12980 CPUtime=40.08
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4312 0 0 0 4006 2 0 0 25 0 1 0 100243303 13291520 3122 1992294400 134512640 134996440 4294956304 18446744073709551615 134570425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3245 3122 75 118 0 3124 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 18672

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827712/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13112 CPUtime=91.27
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4321 0 0 0 9125 2 0 0 25 0 1 0 100243303 13426688 3131 1992294400 134512640 134996440 4294956304 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3278 3131 75 118 0 3157 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 18804

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827648/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13112 CPUtime=151.25
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4329 0 0 0 15123 2 0 0 25 0 1 0 100243303 13426688 3139 1992294400 134512640 134996440 4294956304 18446744073709551615 134550938 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3278 3139 75 118 0 3157 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 18804

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827584/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13112 CPUtime=211.23
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4343 0 0 0 21121 2 0 0 25 0 1 0 100243303 13426688 3153 1992294400 134512640 134996440 4294956304 18446744073709551615 134536822 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3278 3153 75 118 0 3157 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 18804

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827520/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13244 CPUtime=271.21
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4348 0 0 0 27119 2 0 0 25 0 1 0 100243303 13561856 3158 1992294400 134512640 134996440 4294956304 18446744073709551615 134527389 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3311 3158 75 118 0 3190 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 18936

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1827392/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13244 CPUtime=331.19
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4358 0 0 0 33117 2 0 0 25 0 1 0 100243303 13561856 3168 1992294400 134512640 134996440 4294956304 18446744073709551615 134527417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3311 3168 75 118 0 3190 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826880/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=751.07
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4418 0 0 0 75104 3 0 0 25 0 1 0 100243303 13832192 3228 1992294400 134512640 134996440 4294956304 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3228 75 118 0 3256 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 19200

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826816/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=811.05
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4424 0 0 0 81102 3 0 0 25 0 1 0 100243303 13832192 3234 1992294400 134512640 134996440 4294956304 18446744073709551615 134527610 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3234 75 118 0 3256 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 19200

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826816/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=871.03
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4425 0 0 0 87100 3 0 0 25 0 1 0 100243303 13832192 3235 1992294400 134512640 134996440 4294956304 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3235 75 118 0 3256 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 19200

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826752/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=931.01
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4425 0 0 0 93098 3 0 0 25 0 1 0 100243303 13832192 3235 1992294400 134512640 134996440 4294956304 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3235 75 118 0 3256 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 19200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826688/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=991
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4428 0 0 0 99097 3 0 0 25 0 1 0 100243303 13832192 3238 1992294400 134512640 134996440 4294956304 18446744073709551615 134587695 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3238 75 118 0 3256 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 19200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826688/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1050.98
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4429 0 0 0 105095 3 0 0 25 0 1 0 100243303 13832192 3239 1992294400 134512640 134996440 4294956304 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3239 75 118 0 3256 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 19200

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826624/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1110.96
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4430 0 0 0 111093 3 0 0 25 0 1 0 100243303 13832192 3240 1992294400 134512640 134996440 4294956304 18446744073709551615 134536963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3240 75 118 0 3256 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 19200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1170.94
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4431 0 0 0 117091 3 0 0 25 0 1 0 100243303 13832192 3241 1992294400 134512640 134996440 4294956304 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3241 75 118 0 3256 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 19200

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1178.94
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 117891 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134552251 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 19200

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1185.34
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 118531 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134564741 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (KiB) 19200

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1186.94
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 118691 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1197.83
Current children cumulated vsize (KiB) 19200

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1187.74
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 118771 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134527417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 19200

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1188.54
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 118851 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134521608 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 19200

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22740
/proc/meminfo: memFree=1826560/2055920 swapFree=4180664/4192956
[pid=22736] ppid=22734 vsize=5692 CPUtime=10.89
/proc/22736/stat : 22736 (SATzilla2007_C) S 22734 22736 22574 0 -1 4194304 3023 4798 0 1 353 9 701 26 25 0 1 0 100242203 5828608 1206 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22736/statm: 1423 1206 165 260 0 1147 0
[pid=22740] ppid=22736 vsize=13508 CPUtime=1188.74
/proc/22740/stat : 22740 (march_dl) R 22736 22736 22574 0 -1 4194304 4432 0 0 0 118871 3 0 0 25 0 1 0 100243303 13832192 3242 1992294400 134512640 134996440 4294956304 18446744073709551615 134521546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22740/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 19200

Child status: 17
Real time (s): 1200.19
CPU time (s): 1199.73
CPU user time (s): 1199.33
CPU system time (s): 0.394939
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 19200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.33
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12266
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30
involuntary context switches= 1455

runsolver used 0.957854 second user time and 3.41248 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-26 07:01:39
IDJOB=1727194
IDBENCH=24631
IDSOLVER=558
FILE ID=node73/1727194-1240722099
PBS_JOBID= 9186890
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727194-1240722099/watcher-1727194-1240722099 -o /tmp/evaluation-result-1727194-1240722099/solver-1727194-1240722099 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1727194-1240722099.cnf            

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=1328374323

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1845552 kB
Buffers:          9292 kB
Cached:         125848 kB
SwapCached:       6232 kB
Active:          14588 kB
Inactive:       129052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845552 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            8672 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            52788 kB
Committed_AS:   418544 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node73 at 2009-04-26 07:21:39