Trace number 1773760

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.7553 76.9029

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.3741
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.27/19.43	c SATzilla is building models for class 3
19.27/19.43	c run presolver mxc-sr08 for 10 seconds ... 
19.27/19.43	c Bin: Executing mxc-sr08
19.27/19.43	c spawning binary file with 10 seconds ...
19.27/19.43	c child exit by a signal
19.27/19.43	c mxc-sr08 returned code 137.
19.27/19.43	c run presolver picosat846 for 5 seconds ... 
19.27/19.43	c Bin: Executing picosat846
19.27/19.43	c spawning binary file with 5 seconds ...
19.27/19.43	c child exit by a signal
19.27/19.43	c picosat846 returned code 137.
19.27/19.43	c Orignal number of varibales is 2945, number of clauses is 8738 
19.27/19.43	c predicted feature computation time is 1.454096 
19.27/19.43	c Bin: Executing satelite
19.27/19.43	c spawning binary file with 240 seconds ...
19.27/19.43	c child exited successfully
19.27/19.43	c satzilla computing base features
19.27/19.43	c Number of variabe is: 1456, Number of clause is : 6300 
19.27/19.43	c Initializing...
19.27/19.43	c satzilla doing clause learning
19.27/19.43	c start clause learning features ...
19.27/19.43	c Bin: Executing zchaff07
19.27/19.43	c spawning binary file with 2 seconds ...
19.27/19.43	c child exit by a signal
19.27/19.43	c satzilla doing survey propogation probe
19.27/19.43	c do survay propogation for 2 second ...
19.27/19.43	c satzilla doing local search probe
19.27/19.43	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 91.0507 0.217869 290.935 0.0810703 292 275 307 0.694969 0.319336 0.86494 0.0550945 
19.27/19.43	c satzilla's ranking:
19.27/19.43	c 1) mxc-sr08: 2.797599
19.27/19.43	c 2) picosat846: 2.506616
19.27/19.43	c 3) minisat20SAT07: 2.409140
19.27/19.43	c 4) march_dl2004: 2.076634
19.27/19.43	c 5) zchaff_rand: 0.758223
19.27/19.43	c 6) SATenstein: -10000.000000
19.27/19.43	c 7) gnovelty+: -10000.000000
19.27/19.43	c 8) adaptg2wsat+: -10000.000000
19.27/19.43	c 9) adaptg2wsat0: -10000.000000
19.27/19.43	c 10) tts-4-0: -10000.000000
19.27/19.43	c 11) vallst: -10000.000000
19.27/19.43	c 12) minisat20: -10000.000000
19.27/19.43	c 13) kcnfs04SAT07: -10000.000000
19.27/19.43	c satzilla running mxc-sr08 ... 
76.61/76.90	c Bin: Executing mxc-sr08
76.61/76.90	c spawning binary file with 9980 seconds ...
76.61/76.90	c child exited successfully
76.61/76.90	c mxc-sr08 returned code 20.
76.61/76.90	s UNSATISFIABLE
76.61/76.90	c SATZILLA_TIME=76.750000

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-1773760-1241350374/watcher-1773760-1241350374 -o /tmp/evaluation-result-1773760-1241350374/solver-1773760-1241350374 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773760-1241350374.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29461
/proc/meminfo: memFree=1757104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) R 29459 29461 29424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=1616 CPUtime=0
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 163070474 1654784 273 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 404 274 54 138 0 263 0

[startup+0.063707 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29461
/proc/meminfo: memFree=1757104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=2464 CPUtime=0.06
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 524 0 0 0 6 0 0 0 19 0 1 0 163070474 2523136 520 1992294400 134512640 135078026 4294956192 18446744073709551615 134534967 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 616 520 71 138 0 475 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4520

[startup+0.102712 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29461
/proc/meminfo: memFree=1757104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=2464 CPUtime=0.09
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 524 0 0 0 9 0 0 0 19 0 1 0 163070474 2523136 520 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 616 520 71 138 0 475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4520

[startup+0.301744 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29461
/proc/meminfo: memFree=1757104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=2464 CPUtime=0.29
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 525 0 0 0 29 0 0 0 21 0 1 0 163070474 2523136 521 1992294400 134512640 135078026 4294956192 18446744073709551615 134533749 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 616 521 71 138 0 475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4520

[startup+0.701809 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29461
/proc/meminfo: memFree=1757104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=2464 CPUtime=0.69
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 535 0 0 0 69 0 0 0 25 0 1 0 163070474 2523136 531 1992294400 134512640 135078026 4294956192 18446744073709551615 134533835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 616 531 71 138 0 475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4520

[startup+1.50193 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 29463
/proc/meminfo: memFree=1754912/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=2992 CPUtime=1.49
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 635 0 0 0 149 0 0 0 25 0 1 0 163070474 3063808 631 1992294400 134512640 135078026 4294956192 18446744073709551615 134522577 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 748 631 71 138 0 607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5048

[startup+3.10119 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 29463
/proc/meminfo: memFree=1754536/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=3124 CPUtime=3.09
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 685 0 0 0 309 0 0 0 25 0 1 0 163070474 3198976 681 1992294400 134512640 135078026 4294956192 18446744073709551615 134534285 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 781 681 71 138 0 640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5180

[startup+6.3017 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 29463
/proc/meminfo: memFree=1753064/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=0
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163070474 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29461/statm: 514 112 96 399 0 111 0
[pid=29462] ppid=29461 vsize=3652 CPUtime=6.29
/proc/29462/stat : 29462 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 807 0 0 0 629 0 0 0 25 0 1 0 163070474 3739648 803 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29462/statm: 913 803 71 138 0 772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5708

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 29464
/proc/meminfo: memFree=1755264/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=2056 CPUtime=9.99
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 152 883 0 0 0 0 999 0 16 0 1 0 163070474 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 514 121 104 399 0 111 0
[pid=29464] ppid=29461 vsize=2168 CPUtime=2.59
/proc/29464/stat : 29464 (picosat846) R 29461 29461 29424 0 -1 4194304 288 0 9 0 259 0 0 0 25 0 1 0 163071474 2220032 286 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29464/statm: 542 286 84 14 0 208 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 4224

[startup+25.5028 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1752448/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=3520 CPUtime=6.05
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 769 0 0 0 605 0 0 0 25 0 1 0 163072417 3604480 765 1992294400 134512640 135078026 4294956192 18446744073709551615 134523474 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 880 765 71 138 0 739 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 7416

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751424/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4484 CPUtime=31.63
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1020 0 0 0 3163 0 0 0 25 0 1 0 163072417 4591616 1016 1992294400 134512640 135078026 4294956192 18446744073709551615 134534832 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1121 1016 71 138 0 980 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 8380

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

[startup+63.9019 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=44.42
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1094 0 0 0 4442 0 0 0 25 0 1 0 163072417 5005312 1090 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1090 71 138 0 1081 0
Current children cumulated CPU time (s) 63.72
Current children cumulated vsize (KiB) 8784

[startup+70.3019 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=50.82
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1099 0 0 0 5082 0 0 0 25 0 1 0 163072417 5005312 1095 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1095 71 138 0 1081 0
Current children cumulated CPU time (s) 70.12
Current children cumulated vsize (KiB) 8784

[startup+73.5014 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=54.02
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1105 0 0 0 5402 0 0 0 25 0 1 0 163072417 5005312 1101 1992294400 134512640 135078026 4294956192 18446744073709551615 134534711 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1101 71 138 0 1081 0
Current children cumulated CPU time (s) 73.32
Current children cumulated vsize (KiB) 8784

[startup+75.1017 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=55.61
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1106 0 0 0 5561 0 0 0 25 0 1 0 163072417 5005312 1102 1992294400 134512640 135078026 4294956192 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1102 71 138 0 1081 0
Current children cumulated CPU time (s) 74.91
Current children cumulated vsize (KiB) 8784

[startup+75.9068 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=56.42
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1110 0 0 0 5642 0 0 0 25 0 1 0 163072417 5005312 1106 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 75.72
Current children cumulated vsize (KiB) 8784

[startup+76.3029 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=56.81
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1110 0 0 0 5681 0 0 0 25 0 1 0 163072417 5005312 1106 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 76.11
Current children cumulated vsize (KiB) 8784

[startup+76.7019 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=57.21
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1110 0 0 0 5721 0 0 0 25 0 1 0 163072417 5005312 1106 1992294400 134512640 135078026 4294956192 18446744073709551615 134534325 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 76.51
Current children cumulated vsize (KiB) 8784

[startup+76.8019 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 29467
/proc/meminfo: memFree=1751104/2055920 swapFree=4181456/4192956
[pid=29461] ppid=29459 vsize=3896 CPUtime=19.3
/proc/29461/stat : 29461 (SATzilla2009_I) S 29459 29461 29424 0 -1 4194304 777 2585 0 9 210 16 1701 3 25 0 1 0 163070474 3989504 520 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29461/statm: 974 520 217 399 0 571 0
[pid=29467] ppid=29461 vsize=4888 CPUtime=57.31
/proc/29467/stat : 29467 (mxc-sr08) R 29461 29461 29424 0 -1 4194304 1110 0 0 0 5731 0 0 0 25 0 1 0 163072417 5005312 1106 1992294400 134512640 135078026 4294956192 18446744073709551615 134522156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29467/statm: 1222 1106 71 138 0 1081 0
Current children cumulated CPU time (s) 76.61
Current children cumulated vsize (KiB) 8784

Child status: 20
Real time (s): 76.9029
CPU time (s): 76.7553
CPU user time (s): 76.5444
CPU system time (s): 0.210967
CPU usage (%): 99.8081
Max. virtual memory (cumulated for all children) (KiB): 8784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.5444
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4486
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 229

runsolver used 0.078987 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-03 13:32:55
IDJOB=1773760
IDBENCH=70788
IDSOLVER=616
FILE ID=node26/1773760-1241350374
PBS_JOBID= 9225552
Free space on /tmp= 66508 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-1773760-1241350374/watcher-1773760-1241350374 -o /tmp/evaluation-result-1773760-1241350374/solver-1773760-1241350374 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773760-1241350374.cnf

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=2061425244

node26.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.261
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.261
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:       1757648 kB
Buffers:         37400 kB
Cached:         184592 kB
SwapCached:       5400 kB
Active:          80764 kB
Inactive:       149036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757648 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           31696 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            54588 kB
Committed_AS:   667528 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node26 at 2009-05-03 13:34:12