Trace number 1775389

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 490.454 490.754

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark292.127
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
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.49/0.54	c ==============================================================================
0.49/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.54	c ==============================================================================
0.49/0.54	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.49/3.54	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.49/3.54	c ==============================================================================
3.49/3.54	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.49/3.54	c CPU time:   3.32449 s
3.49/3.54	c ==============================================================================
3.89/3.93	c Rsat version 3.02
3.92/4.11	c Base unit clause learned: 0
490.29/490.67	c CNF stats: (29191 vars, 224311 clauses)
490.29/490.67	c Decisions: 3718211
490.29/490.67	c Conflicts: 919464
490.29/490.67	c Restarts: 172
490.29/490.67	c Avg lpc: 35.69
490.29/490.67	c Max decision level: 624
490.29/490.67	c KB reduction: 15 (799132 clauses removed)
490.29/490.67	c Final decision lit size:29191 (100.00 %)
490.29/490.67	c Final stack/save sizes: 291(1.00 %)/2328(7.98 %)
490.29/490.67	c Final cdc size: 1164 (3.99 %)
490.29/490.67	c ***********************************************
490.29/490.67	c Conflicts with bac: 128270/919464 (13.95 %)
490.29/490.67	c Avg bac size: 14.70
490.29/490.67	c Avg bac bt depth: 12.28 vs 2.67 (normal)
490.38/490.73	c Running time: 486.36306 seconds
490.38/490.73	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-1775389-1241343378/watcher-1775389-1241343378 -o /tmp/evaluation-result-1775389-1241343378/solver-1775389-1241343378 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775389-1241343378.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/64 26762
/proc/meminfo: memFree=1926128/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) R 26760 26762 26626 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26762/statm: 1339 238 198 169 0 50 0
[pid=26763] ppid=26762 vsize=1516 CPUtime=0
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 231 0 0 0 0 0 0 0 18 0 1 0 162364236 1552384 214 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 379 220 64 186 0 189 0

[startup+0.080805 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26762
/proc/meminfo: memFree=1926128/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=23996 CPUtime=0.07
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 4969 0 0 0 5 2 0 0 19 0 1 0 162364236 24571904 4952 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 5999 4954 64 186 0 5809 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29352

[startup+0.10281 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26762
/proc/meminfo: memFree=1926128/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=28220 CPUtime=0.09
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 6340 0 0 0 6 3 0 0 19 0 1 0 162364236 28897280 6323 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 7055 6324 64 186 0 6865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33576

[startup+0.302849 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26762
/proc/meminfo: memFree=1926128/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=75416 CPUtime=0.29
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 18337 0 0 0 21 8 0 0 21 0 1 0 162364236 77225984 18320 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 18854 18322 64 186 0 18664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80772

[startup+0.701925 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26762
/proc/meminfo: memFree=1926128/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=145572 CPUtime=0.69
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 33643 0 0 0 54 15 0 0 25 0 1 0 162364236 149065728 32455 1992294400 4194304 4959918 548682068688 18446744073709551615 4270307 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 36393 32455 92 186 0 36203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150928

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26764
/proc/meminfo: memFree=1792672/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=147476 CPUtime=1.49
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 33989 0 0 0 132 17 0 0 25 0 1 0 162364236 151015424 32801 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 36869 32801 92 186 0 36679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152832

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26764
/proc/meminfo: memFree=1780704/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=0
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162364236 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 239 199 169 0 50 0
[pid=26763] ppid=26762 vsize=151696 CPUtime=3.08
/proc/26763/stat : 26763 (SatElite) R 26762 26762 26626 0 -1 4194304 34934 0 0 0 288 20 0 0 25 0 1 0 162364236 155336704 33746 1992294400 4194304 4959918 548682068688 18446744073709551615 4269077 0 0 4096 3 0 0 0 17 0 0 0
/proc/26763/statm: 37924 33746 92 186 0 37734 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 157052

[startup+6.30203 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26765
/proc/meminfo: memFree=1881120/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=26096 CPUtime=2.35
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 6156 0 0 0 233 2 0 0 25 0 1 0 162364630 26722304 5895 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 6524 5895 116 309 0 6211 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31452

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26765
/proc/meminfo: memFree=1877424/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=30088 CPUtime=8.75
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 7227 0 0 0 872 3 0 0 25 0 1 0 162364630 30810112 6899 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 7522 6899 118 309 0 7209 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35444

[startup+25.5028 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 26765
/proc/meminfo: memFree=1867888/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=40472 CPUtime=21.54
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 9978 0 0 0 2150 4 0 0 25 0 1 0 162364630 41443328 9245 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 10118 9245 118 309 0 9805 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45828

[startup+51.1029 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 26765
/proc/meminfo: memFree=1859504/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=44240 CPUtime=47.13
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 13030 0 0 0 4707 6 0 0 25 0 1 0 162364630 45301760 10273 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 11060 10273 118 309 0 10747 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49596

[startup+102.306 s]
/proc/loadavg: 1.29 1.07 1.02 2/66 26765
/proc/meminfo: memFree=1862768/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=44752 CPUtime=98.31
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 15162 0 0 0 9824 7 0 0 25 0 1 0 162364630 45826048 10421 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 11188 10421 118 309 0 10875 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 50108

[startup+162.302 s]
/proc/loadavg: 1.37 1.15 1.05 2/66 26765
/proc/meminfo: memFree=1861872/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=45976 CPUtime=158.27
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 17470 0 0 0 15819 8 0 0 25 0 1 0 162364630 47079424 10740 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 11494 10740 118 309 0 11181 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 51332

[startup+222.302 s]
/proc/loadavg: 1.17 1.13 1.04 2/66 26765
/proc/meminfo: memFree=1859632/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=47540 CPUtime=218.24
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 20904 0 0 0 21814 10 0 0 25 0 1 0 162364630 48680960 11189 1992294400 4194304 5460562 548682068800 18446744073709551615 4202387 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 11885 11189 118 309 0 11572 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 52896

[startup+282.301 s]
/proc/loadavg: 1.11 1.12 1.04 2/66 26767
/proc/meminfo: memFree=1858352/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=48548 CPUtime=278.2
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 23180 0 0 0 27809 11 0 0 25 0 1 0 162364630 49713152 11477 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12137 11477 118 309 0 11824 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 53904

[startup+342.301 s]
/proc/loadavg: 1.07 1.11 1.04 2/66 26767
/proc/meminfo: memFree=1857904/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=48932 CPUtime=338.15
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 24285 0 0 0 33804 11 0 0 25 0 1 0 162364630 50106368 11587 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12233 11587 118 309 0 11920 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 54288

[startup+402.301 s]
/proc/loadavg: 1.07 1.10 1.04 2/66 26767
/proc/meminfo: memFree=1855536/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51136 CPUtime=398.1
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 26865 0 0 0 39798 12 0 0 25 0 1 0 162364630 52363264 12181 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12784 12181 118 309 0 12471 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 56492

[startup+462.303 s]
/proc/loadavg: 1.43 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=458.08
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28029 0 0 0 45795 13 0 0 25 0 1 0 162364630 53116928 12353 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 57228

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

[startup+473.501 s]
/proc/loadavg: 1.40 1.21 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=469.27
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28029 0 0 0 46914 13 0 0 25 0 1 0 162364630 53116928 12353 1992294400 4194304 5460562 548682068800 18446744073709551615 4201894 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 473.19
Current children cumulated vsize (KiB) 57228

[startup+479.901 s]
/proc/loadavg: 1.37 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=475.67
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28029 0 0 0 47554 13 0 0 25 0 1 0 162364630 53116928 12353 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 479.59
Current children cumulated vsize (KiB) 57228

[startup+486.302 s]
/proc/loadavg: 1.34 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=482.06
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28029 0 0 0 48193 13 0 0 25 0 1 0 162364630 53116928 12353 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12353 118 309 0 12655 0
Current children cumulated CPU time (s) 485.98
Current children cumulated vsize (KiB) 57228

[startup+487.903 s]
/proc/loadavg: 1.31 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=483.67
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28035 0 0 0 48354 13 0 0 25 0 1 0 162364630 53116928 12359 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 487.59
Current children cumulated vsize (KiB) 57228

[startup+489.505 s]
/proc/loadavg: 1.31 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=485.27
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28035 0 0 0 48514 13 0 0 25 0 1 0 162364630 53116928 12359 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 489.19
Current children cumulated vsize (KiB) 57228

[startup+490.301 s]
/proc/loadavg: 1.31 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=51872 CPUtime=486.06
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28035 0 0 0 48593 13 0 0 25 0 1 0 162364630 53116928 12359 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12968 12359 118 309 0 12655 0
Current children cumulated CPU time (s) 489.98
Current children cumulated vsize (KiB) 57228

[startup+490.701 s]
/proc/loadavg: 1.31 1.20 1.08 2/66 26767
/proc/meminfo: memFree=1854832/2055920 swapFree=4181856/4192956
[pid=26762] ppid=26760 vsize=5356 CPUtime=3.92
/proc/26762/stat : 26762 (rsat.sh) S 26760 26762 26626 0 -1 4194304 312 37634 0 0 0 0 366 26 16 0 1 0 162364236 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26762/statm: 1339 241 199 169 0 50 0
[pid=26765] ppid=26762 vsize=50116 CPUtime=486.46
/proc/26765/stat : 26765 (rsat) R 26762 26762 26626 0 -1 4194304 28036 0 0 0 48633 13 0 0 25 0 1 0 162364630 51318784 11920 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26765/statm: 12529 11920 118 309 0 12216 0
Current children cumulated CPU time (s) 490.38
Current children cumulated vsize (KiB) 55472

Child status: 20
Real time (s): 490.754
CPU time (s): 490.454
CPU user time (s): 490.029
CPU system time (s): 0.425935
CPU usage (%): 99.939
Max. virtual memory (cumulated for all children) (KiB): 161356

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

runsolver used 0.416936 second user time and 1.37779 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-03 11:36:19
IDJOB=1775389
IDBENCH=71745
IDSOLVER=615
FILE ID=node66/1775389-1241343378
PBS_JOBID= 9225471
Free space on /tmp= 66520 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775389-1241343378/watcher-1775389-1241343378 -o /tmp/evaluation-result-1775389-1241343378/solver-1775389-1241343378 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775389-1241343378.cnf HOME

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=1291826717

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:       1926608 kB
Buffers:          6536 kB
Cached:          48992 kB
SwapCached:       5128 kB
Active:          34828 kB
Inactive:        28808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1926608 kB
SwapTotal:     4192956 kB
SwapFree:      4181856 kB
Dirty:           15404 kB
Writeback:           0 kB
Mapped:          14188 kB
Slab:            51736 kB
Committed_AS:   785524 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 11:44:29