Trace number 1774519

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 378.628 378.757

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.9045
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
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.79/0.82	c ==============================================================================
0.79/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.82	c ==============================================================================
0.79/0.82	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
4.98/5.03	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
4.98/5.04	c ==============================================================================
4.98/5.04	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
4.98/5.04	c CPU time:   4.69229 s
4.98/5.04	c ==============================================================================
5.39/5.46	c Rsat version 3.02
5.45/5.68	c Base unit clause learned: 0
378.45/378.65	c CNF stats: (71485 vars, 300018 clauses)
378.45/378.65	c Decisions: 352108
378.45/378.65	c Conflicts: 187750
378.45/378.65	c Restarts: 21
378.45/378.65	c Avg lpc: 27.51
378.45/378.65	c Max decision level: 294
378.45/378.65	c KB reduction: 2 (139113 clauses removed)
378.45/378.65	c Final decision lit size:71485 (100.00 %)
378.45/378.65	c Final stack/save sizes: 714(1.00 %)/714(1.00 %)
378.45/378.65	c Final cdc size: 1428 (2.00 %)
378.45/378.65	c ***********************************************
378.45/378.65	c Conflicts with bac: 5847/187750 (3.11 %)
378.45/378.65	c Avg bac size: 16.18
378.45/378.65	c Avg bac bt depth: 8.86 vs 1.62 (normal)
378.55/378.73	c Running time: 373.04329 seconds
378.55/378.73	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-1774519-1241338308/watcher-1774519-1241338308 -o /tmp/evaluation-result-1774519-1241338308/solver-1774519-1241338308 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774519-1241338308.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5044
/proc/meminfo: memFree=1116816/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=2576 CPUtime=0
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 161864964 2637824 476 1992294400 4194304 4959918 548682068688 18446744073709551615 4225269 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 644 479 65 186 0 454 0

[startup+0.0256581 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5044
/proc/meminfo: memFree=1116816/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=6780 CPUtime=0.01
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 1514 0 0 0 1 0 0 0 18 0 1 0 161864964 6942720 1497 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 1695 1500 65 186 0 1505 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12136

[startup+0.102663 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5044
/proc/meminfo: memFree=1116816/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=26652 CPUtime=0.09
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 6077 0 0 0 6 3 0 0 18 0 1 0 161864964 27291648 6060 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 6663 6062 65 186 0 6473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32008

[startup+0.302679 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5044
/proc/meminfo: memFree=1116816/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=86732 CPUtime=0.29
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 17664 0 0 0 22 7 0 0 19 0 1 0 161864964 88813568 17648 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 21683 17649 65 186 0 21493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92088

[startup+0.701712 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5044
/proc/meminfo: memFree=1116816/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=192480 CPUtime=0.68
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 40935 0 0 0 51 17 0 0 24 0 1 0 161864964 197099520 40918 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 48120 40921 66 186 0 47930 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 197836

[startup+1.50178 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5046
/proc/meminfo: memFree=928704/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=226640 CPUtime=1.49
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 49627 0 0 0 126 23 0 0 25 0 1 0 161864964 232079360 47780 1992294400 4194304 4959918 548682068688 18446744073709551615 4412274 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 56660 47780 92 186 0 56470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 231996

[startup+3.10191 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5046
/proc/meminfo: memFree=914176/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=0
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161864964 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5044/statm: 1339 239 199 169 0 50 0
[pid=5045] ppid=5044 vsize=234528 CPUtime=3.08
/proc/5045/stat : 5045 (SatElite) R 5044 5044 4785 0 -1 4194304 51984 0 0 0 280 28 0 0 25 0 1 0 161864964 240156672 50137 1992294400 4194304 4959918 548682068688 18446744073709551615 4270307 0 0 4096 3 0 0 0 17 1 0 0
/proc/5045/statm: 58632 50137 92 186 0 58442 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 239884

[startup+6.30118 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5046
/proc/meminfo: memFree=893056/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 5356

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1064256/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=33724 CPUtime=7.22
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 8223 0 0 0 718 4 0 0 25 0 1 0 161865511 34533376 7516 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 8431 7516 116 309 0 8118 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39080

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1061696/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=36412 CPUtime=20.01
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 8912 0 0 0 1997 4 0 0 25 0 1 0 161865511 37285888 8105 1992294400 4194304 5460562 548682068800 18446744073709551615 4227826 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 9103 8105 116 309 0 8790 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41768

[startup+51.1028 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1057856/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=40636 CPUtime=45.59
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 10113 0 0 0 4554 5 0 0 25 0 1 0 161865511 41611264 9148 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 10159 9148 118 309 0 9846 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 45992

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1051520/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=46412 CPUtime=96.78
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 11688 0 0 0 9671 7 0 0 25 0 1 0 161865511 47525888 10716 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 11603 10716 118 309 0 11290 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 51768

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1045760/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=52740 CPUtime=156.76
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 13393 0 0 0 15668 8 0 0 25 0 1 0 161865511 54005760 12158 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13185 12158 118 309 0 12872 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 58096

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042624/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55348 CPUtime=216.74
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 15152 0 0 0 21666 8 0 0 25 0 1 0 161865511 56676352 12886 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13837 12886 118 309 0 13524 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 60704

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042624/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55348 CPUtime=276.72
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 15164 0 0 0 27664 8 0 0 25 0 1 0 161865511 56676352 12897 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13837 12897 118 309 0 13524 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 60704

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042624/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55664 CPUtime=336.71
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 15181 0 0 0 33663 8 0 0 25 0 1 0 161865511 56999936 12914 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13916 12914 118 309 0 13603 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 61020

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

[startup+358.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=352.71
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16256 0 0 0 35262 9 0 0 25 0 1 0 161865511 57131008 12994 1992294400 4194304 5460562 548682068800 18446744073709551615 4225797 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12994 118 309 0 13635 0
Current children cumulated CPU time (s) 358.16
Current children cumulated vsize (KiB) 61148

[startup+371.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=365.5
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16259 0 0 0 36541 9 0 0 25 0 1 0 161865511 57131008 12997 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12997 118 309 0 13635 0
Current children cumulated CPU time (s) 370.95
Current children cumulated vsize (KiB) 61148

[startup+374.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=368.7
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16259 0 0 0 36861 9 0 0 25 0 1 0 161865511 57131008 12997 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12997 118 309 0 13635 0
Current children cumulated CPU time (s) 374.15
Current children cumulated vsize (KiB) 61148

[startup+375.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=370.3
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16259 0 0 0 37021 9 0 0 25 0 1 0 161865511 57131008 12997 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12997 118 309 0 13635 0
Current children cumulated CPU time (s) 375.75
Current children cumulated vsize (KiB) 61148

[startup+377.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=371.9
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16259 0 0 0 37181 9 0 0 25 0 1 0 161865511 57131008 12997 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12997 118 309 0 13635 0
Current children cumulated CPU time (s) 377.35
Current children cumulated vsize (KiB) 61148

[startup+378.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=55792 CPUtime=372.71
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16259 0 0 0 37262 9 0 0 25 0 1 0 161865511 57131008 12997 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13948 12997 118 309 0 13635 0
Current children cumulated CPU time (s) 378.16
Current children cumulated vsize (KiB) 61148

[startup+378.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5047
/proc/meminfo: memFree=1042112/2055920 swapFree=4191900/4192956
[pid=5044] ppid=5042 vsize=5356 CPUtime=5.45
/proc/5044/stat : 5044 (rsat.sh) S 5042 5044 4785 0 -1 4194304 312 58454 0 0 0 0 506 39 16 0 1 0 161864964 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5044/statm: 1339 241 199 169 0 50 0
[pid=5047] ppid=5044 vsize=52420 CPUtime=373.1
/proc/5047/stat : 5047 (rsat) R 5044 5044 4785 0 -1 4194304 16260 0 0 0 37301 9 0 0 25 0 1 0 161865511 53678080 12207 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5047/statm: 13105 12207 118 309 0 12792 0
Current children cumulated CPU time (s) 378.55
Current children cumulated vsize (KiB) 57776

Child status: 20
Real time (s): 378.757
CPU time (s): 378.628
CPU user time (s): 378.11
CPU system time (s): 0.518921
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 261012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.11
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75184
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= 39
involuntary context switches= 853

runsolver used 0.431934 second user time and 0.941856 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 10:11:49
IDJOB=1774519
IDBENCH=70954
IDSOLVER=615
FILE ID=node3/1774519-1241338308
PBS_JOBID= 9225461
Free space on /tmp= 66336 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774519-1241338308/watcher-1774519-1241338308 -o /tmp/evaluation-result-1774519-1241338308/solver-1774519-1241338308 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774519-1241338308.cnf HOME

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1998655939

node3.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.212
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.212
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:       1117296 kB
Buffers:         89316 kB
Cached:         730416 kB
SwapCached:        416 kB
Active:         145632 kB
Inactive:       688040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1117296 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           20920 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            90988 kB
Committed_AS:   759220 kB
PageTables:       1376 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= 66332 MiB
End job on node3 at 2009-05-03 10:18:08