Trace number 1727936

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) 1198.97 1199.37

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

10.87/10.98	c run March_dl for 5 seconds ... 
10.87/10.98	c Bin: Executing march_dl
10.87/10.98	c child exit by a signal
10.87/10.98	c march_dl returned code 137.
10.87/10.98	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.98	c Bin: Executing ubcsat2006
10.87/10.98	c child exited successfully
10.87/10.98	c ubcsat2006 returned code 0.
10.87/10.98	c satzilla computing base features
10.87/10.98	c satzilla doing unit-prop probe
10.87/10.98	c satzilla doing local search probe
10.87/10.98	c satzilla doing lobjois search-space size estimate
10.87/10.98	c satzilla's ranking:
10.87/10.98	c 1) march_dl+P: 1.558336
10.87/10.98	c 2) minisat20: 1.734426
10.87/10.98	c 3) march_dl: 1.752423
10.87/10.98	c 4) minisat20+P: 2.057469
10.87/10.98	c 5) zchaff_rand+P: 2.508885
10.87/10.98	c 6) vallst+P: 2.777960
10.87/10.98	c 7) kcnfs+P: 999.000000
10.87/10.98	c 8) kcnfs: 999.000000
10.87/10.98	c 9) vallst: 999.000000
10.87/10.98	c 10) zchaff_rand: 999.000000
10.87/10.98	c satzilla running march_dl with preprocessing ... 
1198.86/1199.37	c Preprocessing...
1198.86/1199.37	c Inital problem has 2969 variables, 18283 nary clauses (435 binary clauses).
1198.86/1199.37	c Num non-binary clauses 18241, Average non-binary clause length 7.304
1198.86/1199.37	c Theory has no gaps
1198.86/1199.37	c Preprocessor runtime was 0.110 seconds.
1198.86/1199.37	c 
1198.86/1199.37	c Satisfiability of theory still undetermined.
1198.86/1199.37	c See file /tmp/Y1duS2 for simplified theory.
1198.86/1199.37	c Bin: Executing march_dl
1198.86/1199.37	c child exit by a signal
1198.86/1199.37	c march_dl returned code 137.
1198.86/1199.37	c march_dl returned code 137.
1198.86/1199.37	c satzilla running minisat20 ... 
1198.86/1199.37	c Bin: Executing minisat20
1198.86/1199.37	c minisat20 returned code 1.
1198.86/1199.37	c minisat20 returned code 1.
1198.86/1199.37	c satzilla running march_dl ... 
1198.86/1199.37	c Bin: Executing march_dl
1198.86/1199.37	c march_dl returned code 1.
1198.86/1199.37	c march_dl returned code 1.
1198.86/1199.37	c satzilla running minisat20 with preprocessing ... 
1198.86/1199.37	c Bin: Executing minisat20
1198.86/1199.37	c minisat20 returned code 1.
1198.86/1199.37	c minisat20 returned code 1.
1198.86/1199.37	c satzilla running zchaff_rand with preprocessing ... 
1198.86/1199.37	c Bin: Executing zchaff_rand
1198.86/1199.37	c zchaff_rand returned code 1.
1198.86/1199.37	c zchaff_rand returned code 1.
1198.86/1199.37	c satzilla running vallst with preprocessing ... 
1198.86/1199.37	c Bin: Executing vallst
1198.86/1199.37	c vallst returned code 1.
1198.86/1199.37	c vallst returned code 1.
1198.86/1199.37	c satzilla running kcnfs with preprocessing ... 
1198.86/1199.37	c Bin: Executing kcnfs
1198.86/1199.37	c kcnfs returned code 1.
1198.86/1199.37	c kcnfs returned code 1.
1198.86/1199.37	c satzilla running kcnfs ... 
1198.86/1199.37	c Bin: Executing kcnfs
1198.86/1199.37	c kcnfs returned code 1.
1198.86/1199.37	c kcnfs returned code 1.
1198.86/1199.37	c satzilla running vallst ... 
1198.86/1199.37	c Bin: Executing vallst
1198.86/1199.37	c vallst returned code 1.
1198.86/1199.37	c vallst returned code 1.
1198.86/1199.37	c satzilla running zchaff_rand ... 
1198.86/1199.37	c Bin: Executing zchaff_rand
1198.86/1199.37	c zchaff_rand returned code 1.
1198.86/1199.37	c zchaff_rand returned code 1.
1198.86/1199.37	c ERROR: All Failed! 
1198.86/1199.37	c SATZILLA_TIME=1199.130000

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-1727936-1240730791/watcher-1727936-1240730791 -o /tmp/evaluation-result-1727936-1240730791/solver-1727936-1240730791 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1727936-1240730791.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.99 1.00 3/64 544
/proc/meminfo: memFree=1705528/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) R 542 544 32753 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=924 CPUtime=0
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 101107550 946176 131 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 231 131 50 118 0 110 0

[startup+0.096257 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 544
/proc/meminfo: memFree=1705528/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=2304 CPUtime=0.08
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 791 0 0 0 8 0 0 0 19 0 1 0 101107550 2359296 425 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 576 433 55 118 0 455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3744

[startup+0.101256 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 544
/proc/meminfo: memFree=1705528/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=3096 CPUtime=0.09
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 1006 0 0 0 9 0 0 0 19 0 1 0 101107550 3170304 640 1992294400 134512640 134996440 4294956240 18446744073709551615 134543068 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 774 640 55 118 0 653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4536

[startup+0.301287 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 544
/proc/meminfo: memFree=1705528/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=3564 CPUtime=0.29
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 2743 0 0 0 28 1 0 0 21 0 1 0 101107550 3649536 767 1992294400 134512640 134996440 4294956240 18446744073709551615 134542425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 891 767 65 118 0 770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5004

[startup+0.701344 s]
/proc/loadavg: 0.92 0.99 1.00 3/64 544
/proc/meminfo: memFree=1705528/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=6548 CPUtime=0.69
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 3210 0 0 0 68 1 0 0 24 0 1 0 101107550 6705152 1081 1992294400 134512640 134996440 4294956240 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 1637 1081 67 118 0 1516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7988

[startup+1.50146 s]
/proc/loadavg: 0.92 0.99 1.00 2/66 546
/proc/meminfo: memFree=1701352/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=6548 CPUtime=1.49
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 3218 0 0 0 148 1 0 0 25 0 1 0 101107550 6705152 1089 1992294400 134512640 134996440 4294956240 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 1637 1089 67 118 0 1516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7988

[startup+3.1017 s]
/proc/loadavg: 0.92 0.99 1.00 2/66 546
/proc/meminfo: memFree=1701096/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=0
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101107550 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/544/statm: 360 110 95 260 0 84 0
[pid=545] ppid=544 vsize=26328 CPUtime=3.09
/proc/545/stat : 545 (march_dl) R 544 544 32753 0 -1 4194304 8507 0 0 0 284 25 0 0 25 0 1 0 101107550 26959872 6051 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/545/statm: 6582 6051 73 118 0 6461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27768

[startup+6.30117 s]
/proc/loadavg: 0.93 0.99 1.00 2/66 547
/proc/meminfo: memFree=1703144/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=1440 CPUtime=4.99
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 135 9669 0 0 0 0 425 74 16 0 1 0 101107550 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 360 111 96 260 0 84 0
[pid=547] ppid=544 vsize=6188 CPUtime=1.28
/proc/547/stat : 547 (ubcsat2006) R 544 544 32753 0 -1 4194304 664 0 0 0 122 6 0 0 25 0 1 0 101108051 6336512 647 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/547/statm: 1547 647 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.93 0.99 1.00 2/66 548
/proc/meminfo: memFree=1694248/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=6608 CPUtime=1.54
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 3704 0 0 0 153 1 0 0 25 0 1 0 101108665 6766592 1079 1992294400 134512640 134996440 4294956304 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 1652 1079 67 118 0 1531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14340

[startup+25.502 s]
/proc/loadavg: 0.95 0.99 1.00 2/66 548
/proc/meminfo: memFree=1665640/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=35516 CPUtime=14.33
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19617 0 0 0 1352 81 0 0 25 0 1 0 101108665 36368384 8206 1992294400 134512640 134996440 4294956304 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 8879 8206 74 118 0 8758 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 43248

[startup+51.1018 s]
/proc/loadavg: 0.96 0.99 1.00 2/66 548
/proc/meminfo: memFree=1665128/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=39.91
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19748 0 0 0 3910 81 0 0 25 0 1 0 101108665 37158912 8337 1992294400 134512640 134996440 4294956304 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8337 74 118 0 8951 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 44020

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 1.00 2/66 548
/proc/meminfo: memFree=1665128/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=91.1
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19760 0 0 0 9029 81 0 0 25 0 1 0 101108665 37158912 8349 1992294400 134512640 134996440 4294956304 18446744073709551615 134573175 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8349 74 118 0 8951 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 44020

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 548
/proc/meminfo: memFree=1665064/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=151.08
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19765 0 0 0 15027 81 0 0 25 0 1 0 101108665 37158912 8354 1992294400 134512640 134996440 4294956304 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 44020

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 548
/proc/meminfo: memFree=1665000/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=211.06
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19765 0 0 0 21025 81 0 0 25 0 1 0 101108665 37158912 8354 1992294400 134512640 134996440 4294956304 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 44020

[startup+282.302 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 548
/proc/meminfo: memFree=1665000/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=271.04
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19765 0 0 0 27023 81 0 0 25 0 1 0 101108665 37158912 8354 1992294400 134512640 134996440 4294956304 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 44020

[startup+342.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 548
/proc/meminfo: memFree=1664936/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=331.02
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19765 0 0 0 33021 81 0 0 25 0 1 0 101108665 37158912 8354 1992294400 134512640 134996440 4294956304 18446744073709551615 134536747 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8354 74 118 0 8951 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664680/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=750.88
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19775 0 0 0 75007 81 0 0 25 0 1 0 101108665 37158912 8364 1992294400 134512640 134996440 4294956304 18446744073709551615 134527851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 44020

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664680/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=810.86
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19775 0 0 0 81005 81 0 0 25 0 1 0 101108665 37158912 8364 1992294400 134512640 134996440 4294956304 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 44020

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664680/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=870.84
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19775 0 0 0 87003 81 0 0 25 0 1 0 101108665 37158912 8364 1992294400 134512640 134996440 4294956304 18446744073709551615 134566538 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 44020

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664680/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=930.82
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19775 0 0 0 93001 81 0 0 25 0 1 0 101108665 37158912 8364 1992294400 134512640 134996440 4294956304 18446744073709551615 134537797 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 44020

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664616/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=990.8
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19775 0 0 0 98999 81 0 0 25 0 1 0 101108665 37158912 8364 1992294400 134512640 134996440 4294956304 18446744073709551615 134575708 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 44020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1050.79
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 104998 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551461 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 44020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1110.77
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 110996 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 44020

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1170.75
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 116994 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134532766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 44020

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1178.74
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 117793 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (KiB) 44020

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1181.95
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 118114 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1193.07
Current children cumulated vsize (KiB) 44020

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1185.14
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 118433 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1196.26
Current children cumulated vsize (KiB) 44020

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1186.74
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 118593 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1197.86
Current children cumulated vsize (KiB) 44020

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1187.54
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 118673 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 44020

[startup+1199.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 550
/proc/meminfo: memFree=1664552/2055920 swapFree=4181440/4192956
[pid=544] ppid=542 vsize=7732 CPUtime=11.12
/proc/544/stat : 544 (SATzilla2007_C) S 542 544 32753 0 -1 4194304 3068 10339 0 0 386 10 631 85 25 0 1 0 101107550 7917568 1727 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/544/statm: 1933 1727 165 260 0 1657 0
[pid=548] ppid=544 vsize=36288 CPUtime=1187.74
/proc/548/stat : 548 (march_dl) R 544 544 32753 0 -1 4194304 19776 0 0 0 118693 81 0 0 25 0 1 0 101108665 37158912 8365 1992294400 134512640 134996440 4294956304 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/548/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 44020

Child status: 17
Real time (s): 1199.37
CPU time (s): 1198.97
CPU user time (s): 1197.18
CPU system time (s): 1.79373
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 44020

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

runsolver used 1.36079 second user time and 3.00854 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 09:26:31
IDJOB=1727936
IDBENCH=24648
IDSOLVER=558
FILE ID=node39/1727936-1240730791
PBS_JOBID= 9186945
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727936-1240730791/watcher-1727936-1240730791 -o /tmp/evaluation-result-1727936-1240730791/solver-1727936-1240730791 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1727936-1240730791.cnf            

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

MD5SUM BENCH= 42a7abc6638576e7c05fba1c9e36829b
RANDOM SEED=2053090700

node39.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.281
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.281
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:       1706008 kB
Buffers:         31360 kB
Cached:         261312 kB
SwapCached:       6324 kB
Active:         123560 kB
Inactive:       178048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706008 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            9072 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            34348 kB
Committed_AS:   460936 kB
PageTables:       1380 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= 66336 MiB
End job on node39 at 2009-04-26 09:46:31