Trace number 1775299

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 118.412 118.46

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark109.569
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  501420  1169980 |  150426       0        0     nan |  0.000 % |
3.29/3.37	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.29/3.37	c ==============================================================================
3.29/3.37	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.29/3.37	c CPU time:   3.14652 s
3.29/3.37	c ==============================================================================
3.69/3.74	c Rsat version 3.02
3.73/3.91	c Base unit clause learned: 0
118.23/118.35	c CNF stats: (28036 vars, 215779 clauses)
118.23/118.35	c Decisions: 1980534
118.23/118.35	c Conflicts: 302856
118.23/118.35	c Restarts: 61
118.23/118.35	c Avg lpc: 19.58
118.23/118.35	c Max decision level: 1711
118.23/118.35	c KB reduction: 6 (204834 clauses removed)
118.23/118.35	c Final decision lit size:28036 (100.00 %)
118.23/118.35	c Final stack/save sizes: 280(1.00 %)/560(2.00 %)
118.23/118.35	c Final cdc size: 560 (2.00 %)
118.23/118.35	c ***********************************************
118.23/118.35	c Conflicts with bac: 21262/302856 (7.02 %)
118.23/118.35	c Avg bac size: 11.33
118.23/118.35	c Avg bac bt depth: 21.51 vs 5.31 (normal)
118.33/118.43	c Running time: 114.56958 seconds
118.33/118.44	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-1775299-1241342931/watcher-1775299-1241342931 -o /tmp/evaluation-result-1775299-1241342931/solver-1775299-1241342931 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775299-1241342931.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 28036
/proc/meminfo: memFree=1088184/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=2604 CPUtime=0
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 162319961 2666496 457 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 651 460 64 186 0 461 0

[startup+0.0428481 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28036
/proc/meminfo: memFree=1088184/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=12244 CPUtime=0.03
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 2529 0 0 0 3 0 0 0 18 0 1 0 162319961 12537856 2512 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 3061 2512 64 186 0 2871 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17600

[startup+0.102858 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28036
/proc/meminfo: memFree=1088184/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=26892 CPUtime=0.09
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 5951 0 0 0 7 2 0 0 18 0 1 0 162319961 27537408 5934 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 6756 5937 64 186 0 6566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32248

[startup+0.301903 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28036
/proc/meminfo: memFree=1088184/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=71844 CPUtime=0.29
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 17161 0 0 0 23 6 0 0 20 0 1 0 162319961 73568256 17144 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 17961 17147 64 186 0 17771 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77200

[startup+0.701966 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28036
/proc/meminfo: memFree=1088184/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=130728 CPUtime=0.69
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 30831 0 0 0 56 13 0 0 23 0 1 0 162319961 133865472 29420 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 32682 29420 92 186 0 32492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136084

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28038
/proc/meminfo: memFree=966696/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=134048 CPUtime=1.49
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 31476 0 0 0 133 16 0 0 25 0 1 0 162319961 137265152 30065 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 33512 30065 92 186 0 33322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139404

[startup+3.1014 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 28038
/proc/meminfo: memFree=954472/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=0
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162319960 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28036/statm: 1339 239 199 169 0 50 0
[pid=28037] ppid=28036 vsize=138384 CPUtime=3.09
/proc/28037/stat : 28037 (SatElite) R 28036 28036 27871 0 -1 4194304 32394 0 0 0 288 21 0 0 25 0 1 0 162319961 141705216 30983 1992294400 4194304 4959918 548682068688 18446744073709551615 4269082 0 0 4096 3 0 0 0 17 1 0 0
/proc/28037/statm: 34596 30983 92 186 0 34406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143740

[startup+6.30197 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 28039
/proc/meminfo: memFree=1045416/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=25744 CPUtime=2.54
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 6069 0 0 0 252 2 0 0 25 0 1 0 162320335 26361856 5814 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 6436 5814 116 309 0 6123 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31100

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 28039
/proc/meminfo: memFree=1041592/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=29744 CPUtime=8.94
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 7175 0 0 0 891 3 0 0 25 0 1 0 162320335 30457856 6716 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 7436 6716 118 309 0 7123 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35100

[startup+25.5024 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1035320/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36156 CPUtime=21.74
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 9991 0 0 0 2169 5 0 0 25 0 1 0 162320335 37023744 8228 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9039 8228 118 309 0 8726 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41512

[startup+51.103 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1035256/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36204 CPUtime=47.33
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 11022 0 0 0 4728 5 0 0 25 0 1 0 162320335 37072896 8267 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9051 8267 118 309 0 8738 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 41560

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36944 CPUtime=98.51
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 14221 0 0 0 9844 7 0 0 25 0 1 0 162320335 37830656 8490 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9236 8490 118 309 0 8923 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 42300

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

[startup+108.701 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1030584/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36944 CPUtime=104.9
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15225 0 0 0 10483 7 0 0 25 0 1 0 162320335 37830656 8502 1992294400 4194304 5460562 548682068800 18446744073709551615 4816280 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9236 8502 118 309 0 8923 0
Current children cumulated CPU time (s) 108.63
Current children cumulated vsize (KiB) 42300

[startup+115.101 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36944 CPUtime=111.3
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15225 0 0 0 11123 7 0 0 25 0 1 0 162320335 37830656 8502 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9236 8502 118 309 0 8923 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 42300

[startup+116.703 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36944 CPUtime=112.9
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15225 0 0 0 11283 7 0 0 25 0 1 0 162320335 37830656 8502 1992294400 4194304 5460562 548682068800 18446744073709551615 4225773 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9236 8502 118 309 0 8923 0
Current children cumulated CPU time (s) 116.63
Current children cumulated vsize (KiB) 42300

[startup+117.502 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=36944 CPUtime=113.7
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15225 0 0 0 11363 7 0 0 25 0 1 0 162320335 37830656 8502 1992294400 4194304 5460562 548682068800 18446744073709551615 4201753 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9236 8502 118 309 0 8923 0
Current children cumulated CPU time (s) 117.43
Current children cumulated vsize (KiB) 42300

[startup+117.902 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=37104 CPUtime=114.1
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15227 0 0 0 11403 7 0 0 25 0 1 0 162320335 37994496 8504 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9276 8504 118 309 0 8963 0
Current children cumulated CPU time (s) 117.83
Current children cumulated vsize (KiB) 42460

[startup+118.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=37104 CPUtime=114.5
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15234 0 0 0 11443 7 0 0 25 0 1 0 162320335 37994496 8511 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 9276 8511 118 309 0 8963 0
Current children cumulated CPU time (s) 118.23
Current children cumulated vsize (KiB) 42460

[startup+118.401 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28039
/proc/meminfo: memFree=1034360/2055920 swapFree=4181016/4192956
[pid=28036] ppid=28034 vsize=5356 CPUtime=3.73
/proc/28036/stat : 28036 (rsat.sh) S 28034 28036 27871 0 -1 4194304 312 34844 0 0 0 0 347 26 16 0 1 0 162319960 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28036/statm: 1339 241 199 169 0 50 0
[pid=28039] ppid=28036 vsize=34388 CPUtime=114.6
/proc/28039/stat : 28039 (rsat) R 28036 28036 27871 0 -1 4194304 15236 0 0 0 11453 7 0 0 25 0 1 0 162320335 35213312 7914 1992294400 4194304 5460562 548682068800 18446744073709551615 4786450 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28039/statm: 8597 7914 118 309 0 8284 0
Current children cumulated CPU time (s) 118.33
Current children cumulated vsize (KiB) 39744

Child status: 20
Real time (s): 118.46
CPU time (s): 118.412
CPU user time (s): 118.042
CPU system time (s): 0.369943
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 147656

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

runsolver used 0.151976 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:28:52
IDJOB=1775299
IDBENCH=71715
IDSOLVER=615
FILE ID=node60/1775299-1241342931
PBS_JOBID= 9225470
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=1264676511

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:       1088728 kB
Buffers:         76736 kB
Cached:         786684 kB
SwapCached:       6096 kB
Active:          78776 kB
Inactive:       793408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088728 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           14576 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            81016 kB
Committed_AS:   722232 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:30:50