Trace number 1773409

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 1738.4 1739.6

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark856.068
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c Parsing...
2.37/2.49	c ==============================================================================
2.37/2.49	c |           |     ORIGINAL     |              LEARNT              |          |
2.37/2.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.37/2.49	c ==============================================================================
2.37/2.49	c |         0 | 1777028  4564454 |  533108       0        0     nan |  0.000 % |
14.06/14.19	c |         0 |  813247  2716333 |      --       0       --      -- |     --   | -937144/-1778230
14.17/14.20	c ==============================================================================
14.17/14.20	c Result  :   #vars: 151801   #clauses: 813247   #literals: 2716333
14.17/14.20	c CPU time:   13.222 s
14.17/14.20	c ==============================================================================
15.26/15.36	c Rsat version 3.02
15.85/15.98	c Base unit clause learned: 0
1738.08/1739.33	c CNF stats: (151801 vars, 813247 clauses)
1738.08/1739.33	c Decisions: 2161073
1738.08/1739.33	c Conflicts: 296541
1738.08/1739.33	c Restarts: 126
1738.08/1739.33	c Avg lpc: 106.84
1738.08/1739.33	c Max decision level: 27646
1738.08/1739.33	c KB reduction: 0 (0 clauses removed)
1738.08/1739.33	c Final decision lit size:7 (0.00 %)
1738.08/1739.33	c Final stack/save sizes: 3036(2.00 %)/48576(32.00 %)
1738.08/1739.33	c Final cdc size: 6072 (4.00 %)
1738.08/1739.33	c ***********************************************
1738.08/1739.33	c Conflicts with bac: 28098/296541 (9.48 %)
1738.08/1739.33	c Avg bac size: 28.02
1738.08/1739.33	c Avg bac bt depth: 26.97 vs 5.18 (normal)
1738.28/1739.55	c Running time: 1722.67111 seconds
1738.28/1739.56	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-1773409-1241332150/watcher-1773409-1241332150 -o /tmp/evaluation-result-1773409-1241332150/solver-1773409-1241332150 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773409-1241332150.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.52 1.57 1.30 3/64 19665
/proc/meminfo: memFree=951772/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) R 19663 19665 19537 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19665/statm: 1339 238 198 169 0 50 0
[pid=19666] ppid=19665 vsize=1540 CPUtime=0
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 227 0 0 0 0 0 0 0 18 0 1 0 161244479 1576960 210 1992294400 4194304 4959918 548682068688 18446744073709551615 4438023 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 385 215 65 186 0 195 0

[startup+0.00766291 s]
/proc/loadavg: 1.52 1.57 1.30 3/64 19665
/proc/meminfo: memFree=951772/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=2404 CPUtime=0
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 161244479 2461696 420 1992294400 4194304 4959918 548682068688 18446744073709551615 4237641 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 601 423 65 186 0 411 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7760

[startup+0.102673 s]
/proc/loadavg: 1.52 1.57 1.30 3/64 19665
/proc/meminfo: memFree=951772/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=28096 CPUtime=0.09
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 6484 0 0 0 7 2 0 0 19 0 1 0 161244479 28770304 6467 1992294400 4194304 4959918 548682068688 18446744073709551615 4237593 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 7024 6474 65 186 0 6834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33452

[startup+0.302691 s]
/proc/loadavg: 1.52 1.57 1.30 3/64 19665
/proc/meminfo: memFree=951772/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=87376 CPUtime=0.29
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 17818 0 0 0 20 9 0 0 21 0 1 0 161244479 89473024 17801 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 21844 17802 65 186 0 21654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92732

[startup+0.701748 s]
/proc/loadavg: 1.52 1.57 1.30 3/64 19665
/proc/meminfo: memFree=951772/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=137936 CPUtime=0.68
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 33187 0 0 0 47 21 0 0 25 0 1 0 161244479 141246464 33170 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 34484 33170 65 186 0 34294 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 143292

[startup+1.50182 s]
/proc/loadavg: 1.52 1.57 1.30 2/66 19667
/proc/meminfo: memFree=815884/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=193388 CPUtime=1.48
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 41924 0 0 0 106 42 0 0 25 0 1 0 161244479 198029312 41907 1992294400 4194304 4959918 548682068688 18446744073709551615 4237262 0 0 4096 3 0 0 0 17 1 0 0
/proc/19666/statm: 48347 41907 65 186 0 48157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 198744

[startup+3.10198 s]
/proc/loadavg: 1.52 1.57 1.30 2/66 19667
/proc/meminfo: memFree=653068/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=450324 CPUtime=3.08
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 100751 0 0 0 239 69 0 0 25 0 1 0 161244479 461131776 96987 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 112581 96987 92 186 0 112391 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 455680

[startup+6.30132 s]
/proc/loadavg: 1.64 1.59 1.31 2/66 19667
/proc/meminfo: memFree=511244/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=497228 CPUtime=6.27
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 109880 0 0 0 543 84 0 0 25 0 1 0 161244479 509161472 106116 1992294400 4194304 4959918 548682068688 18446744073709551615 4241683 0 0 4096 3 0 0 0 17 1 0 0
/proc/19666/statm: 124307 106116 92 186 0 124117 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 502584

[startup+12.702 s]
/proc/loadavg: 1.67 1.60 1.31 2/66 19667
/proc/meminfo: memFree=478988/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=0
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161244478 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19665/statm: 1339 239 199 169 0 50 0
[pid=19666] ppid=19665 vsize=535468 CPUtime=12.67
/proc/19666/stat : 19666 (SatElite) R 19665 19665 19537 0 -1 4194304 116730 0 0 0 1176 91 0 0 25 0 1 0 161244479 548319232 112966 1992294400 4194304 4959918 548682068688 18446744073709551615 4291673 0 0 4096 3 0 0 0 17 0 0 0
/proc/19666/statm: 133867 112966 92 186 0 133677 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 540824

[startup+25.5023 s]
/proc/loadavg: 1.74 1.62 1.32 2/66 19668
/proc/meminfo: memFree=812556/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=81832 CPUtime=10.11
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 21096 0 0 0 1003 8 0 0 25 0 1 0 161246015 83795968 19558 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 20458 19558 116 309 0 20145 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 87188

[startup+51.1029 s]
/proc/loadavg: 2.05 1.70 1.35 2/66 19668
/proc/meminfo: memFree=811212/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=83180 CPUtime=35.66
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 21441 0 0 0 3557 9 0 0 25 0 1 0 161246015 85176320 19898 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19668/statm: 20795 19898 118 309 0 20482 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 88536

[startup+102.302 s]
/proc/loadavg: 2.26 1.80 1.41 2/66 19668
/proc/meminfo: memFree=807180/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=86356 CPUtime=86.72
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 22219 0 0 0 8663 9 0 0 25 0 1 0 161246015 88428544 20643 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 21589 20643 118 309 0 21276 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 91712

[startup+162.306 s]
/proc/loadavg: 2.59 1.99 1.50 2/66 19668
/proc/meminfo: memFree=803852/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=90928 CPUtime=146.57
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 23311 0 0 0 14647 10 0 0 25 0 1 0 161246015 93110272 21695 1992294400 4194304 5460562 548682068800 18446744073709551615 4225725 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 22732 21695 118 309 0 22419 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 96284

[startup+222.303 s]
/proc/loadavg: 2.51 2.09 1.56 2/66 19668
/proc/meminfo: memFree=802380/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=95116 CPUtime=206.42
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 24477 0 0 0 20631 11 0 0 25 0 1 0 161246015 97398784 22800 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 23779 22800 118 309 0 23466 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 100472

[startup+282.303 s]
/proc/loadavg: 1.60 1.91 1.53 2/66 19668
/proc/meminfo: memFree=796812/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=100996 CPUtime=266.39
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 26169 0 0 0 26627 12 0 0 25 0 1 0 161246015 103419904 24329 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 25249 24329 118 309 0 24936 0
Current children cumulated CPU time (s) 281.71
Current children cumulated vsize (KiB) 106352

[startup+342.306 s]
/proc/loadavg: 1.20 1.73 1.49 2/66 19668
/proc/meminfo: memFree=788812/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=109632 CPUtime=326.37
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 28496 0 0 0 32624 13 0 0 25 0 1 0 161246015 112263168 26308 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 27408 26308 118 309 0 27095 0
Current children cumulated CPU time (s) 341.69

################
# More data... #
################

/proc/19668/statm: 46080 45035 118 309 0 45767 0
Current children cumulated CPU time (s) 1241.3
Current children cumulated vsize (KiB) 189676

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 19670
/proc/meminfo: memFree=713484/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=184704 CPUtime=1285.95
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 48591 0 0 0 128570 25 0 0 25 0 1 0 161246015 189136896 45094 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 46176 45094 118 309 0 45863 0
Current children cumulated CPU time (s) 1301.27
Current children cumulated vsize (KiB) 190060

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/66 19670
/proc/meminfo: memFree=708684/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=189252 CPUtime=1345.93
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 49811 0 0 0 134566 27 0 0 25 0 1 0 161246015 193794048 46314 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 47313 46314 118 309 0 47000 0
Current children cumulated CPU time (s) 1361.25
Current children cumulated vsize (KiB) 194608

[startup+1422.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 19670
/proc/meminfo: memFree=703500/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=194284 CPUtime=1405.91
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 51082 0 0 0 140563 28 0 0 25 0 1 0 161246015 198946816 47585 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 48571 47585 118 309 0 48258 0
Current children cumulated CPU time (s) 1421.23
Current children cumulated vsize (KiB) 199640

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 19670
/proc/meminfo: memFree=698700/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=198964 CPUtime=1465.87
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 52290 0 0 0 146559 28 0 0 25 0 1 0 161246015 203739136 48793 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 49741 48793 118 309 0 49428 0
Current children cumulated CPU time (s) 1481.19
Current children cumulated vsize (KiB) 204320

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 19670
/proc/meminfo: memFree=693324/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=204236 CPUtime=1525.85
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 53622 0 0 0 152556 29 0 0 25 0 1 0 161246015 209137664 50125 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 51059 50125 118 309 0 50746 0
Current children cumulated CPU time (s) 1541.17
Current children cumulated vsize (KiB) 209592

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19670
/proc/meminfo: memFree=687436/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=214096 CPUtime=1585.82
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 56132 0 0 0 158551 31 0 0 25 0 1 0 161246015 219234304 51605 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 53524 51605 118 309 0 53211 0
Current children cumulated CPU time (s) 1601.14
Current children cumulated vsize (KiB) 219452

[startup+1662.31 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=684236/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=217036 CPUtime=1645.8
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 56924 0 0 0 164548 32 0 0 25 0 1 0 161246015 222244864 52397 1992294400 4194304 5460562 548682068800 18446744073709551615 4201753 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 54259 52397 118 309 0 53946 0
Current children cumulated CPU time (s) 1661.12
Current children cumulated vsize (KiB) 222392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679692/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=221616 CPUtime=1705.77
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58070 0 0 0 170545 32 0 0 25 0 1 0 161246015 226934784 53540 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 55404 53540 118 309 0 55091 0
Current children cumulated CPU time (s) 1721.09
Current children cumulated vsize (KiB) 226972

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

[startup+1729.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679372/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=222068 CPUtime=1712.67
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58157 0 0 0 171235 32 0 0 25 0 1 0 161246015 227397632 53627 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 55517 53627 118 309 0 55204 0
Current children cumulated CPU time (s) 1727.99
Current children cumulated vsize (KiB) 227424

[startup+1735.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679372/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=222068 CPUtime=1719.07
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58157 0 0 0 171875 32 0 0 25 0 1 0 161246015 227397632 53627 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 55517 53627 118 309 0 55204 0
Current children cumulated CPU time (s) 1734.39
Current children cumulated vsize (KiB) 227424

[startup+1737.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679308/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=222068 CPUtime=1720.67
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58157 0 0 0 172035 32 0 0 25 0 1 0 161246015 227397632 53627 1992294400 4194304 5460562 548682068800 18446744073709551615 4214277 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 55517 53627 118 309 0 55204 0
Current children cumulated CPU time (s) 1735.99
Current children cumulated vsize (KiB) 227424

[startup+1738.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679308/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=222068 CPUtime=1722.26
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58157 0 0 0 172194 32 0 0 25 0 1 0 161246015 227397632 53627 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19668/statm: 55517 53627 118 309 0 55204 0
Current children cumulated CPU time (s) 1737.58
Current children cumulated vsize (KiB) 227424

[startup+1739.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679308/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5356 CPUtime=15.32
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 312 125099 0 0 0 0 1424 108 16 0 1 0 161244478 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1339 241 199 169 0 50 0
[pid=19668] ppid=19665 vsize=222068 CPUtime=1722.66
/proc/19668/stat : 19668 (rsat) R 19665 19665 19537 0 -1 4194304 58157 0 0 0 172234 32 0 0 25 0 1 0 161246015 227397632 53627 1992294400 4194304 5460562 548682068800 18446744073709551615 4225733 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19668/statm: 55517 53627 118 309 0 55204 0
Current children cumulated CPU time (s) 1737.98
Current children cumulated vsize (KiB) 227424

[startup+1739.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19670
/proc/meminfo: memFree=679308/2055920 swapFree=4181692/4192956
[pid=19665] ppid=19663 vsize=5360 CPUtime=1738.36
/proc/19665/stat : 19665 (rsat.sh) S 19663 19665 19537 0 -1 4194304 340 183260 0 0 0 0 173692 144 19 0 1 0 161244478 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19665/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 1738.36
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1739.6
CPU time (s): 1738.4
CPU user time (s): 1736.92
CPU system time (s): 1.48177
CPU usage (%): 99.9311
Max. virtual memory (cumulated for all children) (KiB): 540824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1736.92
system time used= 1.48177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183727
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= 38
involuntary context switches= 7263

runsolver used 2.89256 second user time and 6.06408 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-03 08:29:14
IDJOB=1773409
IDBENCH=69581
IDSOLVER=615
FILE ID=node90/1773409-1241332150
PBS_JOBID= 9225425
Free space on /tmp= 66428 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773409-1241332150/watcher-1773409-1241332150 -o /tmp/evaluation-result-1773409-1241332150/solver-1773409-1241332150 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773409-1241332150.cnf HOME

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED=1412148756

node90.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:        952316 kB
Buffers:         74084 kB
Cached:         916976 kB
SwapCached:       5480 kB
Active:         157632 kB
Inactive:       842496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        952316 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:           41764 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            89480 kB
Committed_AS:   584144 kB
PageTables:       1436 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= 66424 MiB
End job on node90 at 2009-05-03 08:58:14