Trace number 1774389

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 938.777 939.156

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 benchmark269.152
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.01	c |         0 |   68970   232657 |      --       0       --      -- |     --   | -80730/-205120
0.99/1.01	c ==============================================================================
0.99/1.01	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.99/1.01	c CPU time:   0.955854 s
0.99/1.01	c ==============================================================================
1.09/1.10	c Rsat version 3.02
1.09/1.15	c Base unit clause learned: 0
938.71/939.11	c CNF stats: (7889 vars, 68970 clauses)
938.71/939.11	c Decisions: 2352268
938.71/939.11	c Conflicts: 1521364
938.71/939.11	c Restarts: 14
938.71/939.11	c Avg lpc: 22.46
938.71/939.11	c Max decision level: 205
938.71/939.11	c KB reduction: 47 (1390048 clauses removed)
938.71/939.11	c Final decision lit size:7889 (100.00 %)
938.71/939.11	c Final stack/save sizes: 78(0.99 %)/312(3.95 %)
938.71/939.11	c Final cdc size: 200 (2.54 %)
938.71/939.11	c ***********************************************
938.71/939.11	c Conflicts with bac: 30405/1521364 (2.00 %)
938.71/939.11	c Avg bac size: 14.72
938.71/939.11	c Avg bac bt depth: 5.22 vs 1.41 (normal)
938.71/939.14	c Running time: 937.46248 seconds
938.71/939.14	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-1774389-1241337369/watcher-1774389-1241337369 -o /tmp/evaluation-result-1774389-1241337369/solver-1774389-1241337369 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774389-1241337369.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.99 0.98 0.99 3/64 5008
/proc/meminfo: memFree=1133072/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=0
/proc/5008/stat : 5008 (rsat.sh) R 5006 5008 4785 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161770919 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5008/statm: 1339 238 198 169 0 50 0
[pid=5009] ppid=5008 vsize=1400 CPUtime=0
/proc/5009/stat : 5009 (SatElite) R 5008 5008 4785 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 161770920 1433600 176 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 350 179 65 186 0 160 0

[startup+0.0782449 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5008
/proc/meminfo: memFree=1133072/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=0
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161770919 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5008/statm: 1339 239 199 169 0 50 0
[pid=5009] ppid=5008 vsize=16564 CPUtime=0.06
/proc/5009/stat : 5009 (SatElite) R 5008 5008 4785 0 -1 4194304 3720 0 0 0 4 2 0 0 19 0 1 0 161770920 16961536 3703 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 4141 3705 65 186 0 3951 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21920

[startup+0.101248 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5008
/proc/meminfo: memFree=1133072/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=0
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161770919 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5008/statm: 1339 239 199 169 0 50 0
[pid=5009] ppid=5008 vsize=20940 CPUtime=0.09
/proc/5009/stat : 5009 (SatElite) R 5008 5008 4785 0 -1 4194304 4732 0 0 0 6 3 0 0 19 0 1 0 161770920 21442560 4715 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 5235 4718 65 186 0 5045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26296

[startup+0.301263 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5008
/proc/meminfo: memFree=1133072/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=0
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161770919 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5008/statm: 1339 239 199 169 0 50 0
[pid=5009] ppid=5008 vsize=34424 CPUtime=0.29
/proc/5009/stat : 5009 (SatElite) R 5008 5008 4785 0 -1 4194304 7284 0 0 0 25 4 0 0 21 0 1 0 161770920 35250176 7267 1992294400 4194304 4959918 548682068688 18446744073709551615 4240825 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 8606 7267 90 186 0 8416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.701296 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5008
/proc/meminfo: memFree=1133072/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=0
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161770919 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5008/statm: 1339 239 199 169 0 50 0
[pid=5009] ppid=5008 vsize=34984 CPUtime=0.69
/proc/5009/stat : 5009 (SatElite) R 5008 5008 4785 0 -1 4194304 7810 0 0 0 64 5 0 0 25 0 1 0 161770920 35823616 7454 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 8746 7454 92 186 0 8556 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40340

[startup+1.50137 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5010
/proc/meminfo: memFree=1100096/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 5356

[startup+3.10149 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1122176/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=11192 CPUtime=1.98
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 2387 0 0 0 197 1 0 0 25 0 1 0 161771030 11460608 2274 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 2798 2274 118 309 0 2485 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16548

[startup+6.30275 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1120128/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=12140 CPUtime=5.18
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 3139 0 0 0 516 2 0 0 25 0 1 0 161771030 12431360 2542 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 3035 2542 118 309 0 2722 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17496

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1119168/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=12748 CPUtime=11.58
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 3977 0 0 0 1156 2 0 0 25 0 1 0 161771030 13053952 2708 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 3187 2708 118 309 0 2874 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18104

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1118464/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=13432 CPUtime=24.37
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 5060 0 0 0 2435 2 0 0 25 0 1 0 161771030 13754368 2895 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 3358 2895 118 309 0 3045 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18788

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1116672/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=15616 CPUtime=49.96
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 9036 0 0 0 4992 4 0 0 25 0 1 0 161771030 15990784 3345 1992294400 4194304 5460562 548682068800 18446744073709551615 4210578 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 3904 3345 118 309 0 3591 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20972

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1114496/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=17608 CPUtime=101.14
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 12947 0 0 0 10108 6 0 0 25 0 1 0 161771030 18030592 3896 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 4402 3896 118 309 0 4089 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22964

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1112704/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=20496 CPUtime=161.11
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 16642 0 0 0 16103 8 0 0 25 0 1 0 161771030 20987904 4385 1992294400 4194304 5460562 548682068800 18446744073709551615 4226340 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 5124 4385 118 309 0 4811 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25852

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1111104/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=21728 CPUtime=221.08
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 19988 0 0 0 22099 9 0 0 25 0 1 0 161771030 22249472 4755 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 5432 4755 118 309 0 5119 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 27084

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5011
/proc/meminfo: memFree=1109440/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=23324 CPUtime=281.06
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 23377 0 0 0 28095 11 0 0 25 0 1 0 161771030 23883776 5168 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 5831 5168 118 309 0 5518 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 28680

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1107840/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=24744 CPUtime=341.04
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 25735 0 0 0 34092 12 0 0 25 0 1 0 161771030 25337856 5542 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 6186 5542 118 309 0 5873 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 30100

[startup+402.302 s]

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


[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1103488/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=28904 CPUtime=580.94
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 32808 0 0 0 58079 15 0 0 25 0 1 0 161771030 29597696 6663 1992294400 4194304 5460562 548682068800 18446744073709551615 4819104 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 7226 6663 118 309 0 6913 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 34260

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1102848/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=29484 CPUtime=640.93
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 33974 0 0 0 64077 16 0 0 25 0 1 0 161771030 30191616 6837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 7371 6837 118 309 0 7058 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 34840

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1101568/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=30536 CPUtime=700.9
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 35253 0 0 0 70074 16 0 0 25 0 1 0 161771030 31268864 7124 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 7634 7124 118 309 0 7321 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 35892

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1101184/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=30980 CPUtime=760.88
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 36339 0 0 0 76071 17 0 0 25 0 1 0 161771030 31723520 7218 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 7745 7218 118 309 0 7432 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 36336

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1100288/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34040 CPUtime=820.85
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 39142 0 0 0 82067 18 0 0 25 0 1 0 161771030 34856960 7455 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8510 7455 118 309 0 8197 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 39396

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1100096/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34040 CPUtime=880.83
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 39218 0 0 0 88065 18 0 0 25 0 1 0 161771030 34856960 7531 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8510 7531 118 309 0 8197 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 39396

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

[startup+895.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099968/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34304 CPUtime=894.42
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 39257 0 0 0 89424 18 0 0 25 0 1 0 161771030 35127296 7570 1992294400 4194304 5460562 548682068800 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8576 7570 118 309 0 8263 0
Current children cumulated CPU time (s) 895.52
Current children cumulated vsize (KiB) 39660

[startup+921.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=920.02
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 91983 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 921.12
Current children cumulated vsize (KiB) 40292

[startup+927.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=926.42
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 92623 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 927.52
Current children cumulated vsize (KiB) 40292

[startup+934.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=932.81
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 93262 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4225705 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 933.91
Current children cumulated vsize (KiB) 40292

[startup+937.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=936.01
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 93582 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4211542 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 937.11
Current children cumulated vsize (KiB) 40292

[startup+938.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=936.81
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 93662 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 937.91
Current children cumulated vsize (KiB) 40292

[startup+938.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=937.21
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 93702 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 938.31
Current children cumulated vsize (KiB) 40292

[startup+939.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5017
/proc/meminfo: memFree=1099200/2055920 swapFree=4191900/4192956
[pid=5008] ppid=5006 vsize=5356 CPUtime=1.1
/proc/5008/stat : 5008 (rsat.sh) S 5006 5008 4785 0 -1 4194304 312 8431 0 0 0 0 103 7 16 0 1 0 161770919 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5008/statm: 1339 241 199 169 0 50 0
[pid=5011] ppid=5008 vsize=34936 CPUtime=937.61
/proc/5011/stat : 5011 (rsat) R 5008 5008 4785 0 -1 4194304 41453 0 0 0 93742 19 0 0 25 0 1 0 161771030 35774464 7750 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5011/statm: 8734 7750 118 309 0 8421 0
Current children cumulated CPU time (s) 938.71
Current children cumulated vsize (KiB) 40292

Child status: 20
Real time (s): 939.156
CPU time (s): 938.777
CPU user time (s): 938.499
CPU system time (s): 0.277957
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 48484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 938.499
system time used= 0.277957
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= 37
involuntary context switches= 2402

runsolver used 0.913861 second user time and 2.50762 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 09:56:09
IDJOB=1774389
IDBENCH=70941
IDSOLVER=615
FILE ID=node3/1774389-1241337369
PBS_JOBID= 9225461
Free space on /tmp= 66348 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-1774389-1241337369/watcher-1774389-1241337369 -o /tmp/evaluation-result-1774389-1241337369/solver-1774389-1241337369 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774389-1241337369.cnf HOME

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1415698253

node3.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.212
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.212
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:       1133552 kB
Buffers:         89248 kB
Cached:         714436 kB
SwapCached:        416 kB
Active:         133140 kB
Inactive:       684504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133552 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9084 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            90848 kB
Committed_AS:   759212 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= 66344 MiB
End job on node3 at 2009-05-03 10:11:48