Trace number 1774799

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 164.433 164.54

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.13
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.91	c ==============================================================================
0.89/0.91	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.91	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.91	c ==============================================================================
0.89/0.91	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
5.18/5.20	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
5.18/5.21	c ==============================================================================
5.18/5.21	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
5.18/5.21	c CPU time:   4.97724 s
5.18/5.21	c ==============================================================================
5.79/5.84	c Rsat version 3.02
5.82/6.30	c Base unit clause learned: 0
164.27/164.41	c CNF stats: (85539 vars, 545816 clauses)
164.27/164.41	c Decisions: 523186
164.27/164.41	c Conflicts: 50226
164.27/164.41	c Restarts: 41
164.27/164.41	c Avg lpc: 127.24
164.27/164.41	c Max decision level: 815
164.27/164.41	c KB reduction: 0 (0 clauses removed)
164.27/164.41	c Final decision lit size:85539 (100.00 %)
164.27/164.41	c Final stack/save sizes: 855(1.00 %)/3420(4.00 %)
164.27/164.41	c Final cdc size: 1710 (2.00 %)
164.27/164.41	c ***********************************************
164.27/164.41	c Conflicts with bac: 3979/50226 (7.92 %)
164.27/164.41	c Avg bac size: 50.23
164.27/164.41	c Avg bac bt depth: 49.40 vs 6.94 (normal)
164.36/164.52	c Running time: 158.46391 seconds
164.36/164.52	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-1774799-1241339107/watcher-1774799-1241339107 -o /tmp/evaluation-result-1774799-1241339107/solver-1774799-1241339107 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774799-1241339107.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: 0.85 0.97 0.99 3/64 4154
/proc/meminfo: memFree=1806128/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) R 4152 4154 4117 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/4154/statm: 1339 238 198 169 0 50 0
[pid=4155] ppid=4154 vsize=2172 CPUtime=0
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 328 0 0 0 0 0 0 0 18 0 1 0 161939317 2224128 312 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 543 315 64 186 0 353 0

[startup+0.05879 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4154
/proc/meminfo: memFree=1806128/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=32532 CPUtime=0.05
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 4640 0 0 0 3 2 0 0 19 0 1 0 161939317 33312768 4543 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 8133 4545 64 186 0 7943 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37888

[startup+0.101797 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4154
/proc/meminfo: memFree=1806128/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=42672 CPUtime=0.09
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 7135 0 0 0 6 3 0 0 19 0 1 0 161939317 43696128 7038 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 10701 7040 64 186 0 10511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48028

[startup+0.301835 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4154
/proc/meminfo: memFree=1806128/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=74652 CPUtime=0.29
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 14757 0 0 0 22 7 0 0 21 0 1 0 161939317 76443648 14660 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 18663 14662 64 186 0 18473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80008

[startup+0.701911 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4154
/proc/meminfo: memFree=1806128/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=136172 CPUtime=0.69
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 30752 0 0 0 54 15 0 0 25 0 1 0 161939317 139440128 30656 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 34043 30660 66 186 0 33853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141528

[startup+1.50106 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 4156
/proc/meminfo: memFree=1677920/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=153484 CPUtime=1.49
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 35219 0 0 0 132 17 0 0 25 0 1 0 161939317 157167616 33454 1992294400 4194304 4959918 548682068688 18446744073709551615 4412996 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 38371 33454 92 186 0 38181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158840

[startup+3.10137 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 4156
/proc/meminfo: memFree=1658976/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=0
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161939317 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4154/statm: 1339 239 199 169 0 50 0
[pid=4155] ppid=4154 vsize=172072 CPUtime=3.09
/proc/4155/stat : 4155 (SatElite) R 4154 4154 4117 0 -1 4194304 39592 0 0 0 289 20 0 0 25 0 1 0 161939317 176201728 37827 1992294400 4194304 4959918 548682068688 18446744073709551615 4269077 0 0 4096 3 0 0 0 17 0 0 0
/proc/4155/statm: 43018 37827 92 186 0 42828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 177428

[startup+6.302 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 4156
/proc/meminfo: memFree=1652448/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 5356

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1741984/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=51404 CPUtime=6.84
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 12757 0 0 0 679 5 0 0 25 0 1 0 161939901 52637696 11954 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 12851 11954 116 309 0 12538 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56760

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1741928/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=51532 CPUtime=19.64
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 12810 0 0 0 1959 5 0 0 25 0 1 0 161939901 52768768 12000 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 12883 12000 118 309 0 12570 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56888

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1737960/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=55668 CPUtime=45.2
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 13852 0 0 0 4513 7 0 0 25 0 1 0 161939901 57004032 13042 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 13917 13042 118 309 0 13604 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 61024

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1728744/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=64868 CPUtime=96.38
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 16447 0 0 0 9629 9 0 0 25 0 1 0 161939901 66424832 15329 1992294400 4194304 5460562 548682068800 18446744073709551615 4225629 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 16217 15329 119 309 0 15904 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 70224

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1722344/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=71524 CPUtime=156.35
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 18164 0 0 0 15625 10 0 0 25 0 1 0 161939901 73240576 16911 1992294400 4194304 5460562 548682068800 18446744073709551615 4198095 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 17881 16911 119 309 0 17568 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 76880

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

[startup+163.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1722344/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=71524 CPUtime=157.15
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 18164 0 0 0 15705 10 0 0 25 0 1 0 161939901 73240576 16911 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 17881 16911 119 309 0 17568 0
Current children cumulated CPU time (s) 162.97
Current children cumulated vsize (KiB) 76880

[startup+163.905 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1722344/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=71524 CPUtime=157.95
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 18168 0 0 0 15785 10 0 0 25 0 1 0 161939901 73240576 16915 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 17881 16915 119 309 0 17568 0
Current children cumulated CPU time (s) 163.77
Current children cumulated vsize (KiB) 76880

[startup+164.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1722344/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=71524 CPUtime=158.35
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 18168 0 0 0 15825 10 0 0 25 0 1 0 161939901 73240576 16915 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 17881 16915 119 309 0 17568 0
Current children cumulated CPU time (s) 164.17
Current children cumulated vsize (KiB) 76880

[startup+164.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4157
/proc/meminfo: memFree=1722344/2055920 swapFree=4191900/4192956
[pid=4154] ppid=4152 vsize=5356 CPUtime=5.82
/proc/4154/stat : 4154 (rsat.sh) S 4152 4154 4117 0 -1 4194304 312 42058 0 0 0 0 553 29 16 0 1 0 161939317 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4154/statm: 1339 241 199 169 0 50 0
[pid=4157] ppid=4154 vsize=67828 CPUtime=158.54
/proc/4157/stat : 4157 (rsat) R 4154 4154 4117 0 -1 4194304 18169 0 0 0 15844 10 0 0 25 0 1 0 161939901 69455872 16035 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 0 0 0
/proc/4157/statm: 16957 16035 119 309 0 16644 0
Current children cumulated CPU time (s) 164.36
Current children cumulated vsize (KiB) 73184

Child status: 20
Real time (s): 164.54
CPU time (s): 164.433
CPU user time (s): 164.004
CPU system time (s): 0.428934
CPU usage (%): 99.9349
Max. virtual memory (cumulated for all children) (KiB): 177428

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

runsolver used 0.147977 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-03 10:25:09
IDJOB=1774799
IDBENCH=71019
IDSOLVER=615
FILE ID=node38/1774799-1241339107
PBS_JOBID= 9225475
Free space on /tmp= 66500 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774799-1241339107/watcher-1774799-1241339107 -o /tmp/evaluation-result-1774799-1241339107/solver-1774799-1241339107 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774799-1241339107.cnf HOME

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1275361865

node38.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.265
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.265
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:       1806608 kB
Buffers:         29836 kB
Cached:         137720 kB
SwapCached:        268 kB
Active:          94428 kB
Inactive:        86264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806608 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           20860 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            54612 kB
Committed_AS:   778348 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= 66492 MiB
End job on node38 at 2009-05-03 10:27:53