Trace number 1772999

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 749.992 750.306

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.376
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

0.00/0.00	c Parsing...
1.29/1.30	c ==============================================================================
1.29/1.30	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.30	c ==============================================================================
1.29/1.30	c |         0 | 1363529  3183304 |  409058       0        0     nan |  0.000 % |
22.58/22.60	c |         0 |  791939  2743161 |      --       0       --      -- |     --   | -571590/-440143
22.58/22.61	c ==============================================================================
22.58/22.61	c Result  :   #vars: 120512   #clauses: 791939   #literals: 2743161
22.58/22.61	c CPU time:   21.9297 s
22.58/22.61	c ==============================================================================
23.68/23.75	c Rsat version 3.02
24.27/24.36	c Base unit clause learned: 0
749.67/750.08	c CNF stats: (120512 vars, 791939 clauses)
749.67/750.08	c Decisions: 53633
749.67/750.08	c Conflicts: 37537
749.67/750.08	c Restarts: 2
749.67/750.08	c Avg lpc: 113.92
749.67/750.08	c Max decision level: 653
749.67/750.08	c KB reduction: 0 (0 clauses removed)
749.67/750.08	c Final decision lit size:5 (0.00 %)
749.67/750.08	c Final stack/save sizes: 2410(2.00 %)/38560(32.00 %)
749.67/750.08	c Final cdc size: 4820 (4.00 %)
749.67/750.08	c ***********************************************
749.67/750.08	c Conflicts with bac: 304/37537 (0.81 %)
749.67/750.08	c Avg bac size: 22.80
749.67/750.08	c Avg bac bt depth: 12.74 vs 1.27 (normal)
749.88/750.26	c Running time: 726.06762 seconds
749.88/750.27	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-1772999-1241330055/watcher-1772999-1241330055 -o /tmp/evaluation-result-1772999-1241330055/solver-1772999-1241330055 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772999-1241330055.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 28742
/proc/meminfo: memFree=1489904/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) R 28740 28742 28496 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28742/statm: 1339 238 198 169 0 50 0
[pid=28743] ppid=28742 vsize=1596 CPUtime=0
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 238 0 0 0 0 0 0 0 18 0 1 0 161039182 1634304 221 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 399 223 65 186 0 209 0

[startup+0.0534389 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28742
/proc/meminfo: memFree=1489904/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=14540 CPUtime=0.04
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 3329 0 0 0 3 1 0 0 19 0 1 0 161039182 14888960 3312 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 3635 3316 65 186 0 3445 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19896

[startup+0.102434 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28742
/proc/meminfo: memFree=1489904/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=28008 CPUtime=0.08
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 6444 0 0 0 6 2 0 0 19 0 1 0 161039182 28680192 6427 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 7002 6427 65 186 0 6812 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33364

[startup+0.302458 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28742
/proc/meminfo: memFree=1489904/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=89476 CPUtime=0.29
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 18438 0 0 0 20 9 0 0 21 0 1 0 161039182 91623424 18421 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 22369 18424 66 186 0 22179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94832

[startup+0.701496 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28742
/proc/meminfo: memFree=1489904/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=194160 CPUtime=0.69
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 41903 0 0 0 48 21 0 0 25 0 1 0 161039182 198819840 41886 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 48540 41889 66 186 0 48350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 199516

[startup+1.50158 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 28744
/proc/meminfo: memFree=1250976/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=317056 CPUtime=1.49
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 75184 0 0 0 113 36 0 0 25 0 1 0 161039182 324665344 74054 1992294400 4194304 4959918 548682068688 18446744073709551615 4241768 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 79264 74054 91 186 0 79074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 322412

[startup+3.10174 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 28744
/proc/meminfo: memFree=1188832/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=324892 CPUtime=3.09
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 76736 0 0 0 269 40 0 0 25 0 1 0 161039182 332689408 75606 1992294400 4194304 4959918 548682068688 18446744073709551615 4412500 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 81223 75606 91 186 0 81033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 330248

[startup+6.30107 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 28744
/proc/meminfo: memFree=1169888/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=338476 CPUtime=6.28
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 79663 0 0 0 582 46 0 0 25 0 1 0 161039182 346599424 78533 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 84619 78533 91 186 0 84429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 343832

[startup+12.7017 s]
/proc/loadavg: 1.22 1.03 1.01 2/66 28744
/proc/meminfo: memFree=1138528/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161039182 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28742/statm: 1339 239 199 169 0 50 0
[pid=28743] ppid=28742 vsize=356520 CPUtime=12.69
/proc/28743/stat : 28743 (SatElite) R 28742 28742 28496 0 -1 4194304 83597 0 0 0 1210 59 0 0 25 0 1 0 161039182 365076480 82467 1992294400 4194304 4959918 548682068688 18446744073709551615 4403770 0 0 4096 3 0 0 0 17 0 0 0
/proc/28743/statm: 89130 82467 91 186 0 88940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 361876

[startup+25.502 s]
/proc/loadavg: 1.26 1.05 1.01 2/66 28745
/proc/meminfo: memFree=1371040/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=76772 CPUtime=1.73
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 19305 0 0 0 164 9 0 0 25 0 1 0 161041557 78614528 17961 1992294400 4194304 5460562 548682068800 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 19193 17961 111 309 0 18880 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 82128

[startup+51.1027 s]
/proc/loadavg: 1.15 1.04 1.01 2/66 28745
/proc/meminfo: memFree=1363680/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=82964 CPUtime=27.32
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 21881 0 0 0 2721 11 0 0 25 0 1 0 161041557 84955136 19798 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 20741 19798 116 309 0 20428 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 88320

[startup+102.307 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 28745
/proc/meminfo: memFree=1360864/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=85704 CPUtime=78.51
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 22571 0 0 0 7839 12 0 0 25 0 1 0 161041557 87760896 20488 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 21426 20488 116 309 0 21113 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 91060

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 28745
/proc/meminfo: memFree=1359840/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=86752 CPUtime=138.48
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 22828 0 0 0 13836 12 0 0 25 0 1 0 161041557 88834048 20745 1992294400 4194304 5460562 548682068800 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 21688 20745 116 309 0 21375 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 92108

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 28745
/proc/meminfo: memFree=1359456/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=87052 CPUtime=198.45
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 22924 0 0 0 19833 12 0 0 25 0 1 0 161041557 89141248 20841 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 21763 20841 116 309 0 21450 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 92408

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 28745
/proc/meminfo: memFree=1358496/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=87944 CPUtime=258.43
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 23275 0 0 0 25831 12 0 0 25 0 1 0 161041557 90054656 21088 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 21986 21088 116 309 0 21673 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 93300

[startup+342.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 28745
/proc/meminfo: memFree=1358496/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=87944 CPUtime=318.4
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 23286 0 0 0 31828 12 0 0 25 0 1 0 161041557 90054656 21099 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 21986 21099 116 309 0 21673 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 93300

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28745
/proc/meminfo: memFree=1357984/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=88444 CPUtime=378.38
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 23420 0 0 0 37826 12 0 0 25 0 1 0 161041557 90566656 21233 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28745/statm: 22111 21233 116 309 0 21798 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 93800

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28751
/proc/meminfo: memFree=1356832/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=89428 CPUtime=438.35
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 23701 0 0 0 43822 13 0 0 25 0 1 0 161041557 91574272 21514 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22357 21514 116 309 0 22044 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 94784

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28751
/proc/meminfo: memFree=1355552/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=498.33
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24034 0 0 0 49820 13 0 0 25 0 1 0 161041557 93077504 21847 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21847 116 309 0 22411 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 96252

[startup+582.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 28751
/proc/meminfo: memFree=1355552/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=558.3
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24040 0 0 0 55817 13 0 0 25 0 1 0 161041557 93077504 21853 1992294400 4194304 5460562 548682068800 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28745/statm: 22724 21853 116 309 0 22411 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 96252

[startup+642.302 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 28751
/proc/meminfo: memFree=1355552/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=618.28
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24040 0 0 0 61815 13 0 0 25 0 1 0 161041557 93077504 21853 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21853 116 309 0 22411 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 96252

[startup+702.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=678.26
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24041 0 0 0 67813 13 0 0 25 0 1 0 161041557 93077504 21854 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21854 116 309 0 22411 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 96252

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

[startup+716.701 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=692.65
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 69252 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 716.38
Current children cumulated vsize (KiB) 96252

[startup+729.501 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=705.44
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 70531 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 729.17
Current children cumulated vsize (KiB) 96252

[startup+742.302 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=718.24
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 71811 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 741.97
Current children cumulated vsize (KiB) 96252

[startup+745.501 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=721.44
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 72131 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4226232 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 745.17
Current children cumulated vsize (KiB) 96252

[startup+748.701 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=724.64
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 72451 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 748.37
Current children cumulated vsize (KiB) 96252

[startup+749.502 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=725.44
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 72531 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 749.17
Current children cumulated vsize (KiB) 96252

[startup+749.902 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5356 CPUtime=23.73
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 312 91715 0 0 0 0 2294 79 16 0 1 0 161039182 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 241 199 169 0 50 0
[pid=28745] ppid=28742 vsize=90896 CPUtime=725.84
/proc/28745/stat : 28745 (rsat) R 28742 28742 28496 0 -1 4194304 24042 0 0 0 72571 13 0 0 25 0 1 0 161041557 93077504 21855 1992294400 4194304 5460562 548682068800 18446744073709551615 4226074 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28745/statm: 22724 21855 116 309 0 22411 0
Current children cumulated CPU time (s) 749.57
Current children cumulated vsize (KiB) 96252

[startup+750.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 28751
/proc/meminfo: memFree=1355360/2055920 swapFree=4180888/4192956
[pid=28742] ppid=28740 vsize=5360 CPUtime=749.96
/proc/28742/stat : 28742 (rsat.sh) S 28740 28742 28496 0 -1 4194304 340 115761 0 0 0 0 74901 95 19 0 1 0 161039182 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 749.96
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 750.306
CPU time (s): 749.992
CPU user time (s): 749.01
CPU system time (s): 0.98185
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 401836

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

runsolver used 0.728889 second user time and 2.00869 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-03 07:54:17
IDJOB=1772999
IDBENCH=20424
IDSOLVER=615
FILE ID=node24/1772999-1241330055
PBS_JOBID= 9225379
Free space on /tmp= 66516 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772999-1241330055/watcher-1772999-1241330055 -o /tmp/evaluation-result-1772999-1241330055/solver-1772999-1241330055 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772999-1241330055.cnf HOME

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1485387986

node24.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.232
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.232
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:       1490392 kB
Buffers:         92696 kB
Cached:         361328 kB
SwapCached:       5860 kB
Active:         112936 kB
Inactive:       349460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490392 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:           30276 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            89068 kB
Committed_AS:   711376 kB
PageTables:       1452 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= 66512 MiB
End job on node24 at 2009-05-03 08:06:47