Trace number 1732982

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 195.179 195.286

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3421
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   38430   456120 |   11529       0        0     nan |  0.000 % |
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 45   #clauses: 38430   #literals: 456120
0.00/0.06	c CPU time:   0.053991 s
0.00/0.06	c ==============================================================================
0.09/0.18	c Rsat version 3.02
0.18/0.24	c Base unit clause learned: 0
195.08/195.27	c CNF stats: (45 vars, 38430 clauses)
195.08/195.27	c Decisions: 869129
195.08/195.27	c Conflicts: 705312
195.08/195.27	c Restarts: 1
195.08/195.27	c Avg lpc: 15.03
195.08/195.27	c Max decision level: 29
195.08/195.27	c KB reduction: 37 (638177 clauses removed)
195.08/195.27	c Final decision lit size:45 (100.00 %)
195.08/195.27	c Final stack/save sizes: 20(44.44 %)/20(44.44 %)
195.08/195.27	c Final cdc size: 100 (222.22 %)
195.08/195.27	c ***********************************************
195.08/195.27	c Conflicts with bac: 4124/705312 (0.58 %)
195.08/195.27	c Avg bac size: 13.64
195.08/195.27	c Avg bac bt depth: 3.48 vs 1.07 (normal)
195.08/195.27	c Running time: 194.90737 seconds
195.08/195.28	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-1732982-1240784409/watcher-1732982-1240784409 -o /tmp/evaluation-result-1732982-1240784409/solver-1732982-1240784409 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1732982-1240784409.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.03 1.19 3/64 25039
/proc/meminfo: memFree=1532040/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106473859 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 240 199 169 0 50 0
[pid=25040] ppid=25039 vsize=1128 CPUtime=0
/proc/25040/stat : 25040 (SatElite) R 25039 25039 24547 0 -1 4194304 134 0 0 0 0 0 0 0 19 0 1 0 106473859 1155072 117 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/25040/statm: 282 117 64 186 0 92 0

[startup+0.013432 s]
/proc/loadavg: 1.00 1.03 1.19 3/64 25039
/proc/meminfo: memFree=1532040/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106473859 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 240 199 169 0 50 0
[pid=25040] ppid=25039 vsize=1836 CPUtime=0
/proc/25040/stat : 25040 (SatElite) R 25039 25039 24547 0 -1 4194304 303 0 0 0 0 0 0 0 19 0 1 0 106473859 1880064 286 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/25040/statm: 459 287 64 186 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7192

[startup+0.101446 s]
/proc/loadavg: 1.00 1.03 1.19 3/64 25039
/proc/meminfo: memFree=1532040/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 106473859 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 240 199 169 0 50 0
[pid=25040] ppid=25039 vsize=9004 CPUtime=0.09
/proc/25040/stat : 25040 (SatElite) R 25039 25039 24547 0 -1 4194304 2004 0 0 0 9 0 0 0 19 0 1 0 106473859 9220096 1987 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/25040/statm: 2251 1987 90 186 0 2061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14360

[startup+0.301485 s]
/proc/loadavg: 1.00 1.03 1.19 3/64 25039
/proc/meminfo: memFree=1532040/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+0.701549 s]
/proc/loadavg: 1.00 1.03 1.19 3/64 25039
/proc/meminfo: memFree=1532040/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 1.00 1.03 1.19 2/66 25042
/proc/meminfo: memFree=1524024/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=9696 CPUtime=1.3
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 1888 0 0 0 129 1 0 0 25 0 1 0 106473877 9928704 1869 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 2424 1869 116 309 0 2111 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15052

[startup+3.10192 s]
/proc/loadavg: 1.00 1.03 1.19 2/66 25042
/proc/meminfo: memFree=1523000/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=10048 CPUtime=2.9
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 2241 0 0 0 289 1 0 0 25 0 1 0 106473877 10289152 1994 1992294400 4194304 5460562 548682068784 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 2512 1994 118 309 0 2199 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15404

[startup+6.30143 s]
/proc/loadavg: 1.00 1.03 1.19 2/66 25042
/proc/meminfo: memFree=1522232/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=10112 CPUtime=6.1
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 2665 0 0 0 609 1 0 0 25 0 1 0 106473877 10354688 2015 1992294400 4194304 5460562 548682068784 18446744073709551615 4210702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 2528 2015 118 309 0 2215 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15468

[startup+12.7015 s]
/proc/loadavg: 1.00 1.03 1.19 2/66 25042
/proc/meminfo: memFree=1521592/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=10872 CPUtime=12.49
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 3672 0 0 0 1248 1 0 0 25 0 1 0 106473877 11132928 2189 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 2718 2189 118 309 0 2405 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16228

[startup+25.5015 s]
/proc/loadavg: 1.00 1.02 1.18 2/66 25042
/proc/meminfo: memFree=1520632/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=11964 CPUtime=25.29
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 5305 0 0 0 2527 2 0 0 25 0 1 0 106473877 12251136 2477 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 2991 2477 118 309 0 2678 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17320

[startup+51.1016 s]
/proc/loadavg: 1.00 1.02 1.18 2/66 25042
/proc/meminfo: memFree=1519736/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=12860 CPUtime=50.87
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 7147 0 0 0 5084 3 0 0 25 0 1 0 106473877 13168640 2700 1992294400 4194304 5460562 548682068784 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3215 2700 118 309 0 2902 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18216

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.17 2/66 25042
/proc/meminfo: memFree=1518520/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14912 CPUtime=102.05
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 10799 0 0 0 10200 5 0 0 25 0 1 0 106473877 15269888 3056 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3728 3056 118 309 0 3415 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 20268

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 25042
/proc/meminfo: memFree=1516984/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=15804 CPUtime=162.02
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 13999 0 0 0 16195 7 0 0 25 0 1 0 106473877 16183296 3376 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3951 3376 118 309 0 3638 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 21160

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1517432/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=15292 CPUtime=178.81
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 14373 0 0 0 17874 7 0 0 25 0 1 0 106473877 15659008 3270 1992294400 4194304 5460562 548682068784 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3823 3270 118 309 0 3510 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 20648

[startup+185.501 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518392/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14316 CPUtime=185.2
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 14962 0 0 0 18513 7 0 0 25 0 1 0 106473877 14659584 3035 1992294400 4194304 5460562 548682068784 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3579 3035 119 309 0 3266 0
Current children cumulated CPU time (s) 185.38
Current children cumulated vsize (KiB) 19672

[startup+191.902 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518392/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14508 CPUtime=191.6
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 14964 0 0 0 19153 7 0 0 25 0 1 0 106473877 14856192 3037 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3627 3037 119 309 0 3314 0
Current children cumulated CPU time (s) 191.78
Current children cumulated vsize (KiB) 19864

[startup+193.501 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518392/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14508 CPUtime=193.2
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 14996 0 0 0 19313 7 0 0 25 0 1 0 106473877 14856192 3069 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3627 3069 119 309 0 3314 0
Current children cumulated CPU time (s) 193.38
Current children cumulated vsize (KiB) 19864

[startup+194.301 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518392/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14892 CPUtime=194
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 15032 0 0 0 19393 7 0 0 25 0 1 0 106473877 15249408 3105 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3723 3105 119 309 0 3410 0
Current children cumulated CPU time (s) 194.18
Current children cumulated vsize (KiB) 20248

[startup+194.706 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518328/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14832 CPUtime=194.4
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 15032 0 0 0 19433 7 0 0 25 0 1 0 106473877 15187968 3090 1992294400 4194304 5460562 548682068784 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3708 3090 119 309 0 3395 0
Current children cumulated CPU time (s) 194.58
Current children cumulated vsize (KiB) 20188

[startup+195.102 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518328/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14568 CPUtime=194.8
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 15032 0 0 0 19473 7 0 0 25 0 1 0 106473877 14917632 3050 1992294400 4194304 5460562 548682068784 18446744073709551615 4873703 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3642 3050 119 309 0 3329 0
Current children cumulated CPU time (s) 194.98
Current children cumulated vsize (KiB) 19924

[startup+195.202 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 25042
/proc/meminfo: memFree=1518328/2055920 swapFree=4181132/4192956
[pid=25039] ppid=25037 vsize=5356 CPUtime=0.18
/proc/25039/stat : 25039 (rsat.sh) S 25037 25039 24547 0 -1 4194304 315 2007 0 0 0 0 17 1 17 0 1 0 106473859 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25039/statm: 1339 242 199 169 0 50 0
[pid=25042] ppid=25039 vsize=14332 CPUtime=194.9
/proc/25042/stat : 25042 (rsat) R 25039 25039 24547 0 -1 4194304 15032 0 0 0 19483 7 0 0 25 0 1 0 106473877 14675968 3006 1992294400 4194304 5460562 548682068784 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25042/statm: 3583 3006 119 309 0 3270 0
Current children cumulated CPU time (s) 195.08
Current children cumulated vsize (KiB) 19688

Child status: 20
Real time (s): 195.286
CPU time (s): 195.179
CPU user time (s): 195.082
CPU system time (s): 0.096985
CPU usage (%): 99.9453
Max. virtual memory (cumulated for all children) (KiB): 23208

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

runsolver used 0.179972 second user time and 0.540917 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-27 00:20:09
IDJOB=1732982
IDBENCH=71131
IDSOLVER=545
FILE ID=node26/1732982-1240784409
PBS_JOBID= 9187236
Free space on /tmp= 66108 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732982-1240784409/watcher-1732982-1240784409 -o /tmp/evaluation-result-1732982-1240784409/solver-1732982-1240784409 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1732982-1240784409.cnf HOME

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=2027192756

node26.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.261
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.261
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:       1532520 kB
Buffers:         62716 kB
Cached:         382840 kB
SwapCached:       5692 kB
Active:         146160 kB
Inactive:       307616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532520 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            7096 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            55668 kB
Committed_AS:   388132 kB
PageTables:       1368 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= 66100 MiB
End job on node26 at 2009-04-27 00:23:24