Trace number 1774769

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 3699.97 3701.77

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1466.4
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.29/1.33	c ==============================================================================
1.29/1.33	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.33	c ==============================================================================
1.29/1.33	c |         0 | 1178466  2855605 |  353539       0        0     nan |  0.000 % |
7.19/7.23	c |         0 |  822458  2306194 |      --       0       --      -- |     --   | -102366/26047
7.19/7.23	c ==============================================================================
7.19/7.23	c Result  :   #vars: 120834   #clauses: 822458   #literals: 2306194
7.19/7.23	c CPU time:   6.87396 s
7.19/7.23	c ==============================================================================
8.09/8.19	c Rsat version 3.02
8.86/8.90	c Base unit clause learned: 0
3699.68/3701.50	c CNF stats: (120834 vars, 822458 clauses)
3699.68/3701.50	c Decisions: 3337124
3699.68/3701.50	c Conflicts: 636064
3699.68/3701.50	c Restarts: 253
3699.68/3701.50	c Avg lpc: 194.49
3699.68/3701.50	c Max decision level: 856
3699.68/3701.50	c KB reduction: 2 (543508 clauses removed)
3699.68/3701.50	c Final decision lit size:5 (0.00 %)
3699.68/3701.50	c Final stack/save sizes: 1208(1.00 %)/9664(8.00 %)
3699.68/3701.50	c Final cdc size: 4832 (4.00 %)
3699.68/3701.50	c ***********************************************
3699.68/3701.50	c Conflicts with bac: 31230/636064 (4.91 %)
3699.68/3701.50	c Avg bac size: 108.27
3699.68/3701.50	c Avg bac bt depth: 27.68 vs 4.02 (normal)
3699.88/3701.71	c Running time: 3691.01888 seconds
3699.88/3701.75	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-1774769-1241338917/watcher-1774769-1241338917 -o /tmp/evaluation-result-1774769-1241338917/solver-1774769-1241338917 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774769-1241338917.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.03 1.02 1.00 3/64 27968
/proc/meminfo: memFree=1096504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) R 27966 27968 27871 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27968/statm: 1339 238 198 169 0 50 0
[pid=27969] ppid=27968 vsize=2172 CPUtime=0
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 323 0 0 0 0 0 0 0 18 0 1 0 161918685 2224128 306 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 543 308 64 186 0 353 0

[startup+0.0820459 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 27968
/proc/meminfo: memFree=1096504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=33984 CPUtime=0.07
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 6438 0 0 0 5 2 0 0 19 0 1 0 161918685 34799616 6341 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 8496 6343 64 186 0 8306 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39340

[startup+0.101047 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 27968
/proc/meminfo: memFree=1096504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=38332 CPUtime=0.09
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 7526 0 0 0 6 3 0 0 19 0 1 0 161918685 39251968 7429 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 9711 7431 64 186 0 9521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43688

[startup+0.301083 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 27968
/proc/meminfo: memFree=1096504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=78480 CPUtime=0.28
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 17109 0 0 0 20 8 0 0 21 0 1 0 161918685 80363520 17012 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 19620 17012 64 186 0 19430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83836

[startup+0.701154 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 27968
/proc/meminfo: memFree=1096504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=120988 CPUtime=0.69
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 27587 0 0 0 54 15 0 0 25 0 1 0 161918685 123891712 27490 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 30247 27491 64 186 0 30057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126344

[startup+1.5013 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 27970
/proc/meminfo: memFree=935528/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=197744 CPUtime=1.48
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 45734 0 0 0 125 23 0 0 25 0 1 0 161918685 202489856 45637 1992294400 4194304 4959918 548682068688 18446744073709551615 4240764 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 49436 45637 86 186 0 49246 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 203100

[startup+3.10158 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 27970
/proc/meminfo: memFree=903912/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=222120 CPUtime=3.09
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 53824 0 0 0 278 31 0 0 25 0 1 0 161918685 227450880 51275 1992294400 4194304 4959918 548682068688 18446744073709551615 4270022 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 55530 51275 92 186 0 55340 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 227476

[startup+6.30115 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 27970
/proc/meminfo: memFree=883752/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=0
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161918685 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27968/statm: 1339 239 199 169 0 50 0
[pid=27969] ppid=27968 vsize=233320 CPUtime=6.28
/proc/27969/stat : 27969 (SatElite) R 27968 27968 27871 0 -1 4194304 59099 0 0 0 594 34 0 0 25 0 1 0 161918685 238919680 54057 1992294400 4194304 4959918 548682068688 18446744073709551615 4299764 0 0 4096 3 0 0 0 17 0 0 0
/proc/27969/statm: 58330 54057 92 186 0 58140 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 238676

[startup+12.7013 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 27971
/proc/meminfo: memFree=1001776/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=73548 CPUtime=4.49
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 18706 0 0 0 441 8 0 0 25 0 1 0 161919504 75313152 17557 1992294400 4194304 5460562 548682068800 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 18387 17557 116 309 0 18074 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 78904

[startup+25.5016 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 27971
/proc/meminfo: memFree=1001656/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=73808 CPUtime=17.28
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 18796 0 0 0 1720 8 0 0 25 0 1 0 161919504 75579392 17630 1992294400 4194304 5460562 548682068800 18446744073709551615 4225828 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 18452 17630 116 309 0 18139 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 79164

[startup+51.1012 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 27971
/proc/meminfo: memFree=1001528/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=73940 CPUtime=42.85
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 18833 0 0 0 4277 8 0 0 25 0 1 0 161919504 75714560 17667 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27971/statm: 18485 17667 118 309 0 18172 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 79296

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27971
/proc/meminfo: memFree=995832/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=80092 CPUtime=94.03
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 20848 0 0 0 9393 10 0 0 25 0 1 0 161919504 82014208 19181 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 20023 19181 119 309 0 19710 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 85448

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27971
/proc/meminfo: memFree=981432/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=94784 CPUtime=153.99
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 24599 0 0 0 15386 13 0 0 25 0 1 0 161919504 97058816 22793 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 23696 22793 119 309 0 23383 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 100140

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27971
/proc/meminfo: memFree=968504/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=107460 CPUtime=213.97
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 27837 0 0 0 21381 16 0 0 25 0 1 0 161919504 110039040 26026 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 26865 26026 119 309 0 26552 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 112816

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27971
/proc/meminfo: memFree=955128/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=121704 CPUtime=273.94
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 31480 0 0 0 27376 18 0 0 25 0 1 0 161919504 124624896 29394 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 30426 29394 119 309 0 30113 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 127060

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27971
/proc/meminfo: memFree=939320/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=137240 CPUtime=333.91
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 35402 0 0 0 33370 21 0 0 25 0 1 0 161919504 140533760 33316 1992294400 4194304 5460562 548682068800 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 34310 33316 119 309 0 33997 0
Current children cumulated CPU time (s) 342.08

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


[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=728952/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350344 CPUtime=3332.49
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 93857 0 0 0 333182 67 0 0 25 0 1 0 161919504 358752256 85681 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87586 85681 119 309 0 87273 0
Current children cumulated CPU time (s) 3340.66
Current children cumulated vsize (KiB) 355700

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=728888/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350344 CPUtime=3392.46
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 93865 0 0 0 339179 67 0 0 25 0 1 0 161919504 358752256 85689 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87586 85689 119 309 0 87273 0
Current children cumulated CPU time (s) 3400.63
Current children cumulated vsize (KiB) 355700

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=728376/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3452.43
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 93965 0 0 0 345176 67 0 0 25 0 1 0 161919504 359276544 85789 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85789 119 309 0 87401 0
Current children cumulated CPU time (s) 3460.6
Current children cumulated vsize (KiB) 356212

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3512.4
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98079 0 0 0 351171 69 0 0 25 0 1 0 161919504 359276544 85839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85839 119 309 0 87401 0
Current children cumulated CPU time (s) 3520.57
Current children cumulated vsize (KiB) 356212

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3572.37
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98079 0 0 0 357168 69 0 0 25 0 1 0 161919504 359276544 85839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85839 119 309 0 87401 0
Current children cumulated CPU time (s) 3580.54
Current children cumulated vsize (KiB) 356212

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727928/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3632.34
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98081 0 0 0 363165 69 0 0 25 0 1 0 161919504 359276544 85841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85841 119 309 0 87401 0
Current children cumulated CPU time (s) 3640.51
Current children cumulated vsize (KiB) 356212

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

[startup+3660.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3650.73
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98081 0 0 0 365004 69 0 0 25 0 1 0 161919504 359276544 85841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85841 119 309 0 87401 0
Current children cumulated CPU time (s) 3658.9
Current children cumulated vsize (KiB) 356212

[startup+3686.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3676.32
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98081 0 0 0 367563 69 0 0 25 0 1 0 161919504 359276544 85841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85841 119 309 0 87401 0
Current children cumulated CPU time (s) 3684.49
Current children cumulated vsize (KiB) 356212

[startup+3692.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3682.72
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98081 0 0 0 368203 69 0 0 25 0 1 0 161919504 359276544 85841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85841 119 309 0 87401 0
Current children cumulated CPU time (s) 3690.89
Current children cumulated vsize (KiB) 356212

[startup+3695.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3685.91
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98081 0 0 0 368522 69 0 0 25 0 1 0 161919504 359276544 85841 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85841 119 309 0 87401 0
Current children cumulated CPU time (s) 3694.08
Current children cumulated vsize (KiB) 356212

[startup+3699.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3689.11
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98111 0 0 0 368842 69 0 0 25 0 1 0 161919504 359276544 85871 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85871 119 309 0 87401 0
Current children cumulated CPU time (s) 3697.28
Current children cumulated vsize (KiB) 356212

[startup+3700.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3690.71
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98111 0 0 0 369002 69 0 0 25 0 1 0 161919504 359276544 85871 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85871 119 309 0 87401 0
Current children cumulated CPU time (s) 3698.88
Current children cumulated vsize (KiB) 356212

[startup+3701.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=350856 CPUtime=3691.51
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98111 0 0 0 369082 69 0 0 25 0 1 0 161919504 359276544 85871 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 87714 85871 119 309 0 87401 0
Current children cumulated CPU time (s) 3699.68
Current children cumulated vsize (KiB) 356212

[startup+3701.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27979
/proc/meminfo: memFree=727992/2055920 swapFree=4181016/4192956
[pid=27968] ppid=27966 vsize=5356 CPUtime=8.17
/proc/27968/stat : 27968 (rsat.sh) S 27966 27968 27871 0 -1 4194304 312 60330 0 0 0 0 774 43 16 0 1 0 161918685 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27968/statm: 1339 241 199 169 0 50 0
[pid=27971] ppid=27968 vsize=320368 CPUtime=3691.71
/proc/27971/stat : 27971 (rsat) R 27968 27968 27871 0 -1 4194304 98112 0 0 0 369101 70 0 0 25 0 1 0 161919504 328056832 78900 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 0 0 0
/proc/27971/statm: 80092 78900 625 309 0 79779 0
Current children cumulated CPU time (s) 3699.88
Current children cumulated vsize (KiB) 325724

Child status: 20
Real time (s): 3701.77
CPU time (s): 3699.97
CPU user time (s): 3698.77
CPU system time (s): 1.20782
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 372596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3698.77
system time used= 1.20782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 8446

runsolver used 3.68544 second user time and 9.78151 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 10:21:59
IDJOB=1774769
IDBENCH=71011
IDSOLVER=615
FILE ID=node60/1774769-1241338917
PBS_JOBID= 9225470
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=968046700

node60.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	: 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.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:       1096920 kB
Buffers:         76008 kB
Cached:         778980 kB
SwapCached:       6096 kB
Active:          91004 kB
Inactive:       772736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1096920 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           28128 kB
Writeback:           0 kB
Mapped:          14252 kB
Slab:            81164 kB
Committed_AS:   722196 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= 66476 MiB
End job on node60 at 2009-05-03 11:23:41