Trace number 1577756

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 690.542 690.922

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c Parsing...
2.89/2.99	c ==============================================================================
2.89/2.99	c |           |     ORIGINAL     |              LEARNT              |          |
2.89/2.99	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.89/2.99	c ==============================================================================
2.89/2.99	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
114.03/114.15	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
114.03/114.16	c ==============================================================================
114.03/114.16	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
114.03/114.16	c CPU time:   113.068 s
114.03/114.16	c ==============================================================================
116.04/116.14	c Rsat version 3.02
116.92/117.08	c Base unit clause learned: 0
690.20/690.62	c CNF stats: (146997 vars, 1504771 clauses)
690.20/690.62	c Decisions: 934508
690.20/690.62	c Conflicts: 429429
690.20/690.62	c Restarts: 30
690.20/690.62	c Avg lpc: 25.26
690.20/690.62	c Max decision level: 863
690.20/690.62	c KB reduction: 0 (0 clauses removed)
690.20/690.62	c Final decision lit size:7 (0.00 %)
690.20/690.62	c Final stack/save sizes: 1469(1.00 %)/1469(1.00 %)
690.20/690.62	c Final cdc size: 1469 (1.00 %)
690.20/690.62	c ***********************************************
690.20/690.62	c Conflicts with bac: 17862/429429 (4.16 %)
690.20/690.62	c Avg bac size: 11.39
690.20/690.62	c Avg bac bt depth: 8.99 vs 1.84 (normal)
690.40/690.87	c Running time: 574.13072 seconds
690.40/690.88	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-1577756-1241004316/watcher-1577756-1241004316 -o /tmp/evaluation-result-1577756-1241004316/solver-1577756-1241004316 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577756-1241004316.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.21 1.05 1.05 3/65 13119
/proc/meminfo: memFree=1301568/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=1444 CPUtime=0
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 212 0 0 0 0 0 0 0 19 0 1 0 128461001 1478656 195 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 361 197 65 186 0 171 0

[startup+0.091373 s]
/proc/loadavg: 1.21 1.05 1.05 3/65 13119
/proc/meminfo: memFree=1301568/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=32292 CPUtime=0.08
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 7773 0 0 0 5 3 0 0 19 0 1 0 128461001 33067008 7692 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 8073 7694 65 186 0 7883 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37648

[startup+0.101374 s]
/proc/loadavg: 1.21 1.05 1.05 3/65 13119
/proc/meminfo: memFree=1301568/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=61736 CPUtime=0.09
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 8501 0 0 0 5 4 0 0 19 0 1 0 128461001 63217664 8420 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 15434 8422 65 186 0 15244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67092

[startup+0.30142 s]
/proc/loadavg: 1.21 1.05 1.05 3/65 13119
/proc/meminfo: memFree=1301568/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=92276 CPUtime=0.28
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 18313 0 0 0 20 8 0 0 21 0 1 0 128461001 94490624 18232 1992294400 4194304 4959918 548682068656 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 23069 18234 65 186 0 22879 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 97632

[startup+0.701497 s]
/proc/loadavg: 1.21 1.05 1.05 3/65 13119
/proc/meminfo: memFree=1301568/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=159980 CPUtime=0.69
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 37838 0 0 0 48 21 0 0 24 0 1 0 128461001 163819520 37757 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 39995 37760 65 186 0 39805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165336

[startup+1.50166 s]
/proc/loadavg: 1.21 1.05 1.05 2/67 13121
/proc/meminfo: memFree=1090288/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=343516 CPUtime=1.49
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 74380 0 0 0 106 43 0 0 25 0 1 0 128461001 351760384 74299 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 85879 74301 65 186 0 85689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 348872

[startup+3.10198 s]
/proc/loadavg: 1.21 1.05 1.05 2/67 13121
/proc/meminfo: memFree=911472/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=612888 CPUtime=3.09
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 139547 0 0 0 236 73 0 0 25 0 1 0 128461001 627597312 139466 1992294400 4194304 4959918 548682068656 18446744073709551615 4403662 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 153222 139466 86 186 0 153032 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 618244

[startup+6.30163 s]
/proc/loadavg: 1.27 1.06 1.05 2/67 13121
/proc/meminfo: memFree=726256/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=635032 CPUtime=6.29
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 143275 0 0 0 554 75 0 0 25 0 1 0 128461001 650272768 143016 1992294400 4194304 4959918 548682068656 18446744073709551615 4241191 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 158758 143016 86 186 0 158568 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 640388

[startup+12.7019 s]
/proc/loadavg: 1.33 1.08 1.06 2/67 13121
/proc/meminfo: memFree=697008/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=681412 CPUtime=12.68
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 150932 0 0 0 1189 79 0 0 25 0 1 0 128461001 697765888 150461 1992294400 4194304 4959918 548682068656 18446744073709551615 4240983 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 170353 150461 90 186 0 170163 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 686768

[startup+25.5015 s]
/proc/loadavg: 1.32 1.09 1.06 2/67 13121
/proc/meminfo: memFree=699376/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=681412 CPUtime=25.48
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 150950 0 0 0 2469 79 0 0 25 0 1 0 128461001 697765888 150479 1992294400 4194304 4959918 548682068656 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 170353 150479 90 186 0 170163 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 686768

[startup+51.1017 s]
/proc/loadavg: 1.21 1.08 1.06 2/67 13121
/proc/meminfo: memFree=700464/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=680512 CPUtime=51.06
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 151033 0 0 0 5027 79 0 0 25 0 1 0 128461001 696844288 150337 1992294400 4194304 4959918 548682068656 18446744073709551615 4241179 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 170128 150337 90 186 0 169938 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 685868

[startup+102.305 s]
/proc/loadavg: 1.09 1.07 1.05 2/67 13121
/proc/meminfo: memFree=702768/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=0
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128461000 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 240 199 169 0 50 0
[pid=13120] ppid=13119 vsize=680192 CPUtime=102.24
/proc/13120/stat : 13120 (SatElite) R 13119 13119 12659 0 -1 4194304 151817 0 0 0 10145 79 0 0 25 0 1 0 128461001 696516608 149761 1992294400 4194304 4959918 548682068656 18446744073709551615 4241201 0 0 4096 3 0 0 0 17 0 0 0
/proc/13120/statm: 170048 149761 90 186 0 169858 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 685548

[startup+162.302 s]
/proc/loadavg: 1.11 1.08 1.06 2/67 13122
/proc/meminfo: memFree=1105776/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=137416 CPUtime=46.13
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 35120 0 0 0 4596 17 0 0 25 0 1 0 128472614 140713984 33207 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 34354 33207 118 309 0 34041 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 142772

[startup+222.303 s]
/proc/loadavg: 1.04 1.06 1.05 2/67 13122
/proc/meminfo: memFree=1093488/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=151520 CPUtime=106.08
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 38992 0 0 0 10590 18 0 0 25 0 1 0 128472614 155156480 36507 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13122/statm: 37880 36507 118 309 0 37567 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 156876

[startup+282.302 s]
/proc/loadavg: 1.01 1.05 1.04 2/67 13122
/proc/meminfo: memFree=1083120/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=161192 CPUtime=166.03
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 41658 0 0 0 16583 20 0 0 25 0 1 0 128472614 165060608 39123 1992294400 4194304 5460562 548682068784 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 40298 39123 118 309 0 39985 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 166548

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.04 2/67 13122
/proc/meminfo: memFree=1078640/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=165016 CPUtime=226.01
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 42770 0 0 0 22580 21 0 0 25 0 1 0 128472614 168976384 40197 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 41254 40197 118 309 0 40941 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 170372

[startup+402.301 s]
/proc/loadavg: 1.00 1.03 1.03 2/67 13122
/proc/meminfo: memFree=1074608/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=173172 CPUtime=285.98
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 44875 0 0 0 28576 22 0 0 25 0 1 0 128472614 177328128 41242 1992294400 4194304 5460562 548682068784 18446744073709551615 4198092 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 43293 41242 118 309 0 42980 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 178528

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/67 13122
/proc/meminfo: memFree=1067632/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=179664 CPUtime=345.94
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 46625 0 0 0 34571 23 0 0 25 0 1 0 128472614 183975936 42924 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 44916 42924 118 309 0 44603 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 185020

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/67 13122
/proc/meminfo: memFree=1062320/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=184636 CPUtime=405.92
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 48010 0 0 0 40567 25 0 0 25 0 1 0 128472614 189067264 44261 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 46159 44261 118 309 0 45846 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 189992

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.02 2/67 13122
/proc/meminfo: memFree=1057200/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=189252 CPUtime=465.88
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 49316 0 0 0 46563 25 0 0 25 0 1 0 128472614 193794048 45523 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 47313 45523 118 309 0 47000 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 194608

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 13122
/proc/meminfo: memFree=1051888/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=194928 CPUtime=525.86
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 50707 0 0 0 52560 26 0 0 25 0 1 0 128472614 199606272 46872 1992294400 4194304 5460562 548682068784 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 48732 46872 118 309 0 48419 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 200284

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

[startup+665.506 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 13122
/proc/meminfo: memFree=1050288/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=195960 CPUtime=549.05
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51082 0 0 0 54879 26 0 0 25 0 1 0 128472614 200663040 47247 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 48990 47247 118 309 0 48677 0
Current children cumulated CPU time (s) 665.12
Current children cumulated vsize (KiB) 201316

[startup+678.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 13122
/proc/meminfo: memFree=1049712/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=197352 CPUtime=561.84
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51248 0 0 0 56158 26 0 0 25 0 1 0 128472614 202088448 47413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 49338 47413 118 309 0 49025 0
Current children cumulated CPU time (s) 677.91
Current children cumulated vsize (KiB) 202708

[startup+684.701 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 13122
/proc/meminfo: memFree=1049584/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=197352 CPUtime=568.23
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51259 0 0 0 56797 26 0 0 25 0 1 0 128472614 202088448 47424 1992294400 4194304 5460562 548682068784 18446744073709551615 4211518 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 49338 47424 118 309 0 49025 0
Current children cumulated CPU time (s) 684.3
Current children cumulated vsize (KiB) 202708

[startup+687.901 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 13122
/proc/meminfo: memFree=1049584/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=197352 CPUtime=571.43
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51259 0 0 0 57117 26 0 0 25 0 1 0 128472614 202088448 47424 1992294400 4194304 5460562 548682068784 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 49338 47424 118 309 0 49025 0
Current children cumulated CPU time (s) 687.5
Current children cumulated vsize (KiB) 202708

[startup+689.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13122
/proc/meminfo: memFree=1049584/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=197352 CPUtime=573.03
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51259 0 0 0 57277 26 0 0 25 0 1 0 128472614 202088448 47424 1992294400 4194304 5460562 548682068784 18446744073709551615 4198087 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 49338 47424 118 309 0 49025 0
Current children cumulated CPU time (s) 689.1
Current children cumulated vsize (KiB) 202708

[startup+690.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13122
/proc/meminfo: memFree=1049584/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=197352 CPUtime=573.83
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51259 0 0 0 57357 26 0 0 25 0 1 0 128472614 202088448 47424 1992294400 4194304 5460562 548682068784 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 49338 47424 118 309 0 49025 0
Current children cumulated CPU time (s) 689.9
Current children cumulated vsize (KiB) 202708

[startup+690.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13122
/proc/meminfo: memFree=1061168/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5356 CPUtime=116.07
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 315 179702 0 0 0 0 11483 124 19 0 1 0 128461000 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1339 242 199 169 0 50 0
[pid=13122] ppid=13119 vsize=185592 CPUtime=574.23
/proc/13122/stat : 13122 (rsat) R 13119 13119 12659 0 -1 4194304 51260 0 0 0 57397 26 0 0 25 0 1 0 128472614 190046208 44484 1992294400 4194304 5460562 548682068784 18446744073709551615 4786450 0 0 4096 1026 0 0 0 17 0 0 0
/proc/13122/statm: 46398 44484 118 309 0 46085 0
Current children cumulated CPU time (s) 690.3
Current children cumulated vsize (KiB) 190948

[startup+690.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13122
/proc/meminfo: memFree=1061168/2055920 swapFree=4180732/4192956
[pid=13119] ppid=13117 vsize=5360 CPUtime=690.5
/proc/13119/stat : 13119 (rsat.sh) S 13117 13119 12659 0 -1 4194304 343 230965 0 0 0 0 68896 154 19 0 1 0 128461000 5488640 244 1992294400 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13119/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 690.5
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 690.922
CPU time (s): 690.542
CPU user time (s): 688.966
CPU system time (s): 1.57576
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 735720

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

runsolver used 0.618905 second user time and 1.89971 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-29 13:25:20
IDJOB=1577756
IDBENCH=70965
IDSOLVER=545
FILE ID=node80/1577756-1241004316
PBS_JOBID= 9204792
Free space on /tmp= 66136 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577756-1241004316/watcher-1577756-1241004316 -o /tmp/evaluation-result-1577756-1241004316/solver-1577756-1241004316 -C 1200 -W 1800 -M 1800  HOME/rsat.sh HOME/instance-1577756-1241004316.cnf HOME

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=815134188

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1302048 kB
Buffers:         48476 kB
Cached:         647948 kB
SwapCached:       7036 kB
Active:         299796 kB
Inactive:       405912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302048 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:           77628 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            34068 kB
Committed_AS:   562936 kB
PageTables:       1404 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= 66132 MiB
End job on node80 at 2009-04-29 13:36:52