Trace number 1773549

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 562.446 562.734

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark424.718
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.69/0.75	c ==============================================================================
0.69/0.75	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.75	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.75	c ==============================================================================
0.69/0.75	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
4.99/5.04	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
4.99/5.04	c ==============================================================================
4.99/5.04	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
4.99/5.04	c CPU time:   4.72028 s
4.99/5.04	c ==============================================================================
5.49/5.56	c Rsat version 3.02
5.55/5.82	c Base unit clause learned: 0
562.20/562.55	c CNF stats: (41437 vars, 320735 clauses)
562.20/562.55	c Decisions: 5825988
562.20/562.55	c Conflicts: 956842
562.20/562.55	c Restarts: 62
562.20/562.55	c Avg lpc: 24.91
562.20/562.55	c Max decision level: 2084
562.20/562.55	c KB reduction: 15 (720300 clauses removed)
562.20/562.55	c Final decision lit size:41437 (100.00 %)
562.20/562.55	c Final stack/save sizes: 414(1.00 %)/828(2.00 %)
562.20/562.55	c Final cdc size: 828 (2.00 %)
562.20/562.55	c ***********************************************
562.20/562.55	c Conflicts with bac: 64686/956842 (6.76 %)
562.20/562.55	c Avg bac size: 12.82
562.20/562.55	c Avg bac bt depth: 20.76 vs 4.94 (normal)
562.40/562.70	c Running time: 556.66437 seconds
562.40/562.71	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-1773549-1241334110/watcher-1773549-1241334110 -o /tmp/evaluation-result-1773549-1241334110/solver-1773549-1241334110 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773549-1241334110.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.92 0.98 0.99 3/64 3039
/proc/meminfo: memFree=1338440/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) R 3037 3039 3002 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3039/statm: 1339 238 198 169 0 50 0
[pid=3040] ppid=3039 vsize=1516 CPUtime=0
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 161444975 1552384 206 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 379 209 64 186 0 189 0

[startup+0.0725121 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3039
/proc/meminfo: memFree=1338440/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=18832 CPUtime=0.06
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 4440 0 0 0 4 2 0 0 19 0 1 0 161444975 19283968 4424 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 4708 4427 65 186 0 4518 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24188

[startup+0.102515 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3039
/proc/meminfo: memFree=1338440/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=27952 CPUtime=0.09
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 6285 0 0 0 6 3 0 0 19 0 1 0 161444975 28622848 6268 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 6988 6270 64 186 0 6798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33308

[startup+0.302552 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3039
/proc/meminfo: memFree=1338440/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=74904 CPUtime=0.29
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 18181 0 0 0 21 8 0 0 21 0 1 0 161444975 76701696 18164 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 18726 18165 64 186 0 18536 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80260

[startup+0.701626 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3039
/proc/meminfo: memFree=1338440/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=168208 CPUtime=0.69
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 41042 0 0 0 50 19 0 0 25 0 1 0 161444975 172244992 41025 1992294400 4194304 4959918 548682068688 18446744073709551615 4232828 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 42052 41025 66 186 0 41862 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 173564

[startup+1.50177 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3041
/proc/meminfo: memFree=1160632/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=183576 CPUtime=1.49
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 45651 0 0 0 127 22 0 0 25 0 1 0 161444975 187981824 44042 1992294400 4194304 4959918 548682068688 18446744073709551615 4252750 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 45894 44042 92 186 0 45704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188932

[startup+3.10107 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3041
/proc/meminfo: memFree=1149944/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=0
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161444975 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3039/statm: 1339 239 199 169 0 50 0
[pid=3040] ppid=3039 vsize=189028 CPUtime=3.08
/proc/3040/stat : 3040 (SatElite) R 3039 3039 3002 0 -1 4194304 46888 0 0 0 281 27 0 0 25 0 1 0 161444975 193564672 45279 1992294400 4194304 4959918 548682068688 18446744073709551615 4241761 0 0 4096 3 0 0 0 17 0 0 0
/proc/3040/statm: 47257 45279 92 186 0 47067 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 194384

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3041
/proc/meminfo: memFree=1123584/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 5356

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1273984/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=38124 CPUtime=7.11
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 9297 0 0 0 707 4 0 0 25 0 1 0 161445531 39038976 8806 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 9531 8806 118 309 0 9218 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43480

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1266120/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=46724 CPUtime=19.91
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 11666 0 0 0 1986 5 0 0 25 0 1 0 161445531 47845376 10768 1992294400 4194304 5460562 548682068800 18446744073709551615 4201835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 11681 10768 118 309 0 11368 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 52080

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1257800/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=53956 CPUtime=45.5
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 14702 0 0 0 4543 7 0 0 25 0 1 0 161445531 55250944 12753 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 13489 12753 118 309 0 13176 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 59312

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1257736/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=54096 CPUtime=96.68
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 15746 0 0 0 9660 8 0 0 25 0 1 0 161445531 55394304 12803 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 13524 12803 118 309 0 13211 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 59452

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1257608/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=54064 CPUtime=156.64
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 17768 0 0 0 15656 8 0 0 25 0 1 0 161445531 55361536 12841 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 13516 12841 118 309 0 13203 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 59420

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1257096/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=56364 CPUtime=216.62
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 23461 0 0 0 21651 11 0 0 25 0 1 0 161445531 57716736 12960 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 14091 12960 118 309 0 13778 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 61720

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1255560/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=57700 CPUtime=276.59
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 27877 0 0 0 27646 13 0 0 25 0 1 0 161445531 59084800 13342 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 14425 13342 118 309 0 14112 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 63056

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1253832/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=59240 CPUtime=336.56
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 32329 0 0 0 33641 15 0 0 25 0 1 0 161445531 60661760 13761 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 14810 13761 118 309 0 14497 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 64596

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1251656/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=61552 CPUtime=396.53
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 36994 0 0 0 39636 17 0 0 25 0 1 0 161445531 63029248 14387 1992294400 4194304 5460562 548682068800 18446744073709551615 4225913 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 15388 14387 118 309 0 15075 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 66908

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1250312/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=62456 CPUtime=456.5
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 39271 0 0 0 45632 18 0 0 25 0 1 0 161445531 63954944 14643 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 15614 14643 118 309 0 15301 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 67812

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1248072/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=64868 CPUtime=516.47
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41926 0 0 0 51628 19 0 0 25 0 1 0 161445531 66424832 15258 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16217 15258 118 309 0 15904 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 70224

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

[startup+537.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=531.67
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 53148 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 537.22
Current children cumulated vsize (KiB) 70376

[startup+550.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=544.46
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 54427 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4226284 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 550.01
Current children cumulated vsize (KiB) 70376

[startup+556.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=550.85
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 55066 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 556.4
Current children cumulated vsize (KiB) 70376

[startup+559.906 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=554.06
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 55387 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 559.61
Current children cumulated vsize (KiB) 70376

[startup+561.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=555.65
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 55546 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 561.2
Current children cumulated vsize (KiB) 70376

[startup+562.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=65020 CPUtime=556.45
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41980 0 0 0 55626 19 0 0 25 0 1 0 161445531 66580480 15312 1992294400 4194304 5460562 548682068800 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 16255 15312 118 309 0 15942 0
Current children cumulated CPU time (s) 562
Current children cumulated vsize (KiB) 70376

[startup+562.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3042
/proc/meminfo: memFree=1247880/2055920 swapFree=4180196/4192956
[pid=3039] ppid=3037 vsize=5356 CPUtime=5.55
/proc/3039/stat : 3039 (rsat.sh) S 3037 3039 3002 0 -1 4194304 312 50641 0 0 0 0 518 37 16 0 1 0 161444975 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3039/statm: 1339 241 199 169 0 50 0
[pid=3042] ppid=3039 vsize=60460 CPUtime=556.85
/proc/3042/stat : 3042 (rsat) R 3039 3039 3002 0 -1 4194304 41981 0 0 0 55666 19 0 0 25 0 1 0 161445531 61911040 14321 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3042/statm: 15115 14321 1834 309 0 14802 0
Current children cumulated CPU time (s) 562.4
Current children cumulated vsize (KiB) 65816

Child status: 20
Real time (s): 562.734
CPU time (s): 562.446
CPU user time (s): 561.845
CPU system time (s): 0.600908
CPU usage (%): 99.9487
Max. virtual memory (cumulated for all children) (KiB): 204316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.845
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1343

runsolver used 0.513921 second user time and 1.53877 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 09:01:51
IDJOB=1773549
IDBENCH=69630
IDSOLVER=615
FILE ID=node7/1773549-1241334110
PBS_JOBID= 9225427
Free space on /tmp= 66548 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773549-1241334110/watcher-1773549-1241334110 -o /tmp/evaluation-result-1773549-1241334110/solver-1773549-1241334110 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773549-1241334110.cnf HOME

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=1672945543

node7.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.256
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.256
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:       1338928 kB
Buffers:         87304 kB
Cached:         527636 kB
SwapCached:       7192 kB
Active:         173036 kB
Inactive:       450268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338928 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           19252 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            79676 kB
Committed_AS:  1033644 kB
PageTables:       1444 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= 66544 MiB
End job on node7 at 2009-05-03 09:11:14