Trace number 1773009

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 529.683 530.026

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark471.155
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.09/0.20	c ==============================================================================
0.09/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.20	c ==============================================================================
0.09/0.20	c |         0 |  207960   486008 |   62388       0        0     nan |  0.000 % |
1.58/1.65	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.58/1.65	c ==============================================================================
1.58/1.65	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.58/1.65	c CPU time:   1.54976 s
1.58/1.65	c ==============================================================================
1.79/1.83	c Rsat version 3.02
1.82/1.91	c Base unit clause learned: 0
529.54/529.78	c CNF stats: (18081 vars, 121498 clauses)
529.54/529.78	c Decisions: 366582
529.54/529.78	c Conflicts: 245834
529.54/529.78	c Restarts: 6
529.54/529.78	c Avg lpc: 71.49
529.54/529.78	c Max decision level: 418
529.54/529.78	c KB reduction: 6 (182148 clauses removed)
529.54/529.78	c Final decision lit size:18081 (100.00 %)
529.54/529.78	c Final stack/save sizes: 720(3.98 %)/5760(31.86 %)
529.54/529.78	c Final cdc size: 1440 (7.96 %)
529.54/529.78	c ***********************************************
529.54/529.78	c Conflicts with bac: 2196/245834 (0.89 %)
529.54/529.78	c Avg bac size: 32.76
529.54/529.78	c Avg bac bt depth: 11.43 vs 1.33 (normal)
529.64/529.81	c Running time: 527.75377 seconds
529.64/529.81	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-1773009-1241330109/watcher-1773009-1241330109 -o /tmp/evaluation-result-1773009-1241330109/solver-1773009-1241330109 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773009-1241330109.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.92 0.98 0.99 3/64 27712
/proc/meminfo: memFree=1076216/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=1464 CPUtime=0
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 220 0 0 0 0 0 0 0 20 0 1 0 161044430 1499136 203 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 366 203 65 186 0 176 0

[startup+0.104991 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27712
/proc/meminfo: memFree=1076216/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=28772 CPUtime=0.09
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 6307 0 0 0 6 3 0 0 20 0 1 0 161044430 29462528 6290 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 7193 6291 66 186 0 7003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34128

[startup+0.202997 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27712
/proc/meminfo: memFree=1076216/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=52788 CPUtime=0.19
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 11298 0 0 0 13 6 0 0 20 0 1 0 161044430 54054912 11246 1992294400 4194304 4959918 548682068688 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 13197 11255 88 186 0 13007 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58144

[startup+0.303007 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27712
/proc/meminfo: memFree=1076216/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=55576 CPUtime=0.29
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 11954 0 0 0 22 7 0 0 21 0 1 0 161044430 56909824 11731 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 13894 11731 91 186 0 13704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60932

[startup+0.702054 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27712
/proc/meminfo: memFree=1076216/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=58472 CPUtime=0.69
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 12673 0 0 0 61 8 0 0 25 0 1 0 161044430 59875328 12450 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 14618 12450 91 186 0 14428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63828

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 27714
/proc/meminfo: memFree=1019880/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=0
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161044430 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 239 199 169 0 50 0
[pid=27713] ppid=27712 vsize=63276 CPUtime=1.48
/proc/27713/stat : 27713 (SatElite) R 27712 27712 27675 0 -1 4194304 13746 0 0 0 139 9 0 0 25 0 1 0 161044430 64794624 13455 1992294400 4194304 4959918 548682068688 18446744073709551615 4269140 0 0 4096 3 0 0 0 17 1 0 0
/proc/27713/statm: 15819 13455 92 186 0 15629 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68632

[startup+3.10127 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1056616/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=15056 CPUtime=1.26
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 3401 0 0 0 124 2 0 0 25 0 1 0 161044613 15417344 3239 1992294400 4194304 5460562 548682068800 18446744073709551615 4226284 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 3764 3239 116 309 0 3451 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20412

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1055400/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=15860 CPUtime=4.46
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 3592 0 0 0 444 2 0 0 25 0 1 0 161044613 16240640 3430 1992294400 4194304 5460562 548682068800 18446744073709551615 4225722 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 3965 3430 116 309 0 3652 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21216

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1054248/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=17168 CPUtime=10.85
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 3914 0 0 0 1083 2 0 0 25 0 1 0 161044613 17580032 3752 1992294400 4194304 5460562 548682068800 18446744073709551615 4214244 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 4292 3752 116 309 0 3979 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22524

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1052072/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=19500 CPUtime=23.65
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 4499 0 0 0 2362 3 0 0 25 0 1 0 161044613 19968000 4337 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 4875 4337 116 309 0 4562 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24856

[startup+51.1027 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1047144/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=24564 CPUtime=49.25
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 5820 0 0 0 4921 4 0 0 25 0 1 0 161044613 25153536 5592 1992294400 4194304 5460562 548682068800 18446744073709551615 4227788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 6141 5592 116 309 0 5828 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29920

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1041768/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=30088 CPUtime=100.44
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 7770 0 0 0 10039 5 0 0 25 0 1 0 161044613 30810112 6896 1992294400 4194304 5460562 548682068800 18446744073709551615 4226259 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 7522 6896 118 309 0 7209 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35444

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1039272/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32456 CPUtime=160.42
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 8849 0 0 0 16036 6 0 0 25 0 1 0 161044613 33234944 7495 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8114 7495 118 309 0 7801 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 37812

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1039272/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32456 CPUtime=220.41
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 9342 0 0 0 22035 6 0 0 25 0 1 0 161044613 33234944 7508 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8114 7508 118 309 0 7801 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37812

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1038888/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32832 CPUtime=280.39
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 9906 0 0 0 28032 7 0 0 25 0 1 0 161044613 33619968 7592 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8208 7592 118 309 0 7895 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38188

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27715
/proc/meminfo: memFree=1038896/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32832 CPUtime=340.38
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 9906 0 0 0 34031 7 0 0 25 0 1 0 161044613 33619968 7592 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8208 7592 118 309 0 7895 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 38188

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039088/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32576 CPUtime=400.35
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10357 0 0 0 40028 7 0 0 25 0 1 0 161044613 33357824 7563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8144 7563 118 309 0 7831 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 37932

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039088/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32576 CPUtime=460.34
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10357 0 0 0 46026 8 0 0 25 0 1 0 161044613 33357824 7563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8144 7563 118 309 0 7831 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 37932

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32448 CPUtime=520.32
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10813 0 0 0 52024 8 0 0 25 0 1 0 161044613 33226752 7539 1992294400 4194304 5460562 548682068800 18446744073709551615 4201707 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8112 7539 118 309 0 7799 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 37804

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

[startup+524.806 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32448 CPUtime=522.83
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10813 0 0 0 52275 8 0 0 25 0 1 0 161044613 33226752 7539 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8112 7539 118 309 0 7799 0
Current children cumulated CPU time (s) 524.65
Current children cumulated vsize (KiB) 37804

[startup+528.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32448 CPUtime=526.02
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10813 0 0 0 52594 8 0 0 25 0 1 0 161044613 33226752 7539 1992294400 4194304 5460562 548682068800 18446744073709551615 4202754 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8112 7539 118 309 0 7799 0
Current children cumulated CPU time (s) 527.84
Current children cumulated vsize (KiB) 37804

[startup+528.801 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32448 CPUtime=526.82
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10813 0 0 0 52674 8 0 0 25 0 1 0 161044613 33226752 7539 1992294400 4194304 5460562 548682068800 18446744073709551615 4226209 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8112 7539 118 309 0 7799 0
Current children cumulated CPU time (s) 528.64
Current children cumulated vsize (KiB) 37804

[startup+529.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5356 CPUtime=1.82
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 312 14023 0 0 0 0 170 12 16 0 1 0 161044430 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27712/statm: 1339 241 199 169 0 50 0
[pid=27715] ppid=27712 vsize=32448 CPUtime=527.62
/proc/27715/stat : 27715 (rsat) R 27712 27712 27675 0 -1 4194304 10813 0 0 0 52754 8 0 0 25 0 1 0 161044613 33226752 7539 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27715/statm: 8112 7539 118 309 0 7799 0
Current children cumulated CPU time (s) 529.44
Current children cumulated vsize (KiB) 37804

[startup+530.001 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27721
/proc/meminfo: memFree=1039152/2055920 swapFree=4181256/4192956
[pid=27712] ppid=27710 vsize=5360 CPUtime=529.66
/proc/27712/stat : 27712 (rsat.sh) S 27710 27712 27675 0 -1 4194304 340 24840 0 0 0 0 52945 21 18 0 1 0 161044430 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27712/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 529.66
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 530.026
CPU time (s): 529.683
CPU user time (s): 529.46
CPU system time (s): 0.223965
CPU usage (%): 99.9353
Max. virtual memory (cumulated for all children) (KiB): 68632

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

runsolver used 0.599908 second user time and 1.3338 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-03 07:55:09
IDJOB=1773009
IDBENCH=20425
IDSOLVER=615
FILE ID=node14/1773009-1241330109
PBS_JOBID= 9225409
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1917280155

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1076696 kB
Buffers:         87508 kB
Cached:         785056 kB
SwapCached:       5520 kB
Active:         133428 kB
Inactive:       746900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076696 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:            9280 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            84888 kB
Committed_AS:   643148 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node14 at 2009-05-03 08:03:59