Trace number 1773609

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 88.2906 88.3518

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.2906
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  119355   278495 |   35806       0        0     nan |  0.000 % |
1.69/1.70	c |         0 |   48581   208867 |      --       0       --      -- |     --   | -70752/-69575
1.69/1.70	c ==============================================================================
1.69/1.70	c Result  :   #vars: 4857   #clauses: 48581   #literals: 208867
1.69/1.70	c CPU time:   1.62475 s
1.69/1.70	c ==============================================================================
1.69/1.79	c Rsat version 3.02
1.78/1.83	c Base unit clause learned: 0
88.22/88.32	c CNF stats: (4857 vars, 48581 clauses)
88.22/88.32	c Decisions: 1040971
88.22/88.32	c Conflicts: 191564
88.22/88.32	c Restarts: 125
88.22/88.32	c Avg lpc: 197.21
88.22/88.32	c Max decision level: 635
88.22/88.32	c KB reduction: 16 (157515 clauses removed)
88.22/88.32	c Final decision lit size:4857 (100.00 %)
88.22/88.32	c Final stack/save sizes: 768(15.81 %)/1536(31.62 %)
88.22/88.32	c Final cdc size: 1600 (32.94 %)
88.22/88.32	c ***********************************************
88.22/88.32	c Conflicts with bac: 7951/191564 (4.15 %)
88.22/88.32	c Avg bac size: 110.30
88.22/88.32	c Avg bac bt depth: 27.52 vs 4.36 (normal)
88.22/88.33	c Running time: 86.44286 seconds
88.22/88.34	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-1773609-1241334267/watcher-1773609-1241334267 -o /tmp/evaluation-result-1773609-1241334267/solver-1773609-1241334267 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773609-1241334267.cnf HOME 

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: 1.00 1.00 1.00 3/65 29303
/proc/meminfo: memFree=1399272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) R 29301 29303 29076 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29303/statm: 1339 238 198 169 0 50 0
[pid=29304] ppid=29303 vsize=1388 CPUtime=0
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 161456409 1421312 197 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 347 203 64 186 0 157 0

[startup+0.0393249 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29303
/proc/meminfo: memFree=1399272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 239 199 169 0 50 0
[pid=29304] ppid=29303 vsize=10524 CPUtime=0.03
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 2415 0 0 0 2 1 0 0 19 0 1 0 161456409 10776576 2398 1992294400 4194304 4959918 548682068688 18446744073709551615 4438031 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 2631 2404 64 186 0 2441 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15880

[startup+0.101331 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29303
/proc/meminfo: memFree=1399272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 239 199 169 0 50 0
[pid=29304] ppid=29303 vsize=29076 CPUtime=0.09
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 6460 0 0 0 6 3 0 0 19 0 1 0 161456409 29773824 6443 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 7269 6446 66 186 0 7079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34432

[startup+0.301352 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29303
/proc/meminfo: memFree=1399272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 239 199 169 0 50 0
[pid=29304] ppid=29303 vsize=32484 CPUtime=0.29
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 7503 0 0 0 25 4 0 0 21 0 1 0 161456409 33263616 7173 1992294400 4194304 4959918 548682068688 18446744073709551615 4270358 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 8121 7173 92 186 0 7931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37840

[startup+0.701396 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29303
/proc/meminfo: memFree=1399272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 239 199 169 0 50 0
[pid=29304] ppid=29303 vsize=33604 CPUtime=0.69
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 7761 0 0 0 64 5 0 0 25 0 1 0 161456409 34410496 7431 1992294400 4194304 4959918 548682068688 18446744073709551615 4240954 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 8401 7431 92 186 0 8211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38960

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29305
/proc/meminfo: memFree=1362776/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161456409 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 239 199 169 0 50 0
[pid=29304] ppid=29303 vsize=35788 CPUtime=1.48
/proc/29304/stat : 29304 (SatElite) R 29303 29303 29076 0 -1 4194304 8238 0 0 0 141 7 0 0 25 0 1 0 161456409 36646912 7908 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 8947 7908 92 186 0 8757 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41144

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29306
/proc/meminfo: memFree=1383320/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=9980 CPUtime=1.3
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 2056 0 0 0 129 1 0 0 25 0 1 0 161456588 10219520 2033 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 2495 2033 116 309 0 2182 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15336

[startup+6.30202 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 29306
/proc/meminfo: memFree=1375256/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=17536 CPUtime=4.49
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 3971 0 0 0 448 1 0 0 25 0 1 0 161456588 17956864 3928 1992294400 4194304 5460562 548682068800 18446744073709551615 4226040 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 4384 3928 118 309 0 4071 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22892

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 29306
/proc/meminfo: memFree=1368728/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=22276 CPUtime=10.89
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 5649 0 0 0 1087 2 0 0 25 0 1 0 161456588 22810624 5056 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 5569 5056 118 309 0 5256 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27632

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1366048/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=25068 CPUtime=23.68
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 7029 0 0 0 2366 2 0 0 25 0 1 0 161456588 25669632 5764 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 6267 5764 118 309 0 5954 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 30424

[startup+51.101 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1362272/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=28772 CPUtime=49.26
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 9091 0 0 0 4923 3 0 0 25 0 1 0 161456588 29462528 6706 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7193 6706 118 309 0 6880 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 34128

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

[startup+63.9015 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359840/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31204 CPUtime=62.05
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10151 0 0 0 6201 4 0 0 25 0 1 0 161456588 31952896 7318 1992294400 4194304 5460562 548682068800 18446744073709551615 4198410 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7801 7318 118 309 0 7488 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 36560

[startup+76.7019 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359904/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=74.85
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10461 0 0 0 7481 4 0 0 25 0 1 0 161456588 31870976 7308 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7308 118 309 0 7468 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 36480

[startup+83.1016 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359904/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=81.24
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10623 0 0 0 8120 4 0 0 25 0 1 0 161456588 31870976 7310 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7310 118 309 0 7468 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 36480

[startup+86.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359840/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=84.44
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10789 0 0 0 8440 4 0 0 25 0 1 0 161456588 31870976 7316 1992294400 4194304 5460562 548682068800 18446744073709551615 4791126 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7316 118 309 0 7468 0
Current children cumulated CPU time (s) 86.22
Current children cumulated vsize (KiB) 36480

[startup+87.1011 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359840/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=85.24
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10789 0 0 0 8520 4 0 0 25 0 1 0 161456588 31870976 7316 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7316 118 309 0 7468 0
Current children cumulated CPU time (s) 87.02
Current children cumulated vsize (KiB) 36480

[startup+87.9012 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359840/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=86.05
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10789 0 0 0 8601 4 0 0 25 0 1 0 161456588 31870976 7316 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7316 118 309 0 7468 0
Current children cumulated CPU time (s) 87.83
Current children cumulated vsize (KiB) 36480

[startup+88.3012 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 29306
/proc/meminfo: memFree=1359840/2055920 swapFree=4192812/4192956
[pid=29303] ppid=29301 vsize=5356 CPUtime=1.78
/proc/29303/stat : 29303 (rsat.sh) S 29301 29303 29076 0 -1 4194304 312 8813 0 0 0 0 169 9 16 0 1 0 161456409 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29303/statm: 1339 241 199 169 0 50 0
[pid=29306] ppid=29303 vsize=31124 CPUtime=86.44
/proc/29306/stat : 29306 (rsat) R 29303 29303 29076 0 -1 4194304 10789 0 0 0 8640 4 0 0 25 0 1 0 161456588 31870976 7316 1992294400 4194304 5460562 548682068800 18446744073709551615 4211492 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29306/statm: 7781 7316 118 309 0 7468 0
Current children cumulated CPU time (s) 88.22
Current children cumulated vsize (KiB) 36480

Child status: 20
Real time (s): 88.3518
CPU time (s): 88.2906
CPU user time (s): 88.1426
CPU system time (s): 0.147977
CPU usage (%): 99.9307
Max. virtual memory (cumulated for all children) (KiB): 41936

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

runsolver used 0.100984 second user time and 0.227965 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-03 09:04:27
IDJOB=1773609
IDBENCH=70758
IDSOLVER=615
FILE ID=node85/1773609-1241334267
PBS_JOBID= 9225414
Free space on /tmp= 126688 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773609-1241334267/watcher-1773609-1241334267 -o /tmp/evaluation-result-1773609-1241334267/solver-1773609-1241334267 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773609-1241334267.cnf HOME

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=269181062

node85.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.238
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.238
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:       1399816 kB
Buffers:         36448 kB
Cached:         530468 kB
SwapCached:        136 kB
Active:          98952 kB
Inactive:       481940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7664 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            61176 kB
Committed_AS:   681404 kB
PageTables:       1456 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= 126684 MiB
End job on node85 at 2009-05-03 09:05:56