Trace number 1723858

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 398.933 399.077

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   24658    57931 |    7397       0        0     nan |  0.000 % |
0.19/0.21	c |         0 |   10352    31518 |      --       0       --      -- |     --   | -12019/-20697
0.19/0.21	c ==============================================================================
0.19/0.21	c Result  :   #vars: 2123   #clauses: 10352   #literals: 31518
0.19/0.21	c CPU time:   0.19097 s
0.19/0.21	c ==============================================================================
0.19/0.22	c Rsat version 3.02
0.19/0.23	c Base unit clause learned: 0
398.83/399.06	c CNF stats: (2123 vars, 10352 clauses)
398.83/399.06	c Decisions: 1417759
398.83/399.06	c Conflicts: 1006054
398.83/399.06	c Restarts: 5
398.83/399.06	c Avg lpc: 32.13
398.83/399.06	c Max decision level: 74
398.83/399.06	c KB reduction: 77 (931675 clauses removed)
398.83/399.06	c Final decision lit size:2123 (100.00 %)
398.83/399.06	c Final stack/save sizes: 84(3.96 %)/168(7.91 %)
398.83/399.06	c Final cdc size: 200 (9.42 %)
398.83/399.06	c ***********************************************
398.83/399.06	c Conflicts with bac: 12549/1006054 (1.25 %)
398.83/399.06	c Avg bac size: 24.81
398.83/399.06	c Avg bac bt depth: 5.49 vs 1.15 (normal)
398.83/399.06	c Running time: 398.57041 seconds
398.83/399.07	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-1723858-1240689557/watcher-1723858-1240689557 -o /tmp/evaluation-result-1723858-1240689557/solver-1723858-1240689557 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723858-1240689557.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23733
/proc/meminfo: memFree=1736256/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96989642 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 240 199 169 0 50 0
[pid=23734] ppid=23733 vsize=1464 CPUtime=0
/proc/23734/stat : 23734 (SatElite) R 23733 23733 23266 0 -1 4194304 244 0 0 0 0 0 0 0 20 0 1 0 96989642 1499136 227 1992294400 4194304 4959918 548682068656 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 1 0 0
/proc/23734/statm: 366 227 64 186 0 176 0

[startup+0.0608741 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23733
/proc/meminfo: memFree=1736256/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96989642 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 240 199 169 0 50 0
[pid=23734] ppid=23733 vsize=7780 CPUtime=0.05
/proc/23734/stat : 23734 (SatElite) R 23733 23733 23266 0 -1 4194304 1749 0 0 0 4 1 0 0 20 0 1 0 96989642 7966720 1672 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/23734/statm: 1945 1672 92 186 0 1755 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13136

[startup+0.101881 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23733
/proc/meminfo: memFree=1736256/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96989642 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 240 199 169 0 50 0
[pid=23734] ppid=23733 vsize=8164 CPUtime=0.09
/proc/23734/stat : 23734 (SatElite) R 23733 23733 23266 0 -1 4194304 1841 0 0 0 8 1 0 0 20 0 1 0 96989642 8359936 1764 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/23734/statm: 2041 1764 92 186 0 1851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13520

[startup+0.301921 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23733
/proc/meminfo: memFree=1736256/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5356

[startup+0.701995 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23733
/proc/meminfo: memFree=1736256/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5356

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1733168/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=4432 CPUtime=1.26
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 679 0 0 0 126 0 0 0 25 0 1 0 96989665 4538368 656 1992294400 4194304 5460562 548682068784 18446744073709551615 4198027 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 1108 656 118 309 0 795 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9788

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1732720/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=4728 CPUtime=2.86
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 908 0 0 0 286 0 0 0 25 0 1 0 96989665 4841472 725 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 1182 725 118 309 0 869 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10084

[startup+6.30297 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1732080/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=5160 CPUtime=6.06
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 1285 0 0 0 606 0 0 0 25 0 1 0 96989665 5283840 837 1992294400 4194304 5460562 548682068784 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 1290 837 118 309 0 977 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10516

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1730928/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=6356 CPUtime=12.45
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 2405 0 0 0 1244 1 0 0 25 0 1 0 96989665 6508544 1113 1992294400 4194304 5460562 548682068784 18446744073709551615 4201726 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 1589 1113 118 309 0 1276 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11712

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1729968/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=7200 CPUtime=25.25
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 3733 0 0 0 2523 2 0 0 25 0 1 0 96989665 7372800 1345 1992294400 4194304 5460562 548682068784 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 1800 1345 118 309 0 1487 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12556

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1728240/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=9040 CPUtime=50.84
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 6728 0 0 0 5081 3 0 0 25 0 1 0 96989665 9256960 1774 1992294400 4194304 5460562 548682068784 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 2260 1774 118 309 0 1947 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14396

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1725296/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=12372 CPUtime=102.02
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 10169 0 0 0 10197 5 0 0 25 0 1 0 96989665 12668928 2521 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 3093 2521 118 309 0 2780 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17728

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1723504/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=14080 CPUtime=162
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 13512 0 0 0 16193 7 0 0 25 0 1 0 96989665 14417920 2984 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 3520 2984 118 309 0 3207 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19436

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 23742
/proc/meminfo: memFree=1720944/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=16792 CPUtime=221.98
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 16528 0 0 0 22189 9 0 0 25 0 1 0 96989665 17195008 3600 1992294400 4194304 5460562 548682068784 18446744073709551615 4211504 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 4198 3600 118 309 0 3885 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 22148

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1718640/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=18776 CPUtime=281.96
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 18335 0 0 0 28186 10 0 0 25 0 1 0 96989665 19226624 4206 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 4694 4206 118 309 0 4381 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 24132

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1718192/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=19328 CPUtime=341.94
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 19583 0 0 0 34183 11 0 0 25 0 1 0 96989665 19791872 4301 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 4832 4301 118 309 0 4519 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 24684

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717872/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=19328 CPUtime=357.94
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 20097 0 0 0 35782 12 0 0 25 0 1 0 96989665 19791872 4335 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 4832 4335 118 309 0 4519 0
Current children cumulated CPU time (s) 358.15
Current children cumulated vsize (KiB) 24684

[startup+383.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717680/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=20352 CPUtime=383.53
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21417 0 0 0 38341 12 0 0 25 0 1 0 96989665 20840448 4369 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5088 4369 118 309 0 4775 0
Current children cumulated CPU time (s) 383.74
Current children cumulated vsize (KiB) 25708

[startup+390.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717104/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=22144 CPUtime=389.92
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21678 0 0 0 38980 12 0 0 25 0 1 0 96989665 22675456 4630 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5536 4630 118 309 0 5223 0
Current children cumulated CPU time (s) 390.13
Current children cumulated vsize (KiB) 27500

[startup+393.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1716784/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=22144 CPUtime=393.12
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39300 12 0 0 25 0 1 0 96989665 22675456 4653 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5536 4653 118 309 0 5223 0
Current children cumulated CPU time (s) 393.33
Current children cumulated vsize (KiB) 27500

[startup+396.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1716720/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=22144 CPUtime=396.32
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39620 12 0 0 25 0 1 0 96989665 22675456 4653 1992294400 4194304 5460562 548682068784 18446744073709551615 4211555 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5536 4653 118 309 0 5223 0
Current children cumulated CPU time (s) 396.53
Current children cumulated vsize (KiB) 27500

[startup+398.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717936/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=20024 CPUtime=397.92
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39780 12 0 0 25 0 1 0 96989665 20504576 4306 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 398.13
Current children cumulated vsize (KiB) 25380

[startup+398.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717936/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=20024 CPUtime=398.32
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39820 12 0 0 25 0 1 0 96989665 20504576 4306 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 398.53
Current children cumulated vsize (KiB) 25380

[startup+398.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717936/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=20024 CPUtime=398.52
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39840 12 0 0 25 0 1 0 96989665 20504576 4306 1992294400 4194304 5460562 548682068784 18446744073709551615 4211562 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 398.73
Current children cumulated vsize (KiB) 25380

[startup+399.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23742
/proc/meminfo: memFree=1717936/2055920 swapFree=4181848/4192956
[pid=23733] ppid=23731 vsize=5356 CPUtime=0.21
/proc/23733/stat : 23733 (rsat.sh) S 23731 23733 23266 0 -1 4194304 315 1942 0 0 0 0 20 1 15 0 1 0 96989642 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1339 242 199 169 0 50 0
[pid=23736] ppid=23733 vsize=20024 CPUtime=398.62
/proc/23736/stat : 23736 (rsat) R 23733 23733 23266 0 -1 4194304 21701 0 0 0 39850 12 0 0 25 0 1 0 96989665 20504576 4306 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23736/statm: 5006 4306 118 309 0 4693 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 25380

Child status: 20
Real time (s): 399.077
CPU time (s): 398.933
CPU user time (s): 398.778
CPU system time (s): 0.154976
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 29820

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

runsolver used 0.461929 second user time and 0.995848 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 21:59:17
IDJOB=1723858
IDBENCH=71741
IDSOLVER=545
FILE ID=node4/1723858-1240689557
PBS_JOBID= 9186652
Free space on /tmp= 66208 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723858-1240689557/watcher-1723858-1240689557 -o /tmp/evaluation-result-1723858-1240689557/solver-1723858-1240689557 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1723858-1240689557.cnf HOME

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1925863187

node4.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.265
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.265
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:       1736736 kB
Buffers:         31824 kB
Cached:         227052 kB
SwapCached:       5372 kB
Active:          84880 kB
Inactive:       182332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736736 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:          13868 kB
Slab:            37980 kB
Committed_AS:   482996 kB
PageTables:       1468 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= 66200 MiB
End job on node4 at 2009-04-25 22:05:56