Trace number 1724170

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
Rsat 2009-03-22UNSAT 42.3936 42.416

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
1.09/1.11	c ==============================================================================
1.09/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.11	c ==============================================================================
1.09/1.11	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
4.48/4.51	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
4.48/4.52	c ==============================================================================
4.48/4.52	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.48/4.52	c CPU time:   4.31034 s
4.48/4.52	c ==============================================================================
4.69/4.72	c Rsat version 3.02
4.71/4.85	c Base unit clause learned: 0
42.26/42.35	c CNF stats: (22541 vars, 104585 clauses)
42.26/42.35	c Decisions: 621162
42.26/42.35	c Conflicts: 77782
42.26/42.35	c Restarts: 61
42.26/42.35	c Avg lpc: 10.04
42.26/42.35	c Max decision level: 636
42.26/42.35	c KB reduction: 10 (21655 clauses removed)
42.26/42.35	c Final decision lit size:22541 (100.00 %)
42.26/42.35	c Final stack/save sizes: 225(1.00 %)/450(2.00 %)
42.26/42.35	c Final cdc size: 900 (3.99 %)
42.26/42.35	c ***********************************************
42.26/42.35	c Conflicts with bac: 7331/77782 (9.43 %)
42.26/42.35	c Avg bac size: 5.05
42.26/42.35	c Avg bac bt depth: 28.34 vs 5.82 (normal)
42.36/42.40	c Running time: 37.61528 seconds
42.36/42.40	s UNSATISFIABLE

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-1724170-1240693129/watcher-1724170-1240693129 -o /tmp/evaluation-result-1724170-1240693129/solver-1724170-1240693129 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1724170-1240693129.cnf HOME 

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.63 0.89 0.96 3/64 21296
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) R 21294 21296 20833 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21296/statm: 1339 239 198 169 0 50 0
[pid=21297] ppid=21296 vsize=2168 CPUtime=0
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 340 0 0 0 0 0 0 0 18 0 1 0 97346251 2220032 323 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 542 326 63 186 0 352 0

[startup+0.0789619 s]
/proc/loadavg: 0.63 0.89 0.96 3/64 21296
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=32796 CPUtime=0.07
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 6272 0 0 0 4 3 0 0 19 0 1 0 97346251 33583104 6205 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 8199 6207 65 186 0 8009 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38152

[startup+0.101963 s]
/proc/loadavg: 0.63 0.89 0.96 3/64 21296
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=37340 CPUtime=0.09
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 7376 0 0 0 6 3 0 0 19 0 1 0 97346251 38236160 7309 1992294400 4194304 4959918 548682068656 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 9335 7311 65 186 0 9145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42696

[startup+0.301984 s]
/proc/loadavg: 0.63 0.89 0.96 3/64 21296
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=68700 CPUtime=0.29
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 15038 0 0 0 23 6 0 0 21 0 1 0 97346251 70348800 14971 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 17175 14972 65 186 0 16985 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74056

[startup+0.701027 s]
/proc/loadavg: 0.63 0.89 0.96 3/64 21296
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=104408 CPUtime=0.68
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 24010 0 0 0 59 9 0 0 25 0 1 0 97346251 106913792 23943 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 26102 23943 65 186 0 25912 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 109764

[startup+1.50111 s]
/proc/loadavg: 0.63 0.89 0.96 2/66 21298
/proc/meminfo: memFree=1014888/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=129836 CPUtime=1.48
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 30205 0 0 0 136 12 0 0 25 0 1 0 97346251 132952064 30138 1992294400 4194304 4959918 548682068656 18446744073709551615 4241103 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 32459 30138 86 186 0 32269 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 135192

[startup+3.10129 s]
/proc/loadavg: 0.63 0.89 0.96 2/66 21298
/proc/meminfo: memFree=1005288/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97346251 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 240 199 169 0 50 0
[pid=21297] ppid=21296 vsize=136456 CPUtime=3.08
/proc/21297/stat : 21297 (SatElite) R 21296 21296 20833 0 -1 4194304 32817 0 0 0 291 17 0 0 25 0 1 0 97346251 139730944 31538 1992294400 4194304 4959918 548682068656 18446744073709551615 4252655 0 0 4096 3 0 0 0 17 0 0 0
/proc/21297/statm: 34114 31538 92 186 0 33924 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 141812

[startup+6.30263 s]
/proc/loadavg: 0.74 0.91 0.97 2/66 21299
/proc/meminfo: memFree=1111720/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=13316 CPUtime=1.57
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 2965 0 0 0 156 1 0 0 25 0 1 0 97346724 13635584 2770 1992294400 4194304 5460562 548682068784 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 3329 2770 116 309 0 3016 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18672

[startup+12.7013 s]
/proc/loadavg: 0.76 0.91 0.97 2/66 21299
/proc/meminfo: memFree=1109544/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=15476 CPUtime=7.96
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 3553 0 0 0 795 1 0 0 25 0 1 0 97346724 15847424 3287 1992294400 4194304 5460562 548682068784 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 3869 3287 118 309 0 3556 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20832

[startup+25.5017 s]
/proc/loadavg: 0.81 0.91 0.97 2/66 21299
/proc/meminfo: memFree=1107432/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=17572 CPUtime=20.75
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 5628 0 0 0 2073 2 0 0 25 0 1 0 97346724 17993728 3750 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4393 3750 118 309 0 4080 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22928

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

[startup+31.9064 s]
/proc/loadavg: 0.83 0.91 0.97 2/66 21299
/proc/meminfo: memFree=1106920/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=18008 CPUtime=27.15
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 6710 0 0 0 2713 2 0 0 25 0 1 0 97346724 18440192 3870 1992294400 4194304 5460562 548682068784 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4502 3870 118 309 0 4189 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 23364

[startup+38.3011 s]
/proc/loadavg: 0.84 0.91 0.97 2/66 21299
/proc/meminfo: memFree=1106216/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=18648 CPUtime=33.55
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 8331 0 0 0 3352 3 0 0 25 0 1 0 97346724 19095552 4051 1992294400 4194304 5460562 548682068784 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4662 4051 118 309 0 4349 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 24004

[startup+39.9023 s]
/proc/loadavg: 0.85 0.92 0.97 2/66 21299
/proc/meminfo: memFree=1105896/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=18816 CPUtime=35.15
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 8863 0 0 0 3512 3 0 0 25 0 1 0 97346724 19267584 4103 1992294400 4194304 5460562 548682068784 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4704 4103 118 309 0 4391 0
Current children cumulated CPU time (s) 39.86
Current children cumulated vsize (KiB) 24172

[startup+41.5014 s]
/proc/loadavg: 0.85 0.92 0.97 2/66 21299
/proc/meminfo: memFree=1105896/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=18948 CPUtime=36.74
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 8896 0 0 0 3671 3 0 0 25 0 1 0 97346724 19402752 4136 1992294400 4194304 5460562 548682068784 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4737 4136 118 309 0 4424 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 24304

[startup+41.9015 s]
/proc/loadavg: 0.85 0.92 0.97 2/66 21299
/proc/meminfo: memFree=1105896/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=19080 CPUtime=37.14
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 8912 0 0 0 3711 3 0 0 25 0 1 0 97346724 19537920 4152 1992294400 4194304 5460562 548682068784 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4770 4152 118 309 0 4457 0
Current children cumulated CPU time (s) 41.85
Current children cumulated vsize (KiB) 24436

[startup+42.3015 s]
/proc/loadavg: 0.85 0.92 0.97 2/66 21299
/proc/meminfo: memFree=1105896/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=19144 CPUtime=37.55
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 9431 0 0 0 3751 4 0 0 25 0 1 0 97346724 19603456 4191 1992294400 4194304 5460562 548682068784 18446744073709551615 4198121 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4786 4191 118 309 0 4473 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 24500

[startup+42.4015 s]
/proc/loadavg: 0.85 0.92 0.97 2/66 21299
/proc/meminfo: memFree=1105896/2055920 swapFree=4192956/4192956
[pid=21296] ppid=21294 vsize=5356 CPUtime=4.71
/proc/21296/stat : 21296 (rsat.sh) S 21294 21296 20833 0 -1 4194304 315 35835 0 0 0 0 448 23 16 0 1 0 97346251 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21296/statm: 1339 242 199 169 0 50 0
[pid=21299] ppid=21296 vsize=17808 CPUtime=37.65
/proc/21299/stat : 21299 (rsat) R 21296 21296 20833 0 -1 4194304 9432 0 0 0 3761 4 0 0 25 0 1 0 97346724 18235392 3885 1992294400 4194304 5460562 548682068784 18446744073709551615 4786429 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21299/statm: 4452 3885 118 309 0 4139 0
Current children cumulated CPU time (s) 42.36
Current children cumulated vsize (KiB) 23164

Child status: 20
Real time (s): 42.416
CPU time (s): 42.3936
CPU user time (s): 42.0996
CPU system time (s): 0.293955
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 145972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0996
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45739
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= 37
involuntary context switches= 112

runsolver used 0.038994 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-25 22:58:51
IDJOB=1724170
IDBENCH=71758
IDSOLVER=545
FILE ID=node21/1724170-1240693129
PBS_JOBID= 9186702
Free space on /tmp= 66324 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724170-1240693129/watcher-1724170-1240693129 -o /tmp/evaluation-result-1724170-1240693129/solver-1724170-1240693129 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1724170-1240693129.cnf HOME

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=533467087

node21.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.233
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.233
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:       1132632 kB
Buffers:         86644 kB
Cached:         735748 kB
SwapCached:          0 kB
Active:         236380 kB
Inactive:       599896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           14928 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            73068 kB
Committed_AS:   358784 kB
PageTables:       1376 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= 66316 MiB
End job on node21 at 2009-04-25 22:59:33