Trace number 1775449

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 106.56 106.63

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.7201
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
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.39/0.40	c ==============================================================================
0.39/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.40	c ==============================================================================
0.39/0.40	c |         0 |  387840   904960 |  116352       0        0     nan |  0.000 % |
2.49/2.53	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.49/2.53	c ==============================================================================
2.49/2.53	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.49/2.53	c CPU time:   2.37264 s
2.49/2.53	c ==============================================================================
2.79/2.81	c Rsat version 3.02
2.80/2.94	c Base unit clause learned: 0
106.41/106.54	c CNF stats: (22468 vars, 169202 clauses)
106.41/106.54	c Decisions: 1963258
106.41/106.54	c Conflicts: 303348
106.41/106.54	c Restarts: 62
106.41/106.54	c Avg lpc: 19.22
106.41/106.54	c Max decision level: 1497
106.41/106.54	c KB reduction: 10 (223191 clauses removed)
106.41/106.54	c Final decision lit size:22468 (100.00 %)
106.41/106.54	c Final stack/save sizes: 224(1.00 %)/448(1.99 %)
106.41/106.54	c Final cdc size: 448 (1.99 %)
106.41/106.54	c ***********************************************
106.41/106.54	c Conflicts with bac: 19486/303348 (6.42 %)
106.41/106.54	c Avg bac size: 11.03
106.41/106.54	c Avg bac bt depth: 21.62 vs 5.35 (normal)
106.51/106.61	c Running time: 103.63325 seconds
106.51/106.61	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-1775449-1241343534/watcher-1775449-1241343534 -o /tmp/evaluation-result-1775449-1241343534/solver-1775449-1241343534 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775449-1241343534.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.00 1.00 1.00 3/64 28216
/proc/meminfo: memFree=1077872/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=2472 CPUtime=0
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 162380275 2531328 432 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 618 433 64 186 0 428 0

[startup+0.0823969 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28216
/proc/meminfo: memFree=1077872/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=21288 CPUtime=0.07
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 4855 0 0 0 5 2 0 0 18 0 1 0 162380275 21798912 4838 1992294400 4194304 4959918 548682068688 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 5322 4841 64 186 0 5132 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26644

[startup+0.101401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28216
/proc/meminfo: memFree=1077872/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=26760 CPUtime=0.08
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 5883 0 0 0 6 2 0 0 18 0 1 0 162380275 27402240 5866 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 6690 5868 64 186 0 6500 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32116

[startup+0.301437 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28216
/proc/meminfo: memFree=1077872/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=71844 CPUtime=0.28
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 17182 0 0 0 21 7 0 0 19 0 1 0 162380275 73568256 17165 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 17961 17167 64 186 0 17771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77200

[startup+0.701509 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28216
/proc/meminfo: memFree=1077872/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=94460 CPUtime=0.69
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 23671 0 0 0 58 11 0 0 23 0 1 0 162380275 96727040 22832 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 23615 22832 92 186 0 23425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99816

[startup+1.50265 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28218
/proc/meminfo: memFree=981152/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=0
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162380274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28216/statm: 1339 239 199 169 0 50 0
[pid=28217] ppid=28216 vsize=97700 CPUtime=1.48
/proc/28217/stat : 28217 (SatElite) R 28216 28216 27871 0 -1 4194304 24355 0 0 0 135 13 0 0 25 0 1 0 162380275 100044800 23516 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28217/statm: 24425 23516 92 186 0 24235 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103056

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28218
/proc/meminfo: memFree=970784/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 5356

[startup+6.30251 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28219
/proc/meminfo: memFree=1042976/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=21852 CPUtime=3.47
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 5105 0 0 0 343 4 0 0 25 0 1 0 162380556 22376448 4905 1992294400 4194304 5460562 548682068800 18446744073709551615 4200326 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 5463 4905 118 309 0 5150 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27208

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28219
/proc/meminfo: memFree=1038432/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=27084 CPUtime=9.86
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 6544 0 0 0 982 4 0 0 25 0 1 0 162380556 27734016 6143 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 6771 6143 118 309 0 6458 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32440

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28219
/proc/meminfo: memFree=1036640/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=28596 CPUtime=22.66
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 7988 0 0 0 2261 5 0 0 25 0 1 0 162380556 29282304 6590 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7149 6590 118 309 0 6836 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33952

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28219
/proc/meminfo: memFree=1036192/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=28596 CPUtime=48.23
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 8968 0 0 0 4817 6 0 0 25 0 1 0 162380556 29282304 6610 1992294400 4194304 5460562 548682068800 18446744073709551615 4226093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7149 6610 118 309 0 6836 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 33952

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1034144/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=31436 CPUtime=99.41
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15735 0 0 0 9932 9 0 0 25 0 1 0 162380556 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 36792

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

[startup+103.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1034144/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=31436 CPUtime=101.01
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15735 0 0 0 10092 9 0 0 25 0 1 0 162380556 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 103.81
Current children cumulated vsize (KiB) 36792

[startup+105.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1034144/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=31436 CPUtime=102.61
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15735 0 0 0 10252 9 0 0 25 0 1 0 162380556 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 105.41
Current children cumulated vsize (KiB) 36792

[startup+106.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1034144/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=31436 CPUtime=103.41
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15735 0 0 0 10332 9 0 0 25 0 1 0 162380556 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 106.21
Current children cumulated vsize (KiB) 36792

[startup+106.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1034144/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=31436 CPUtime=103.61
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15735 0 0 0 10352 9 0 0 25 0 1 0 162380556 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 106.41
Current children cumulated vsize (KiB) 36792

[startup+106.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28221
/proc/meminfo: memFree=1036064/2055920 swapFree=4181016/4192956
[pid=28216] ppid=28214 vsize=5356 CPUtime=2.8
/proc/28216/stat : 28216 (rsat.sh) S 28214 28216 27871 0 -1 4194304 312 26241 0 0 0 0 262 18 16 0 1 0 162380274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28216/statm: 1339 241 199 169 0 50 0
[pid=28219] ppid=28216 vsize=29084 CPUtime=103.71
/proc/28219/stat : 28219 (rsat) R 28216 28216 27871 0 -1 4194304 15736 0 0 0 10362 9 0 0 25 0 1 0 162380556 29782016 6638 1992294400 4194304 5460562 548682068800 18446744073709551615 4786577 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28219/statm: 7271 6638 118 309 0 6958 0
Current children cumulated CPU time (s) 106.51
Current children cumulated vsize (KiB) 34440

Child status: 20
Real time (s): 106.63
CPU time (s): 106.56
CPU user time (s): 106.262
CPU system time (s): 0.297954
CPU usage (%): 99.9337
Max. virtual memory (cumulated for all children) (KiB): 109628

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

runsolver used 0.105983 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:38:55
IDJOB=1775449
IDBENCH=71766
IDSOLVER=615
FILE ID=node60/1775449-1241343534
PBS_JOBID= 9225470
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=1042636419

node60.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	: 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.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:       1078424 kB
Buffers:         77280 kB
Cached:         796544 kB
SwapCached:       6096 kB
Active:          77416 kB
Inactive:       805188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078424 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           12416 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            80948 kB
Committed_AS:   722280 kB
PageTables:       1456 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= 66488 MiB
End job on node60 at 2009-05-03 11:40:42