Trace number 1775259

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 145.484 145.552

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.2212
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.69/0.71	c ==============================================================================
0.69/0.71	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.71	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.71	c ==============================================================================
0.69/0.71	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.39/4.49	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.39/4.49	c ==============================================================================
4.39/4.49	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.39/4.49	c CPU time:   4.17037 s
4.39/4.49	c ==============================================================================
4.89/4.99	c Rsat version 3.02
4.98/5.23	c Base unit clause learned: 0
145.32/145.43	c CNF stats: (39231 vars, 302951 clauses)
145.32/145.43	c Decisions: 2749825
145.32/145.43	c Conflicts: 394242
145.32/145.43	c Restarts: 126
145.32/145.43	c Avg lpc: 31.23
145.32/145.43	c Max decision level: 2344
145.32/145.43	c KB reduction: 4 (272612 clauses removed)
145.32/145.43	c Final decision lit size:39231 (100.00 %)
145.32/145.43	c Final stack/save sizes: 392(1.00 %)/784(2.00 %)
145.32/145.43	c Final cdc size: 784 (2.00 %)
145.32/145.43	c ***********************************************
145.32/145.43	c Conflicts with bac: 52881/394242 (13.41 %)
145.32/145.43	c Avg bac size: 15.44
145.32/145.43	c Avg bac bt depth: 20.39 vs 4.78 (normal)
145.42/145.52	c Running time: 140.36666 seconds
145.42/145.53	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-1775259-1241342577/watcher-1775259-1241342577 -o /tmp/evaluation-result-1775259-1241342577/solver-1775259-1241342577 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775259-1241342577.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: 1.07 1.07 1.01 3/64 28229
/proc/meminfo: memFree=1084272/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) R 28227 28229 28132 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28229/statm: 1339 238 198 169 0 50 0
[pid=28230] ppid=28229 vsize=1516 CPUtime=0
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 0 162291573 1552384 211 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 379 220 64 186 0 189 0

[startup+0.0600959 s]
/proc/loadavg: 1.07 1.07 1.01 3/64 28229
/proc/meminfo: memFree=1084272/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=16548 CPUtime=0.04
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 3713 0 0 0 3 1 0 0 19 0 1 0 162291573 16945152 3696 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 4137 3698 64 186 0 3947 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21904

[startup+0.101099 s]
/proc/loadavg: 1.07 1.07 1.01 3/64 28229
/proc/meminfo: memFree=1084272/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=27780 CPUtime=0.09
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 6236 0 0 0 6 3 0 0 19 0 1 0 162291573 28446720 6219 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 6945 6221 64 186 0 6755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33136

[startup+0.30112 s]
/proc/loadavg: 1.07 1.07 1.01 3/64 28229
/proc/meminfo: memFree=1084272/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=74976 CPUtime=0.28
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 18186 0 0 0 20 8 0 0 21 0 1 0 162291573 76775424 18170 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 18744 18171 64 186 0 18554 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80332

[startup+0.701164 s]
/proc/loadavg: 1.07 1.07 1.01 3/64 28229
/proc/meminfo: memFree=1084272/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=160456 CPUtime=0.69
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 38630 0 0 0 50 19 0 0 25 0 1 0 162291573 164306944 38613 1992294400 4194304 4959918 548682068688 18446744073709551615 4232888 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 40114 38613 66 186 0 39924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165812

[startup+1.50125 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28231
/proc/meminfo: memFree=916384/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=175388 CPUtime=1.48
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 43056 0 0 0 125 23 0 0 25 0 1 0 162291573 179597312 41545 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 43847 41545 92 186 0 43657 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 180744

[startup+3.10143 s]
/proc/loadavg: 1.07 1.07 1.01 2/66 28231
/proc/meminfo: memFree=904544/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=0
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162291573 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28229/statm: 1339 239 199 169 0 50 0
[pid=28230] ppid=28229 vsize=181096 CPUtime=3.09
/proc/28230/stat : 28230 (SatElite) R 28229 28229 28132 0 -1 4194304 44439 0 0 0 280 29 0 0 25 0 1 0 162291573 185442304 42928 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/28230/statm: 45274 42928 92 186 0 45084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186452

[startup+6.30179 s]
/proc/loadavg: 1.14 1.09 1.02 2/66 28232
/proc/meminfo: memFree=1027936/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=33104 CPUtime=1.3
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 8007 0 0 0 126 4 0 0 25 0 1 0 162292072 33898496 7618 1992294400 4194304 5460562 548682068800 18446744073709551615 4226117 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 8276 7618 116 309 0 7963 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38460

[startup+12.7015 s]
/proc/loadavg: 1.13 1.08 1.02 2/66 28232
/proc/meminfo: memFree=1021792/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=37776 CPUtime=7.69
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 9250 0 0 0 765 4 0 0 25 0 1 0 162292072 38682624 8772 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 9444 8772 118 309 0 9131 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43132

[startup+25.5019 s]
/proc/loadavg: 1.10 1.08 1.01 2/66 28232
/proc/meminfo: memFree=1015328/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=44424 CPUtime=20.49
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 11044 0 0 0 2043 6 0 0 25 0 1 0 162292072 45490176 10408 1992294400 4194304 5460562 548682068800 18446744073709551615 4226147 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 11106 10408 118 309 0 10793 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49780

[startup+51.1018 s]
/proc/loadavg: 1.06 1.07 1.01 2/66 28232
/proc/meminfo: memFree=1006304/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=53360 CPUtime=46.08
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 14530 0 0 0 4600 8 0 0 25 0 1 0 162292072 54640640 12566 1992294400 4194304 5460562 548682068800 18446744073709551615 4819108 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 13340 12566 118 309 0 13027 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58716

[startup+102.305 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 28232
/proc/meminfo: memFree=1003424/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=56116 CPUtime=97.26
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 17281 0 0 0 9717 9 0 0 25 0 1 0 162292072 57462784 13305 1992294400 4194304 5460562 548682068800 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14029 13305 118 309 0 13716 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 61472

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

[startup+127.901 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002912/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=56500 CPUtime=122.84
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18397 0 0 0 12274 10 0 0 25 0 1 0 162292072 57856000 13425 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14125 13425 118 309 0 13812 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 61856

[startup+134.302 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002912/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=56748 CPUtime=129.24
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18447 0 0 0 12914 10 0 0 25 0 1 0 162292072 58109952 13475 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14187 13475 118 309 0 13874 0
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (KiB) 62104

[startup+140.702 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002336/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=57644 CPUtime=135.64
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18601 0 0 0 13554 10 0 0 25 0 1 0 162292072 59027456 13629 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14411 13629 118 309 0 14098 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 63000

[startup+143.902 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002144/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=57644 CPUtime=138.84
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18646 0 0 0 13874 10 0 0 25 0 1 0 162292072 59027456 13674 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14411 13674 118 309 0 14098 0
Current children cumulated CPU time (s) 143.82
Current children cumulated vsize (KiB) 63000

[startup+144.701 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002144/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=57644 CPUtime=139.64
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18647 0 0 0 13954 10 0 0 25 0 1 0 162292072 59027456 13675 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14411 13675 118 309 0 14098 0
Current children cumulated CPU time (s) 144.62
Current children cumulated vsize (KiB) 63000

[startup+145.101 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002144/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=57644 CPUtime=140.04
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18647 0 0 0 13994 10 0 0 25 0 1 0 162292072 59027456 13675 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 14411 13675 118 309 0 14098 0
Current children cumulated CPU time (s) 145.02
Current children cumulated vsize (KiB) 63000

[startup+145.501 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 28232
/proc/meminfo: memFree=1002144/2055920 swapFree=4192812/4192956
[pid=28229] ppid=28227 vsize=5356 CPUtime=4.98
/proc/28229/stat : 28229 (rsat.sh) S 28227 28229 28132 0 -1 4194304 312 47706 0 0 0 0 460 38 16 0 1 0 162291573 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28229/statm: 1339 241 199 169 0 50 0
[pid=28232] ppid=28229 vsize=52264 CPUtime=140.44
/proc/28232/stat : 28232 (rsat) R 28229 28229 28132 0 -1 4194304 18648 0 0 0 14034 10 0 0 25 0 1 0 162292072 53518336 12399 1992294400 4194304 5460562 548682068800 18446744073709551615 4791166 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28232/statm: 13066 12399 118 309 0 12753 0
Current children cumulated CPU time (s) 145.42
Current children cumulated vsize (KiB) 57620

Child status: 20
Real time (s): 145.552
CPU time (s): 145.484
CPU user time (s): 144.97
CPU system time (s): 0.513921
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 197836

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

runsolver used 0.141978 second user time and 0.395939 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-03 11:22:58
IDJOB=1775259
IDBENCH=71689
IDSOLVER=615
FILE ID=node9/1775259-1241342577
PBS_JOBID= 9225499
Free space on /tmp= 66548 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775259-1241342577/watcher-1775259-1241342577 -o /tmp/evaluation-result-1775259-1241342577/solver-1775259-1241342577 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775259-1241342577.cnf HOME

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=485474995

node9.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.240
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.240
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:       1084752 kB
Buffers:         91320 kB
Cached:         761060 kB
SwapCached:          0 kB
Active:         228372 kB
Inactive:       638016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1084752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18596 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            90808 kB
Committed_AS:   672776 kB
PageTables:       1396 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= 66540 MiB
End job on node9 at 2009-05-03 11:25:24