Trace number 1595541

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.55 1200.11

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

13.49/13.62	c run March_dl for 5 seconds ... 
13.49/13.62	c Bin: Executing march_dl
13.49/13.62	c child exit by a signal
13.49/13.62	c march_dl returned code 137.
13.49/13.62	c run saps (UBCSAT implementation) for 2 seconds ... 
13.49/13.62	c Bin: Executing ubcsat2006
13.49/13.62	c child exited successfully
13.49/13.62	c ubcsat2006 returned code 0.
13.49/13.62	c satzilla computing base features
13.49/13.62	c satzilla doing unit-prop probe
13.49/13.62	c satzilla doing local search probe
13.49/13.62	c satzilla doing lobjois search-space size estimate
13.49/13.62	c satzilla's ranking:
13.49/13.62	c 1) march_dl: 2.465934
13.49/13.62	c 2) minisat20: 2.923113
13.49/13.62	c 3) march_dl+P: 3.069782
13.49/13.62	c 4) vallst+P: 3.396973
13.49/13.62	c 5) zchaff_rand+P: 3.442562
13.49/13.62	c 6) minisat20+P: 3.473831
13.49/13.62	c 7) kcnfs+P: 999.000000
13.49/13.62	c 8) kcnfs: 999.000000
13.49/13.62	c 9) vallst: 999.000000
13.49/13.62	c 10) zchaff_rand: 999.000000
13.49/13.62	c satzilla running march_dl ... 
1199.31/1199.91	c Bin: Executing march_dl
1199.31/1199.91	c child exit by a signal
1199.31/1199.91	c march_dl returned code 137.
1199.31/1199.91	c march_dl returned code 137.
1199.31/1199.91	c satzilla running minisat20 ... 
1199.31/1199.91	c Bin: Executing minisat20
1199.31/1199.91	c minisat20 returned code 1.
1199.31/1199.91	c minisat20 returned code 1.
1199.31/1199.91	c satzilla running march_dl with preprocessing ... 
1199.51/1200.10	c Preprocessing...
1199.51/1200.10	c Inital problem has 945 variables, 45 nary clauses (61364 binary clauses).
1199.51/1200.10	c Num non-binary clauses 45, Average non-binary clause length 21.000
1199.51/1200.10	c Theory has no gaps
1199.51/1200.10	c Preprocessor runtime was 0.120 seconds.
1199.51/1200.10	c 
1199.51/1200.10	c Satisfiability of theory still undetermined.
1199.51/1200.10	c See file /tmp/sol7rA for simplified theory.
1199.51/1200.10	c Bin: Executing march_dl
1199.51/1200.10	c march_dl returned code 1.
1199.51/1200.10	c march_dl returned code 1.
1199.51/1200.10	c satzilla running vallst with preprocessing ... 
1199.51/1200.10	c Bin: Executing vallst
1199.51/1200.10	c vallst returned code 1.
1199.51/1200.10	c vallst returned code 1.
1199.51/1200.10	c satzilla running zchaff_rand with preprocessing ... 
1199.51/1200.10	c Bin: Executing zchaff_rand
1199.51/1200.10	c zchaff_rand returned code 1.
1199.51/1200.10	c zchaff_rand returned code 1.
1199.51/1200.10	c satzilla running minisat20 with preprocessing ... 
1199.51/1200.10	c Bin: Executing minisat20
1199.51/1200.10	c minisat20 returned code 1.
1199.51/1200.10	c minisat20 returned code 1.
1199.51/1200.10	c satzilla running kcnfs with preprocessing ... 
1199.51/1200.10	c Bin: Executing kcnfs
1199.51/1200.10	c kcnfs returned code 1.
1199.51/1200.10	c kcnfs returned code 1.
1199.51/1200.10	c satzilla running kcnfs ... 
1199.51/1200.10	c Bin: Executing kcnfs
1199.51/1200.10	c kcnfs returned code 1.
1199.51/1200.10	c kcnfs returned code 1.
1199.51/1200.10	c satzilla running vallst ... 
1199.51/1200.10	c Bin: Executing vallst
1199.51/1200.10	c vallst returned code 1.
1199.51/1200.10	c vallst returned code 1.
1199.51/1200.10	c satzilla running zchaff_rand ... 
1199.51/1200.11	c Bin: Executing zchaff_rand
1199.51/1200.11	c zchaff_rand returned code 1.
1199.51/1200.11	c zchaff_rand returned code 1.
1199.51/1200.11	c ERROR: All Failed! 
1199.51/1200.11	c SATZILLA_TIME=1199.700000

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-1595541-1239356937/watcher-1595541-1239356937 -o /tmp/evaluation-result-1595541-1239356937/solver-1595541-1239356937 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595541-1239356937.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.97 0.88 2/65 2548
/proc/meminfo: memFree=1942400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) R 2546 2548 2455 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=1116 CPUtime=0
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 336540 1142784 147 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 279 147 50 118 0 158 0

[startup+0.0465141 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 2548
/proc/meminfo: memFree=1942400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=1776 CPUtime=0.04
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 362 0 0 0 4 0 0 0 18 0 1 0 336540 1818624 357 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 444 357 50 118 0 323 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3216

[startup+0.101522 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 2548
/proc/meminfo: memFree=1942400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=3380 CPUtime=0.09
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 768 0 0 0 9 0 0 0 19 0 1 0 336540 3461120 542 1992294400 134512640 134996440 4294956272 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 845 543 53 118 0 724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4820

[startup+0.301555 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 2548
/proc/meminfo: memFree=1942400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=6944 CPUtime=0.28
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 4550 0 0 0 27 1 0 0 21 0 1 0 336540 7110656 1370 1992294400 134512640 134996440 4294956272 18446744073709551615 134544603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 1736 1370 73 118 0 1615 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8384

[startup+0.701631 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 2548
/proc/meminfo: memFree=1942400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=9088 CPUtime=0.67
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 6414 0 0 0 65 2 0 0 18 0 1 0 336540 9306112 1458 1992294400 134512640 134996440 4294956272 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2549/statm: 2272 1458 75 118 0 2151 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10528

[startup+1.50176 s]
/proc/loadavg: 0.92 0.97 0.88 2/67 2550
/proc/meminfo: memFree=1935400/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=10416 CPUtime=1.48
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 6735 0 0 0 145 3 0 0 25 0 1 0 336540 10665984 1779 1992294400 134512640 134996440 4294956272 18446744073709551615 134533100 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 2604 1779 75 118 0 2483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11856

[startup+3.10203 s]
/proc/loadavg: 0.92 0.97 0.88 2/67 2550
/proc/meminfo: memFree=1935208/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=0
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336540 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2548/statm: 360 110 95 260 0 84 0
[pid=2549] ppid=2548 vsize=10548 CPUtime=3.08
/proc/2549/stat : 2549 (march_dl) R 2548 2548 2455 0 -1 4194304 6774 0 0 0 305 3 0 0 25 0 1 0 336540 10801152 1818 1992294400 134512640 134996440 4294956272 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2549/statm: 2637 1818 75 118 0 2516 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11988

[startup+6.30156 s]
/proc/loadavg: 0.93 0.97 0.88 2/67 2551
/proc/meminfo: memFree=1937640/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=1440 CPUtime=4.99
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 134 6811 0 0 0 0 496 3 16 0 1 0 336540 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 360 111 96 260 0 84 0
[pid=2551] ppid=2548 vsize=6188 CPUtime=1.2
/proc/2551/stat : 2551 (ubcsat2006) R 2548 2548 2455 0 -1 4194304 911 0 13 0 116 4 0 0 25 0 1 0 337042 6336512 907 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2551/statm: 1547 907 156 64 0 1128 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.88 2/66 2551
/proc/meminfo: memFree=1935360/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=12.59
/proc/2548/stat : 2548 (SATzilla2007_C) R 2546 2548 2455 0 -1 4194304 3240 7728 0 13 537 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 134526902 0 0 4096 0 0 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 4296

[startup+25.5018 s]
/proc/loadavg: 0.95 0.97 0.88 2/67 2552
/proc/meminfo: memFree=1930616/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=11072 CPUtime=11.86
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 6876 0 0 0 1183 3 0 0 25 0 1 0 337903 11337728 1921 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 2768 1921 75 118 0 2647 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 15368

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.88 2/67 2552
/proc/meminfo: memFree=1930296/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=11464 CPUtime=37.45
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 6979 0 0 0 3742 3 0 0 25 0 1 0 337903 11739136 2024 1992294400 134512640 134996440 4294956272 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 2866 2024 75 118 0 2745 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 15760

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.89 2/67 2552
/proc/meminfo: memFree=1930040/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=11720 CPUtime=88.63
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7047 0 0 0 8860 3 0 0 25 0 1 0 337903 12001280 2092 1992294400 134512640 134996440 4294956272 18446744073709551615 134537270 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 2930 2092 75 118 0 2809 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 16016

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/67 2552
/proc/meminfo: memFree=1929848/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=11848 CPUtime=148.62
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7072 0 0 0 14858 4 0 0 25 0 1 0 337903 12132352 2117 1992294400 134512640 134996440 4294956272 18446744073709551615 134532802 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 2962 2117 75 118 0 2841 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 16144

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/67 2552
/proc/meminfo: memFree=1929656/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=11848 CPUtime=208.6
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7093 0 0 0 20856 4 0 0 25 0 1 0 337903 12132352 2138 1992294400 134512640 134996440 4294956272 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 2962 2138 75 118 0 2841 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 16144

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2552
/proc/meminfo: memFree=1929336/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12104 CPUtime=268.57
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7158 0 0 0 26853 4 0 0 25 0 1 0 337903 12394496 2203 1992294400 134512640 134996440 4294956272 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3026 2203 75 118 0 2905 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 16400

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2554
/proc/meminfo: memFree=1929208/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12232 CPUtime=328.55
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7185 0 0 0 32851 4 0 0 25 0 1 0 337903 12525568 2230 1992294400 134512640 134996440 4294956272 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3058 2230 75 118 0 2937 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 16528


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

/proc/2552/statm: 3123 2298 75 118 0 3002 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 16788

[startup+762.306 s]
/proc/loadavg: 1.02 1.02 0.93 2/66 3054
/proc/meminfo: memFree=1879040/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12492 CPUtime=748.38
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7257 0 0 0 74825 13 0 0 25 0 1 0 337903 12791808 2302 1992294400 134512640 134996440 4294956272 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3123 2302 75 118 0 3002 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 16788

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 0.93 2/66 3054
/proc/meminfo: memFree=1879040/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12492 CPUtime=808.37
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7260 0 0 0 80823 14 0 0 25 0 1 0 337903 12791808 2305 1992294400 134512640 134996440 4294956272 18446744073709551615 134536976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3123 2305 75 118 0 3002 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 16788

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/66 3054
/proc/meminfo: memFree=1879104/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=868.34
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7267 0 0 0 86820 14 0 0 25 0 1 0 337903 12926976 2312 1992294400 134512640 134996440 4294956272 18446744073709551615 134528372 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2312 75 118 0 3035 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 16920

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1879104/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=928.31
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7270 0 0 0 92817 14 0 0 25 0 1 0 337903 12926976 2315 1992294400 134512640 134996440 4294956272 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2315 75 118 0 3035 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 16920

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1879040/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=988.28
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7272 0 0 0 98814 14 0 0 25 0 1 0 337903 12926976 2317 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2317 75 118 0 3035 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 16920

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1879040/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1048.26
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7275 0 0 0 104812 14 0 0 25 0 1 0 337903 12926976 2320 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2320 75 118 0 3035 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 16920

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878976/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1108.23
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7278 0 0 0 110809 14 0 0 25 0 1 0 337903 12926976 2323 1992294400 134512640 134996440 4294956272 18446744073709551615 134552325 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2323 75 118 0 3035 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 16920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1168.21
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7284 0 0 0 116806 15 0 0 25 0 1 0 337903 12926976 2329 1992294400 134512640 134996440 4294956272 18446744073709551615 134567217 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2329 75 118 0 3035 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 16920

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1176.21
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7284 0 0 0 117606 15 0 0 25 0 1 0 337903 12926976 2329 1992294400 134512640 134996440 4294956272 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2329 75 118 0 3035 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 16920

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1182.61
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7284 0 0 0 118246 15 0 0 25 0 1 0 337903 12926976 2329 1992294400 134512640 134996440 4294956272 18446744073709551615 134532983 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2329 75 118 0 3035 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 16920

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1184.21
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7284 0 0 0 118406 15 0 0 25 0 1 0 337903 12926976 2329 1992294400 134512640 134996440 4294956272 18446744073709551615 134536924 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2329 75 118 0 3035 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 16920

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1185
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7285 0 0 0 118485 15 0 0 25 0 1 0 337903 12926976 2330 1992294400 134512640 134996440 4294956272 18446744073709551615 134528338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2330 75 118 0 3035 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 16920

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3054
/proc/meminfo: memFree=1878912/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=4296 CPUtime=13.51
/proc/2548/stat : 2548 (SATzilla2007_C) S 2546 2548 2455 0 -1 4194304 3243 7728 0 13 629 9 702 11 25 0 1 0 336540 4399104 875 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2548/statm: 1074 875 156 260 0 798 0
[pid=2552] ppid=2548 vsize=12624 CPUtime=1185.8
/proc/2552/stat : 2552 (march_dl) R 2548 2548 2455 0 -1 4194304 7285 0 0 0 118565 15 0 0 25 0 1 0 337903 12926976 2330 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2552/statm: 3156 2330 75 118 0 3035 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 16920

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3054
/proc/meminfo: memFree=1883656/2055920 swapFree=4192956/4192956
[pid=2548] ppid=2546 vsize=8628 CPUtime=1199.51
/proc/2548/stat : 2548 (SATzilla2007_C) R 2546 2548 2455 0 -1 4194304 4443 15013 0 13 646 10 119269 26 18 0 1 0 336540 8835072 1966 1992294400 134512640 135579813 4294956240 18446744073709551615 135127369 0 0 4096 0 0 0 0 17 0 0 0
/proc/2548/statm: 2157 1966 164 260 0 1881 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 8628

Child status: 17
Real time (s): 1200.11
CPU time (s): 1199.55
CPU user time (s): 1199.17
CPU system time (s): 0.379942
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 16920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.17
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19463
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 2175

runsolver used 1.3238 second user time and 2.44963 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-10 11:48:57
IDJOB=1595541
IDBENCH=71554
IDSOLVER=558
FILE ID=node20/1595541-1239356937
PBS_JOBID= 9115482
Free space on /tmp= 64972 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes8.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595541-1239356937/watcher-1595541-1239356937 -o /tmp/evaluation-result-1595541-1239356937/solver-1595541-1239356937 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1595541-1239356937.cnf            

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=306817920

node20.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.263
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.263
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:       1942944 kB
Buffers:         14380 kB
Cached:          56544 kB
SwapCached:          0 kB
Active:          40612 kB
Inactive:        43668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9084 kB
Writeback:           0 kB
Mapped:          23132 kB
Slab:            14728 kB
Committed_AS:    51988 kB
PageTables:       1420 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= 64964 MiB
End job on node20 at 2009-04-10 12:08:57