Trace number 1774629

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 142.849 142.917

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.60645
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.59/2.66	c ==============================================================================
2.59/2.66	c |           |     ORIGINAL     |              LEARNT              |          |
2.59/2.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.59/2.66	c ==============================================================================
2.59/2.66	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
138.43/138.50	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
138.43/138.51	c ==============================================================================
138.43/138.51	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
138.43/138.51	c CPU time:   137.532 s
138.43/138.51	c ==============================================================================
139.53/139.63	c Rsat version 3.02
139.55/140.05	c Base unit clause learned: 0
142.61/142.79	c CNF stats: (51366 vars, 573237 clauses)
142.61/142.79	c Decisions: 99640
142.61/142.79	c Conflicts: 2640
142.61/142.79	c Restarts: 4
142.61/142.79	c Avg lpc: 8.74
142.61/142.79	c Max decision level: 1014
142.61/142.79	c KB reduction: 0 (0 clauses removed)
142.61/142.79	c Final decision lit size:51366 (100.00 %)
142.61/142.79	c Final stack/save sizes: 513(1.00 %)/1026(2.00 %)
142.61/142.79	c Final cdc size: 513 (1.00 %)
142.61/142.79	c ***********************************************
142.61/142.79	c Conflicts with bac: 378/2640 (14.32 %)
142.61/142.79	c Avg bac size: 4.53
142.61/142.79	c Avg bac bt depth: 100.72 vs 26.85 (normal)
142.71/142.87	c Running time: 3.18552 seconds
142.71/142.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-1774629-1241338676/watcher-1774629-1241338676 -o /tmp/evaluation-result-1774629-1241338676/solver-1774629-1241338676 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774629-1241338676.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 3323
/proc/meminfo: memFree=1681952/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=2108 CPUtime=0
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 161901095 2158592 350 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 527 359 66 186 0 337 0

[startup+0.0155231 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 3323
/proc/meminfo: memFree=1681952/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=4012 CPUtime=0
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 708 0 0 0 0 0 0 0 18 0 1 0 161901095 4108288 691 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 1003 692 65 186 0 813 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9368

[startup+0.101533 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 3323
/proc/meminfo: memFree=1681952/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=22392 CPUtime=0.09
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 4856 0 0 0 7 2 0 0 18 0 1 0 161901095 22929408 4839 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 5598 4841 65 186 0 5408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27748

[startup+0.301554 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 3323
/proc/meminfo: memFree=1681952/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=62220 CPUtime=0.29
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 14122 0 0 0 22 7 0 0 19 0 1 0 161901095 63713280 14105 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 15555 14106 65 186 0 15365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67576

[startup+0.701596 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 3323
/proc/meminfo: memFree=1681952/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=136916 CPUtime=0.69
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 31989 0 0 0 51 18 0 0 23 0 1 0 161901095 140201984 31972 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 34229 31973 65 186 0 34039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142272

[startup+1.50169 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3325
/proc/meminfo: memFree=1499664/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=286476 CPUtime=1.49
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 67708 0 0 0 110 39 0 0 25 0 1 0 161901095 293351424 67691 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 71619 67693 65 186 0 71429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 291832

[startup+3.10185 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3325
/proc/meminfo: memFree=1302096/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=549916 CPUtime=3.09
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 120859 0 0 0 243 66 0 0 25 0 1 0 161901095 563113984 120842 1992294400 4194304 4959918 548682068688 18446744073709551615 4240905 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 137479 120842 86 186 0 137289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 555272

[startup+6.3022 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1192656/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=556240 CPUtime=6.29
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 122434 0 0 0 562 67 0 0 25 0 1 0 161901095 569589760 122245 1992294400 4194304 4959918 548682068688 18446744073709551615 4241710 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 139060 122245 86 186 0 138870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 561596

[startup+12.7019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1169384/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=582100 CPUtime=12.68
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 128450 0 0 0 1199 69 0 0 25 0 1 0 161901095 596070400 128045 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 145525 128045 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: 0.96 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1169576/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=582100 CPUtime=25.48
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 128465 0 0 0 2479 69 0 0 25 0 1 0 161901095 596070400 128060 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 145525 128060 90 186 0 145335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 587456

[startup+51.101 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1170280/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=581120 CPUtime=51.07
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 128541 0 0 0 5037 70 0 0 25 0 1 0 161901095 595066880 127891 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 145280 127891 90 186 0 145090 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 586476

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1171112/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=582120 CPUtime=102.25
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 128966 0 0 0 10155 70 0 0 25 0 1 0 161901095 596090880 127702 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 145530 127702 90 186 0 145340 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 587476

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

[startup+127.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1172904/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=580240 CPUtime=127.84
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 129517 0 0 0 12714 70 0 0 25 0 1 0 161901095 594165760 127271 1992294400 4194304 4959918 548682068688 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 145060 127271 90 186 0 144870 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 585596

[startup+134.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1154216/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=599272 CPUtime=134.24
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 138144 0 0 0 13343 81 0 0 25 0 1 0 161901095 613654528 128722 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 149818 128722 92 186 0 149628 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 604628

[startup+137.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3325
/proc/meminfo: memFree=1122920/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161901094 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1339 239 199 169 0 50 0
[pid=3324] ppid=3323 vsize=617856 CPUtime=137.43
/proc/3324/stat : 3324 (SatElite) R 3323 3323 3286 0 -1 4194304 142526 0 0 0 13653 90 0 0 25 0 1 0 161901095 632684544 133104 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 154464 133104 92 186 0 154274 0
Current children cumulated CPU time (s) 137.43
Current children cumulated vsize (KiB) 623212

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3326
/proc/meminfo: memFree=1585768/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=139.55
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 312 145027 0 0 0 0 13849 106 16 0 1 0 161901094 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3323/statm: 1339 241 199 169 0 50 0
[pid=3326] ppid=3323 vsize=55180 CPUtime=1.06
/proc/3326/stat : 3326 (rsat) R 3323 3323 3286 0 -1 4194304 13664 0 0 0 101 5 0 0 25 0 1 0 161915057 56504320 12861 1992294400 4194304 5460562 548682068800 18446744073709551615 4225794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3326/statm: 13795 12861 111 309 0 13482 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 60536

[startup+142.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3326
/proc/meminfo: memFree=1585704/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=139.55
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 312 145027 0 0 0 0 13849 106 16 0 1 0 161901094 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3323/statm: 1339 241 199 169 0 50 0
[pid=3326] ppid=3323 vsize=55360 CPUtime=2.66
/proc/3326/stat : 3326 (rsat) R 3323 3323 3286 0 -1 4194304 13757 0 0 0 261 5 0 0 25 0 1 0 161915057 56688640 12950 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3326/statm: 13840 12950 116 309 0 13527 0
Current children cumulated CPU time (s) 142.21
Current children cumulated vsize (KiB) 60716

[startup+142.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3326
/proc/meminfo: memFree=1585704/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5356 CPUtime=139.55
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 312 145027 0 0 0 0 13849 106 16 0 1 0 161901094 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3323/statm: 1339 241 199 169 0 50 0
[pid=3326] ppid=3323 vsize=55360 CPUtime=3.06
/proc/3326/stat : 3326 (rsat) R 3323 3323 3286 0 -1 4194304 13772 0 0 0 301 5 0 0 25 0 1 0 161915057 56688640 12965 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3326/statm: 13840 12965 116 309 0 13527 0
Current children cumulated CPU time (s) 142.61
Current children cumulated vsize (KiB) 60716

[startup+142.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3327
/proc/meminfo: memFree=1656488/2055920 swapFree=4191900/4192956
[pid=3323] ppid=3321 vsize=5360 CPUtime=142.81
/proc/3323/stat : 3323 (rsat.sh) S 3321 3323 3286 0 -1 4194304 340 158803 0 0 0 0 14168 113 18 0 1 0 161901094 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3323/statm: 1340 244 200 169 0 51 0
[pid=3327] ppid=3323 vsize=2536 CPUtime=0.01
/proc/3327/stat : 3327 (rm) R 3323 3323 3286 0 -1 4194304 115 0 0 0 0 1 0 0 18 0 1 0 161915383 2596864 91 1992294400 4194304 4227748 548682068656 18446744073709551615 221236663337 0 0 4096 0 0 0 0 17 1 0 0
/proc/3327/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 142.82
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 142.917
CPU time (s): 142.849
CPU user time (s): 141.684
CPU system time (s): 1.16482
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 629712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.684
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 293

runsolver used 0.166974 second user time and 0.362944 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-03 10:17:59
IDJOB=1774629
IDBENCH=70966
IDSOLVER=615
FILE ID=node21/1774629-1241338676
PBS_JOBID= 9225472
Free space on /tmp= 66428 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-1774629-1241338676/watcher-1774629-1241338676 -o /tmp/evaluation-result-1774629-1241338676/solver-1774629-1241338676 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774629-1241338676.cnf HOME

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1674008590

node21.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.233
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.233
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:       1682368 kB
Buffers:         57004 kB
Cached:         223508 kB
SwapCached:        260 kB
Active:         134224 kB
Inactive:       159492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682368 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           59948 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            65868 kB
Committed_AS:   777112 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node21 at 2009-05-03 10:20:22