Trace number 1554837

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
SATzilla2009_I 2009-03-22UNSAT 76.3934 76.4438

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.2751
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.26/19.34	c SATzilla is building models for class 3
19.26/19.34	c run presolver mxc-sr08 for 10 seconds ... 
19.26/19.34	c Bin: Executing mxc-sr08
19.26/19.34	c spawning binary file with 10 seconds ...
19.26/19.34	c child exit by a signal
19.26/19.34	c mxc-sr08 returned code 137.
19.26/19.34	c run presolver picosat846 for 5 seconds ... 
19.26/19.34	c Bin: Executing picosat846
19.26/19.34	c spawning binary file with 5 seconds ...
19.26/19.34	c child exit by a signal
19.26/19.34	c picosat846 returned code 137.
19.26/19.34	c Orignal number of varibales is 2945, number of clauses is 8738 
19.26/19.34	c predicted feature computation time is 1.454096 
19.26/19.34	c Bin: Executing satelite
19.26/19.34	c spawning binary file with 240 seconds ...
19.26/19.34	c child exited successfully
19.26/19.34	c satzilla computing base features
19.26/19.34	c Number of variabe is: 1456, Number of clause is : 6300 
19.26/19.34	c Initializing...
19.26/19.34	c satzilla doing clause learning
19.26/19.34	c start clause learning features ...
19.26/19.34	c Bin: Executing zchaff07
19.26/19.34	c spawning binary file with 2 seconds ...
19.26/19.34	c child exit by a signal
19.26/19.34	c satzilla doing survey propogation probe
19.26/19.34	c do survay propogation for 2 second ...
19.26/19.34	c satzilla doing local search probe
19.26/19.34	c features are:2945 8738 1456 6300 1.02266 0.386984 0.231111 0.35927 0.856455 1.25956 0.0019548 0.28454 0.00137363 0.0123626 1.04532 0.334127 0.840476 0.0019548 0.797666 0.00126984 0.0187302 1.66649 0.126442 0.0756147 0 0.5 1.9426 0.000840856 0.962327 0.00047619 0.0107937 1.6293 0.505079 0.00151579 0.978011 0.000793651 0.0153968 2033.6 0.194649 1401 2604 2604 1401 2242 1917 2004 52.0082 0.332548 31.7535 82.1977 82.1977 31.7535 56.793 40.0259 49.2707 0.223471 0.828129 0 0.837528 0.51618 0.0194788 0.327723 0.082623 0.215265 0.0357187 0.673138 1.01835e-11 0.190971 0.0484124 0.0179106 0.0470899 0.0194163 0.0282106 90.6 0.161635 289.845 0.0789185 291 277 306 0.700711 0.298401 0.864806 0.0362924 
19.26/19.34	c satzilla's ranking:
19.26/19.34	c 1) mxc-sr08: 2.797552
19.26/19.34	c 2) picosat846: 2.506615
19.26/19.34	c 3) minisat20SAT07: 2.392728
19.26/19.34	c 4) march_dl2004: 2.076769
19.26/19.34	c 5) zchaff_rand: 0.758186
19.26/19.34	c 6) SATenstein: -10000.000000
19.26/19.34	c 7) gnovelty+: -10000.000000
19.26/19.34	c 8) adaptg2wsat+: -10000.000000
19.26/19.34	c 9) adaptg2wsat0: -10000.000000
19.26/19.34	c 10) tts-4-0: -10000.000000
19.26/19.34	c 11) vallst: -10000.000000
19.26/19.34	c 12) minisat20: -10000.000000
19.26/19.34	c 13) kcnfs04SAT07: -10000.000000
19.26/19.34	c satzilla running mxc-sr08 ... 
76.31/76.44	c Bin: Executing mxc-sr08
76.31/76.44	c spawning binary file with 1180 seconds ...
76.31/76.44	c child exited successfully
76.31/76.44	c mxc-sr08 returned code 20.
76.31/76.44	s UNSATISFIABLE
76.31/76.44	c SATZILLA_TIME=76.390000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1554837-1238733241/watcher-1554837-1238733241 -o /tmp/evaluation-result-1554837-1238733241/solver-1554837-1238733241 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1554837-1238733241.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: 2.00 1.86 1.46 3/73 13809
/proc/meminfo: memFree=1703312/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=1616 CPUtime=0
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 292 0 0 0 0 0 0 0 19 0 1 0 1145988959 1654784 288 1992294400 134512640 135078026 4294956176 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 404 288 54 138 0 263 0

[startup+0.100654 s]
/proc/loadavg: 2.00 1.86 1.46 3/73 13809
/proc/meminfo: memFree=1703312/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=2464 CPUtime=0.09
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 524 0 0 0 9 0 0 0 19 0 1 0 1145988959 2523136 520 1992294400 134512640 135078026 4294956176 18446744073709551615 134522284 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 616 520 71 138 0 475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4520

[startup+0.202664 s]
/proc/loadavg: 2.00 1.86 1.46 3/73 13809
/proc/meminfo: memFree=1703312/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=2464 CPUtime=0.19
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 525 0 0 0 19 0 0 0 21 0 1 0 1145988959 2523136 521 1992294400 134512640 135078026 4294956176 18446744073709551615 134534276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 616 521 71 138 0 475 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4520

[startup+0.302675 s]
/proc/loadavg: 2.00 1.86 1.46 3/73 13809
/proc/meminfo: memFree=1703312/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=2464 CPUtime=0.29
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 525 0 0 0 29 0 0 0 22 0 1 0 1145988959 2523136 521 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 616 521 71 138 0 475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4520

[startup+0.702724 s]
/proc/loadavg: 2.00 1.86 1.46 3/73 13809
/proc/meminfo: memFree=1703312/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=2464 CPUtime=0.69
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 535 0 0 0 69 0 0 0 25 0 1 0 1145988959 2523136 531 1992294400 134512640 135078026 4294956176 18446744073709551615 134522379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 616 531 71 138 0 475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4520

[startup+1.5018 s]
/proc/loadavg: 1.92 1.85 1.46 2/75 13811
/proc/meminfo: memFree=1701184/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=2992 CPUtime=1.49
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 635 0 0 0 149 0 0 0 25 0 1 0 1145988959 3063808 631 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 748 631 71 138 0 607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5048

[startup+3.10198 s]
/proc/loadavg: 1.92 1.85 1.46 2/75 13811
/proc/meminfo: memFree=1700672/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=3124 CPUtime=3.08
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 685 0 0 0 307 1 0 0 25 0 1 0 1145988959 3198976 681 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13810/statm: 781 681 71 138 0 640 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5180

[startup+6.30131 s]
/proc/loadavg: 1.92 1.85 1.46 2/75 13811
/proc/meminfo: memFree=1700544/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=0
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1145988959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 112 96 399 0 111 0
[pid=13810] ppid=13809 vsize=3652 CPUtime=6.29
/proc/13810/stat : 13810 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 807 0 0 0 627 2 0 0 25 0 1 0 1145988959 3739648 803 1992294400 134512640 135078026 4294956176 18446744073709551615 134522523 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13810/statm: 913 803 71 138 0 772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5708

[startup+12.702 s]
/proc/loadavg: 1.78 1.82 1.45 2/75 13812
/proc/meminfo: memFree=1702464/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=2056 CPUtime=9.99
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 152 883 0 0 0 0 997 2 19 0 1 0 1145988959 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 514 121 104 399 0 111 0
[pid=13812] ppid=13809 vsize=2168 CPUtime=2.68
/proc/13812/stat : 13812 (picosat846) R 13809 13809 13428 0 -1 4194304 297 0 0 0 268 0 0 0 25 0 1 0 1145989960 2220032 286 1992294400 134512640 134570484 4294956176 18446744073709551615 134552660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13812/statm: 542 286 84 14 0 208 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4224

[startup+25.5024 s]
/proc/loadavg: 1.66 1.79 1.45 2/75 13815
/proc/meminfo: memFree=1699456/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=3652 CPUtime=6.15
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 803 0 0 0 615 0 0 0 25 0 1 0 1145990893 3739648 799 1992294400 134512640 135078026 4294956176 18446744073709551615 134524039 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 913 799 71 138 0 772 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 7548

[startup+51.1021 s]
/proc/loadavg: 1.43 1.73 1.43 2/75 13815
/proc/meminfo: memFree=1698368/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4484 CPUtime=31.74
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1021 0 0 0 3174 0 0 0 25 0 1 0 1145990893 4591616 1017 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1121 1017 71 138 0 980 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 8380

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

[startup+51.2021 s]
/proc/loadavg: 1.43 1.73 1.43 2/75 13815
/proc/meminfo: memFree=1698368/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4484 CPUtime=31.84
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1021 0 0 0 3184 0 0 0 25 0 1 0 1145990893 4591616 1017 1992294400 134512640 135078026 4294956176 18446744073709551615 134522774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1121 1017 71 138 0 980 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 8380

[startup+64.0014 s]
/proc/loadavg: 1.34 1.69 1.43 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=44.62
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1094 0 0 0 4462 0 0 0 25 0 1 0 1145990893 5005312 1090 1992294400 134512640 135078026 4294956176 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1090 71 138 0 1081 0
Current children cumulated CPU time (s) 63.91
Current children cumulated vsize (KiB) 8784

[startup+70.4011 s]
/proc/loadavg: 1.31 1.68 1.43 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=51.02
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1099 0 0 0 5102 0 0 0 25 0 1 0 1145990893 5005312 1095 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1095 71 138 0 1081 0
Current children cumulated CPU time (s) 70.31
Current children cumulated vsize (KiB) 8784

[startup+73.6015 s]
/proc/loadavg: 1.28 1.67 1.42 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=54.22
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1105 0 0 0 5422 0 0 0 25 0 1 0 1145990893 5005312 1101 1992294400 134512640 135078026 4294956176 18446744073709551615 134534925 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1101 71 138 0 1081 0
Current children cumulated CPU time (s) 73.51
Current children cumulated vsize (KiB) 8784

[startup+75.2016 s]
/proc/loadavg: 1.28 1.67 1.42 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=55.82
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1110 0 0 0 5582 0 0 0 25 0 1 0 1145990893 5005312 1106 1992294400 134512640 135078026 4294956176 18446744073709551615 134534204 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 8784

[startup+76.0067 s]
/proc/loadavg: 1.28 1.67 1.42 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=56.62
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1110 0 0 0 5662 0 0 0 25 0 1 0 1145990893 5005312 1106 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 75.91
Current children cumulated vsize (KiB) 8784

[startup+76.4018 s]
/proc/loadavg: 1.28 1.67 1.42 2/75 13815
/proc/meminfo: memFree=1698112/2055920 swapFree=4164832/4192956
[pid=13809] ppid=13807 vsize=3896 CPUtime=19.29
/proc/13809/stat : 13809 (SATzilla2009_I) S 13807 13809 13428 0 -1 4194304 777 2597 0 0 210 15 1700 4 25 0 1 0 1145988959 3989504 520 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13809/statm: 974 520 217 399 0 571 0
[pid=13815] ppid=13809 vsize=4888 CPUtime=57.02
/proc/13815/stat : 13815 (mxc-sr08) R 13809 13809 13428 0 -1 4194304 1110 0 0 0 5702 0 0 0 25 0 1 0 1145990893 5005312 1106 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13815/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 8784

Child status: 20
Real time (s): 76.4438
CPU time (s): 76.3934
CPU user time (s): 76.1804
CPU system time (s): 0.212967
CPU usage (%): 99.934
Max. virtual memory (cumulated for all children) (KiB): 8784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.1804
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4498
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= 16
involuntary context switches= 251

runsolver used 0.075988 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-03 06:34:01
IDJOB=1554837
IDBENCH=70788
IDSOLVER=528
FILE ID=node81/1554837-1238733241
PBS_JOBID= 9085339
Free space on /tmp= 126744 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554837-1238733241/watcher-1554837-1238733241 -o /tmp/evaluation-result-1554837-1238733241/solver-1554837-1238733241 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1554837-1238733241.cnf

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=591393828

node81.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703856 kB
Buffers:         43520 kB
Cached:         203640 kB
SwapCached:      19128 kB
Active:          97168 kB
Inactive:       170920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703856 kB
SwapTotal:     4192956 kB
SwapFree:      4164832 kB
Dirty:           31576 kB
Writeback:           0 kB
Mapped:          26636 kB
Slab:            68908 kB
Committed_AS:  3136764 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126712 MiB
End job on node81 at 2009-04-03 06:35:18