Trace number 1774659

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 49.7784 49.8071

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.5348
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
2.99/3.09	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
2.99/3.09	c ==============================================================================
2.99/3.09	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
2.99/3.09	c CPU time:   2.95155 s
2.99/3.09	c ==============================================================================
3.39/3.44	c Rsat version 3.02
3.43/3.69	c Base unit clause learned: 0
49.65/49.74	c CNF stats: (49470 vars, 300004 clauses)
49.65/49.74	c Decisions: 211844
49.65/49.74	c Conflicts: 25156
49.65/49.74	c Restarts: 26
49.65/49.74	c Avg lpc: 132.26
49.65/49.74	c Max decision level: 581
49.65/49.74	c KB reduction: 0 (0 clauses removed)
49.65/49.74	c Final decision lit size:49470 (100.00 %)
49.65/49.74	c Final stack/save sizes: 988(2.00 %)/988(2.00 %)
49.65/49.74	c Final cdc size: 988 (2.00 %)
49.65/49.74	c ***********************************************
49.65/49.74	c Conflicts with bac: 1732/25156 (6.89 %)
49.65/49.74	c Avg bac size: 57.65
49.65/49.74	c Avg bac bt depth: 38.02 vs 6.11 (normal)
49.65/49.79	c Running time: 46.25697 seconds
49.65/49.80	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-1774659-1241338711/watcher-1774659-1241338711 -o /tmp/evaluation-result-1774659-1241338711/solver-1774659-1241338711 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774659-1241338711.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.12 1.02 1.00 3/64 26694
/proc/meminfo: memFree=1937352/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) R 26692 26694 26626 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26694/statm: 1339 238 198 169 0 50 0
[pid=26695] ppid=26694 vsize=2172 CPUtime=0
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 332 0 0 0 0 0 0 0 18 0 1 0 161897522 2224128 316 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 543 319 64 186 0 353 0

[startup+0.0341619 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 26694
/proc/meminfo: memFree=1937352/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=16068 CPUtime=0.02
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 2863 0 0 0 1 1 0 0 18 0 1 0 161897522 16453632 2766 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 4017 2774 65 186 0 3827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21424

[startup+0.101174 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 26694
/proc/meminfo: memFree=1937352/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=31768 CPUtime=0.08
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 6709 0 0 0 5 3 0 0 19 0 1 0 161897522 32530432 6612 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 7942 6614 64 186 0 7752 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37124

[startup+0.301212 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 26694
/proc/meminfo: memFree=1937352/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=57676 CPUtime=0.29
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 12894 0 0 0 22 7 0 0 21 0 1 0 161897522 59060224 12797 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 14419 12797 64 186 0 14229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63032

[startup+0.701292 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 26694
/proc/meminfo: memFree=1937352/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=85436 CPUtime=0.69
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 20210 0 0 0 60 9 0 0 25 0 1 0 161897522 87486464 20113 1992294400 4194304 4959918 548682068688 18446744073709551615 4227856 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 21359 20113 86 186 0 21169 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90792

[startup+1.50145 s]
/proc/loadavg: 1.12 1.02 1.00 2/66 26696
/proc/meminfo: memFree=1852216/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=95312 CPUtime=1.49
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 23081 0 0 0 138 11 0 0 25 0 1 0 161897522 97599488 21964 1992294400 4194304 4959918 548682068688 18446744073709551615 4270040 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 23828 21964 92 186 0 23638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100668

[startup+3.10176 s]
/proc/loadavg: 1.12 1.02 1.00 2/66 26696
/proc/meminfo: memFree=1846328/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=0
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897522 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26694/statm: 1339 239 199 169 0 50 0
[pid=26695] ppid=26694 vsize=100496 CPUtime=3.09
/proc/26695/stat : 26695 (SatElite) R 26694 26694 26626 0 -1 4194304 27306 0 0 0 295 14 0 0 25 0 1 0 161897522 102907904 23030 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/26695/statm: 25124 23030 92 186 0 24934 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105852

[startup+6.30139 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 26697
/proc/meminfo: memFree=1901112/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=29980 CPUtime=2.84
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 7248 0 0 0 281 3 0 0 25 0 1 0 161897866 30699520 6795 1992294400 4194304 5460562 548682068800 18446744073709551615 4226989 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 7495 6795 116 309 0 7182 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35336

[startup+12.7016 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 26697
/proc/meminfo: memFree=1900600/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=30868 CPUtime=9.23
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 7483 0 0 0 920 3 0 0 25 0 1 0 161897866 31608832 7020 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 7717 7020 116 309 0 7404 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 36224

[startup+25.5012 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 26697
/proc/meminfo: memFree=1896376/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=35156 CPUtime=22.03
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 8536 0 0 0 2198 5 0 0 25 0 1 0 161897866 35999744 8073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 8789 8073 118 309 0 8476 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40512

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

[startup+38.3017 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1893240/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=38700 CPUtime=34.82
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 9594 0 0 0 3477 5 0 0 25 0 1 0 161897866 39628800 8896 1992294400 4194304 5460562 548682068800 18446744073709551615 4226364 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 9675 8896 119 309 0 9362 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 44056

[startup+44.7029 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1891640/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=40172 CPUtime=41.21
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 9981 0 0 0 4116 5 0 0 25 0 1 0 161897866 41136128 9282 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 10043 9282 119 309 0 9730 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 45528

[startup+47.9016 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1891064/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=40440 CPUtime=44.41
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 10065 0 0 0 4436 5 0 0 25 0 1 0 161897866 41410560 9366 1992294400 4194304 5460562 548682068800 18446744073709551615 4206557 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 10110 9366 119 309 0 9797 0
Current children cumulated CPU time (s) 47.84
Current children cumulated vsize (KiB) 45796

[startup+48.7017 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1890936/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=40572 CPUtime=45.22
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 10108 0 0 0 4516 6 0 0 25 0 1 0 161897866 41545728 9409 1992294400 4194304 5460562 548682068800 18446744073709551615 4210635 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 10143 9409 119 309 0 9830 0
Current children cumulated CPU time (s) 48.65
Current children cumulated vsize (KiB) 45928

[startup+49.5069 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1890872/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=40572 CPUtime=46.03
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 10112 0 0 0 4597 6 0 0 25 0 1 0 161897866 41545728 9413 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 10143 9413 119 309 0 9830 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 45928

[startup+49.7029 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1890872/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5356 CPUtime=3.43
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 312 27309 0 0 0 0 326 17 16 0 1 0 161897522 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1339 241 199 169 0 50 0
[pid=26697] ppid=26694 vsize=40572 CPUtime=46.22
/proc/26697/stat : 26697 (rsat) R 26694 26694 26626 0 -1 4194304 10112 0 0 0 4616 6 0 0 25 0 1 0 161897866 41545728 9413 1992294400 4194304 5460562 548682068800 18446744073709551615 4200310 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26697/statm: 10143 9413 119 309 0 9830 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 45928

[startup+49.8029 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 26697
/proc/meminfo: memFree=1890872/2055920 swapFree=4181856/4192956
[pid=26694] ppid=26692 vsize=5360 CPUtime=49.76
/proc/26694/stat : 26694 (rsat.sh) S 26692 26694 26626 0 -1 4194304 340 37425 0 0 0 0 4952 24 16 0 1 0 161897522 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26694/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 49.8071
CPU time (s): 49.7784
CPU user time (s): 49.5255
CPU system time (s): 0.252961
CPU usage (%): 99.9424
Max. virtual memory (cumulated for all children) (KiB): 108704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5255
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37892
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= 10
involuntary context switches= 125

runsolver used 0.043993 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-03 10:18:31
IDJOB=1774659
IDBENCH=70974
IDSOLVER=615
FILE ID=node66/1774659-1241338711
PBS_JOBID= 9225471
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1376077319

node66.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.263
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	: 5931.00
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.263
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:       1937896 kB
Buffers:          3804 kB
Cached:          40368 kB
SwapCached:       5128 kB
Active:          32080 kB
Inactive:        20172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937896 kB
SwapTotal:     4192956 kB
SwapFree:      4181856 kB
Dirty:           14312 kB
Writeback:           0 kB
Mapped:          14188 kB
Slab:            51836 kB
Committed_AS:   785508 kB
PageTables:       1372 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= 66516 MiB
End job on node66 at 2009-05-03 10:19:21