Trace number 1774739

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 1069.41 1069.74

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.298
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.92	c ==============================================================================
0.89/0.92	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.92	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.92	c ==============================================================================
0.89/0.92	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.28/5.36	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.28/5.36	c ==============================================================================
5.28/5.36	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.28/5.36	c CPU time:   5.09422 s
5.28/5.36	c ==============================================================================
5.97/6.03	c Rsat version 3.02
6.00/6.49	c Base unit clause learned: 0
1069.16/1069.56	c CNF stats: (85935 vars, 546996 clauses)
1069.16/1069.56	c Decisions: 1716397
1069.16/1069.56	c Conflicts: 298638
1069.16/1069.56	c Restarts: 186
1069.16/1069.56	c Avg lpc: 165.44
1069.16/1069.56	c Max decision level: 3226
1069.16/1069.56	c KB reduction: 1 (171190 clauses removed)
1069.16/1069.56	c Final decision lit size:85935 (100.00 %)
1069.16/1069.56	c Final stack/save sizes: 859(1.00 %)/6872(8.00 %)
1069.16/1069.56	c Final cdc size: 3436 (4.00 %)
1069.16/1069.56	c ***********************************************
1069.16/1069.56	c Conflicts with bac: 17961/298638 (6.01 %)
1069.16/1069.56	c Avg bac size: 76.10
1069.16/1069.56	c Avg bac bt depth: 31.81 vs 3.96 (normal)
1069.35/1069.71	c Running time: 1062.84542 seconds
1069.35/1069.72	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-1774739-1241338877/watcher-1774739-1241338877 -o /tmp/evaluation-result-1774739-1241338877/solver-1774739-1241338877 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774739-1241338877.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: 0.99 0.98 0.99 3/64 3384
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) R 3382 3384 3286 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3384/statm: 1339 238 198 169 0 50 0
[pid=3385] ppid=3384 vsize=2172 CPUtime=0
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 323 0 0 0 0 0 0 0 18 0 1 0 161921011 2224128 306 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/3385/statm: 543 308 64 186 0 353 0

[startup+0.076387 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3384
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=36484 CPUtime=0.06
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 5610 0 0 0 4 2 0 0 19 0 1 0 161921011 37359616 5513 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 0 0 0
/proc/3385/statm: 9121 5515 64 186 0 8931 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41840

[startup+0.10139 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3384
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=42276 CPUtime=0.09
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 7022 0 0 0 6 3 0 0 19 0 1 0 161921011 43290624 6925 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3385/statm: 10569 6927 64 186 0 10379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47632

[startup+0.30141 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3384
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=74256 CPUtime=0.28
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 14653 0 0 0 21 7 0 0 21 0 1 0 161921011 76038144 14556 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3385/statm: 18564 14557 64 186 0 18374 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 79612

[startup+0.701454 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3384
/proc/meminfo: memFree=1721328/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=131724 CPUtime=0.69
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 29664 0 0 0 53 16 0 0 25 0 1 0 161921011 134885376 29567 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3385/statm: 32931 29572 66 186 0 32741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137080

[startup+1.50255 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3386
/proc/meminfo: memFree=1592672/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=153220 CPUtime=1.49
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 35138 0 0 0 130 19 0 0 25 0 1 0 161921011 156897280 33373 1992294400 4194304 4959918 548682068688 18446744073709551615 4269984 0 0 4096 3 0 0 0 17 1 0 0
/proc/3385/statm: 38305 33373 92 186 0 38115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158576

[startup+3.10153 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3386
/proc/meminfo: memFree=1574880/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=0
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161921011 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3384/statm: 1339 239 199 169 0 50 0
[pid=3385] ppid=3384 vsize=174280 CPUtime=3.07
/proc/3385/stat : 3385 (SatElite) R 3384 3384 3286 0 -1 4194304 40481 0 0 0 285 22 0 0 25 0 1 0 161921011 178462720 38576 1992294400 4194304 4959918 548682068688 18446744073709551615 4269264 0 0 4096 3 0 0 0 17 1 0 0
/proc/3385/statm: 43570 38576 92 186 0 43380 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 179636

[startup+6.30187 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3386
/proc/meminfo: memFree=1569760/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 5356

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1657192/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=51556 CPUtime=6.66
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 12762 0 0 0 661 5 0 0 25 0 1 0 161921614 52793344 11986 1992294400 4194304 5460562 548682068800 18446744073709551615 4204431 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 12889 11986 116 309 0 12576 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56912

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1657136/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=51620 CPUtime=19.45
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 12815 0 0 0 1940 5 0 0 25 0 1 0 161921614 52858880 12039 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 12905 12039 118 309 0 12592 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 56976

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1655792/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=53496 CPUtime=45.02
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 13572 0 0 0 4496 6 0 0 25 0 1 0 161921614 54779904 12437 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 13374 12437 119 309 0 13061 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 58852

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1643504/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=65916 CPUtime=96.21
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 16744 0 0 0 9612 9 0 0 25 0 1 0 161921614 67497984 15479 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 16479 15479 119 309 0 16166 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 71272

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1628336/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=80680 CPUtime=156.19
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 20553 0 0 0 15605 14 0 0 25 0 1 0 161921614 82616320 19288 1992294400 4194304 5460562 548682068800 18446744073709551615 4200413 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 20170 19288 119 309 0 19857 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 86036

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1609776/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=99916 CPUtime=216.18
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 25441 0 0 0 21599 19 0 0 25 0 1 0 161921614 102313984 23918 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 24979 23918 119 309 0 24666 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 105272

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1593136/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=116280 CPUtime=276.16
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 29612 0 0 0 27593 23 0 0 25 0 1 0 161921614 119070720 28085 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 29070 28085 119 309 0 28757 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 121636

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1577072/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=131928 CPUtime=336.14
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 33612 0 0 0 33586 28 0 0 25 0 1 0 161921614 135094272 32082 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 32982 32082 119 309 0 32669 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 137284

[startup+402.302 s]

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


[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1522096/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=187940 CPUtime=576.08
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 47883 0 0 0 57567 41 0 0 25 0 1 0 161921614 192450560 45778 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 46985 45778 119 309 0 46672 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 193296

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1511408/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=198300 CPUtime=636.07
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 50555 0 0 0 63563 44 0 0 25 0 1 0 161921614 203059200 48418 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 49575 48418 119 309 0 49262 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 203656

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1499952/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=209616 CPUtime=696.05
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 53497 0 0 0 69558 47 0 0 25 0 1 0 161921614 214646784 51297 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 52404 51297 119 309 0 52091 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 214972

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3387
/proc/meminfo: memFree=1493616/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215540 CPUtime=756.04
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57126 0 0 0 75555 49 0 0 25 0 1 0 161921614 220712960 52812 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53885 52812 119 309 0 53572 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 220896

[startup+822.302 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 3387
/proc/meminfo: memFree=1493616/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215540 CPUtime=816.02
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57126 0 0 0 81553 49 0 0 25 0 1 0 161921614 220712960 52812 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53885 52812 119 309 0 53572 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 220896

[startup+882.301 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 3387
/proc/meminfo: memFree=1493616/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215540 CPUtime=876
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57131 0 0 0 87551 49 0 0 25 0 1 0 161921614 220712960 52817 1992294400 4194304 5460562 548682068800 18446744073709551615 4226306 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53885 52817 119 309 0 53572 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 220896

[startup+942.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 3387
/proc/meminfo: memFree=1493616/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215540 CPUtime=935.98
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57135 0 0 0 93549 49 0 0 25 0 1 0 161921614 220712960 52821 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53885 52821 119 309 0 53572 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 220896

[startup+1002.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 3387
/proc/meminfo: memFree=1493616/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215812 CPUtime=995.98
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57146 0 0 0 99548 50 0 0 25 0 1 0 161921614 220991488 52832 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53953 52832 119 309 0 53640 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 221168

[startup+1062.3 s]
/proc/loadavg: 1.09 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493680/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215812 CPUtime=1055.96
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57146 0 0 0 105546 50 0 0 25 0 1 0 161921614 220991488 52832 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53953 52832 119 309 0 53640 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 221168

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

[startup+1065.5 s]
/proc/loadavg: 1.09 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493680/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=215812 CPUtime=1059.16
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57146 0 0 0 105866 50 0 0 25 0 1 0 161921614 220991488 52832 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 53953 52832 119 309 0 53640 0
Current children cumulated CPU time (s) 1065.16
Current children cumulated vsize (KiB) 221168

[startup+1067.1 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493424/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=216068 CPUtime=1060.76
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57210 0 0 0 106026 50 0 0 25 0 1 0 161921614 221253632 52896 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 54017 52896 119 309 0 53704 0
Current children cumulated CPU time (s) 1066.76
Current children cumulated vsize (KiB) 221424

[startup+1068.7 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493424/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=216068 CPUtime=1062.36
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57210 0 0 0 106186 50 0 0 25 0 1 0 161921614 221253632 52896 1992294400 4194304 5460562 548682068800 18446744073709551615 4211555 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 54017 52896 119 309 0 53704 0
Current children cumulated CPU time (s) 1068.36
Current children cumulated vsize (KiB) 221424

[startup+1069.5 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493424/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=216068 CPUtime=1063.16
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57210 0 0 0 106266 50 0 0 25 0 1 0 161921614 221253632 52896 1992294400 4194304 5460562 548682068800 18446744073709551615 4211552 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 54017 52896 119 309 0 53704 0
Current children cumulated CPU time (s) 1069.16
Current children cumulated vsize (KiB) 221424

[startup+1069.7 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 3387
/proc/meminfo: memFree=1493424/2055920 swapFree=4191900/4192956
[pid=3384] ppid=3382 vsize=5356 CPUtime=6
/proc/3384/stat : 3384 (rsat.sh) S 3382 3384 3286 0 -1 4194304 312 45302 0 0 0 0 568 32 16 0 1 0 161921011 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3384/statm: 1339 241 199 169 0 50 0
[pid=3387] ppid=3384 vsize=131144 CPUtime=1063.35
/proc/3387/stat : 3387 (rsat) R 3384 3384 3286 0 -1 4194304 57211 0 0 0 106284 51 0 0 25 0 1 0 161921614 134291456 32077 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3387/statm: 32786 32077 4169 309 0 32473 0
Current children cumulated CPU time (s) 1069.35
Current children cumulated vsize (KiB) 136500

Child status: 20
Real time (s): 1069.74
CPU time (s): 1069.41
CPU user time (s): 1068.54
CPU system time (s): 0.876866
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 229104

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

runsolver used 1.20582 second user time and 2.68959 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-03 10:21:18
IDJOB=1774739
IDBENCH=71008
IDSOLVER=615
FILE ID=node21/1774739-1241338877
PBS_JOBID= 9225472
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=44006956

node21.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.233
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.233
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:       1721808 kB
Buffers:         57324 kB
Cached:         184700 kB
SwapCached:        260 kB
Active:         101168 kB
Inactive:       154152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721808 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           20676 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            64840 kB
Committed_AS:   777164 kB
PageTables:       1384 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= 66464 MiB
End job on node21 at 2009-05-03 10:39:08