Trace number 1577808

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 137.754 137.817

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

0.00/0.00	c Parsing...
2.49/2.50	c ==============================================================================
2.49/2.50	c |           |     ORIGINAL     |              LEARNT              |          |
2.49/2.50	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.49/2.50	c ==============================================================================
2.49/2.50	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
133.43/133.56	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
133.43/133.56	c ==============================================================================
133.43/133.56	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
133.43/133.57	c CPU time:   132.624 s
133.43/133.57	c ==============================================================================
134.43/134.54	c Rsat version 3.02
134.47/134.99	c Base unit clause learned: 0
137.51/137.69	c CNF stats: (51366 vars, 573237 clauses)
137.51/137.69	c Decisions: 99640
137.51/137.69	c Conflicts: 2640
137.51/137.69	c Restarts: 4
137.51/137.69	c Avg lpc: 8.74
137.51/137.69	c Max decision level: 1014
137.51/137.69	c KB reduction: 0 (0 clauses removed)
137.51/137.69	c Final decision lit size:51366 (100.00 %)
137.51/137.69	c Final stack/save sizes: 513(1.00 %)/1026(2.00 %)
137.51/137.69	c Final cdc size: 513 (1.00 %)
137.51/137.69	c ***********************************************
137.51/137.69	c Conflicts with bac: 378/2640 (14.32 %)
137.51/137.69	c Avg bac size: 4.53
137.51/137.69	c Avg bac bt depth: 100.72 vs 26.85 (normal)
137.61/137.77	c Running time: 3.15852 seconds
137.61/137.78	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-1577808-1241004803/watcher-1577808-1241004803 -o /tmp/evaluation-result-1577808-1241004803/solver-1577808-1241004803 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577808-1241004803.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.65 1.74 1.39 3/64 6005
/proc/meminfo: memFree=846392/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) R 6003 6005 5571 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/6005/statm: 1339 239 198 169 0 50 0
[pid=6006] ppid=6005 vsize=1444 CPUtime=0
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 128513440 1478656 199 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 361 201 65 186 0 171 0

[startup+0.0896309 s]
/proc/loadavg: 1.65 1.74 1.39 3/64 6005
/proc/meminfo: memFree=846392/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=21468 CPUtime=0.08
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 4558 0 0 0 6 2 0 0 19 0 1 0 128513440 21983232 4541 1992294400 4194304 4959918 548682068672 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 5367 4542 65 186 0 5177 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26824

[startup+0.101632 s]
/proc/loadavg: 1.65 1.74 1.39 3/64 6005
/proc/meminfo: memFree=846392/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=23328 CPUtime=0.09
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 5151 0 0 0 7 2 0 0 19 0 1 0 128513440 23887872 5134 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 5832 5137 65 186 0 5642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28684

[startup+0.301661 s]
/proc/loadavg: 1.65 1.74 1.39 3/64 6005
/proc/meminfo: memFree=846392/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=64992 CPUtime=0.29
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 15031 0 0 0 22 7 0 0 21 0 1 0 128513440 66551808 15014 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 16248 15016 65 186 0 16058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70348

[startup+0.701719 s]
/proc/loadavg: 1.65 1.74 1.39 3/64 6005
/proc/meminfo: memFree=846392/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=143384 CPUtime=0.69
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 34098 0 0 0 50 19 0 0 25 0 1 0 128513440 146825216 34081 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 35846 34083 65 186 0 35656 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148740

[startup+1.50183 s]
/proc/loadavg: 1.65 1.74 1.39 2/66 6007
/proc/meminfo: memFree=652136/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=300072 CPUtime=1.48
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 72197 0 0 0 108 40 0 0 25 0 1 0 128513440 307273728 72180 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 75018 72181 65 186 0 74828 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 305428

[startup+3.10106 s]
/proc/loadavg: 1.65 1.74 1.39 2/66 6007
/proc/meminfo: memFree=442472/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=556096 CPUtime=3.09
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 122265 0 0 0 244 65 0 0 25 0 1 0 128513440 569442304 122168 1992294400 4194304 4959918 548682068672 18446744073709551615 4269307 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 139024 122168 86 186 0 138834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 561452

[startup+6.30153 s]
/proc/loadavg: 1.60 1.73 1.39 2/66 6007
/proc/meminfo: memFree=357288/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=558288 CPUtime=6.29
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 122586 0 0 0 564 65 0 0 25 0 1 0 128513440 571686912 122397 1992294400 4194304 4959918 548682068672 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 139572 122397 86 186 0 139382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 563644

[startup+12.7015 s]
/proc/loadavg: 1.55 1.72 1.39 2/66 6007
/proc/meminfo: memFree=333800/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=582100 CPUtime=12.68
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 128451 0 0 0 1201 67 0 0 25 0 1 0 128513440 596070400 128046 1992294400 4194304 4959918 548682068672 18446744073709551615 4240958 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 145525 128046 90 186 0 145335 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 587456

[startup+25.5013 s]
/proc/loadavg: 1.43 1.68 1.38 2/66 6007
/proc/meminfo: memFree=333928/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=582100 CPUtime=25.48
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 128467 0 0 0 2481 67 0 0 25 0 1 0 128513440 596070400 128062 1992294400 4194304 4959918 548682068672 18446744073709551615 4240842 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 145525 128062 90 186 0 145335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 587456

[startup+51.102 s]
/proc/loadavg: 1.28 1.62 1.37 2/66 6007
/proc/meminfo: memFree=334568/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=581120 CPUtime=51.07
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 128543 0 0 0 5040 67 0 0 25 0 1 0 128513440 595066880 127893 1992294400 4194304 4959918 548682068672 18446744073709551615 4240832 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 145280 127893 90 186 0 145090 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 586476

[startup+102.305 s]
/proc/loadavg: 1.12 1.53 1.35 2/66 6007
/proc/meminfo: memFree=335784/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=581628 CPUtime=102.26
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 129012 0 0 0 10158 68 0 0 25 0 1 0 128513440 595587072 127625 1992294400 4194304 4959918 548682068672 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 145407 127625 90 186 0 145217 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 586984

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

[startup+115.101 s]
/proc/loadavg: 1.09 1.50 1.34 2/66 6007
/proc/meminfo: memFree=336616/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=581716 CPUtime=115.05
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 129316 0 0 0 11437 68 0 0 25 0 1 0 128513440 595677184 127439 1992294400 4194304 4959918 548682068672 18446744073709551615 4241194 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 145429 127439 90 186 0 145239 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 587072

[startup+127.901 s]
/proc/loadavg: 1.08 1.48 1.34 2/66 6007
/proc/meminfo: memFree=332584/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=567432 CPUtime=127.83
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 132115 0 0 0 12714 69 0 0 25 0 1 0 128513440 581050368 122693 1992294400 4194304 4959918 548682068672 18446744073709551615 4265228 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 141858 122693 90 186 0 141668 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 572788

[startup+134.303 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6007
/proc/meminfo: memFree=284648/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=0
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128513439 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6005/statm: 1339 240 199 169 0 50 0
[pid=6006] ppid=6005 vsize=604996 CPUtime=134.24
/proc/6006/stat : 6006 (SatElite) R 6005 6005 5571 0 -1 4194304 145024 0 0 0 13331 93 0 0 25 0 1 0 128513440 619515904 130624 1992294400 4194304 4959918 548682068672 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/6006/statm: 151249 130624 94 186 0 151059 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 610352

[startup+135.901 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6008
/proc/meminfo: memFree=751400/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=134.47
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 315 145027 0 0 0 0 13345 102 16 0 1 0 128513439 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6005/statm: 1339 242 199 169 0 50 0
[pid=6008] ppid=6005 vsize=55360 CPUtime=1.34
/proc/6008/stat : 6008 (rsat) R 6005 6005 5571 0 -1 4194304 13699 0 0 0 128 6 0 0 25 0 1 0 128526894 56688640 12896 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/6008/statm: 13840 12896 116 309 0 13527 0
Current children cumulated CPU time (s) 135.81
Current children cumulated vsize (KiB) 60716

[startup+136.701 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6008
/proc/meminfo: memFree=750056/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=134.47
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 315 145027 0 0 0 0 13345 102 16 0 1 0 128513439 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6005/statm: 1339 242 199 169 0 50 0
[pid=6008] ppid=6005 vsize=55360 CPUtime=2.14
/proc/6008/stat : 6008 (rsat) R 6005 6005 5571 0 -1 4194304 13699 0 0 0 208 6 0 0 25 0 1 0 128526894 56688640 12896 1992294400 4194304 5460562 548682068784 18446744073709551615 4225960 0 0 4096 1026 0 0 0 17 0 0 0
/proc/6008/statm: 13840 12896 116 309 0 13527 0
Current children cumulated CPU time (s) 136.61
Current children cumulated vsize (KiB) 60716

[startup+137.505 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6008
/proc/meminfo: memFree=749864/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=134.47
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 315 145027 0 0 0 0 13345 102 16 0 1 0 128513439 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6005/statm: 1339 242 199 169 0 50 0
[pid=6008] ppid=6005 vsize=55360 CPUtime=2.94
/proc/6008/stat : 6008 (rsat) R 6005 6005 5571 0 -1 4194304 13772 0 0 0 288 6 0 0 25 0 1 0 128526894 56688640 12965 1992294400 4194304 5460562 548682068784 18446744073709551615 4198183 0 0 4096 1026 0 0 0 17 0 0 0
/proc/6008/statm: 13840 12965 116 309 0 13527 0
Current children cumulated CPU time (s) 137.41
Current children cumulated vsize (KiB) 60716

[startup+137.702 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6008
/proc/meminfo: memFree=749864/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5356 CPUtime=134.47
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 315 145027 0 0 0 0 13345 102 16 0 1 0 128513439 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6005/statm: 1339 242 199 169 0 50 0
[pid=6008] ppid=6005 vsize=55360 CPUtime=3.14
/proc/6008/stat : 6008 (rsat) R 6005 6005 5571 0 -1 4194304 13773 0 0 0 308 6 0 0 25 0 1 0 128526894 56688640 12965 1992294400 4194304 5460562 548682068784 18446744073709551615 4791922 0 0 4096 1026 0 0 0 17 0 0 0
/proc/6008/statm: 13840 12965 116 309 0 13527 0
Current children cumulated CPU time (s) 137.61
Current children cumulated vsize (KiB) 60716

[startup+137.802 s]
/proc/loadavg: 1.15 1.48 1.34 2/66 6008
/proc/meminfo: memFree=749864/2055920 swapFree=4192812/4192956
[pid=6005] ppid=6003 vsize=5360 CPUtime=137.71
/proc/6005/stat : 6005 (rsat.sh) S 6003 6005 5571 0 -1 4194304 343 158803 0 0 0 0 13661 110 19 0 1 0 128513439 5488640 244 1992294400 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6005/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 137.71
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 137.817
CPU time (s): 137.754
CPU user time (s): 136.619
CPU system time (s): 1.13483
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 629712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.619
system time used= 1.13483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 278

runsolver used 0.131979 second user time and 0.376942 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-29 13:33:27
IDJOB=1577808
IDBENCH=70966
IDSOLVER=545
FILE ID=node30/1577808-1241004803
PBS_JOBID= 9204837
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=314911462

node30.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.265
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.265
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:        846808 kB
Buffers:         73324 kB
Cached:        1035408 kB
SwapCached:        144 kB
Active:         402016 kB
Inactive:       721352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        846808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           59864 kB
Writeback:           0 kB
Mapped:          24236 kB
Slab:            71720 kB
Committed_AS:   592700 kB
PageTables:       1356 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= 66368 MiB
End job on node30 at 2009-04-29 13:35:45