Trace number 1775379

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 479.123 479.342

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.494
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c Parsing...
0.49/0.52	c ==============================================================================
0.49/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.52	c ==============================================================================
0.49/0.52	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
2.38/2.48	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
2.38/2.48	c ==============================================================================
2.38/2.48	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
2.38/2.48	c CPU time:   2.32565 s
2.38/2.48	c ==============================================================================
3.18/3.28	c Rsat version 3.02
3.27/3.72	c Base unit clause learned: 0
478.97/479.22	c CNF stats: (21173 vars, 700461 clauses)
478.97/479.22	c Decisions: 4492335
478.97/479.22	c Conflicts: 565031
478.97/479.22	c Restarts: 253
478.97/479.22	c Avg lpc: 117.79
478.97/479.22	c Max decision level: 3348
478.97/479.22	c KB reduction: 2 (411220 clauses removed)
478.97/479.22	c Final decision lit size:21173 (100.00 %)
478.97/479.22	c Final stack/save sizes: 3376(15.94 %)/3376(15.94 %)
478.97/479.22	c Final cdc size: 3376 (15.94 %)
478.97/479.22	c ***********************************************
478.97/479.22	c Conflicts with bac: 21747/565031 (3.85 %)
478.97/479.22	c Avg bac size: 67.67
478.97/479.22	c Avg bac bt depth: 31.01 vs 6.97 (normal)
479.07/479.30	c Running time: 475.41573 seconds
479.07/479.32	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-1775379-1241343148/watcher-1775379-1241343148 -o /tmp/evaluation-result-1775379-1241343148/solver-1775379-1241343148 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775379-1241343148.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 0.99 0.99 3/64 28079
/proc/meminfo: memFree=1045112/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) R 28077 28079 27982 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28079/statm: 1339 238 198 169 0 50 0
[pid=28080] ppid=28079 vsize=1408 CPUtime=0
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 204 0 0 0 0 0 0 0 18 0 1 0 162348407 1441792 187 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 352 190 65 186 0 162 0

[startup+0.0701921 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28079
/proc/meminfo: memFree=1045112/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=11424 CPUtime=0.06
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 2618 0 0 0 5 1 0 0 19 0 1 0 162348407 11698176 2601 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 2856 2603 65 186 0 2666 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16780

[startup+0.101194 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28079
/proc/meminfo: memFree=1045112/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=16420 CPUtime=0.09
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 3715 0 0 0 7 2 0 0 19 0 1 0 162348407 16814080 3698 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 4105 3700 65 186 0 3915 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21776

[startup+0.30121 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28079
/proc/meminfo: memFree=1045112/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=45316 CPUtime=0.29
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 10680 0 0 0 22 7 0 0 21 0 1 0 162348407 46403584 10664 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 11329 10665 65 186 0 11139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50672

[startup+0.701247 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28079
/proc/meminfo: memFree=1045112/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=95236 CPUtime=0.69
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 23368 0 0 0 57 12 0 0 25 0 1 0 162348407 97521664 22111 1992294400 4194304 4959918 548682068688 18446744073709551615 4240775 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 23809 22111 92 186 0 23619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100592

[startup+1.50132 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28081
/proc/meminfo: memFree=951784/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=114020 CPUtime=1.49
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 26219 0 0 0 135 14 0 0 25 0 1 0 162348407 116756480 24962 1992294400 4194304 4959918 548682068688 18446744073709551615 4293122 0 0 4096 3 0 0 0 17 0 0 0
/proc/28080/statm: 28505 24962 92 186 0 28315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119376

[startup+3.10148 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28081
/proc/meminfo: memFree=946088/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162348407 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 239 199 169 0 50 0
[pid=28080] ppid=28079 vsize=109680 CPUtime=3.08
/proc/28080/stat : 28080 (SatElite) R 28079 28079 27982 0 -1 4194304 27023 0 0 0 290 18 0 0 25 0 1 0 162348407 112312320 24451 1992294400 4194304 4959918 548682068688 18446744073709551615 4543002 0 0 4096 3 0 0 0 17 1 0 0
/proc/28080/statm: 27420 24451 92 186 0 27230 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115036

[startup+6.30276 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=979240/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=54724 CPUtime=3
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 13308 0 0 0 295 5 0 0 25 0 1 0 162348735 56037376 13120 1992294400 4194304 5460562 548682068800 18446744073709551615 4226901 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 13681 13120 116 309 0 13368 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 60080

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=974248/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=59576 CPUtime=9.4
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 14534 0 0 0 933 7 0 0 25 0 1 0 162348735 61005824 14334 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 14894 14334 118 309 0 14581 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64932

[startup+25.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=963816/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=70336 CPUtime=22.19
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 17309 0 0 0 2210 9 0 0 25 0 1 0 162348735 72024064 16901 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 17584 16901 118 309 0 17271 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 75692

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=946408/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=88416 CPUtime=47.76
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 22011 0 0 0 4762 14 0 0 25 0 1 0 162348735 90537984 21331 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 22104 21331 118 309 0 21791 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 93772

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=910952/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=124648 CPUtime=98.95
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 31290 0 0 0 9874 21 0 0 25 0 1 0 162348735 127639552 30077 1992294400 4194304 5460562 548682068800 18446744073709551615 4551352 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 31162 30077 118 309 0 30849 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 130004

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=870248/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=164720 CPUtime=158.92
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 41560 0 0 0 15863 29 0 0 25 0 1 0 162348735 168673280 40315 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 41180 40315 118 309 0 40867 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 170076

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=851752/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=182452 CPUtime=218.91
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 48089 0 0 0 21857 34 0 0 25 0 1 0 162348735 186830848 44781 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 45613 44781 118 309 0 45300 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 187808

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=851624/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=182452 CPUtime=278.88
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 48171 0 0 0 27854 34 0 0 25 0 1 0 162348735 186830848 44863 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 45613 44863 118 309 0 45300 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 187808

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28082
/proc/meminfo: memFree=850600/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=183976 CPUtime=338.86
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 48435 0 0 0 33852 34 0 0 25 0 1 0 162348735 188391424 45127 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 45994 45127 118 309 0 45681 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 189332

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=203776 CPUtime=398.83
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55492 0 0 0 39845 38 0 0 25 0 1 0 162348735 208666624 50160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50944 50160 118 309 0 50631 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 209132

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=203776 CPUtime=458.8
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55492 0 0 0 45842 38 0 0 25 0 1 0 162348735 208666624 50160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50944 50160 118 309 0 50631 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 209132

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

[startup+467.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=203776 CPUtime=463.6
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55492 0 0 0 46322 38 0 0 25 0 1 0 162348735 208666624 50160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50944 50160 118 309 0 50631 0
Current children cumulated CPU time (s) 466.87
Current children cumulated vsize (KiB) 209132

[startup+473.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=203776 CPUtime=470
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55492 0 0 0 46962 38 0 0 25 0 1 0 162348735 208666624 50160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50944 50160 118 309 0 50631 0
Current children cumulated CPU time (s) 473.27
Current children cumulated vsize (KiB) 209132

[startup+476.703 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=203776 CPUtime=473.2
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55492 0 0 0 47282 38 0 0 25 0 1 0 162348735 208666624 50160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50944 50160 118 309 0 50631 0
Current children cumulated CPU time (s) 476.47
Current children cumulated vsize (KiB) 209132

[startup+478.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=830184/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=202004 CPUtime=474.8
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55493 0 0 0 47442 38 0 0 25 0 1 0 162348735 206852096 49718 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50501 49718 119 309 0 50188 0
Current children cumulated CPU time (s) 478.07
Current children cumulated vsize (KiB) 207360

[startup+479.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=831912/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=202004 CPUtime=475.6
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55493 0 0 0 47522 38 0 0 25 0 1 0 162348735 206852096 49718 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 50501 49718 119 309 0 50188 0
Current children cumulated CPU time (s) 478.87
Current children cumulated vsize (KiB) 207360

[startup+479.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28084
/proc/meminfo: memFree=831912/2055920 swapFree=4181256/4192956
[pid=28079] ppid=28077 vsize=5356 CPUtime=3.27
/proc/28079/stat : 28079 (rsat.sh) S 28077 28079 27982 0 -1 4194304 312 27026 0 0 0 0 305 22 16 0 1 0 162348407 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 241 199 169 0 50 0
[pid=28082] ppid=28079 vsize=169444 CPUtime=475.8
/proc/28082/stat : 28082 (rsat) R 28079 28079 27982 0 -1 4194304 55494 0 0 0 47541 39 0 0 25 0 1 0 162348735 173510656 41789 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28082/statm: 42361 39111 119 309 0 42048 0
Current children cumulated CPU time (s) 479.07
Current children cumulated vsize (KiB) 174800

Child status: 20
Real time (s): 479.342
CPU time (s): 479.123
CPU user time (s): 478.469
CPU system time (s): 0.6539
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 217324

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

runsolver used 0.497924 second user time and 1.25181 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-03 11:32:29
IDJOB=1775379
IDBENCH=71743
IDSOLVER=615
FILE ID=node14/1775379-1241343148
PBS_JOBID= 9225500
Free space on /tmp= 66540 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775379-1241343148/watcher-1775379-1241343148 -o /tmp/evaluation-result-1775379-1241343148/solver-1775379-1241343148 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775379-1241343148.cnf HOME

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1886666189

node14.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.256
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.256
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:       1045592 kB
Buffers:         88404 kB
Cached:         814828 kB
SwapCached:       5520 kB
Active:         152900 kB
Inactive:       758188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1045592 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           18752 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            85220 kB
Committed_AS:   643228 kB
PageTables:       1448 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= 66532 MiB
End job on node14 at 2009-05-03 11:40:29