Trace number 1562808

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 971.301 971.561

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  155258   454459 |   46577       0        0     nan |  0.000 % |
0.99/1.00	c |         0 |   68970   232657 |      --       0       --      -- |     --   | -80730/-205120
0.99/1.00	c ==============================================================================
0.99/1.00	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.99/1.00	c CPU time:   0.953854 s
0.99/1.00	c ==============================================================================
0.99/1.09	c Rsat version 3.02
1.08/1.13	c Base unit clause learned: 0
971.22/971.51	c CNF stats: (7889 vars, 68970 clauses)
971.22/971.51	c Decisions: 2352268
971.22/971.51	c Conflicts: 1521364
971.22/971.51	c Restarts: 14
971.22/971.51	c Avg lpc: 22.46
971.22/971.51	c Max decision level: 205
971.22/971.51	c KB reduction: 47 (1390048 clauses removed)
971.22/971.51	c Final decision lit size:7889 (100.00 %)
971.22/971.51	c Final stack/save sizes: 78(0.99 %)/312(3.95 %)
971.22/971.51	c Final cdc size: 200 (2.54 %)
971.22/971.51	c ***********************************************
971.22/971.51	c Conflicts with bac: 30405/1521364 (2.00 %)
971.22/971.51	c Avg bac size: 14.72
971.22/971.51	c Avg bac bt depth: 5.22 vs 1.41 (normal)
971.22/971.55	c Running time: 969.95854 seconds
971.22/971.55	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-1562808-1240998471/watcher-1562808-1240998471 -o /tmp/evaluation-result-1562808-1240998471/solver-1562808-1240998471 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1562808-1240998471.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: 0.99 0.97 0.69 2/65 4962
/proc/meminfo: memFree=896640/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=0
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127879780 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4961/statm: 1339 239 199 169 0 50 0
[pid=4962] ppid=4961 vsize=2016 CPUtime=0
/proc/4962/stat : 4962 (SatElite) R 4961 4961 4894 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 127879780 2064384 333 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/4962/statm: 543 342 65 186 0 353 0

[startup+0.0692229 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 4962
/proc/meminfo: memFree=896640/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=0
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127879780 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4961/statm: 1339 239 199 169 0 50 0
[pid=4962] ppid=4961 vsize=15640 CPUtime=0.06
/proc/4962/stat : 4962 (SatElite) R 4961 4961 4894 0 -1 4194304 3398 0 0 0 5 1 0 0 18 0 1 0 127879780 16015360 3381 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/4962/statm: 3910 3384 65 186 0 3720 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20996

[startup+0.102225 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 4962
/proc/meminfo: memFree=896640/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=0
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127879780 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4961/statm: 1339 239 199 169 0 50 0
[pid=4962] ppid=4961 vsize=21204 CPUtime=0.09
/proc/4962/stat : 4962 (SatElite) R 4961 4961 4894 0 -1 4194304 4821 0 0 0 7 2 0 0 18 0 1 0 127879780 21712896 4804 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/4962/statm: 5301 4806 65 186 0 5111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26560

[startup+0.302239 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 4962
/proc/meminfo: memFree=896640/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=0
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127879780 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4961/statm: 1339 239 199 169 0 50 0
[pid=4962] ppid=4961 vsize=34424 CPUtime=0.29
/proc/4962/stat : 4962 (SatElite) R 4961 4961 4894 0 -1 4194304 7285 0 0 0 26 3 0 0 19 0 1 0 127879780 35250176 7268 1992294400 4194304 4959918 548682068688 18446744073709551615 4241757 0 0 4096 3 0 0 0 17 0 0 0
/proc/4962/statm: 8606 7268 90 186 0 8416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.702268 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 4962
/proc/meminfo: memFree=896640/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=0
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 127879780 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4961/statm: 1339 239 199 169 0 50 0
[pid=4962] ppid=4961 vsize=34984 CPUtime=0.69
/proc/4962/stat : 4962 (SatElite) R 4961 4961 4894 0 -1 4194304 7810 0 0 0 65 4 0 0 23 0 1 0 127879780 35823616 7454 1992294400 4194304 4959918 548682068688 18446744073709551615 4284754 0 0 4096 3 0 0 0 17 0 0 0
/proc/4962/statm: 8746 7454 92 186 0 8556 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40340

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 4963
/proc/meminfo: memFree=864056/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 5356

[startup+3.10145 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 4964
/proc/meminfo: memFree=885944/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=11192 CPUtime=1.99
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 2380 0 0 0 198 1 0 0 25 0 1 0 127879889 11460608 2267 1992294400 4194304 5460562 548682068816 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 2798 2267 118 309 0 2485 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16548

[startup+6.30148 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 4964
/proc/meminfo: memFree=883768/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=12140 CPUtime=5.19
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 3139 0 0 0 517 2 0 0 25 0 1 0 127879889 12431360 2542 1992294400 4194304 5460562 548682068816 18446744073709551615 4210635 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 3035 2542 118 309 0 2722 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17496

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 4964
/proc/meminfo: memFree=882872/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=12748 CPUtime=11.58
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 3977 0 0 0 1156 2 0 0 25 0 1 0 127879889 13053952 2708 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 3187 2708 118 309 0 2874 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18104

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 4964
/proc/meminfo: memFree=882168/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=13432 CPUtime=24.38
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 5060 0 0 0 2435 3 0 0 25 0 1 0 127879889 13754368 2895 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 3358 2895 118 309 0 3045 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18788

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 4964
/proc/meminfo: memFree=880760/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=15436 CPUtime=49.98
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 8476 0 0 0 4993 5 0 0 25 0 1 0 127879889 15806464 3265 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 3859 3265 118 309 0 3546 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20792

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.72 2/66 4964
/proc/meminfo: memFree=878520/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=17480 CPUtime=101.16
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 12415 0 0 0 10109 7 0 0 25 0 1 0 127879889 17899520 3844 1992294400 4194304 5460562 548682068816 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 4370 3844 118 309 0 4057 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22836

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/66 4964
/proc/meminfo: memFree=876472/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=19164 CPUtime=161.15
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 15290 0 0 0 16106 9 0 0 25 0 1 0 127879889 19623936 4319 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 4791 4319 118 309 0 4478 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24520

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 4964
/proc/meminfo: memFree=874616/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=21728 CPUtime=221.13
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 19988 0 0 0 22102 11 0 0 25 0 1 0 127879889 22249472 4755 1992294400 4194304 5460562 548682068816 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 5432 4755 118 309 0 5119 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 27084

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 4964
/proc/meminfo: memFree=873336/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=22972 CPUtime=281.12
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 22289 0 0 0 28099 13 0 0 25 0 1 0 127879889 23523328 5072 1992294400 4194304 5460562 548682068816 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 5743 5072 118 309 0 5430 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 28328

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 4964
/proc/meminfo: memFree=872056/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=24104 CPUtime=341.11
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 24592 0 0 0 34097 14 0 0 25 0 1 0 127879889 24682496 5391 1992294400 4194304 5460562 548682068816 18446744073709551615 4225773 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 6026 5391 118 309 0 5713 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 29460

[startup+402.301 s]

################
# More data... #
################


[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 4964
/proc/meminfo: memFree=866808/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=28904 CPUtime=641.03
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 32850 0 0 0 64085 18 0 0 25 0 1 0 127879889 29597696 6705 1992294400 4194304 5460562 548682068816 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 7226 6705 118 309 0 6913 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 34260

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 4964
/proc/meminfo: memFree=866040/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=29740 CPUtime=701.01
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 34025 0 0 0 70082 19 0 0 25 0 1 0 127879889 30453760 6888 1992294400 4194304 5460562 548682068816 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 7435 6888 118 309 0 7122 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 35096

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 4964
/proc/meminfo: memFree=865016/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=30536 CPUtime=761.01
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 35278 0 0 0 76081 20 0 0 25 0 1 0 127879889 31268864 7149 1992294400 4194304 5460562 548682068816 18446744073709551615 4210646 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 7634 7149 118 309 0 7321 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 35892

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 4970
/proc/meminfo: memFree=864568/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=30980 CPUtime=820.97
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 36339 0 0 0 82077 20 0 0 25 0 1 0 127879889 31723520 7218 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 7745 7218 118 309 0 7432 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 36336

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 4970
/proc/meminfo: memFree=863608/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34040 CPUtime=880.96
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 39167 0 0 0 88074 22 0 0 25 0 1 0 127879889 34856960 7480 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8510 7480 118 309 0 8197 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 39396

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=940.94
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 94071 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4210565 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 40292

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

[startup+947.206 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=945.85
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 94562 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 946.93
Current children cumulated vsize (KiB) 40292

[startup+960.002 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=958.64
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 95841 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 959.72
Current children cumulated vsize (KiB) 40292

[startup+966.401 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=965.04
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96481 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4816280 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 966.12
Current children cumulated vsize (KiB) 40292

[startup+969.603 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=968.24
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96801 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 969.32
Current children cumulated vsize (KiB) 40292

[startup+970.402 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=969.04
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96881 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 970.12
Current children cumulated vsize (KiB) 40292

[startup+971.202 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=969.84
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96961 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 970.92
Current children cumulated vsize (KiB) 40292

[startup+971.406 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=970.04
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96981 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4211499 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 971.12
Current children cumulated vsize (KiB) 40292

[startup+971.502 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 4970
/proc/meminfo: memFree=862456/2055920 swapFree=4164528/4192956
[pid=4961] ppid=4959 vsize=5356 CPUtime=1.08
/proc/4961/stat : 4961 (rsat.sh) S 4959 4961 4894 0 -1 4194304 312 8431 0 0 0 0 103 5 16 0 1 0 127879780 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4961/statm: 1339 241 199 169 0 50 0
[pid=4964] ppid=4961 vsize=34936 CPUtime=970.14
/proc/4964/stat : 4964 (rsat) R 4961 4961 4894 0 -1 4194304 41453 0 0 0 96991 23 0 0 25 0 1 0 127879889 35774464 7750 1992294400 4194304 5460562 548682068816 18446744073709551615 4214263 0 0 4096 1026 0 0 0 17 1 0 0
/proc/4964/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 971.22
Current children cumulated vsize (KiB) 40292

Child status: 20
Real time (s): 971.561
CPU time (s): 971.301
CPU user time (s): 970.995
CPU system time (s): 0.305953
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 48484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 970.995
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50355
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= 41
involuntary context switches= 960

runsolver used 1.14383 second user time and 2.39663 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-29 11:47:51
IDJOB=1562808
IDBENCH=70941
IDSOLVER=545
FILE ID=node34/1562808-1240998471
PBS_JOBID= 9204833
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1358106811

node34.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.214
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.214
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:        897320 kB
Buffers:         32740 kB
Cached:        1057676 kB
SwapCached:      22608 kB
Active:         158268 kB
Inactive:       956928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897320 kB
SwapTotal:     4192956 kB
SwapFree:      4164528 kB
Dirty:            8804 kB
Writeback:           0 kB
Mapped:          13444 kB
Slab:            29456 kB
Committed_AS:   539904 kB
PageTables:       1380 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= 66444 MiB
End job on node34 at 2009-04-29 12:04:03