Trace number 1773209

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 1479.41 1479.85

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.4269
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data

0.00/0.00	c Parsing...
0.18/0.21	c ==============================================================================
0.18/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.21	c ==============================================================================
0.18/0.21	c |         0 |  261472   744578 |   78441       0        0     nan |  0.000 % |
1.79/1.83	c |         0 |  244145   773136 |      --       0       --      -- |     --   | -17305/28607
1.79/1.83	c ==============================================================================
1.79/1.83	c Result  :   #vars: 16889   #clauses: 244145   #literals: 773136
1.79/1.83	c CPU time:   1.76773 s
1.79/1.83	c ==============================================================================
2.09/2.13	c Rsat version 3.02
2.12/2.29	c Base unit clause learned: 0
1479.24/1479.78	c CNF stats: (16889 vars, 244145 clauses)
1479.24/1479.78	c Decisions: 32122663
1479.24/1479.78	c Conflicts: 3648928
1479.24/1479.78	c Restarts: 510
1479.24/1479.78	c Avg lpc: 36.89
1479.24/1479.78	c Max decision level: 2356
1479.24/1479.78	c KB reduction: 28 (3514236 clauses removed)
1479.24/1479.78	c Final decision lit size:16889 (100.00 %)
1479.24/1479.78	c Final stack/save sizes: 336(1.99 %)/672(3.98 %)
1479.24/1479.78	c Final cdc size: 672 (3.98 %)
1479.24/1479.78	c ***********************************************
1479.24/1479.78	c Conflicts with bac: 160420/3648928 (4.40 %)
1479.24/1479.78	c Avg bac size: 25.28
1479.24/1479.78	c Avg bac bt depth: 27.19 vs 7.94 (normal)
1479.34/1479.82	c Running time: 1476.88748 seconds
1479.34/1479.83	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-1773209-1241330895/watcher-1773209-1241330895 -o /tmp/evaluation-result-1773209-1241330895/solver-1773209-1241330895 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773209-1241330895.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.97 0.98 3/64 5406
/proc/meminfo: memFree=1656036/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=2068 CPUtime=0
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 369 0 0 0 0 0 0 0 18 0 1 0 161122076 2117632 352 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 517 353 65 186 0 327 0

[startup+0.054738 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 5406
/proc/meminfo: memFree=1656036/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=10412 CPUtime=0.04
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 2171 0 0 0 3 1 0 0 18 0 1 0 161122076 10661888 2154 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 2603 2156 65 186 0 2413 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15768

[startup+0.101741 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 5406
/proc/meminfo: memFree=1656036/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=17048 CPUtime=0.09
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 3872 0 0 0 7 2 0 0 18 0 1 0 161122076 17457152 3855 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 4262 3855 65 186 0 4072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22404

[startup+0.301764 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 5406
/proc/meminfo: memFree=1656036/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=39572 CPUtime=0.29
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 9813 0 0 0 24 5 0 0 19 0 1 0 161122076 40521728 9284 1992294400 4194304 4959918 548682068688 18446744073709551615 4240829 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 9893 9284 92 186 0 9703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44928

[startup+0.701808 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 5406
/proc/meminfo: memFree=1656036/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=42780 CPUtime=0.69
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 10551 0 0 0 63 6 0 0 23 0 1 0 161122076 43806720 10022 1992294400 4194304 4959918 548682068688 18446744073709551615 4270445 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 10695 10022 92 186 0 10505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48136

[startup+1.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5408
/proc/meminfo: memFree=1615060/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=0
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161122076 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5406/statm: 1339 239 199 169 0 50 0
[pid=5407] ppid=5406 vsize=47792 CPUtime=1.49
/proc/5407/stat : 5407 (SatElite) R 5406 5406 5273 0 -1 4194304 11489 0 0 0 143 6 0 0 25 0 1 0 161122076 48939008 10943 1992294400 4194304 4959918 548682068688 18446744073709551615 4269307 0 0 4096 3 0 0 0 17 1 0 0
/proc/5407/statm: 11948 10943 92 186 0 11758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53148

[startup+3.10109 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5408
/proc/meminfo: memFree=1607188/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30243 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1628244/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=24512 CPUtime=4.16
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 5745 0 0 0 413 3 0 0 25 0 1 0 161122289 25100288 5589 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 6128 5589 118 309 0 5815 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29868

[startup+12.7012 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1624148/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=28652 CPUtime=10.55
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 6858 0 0 0 1052 3 0 0 25 0 1 0 161122289 29339648 6631 1992294400 4194304 5460562 548682068800 18446744073709551615 4226263 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 7163 6631 118 309 0 6850 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34008

[startup+25.5016 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1614868/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=37772 CPUtime=23.35
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 9248 0 0 0 2329 6 0 0 25 0 1 0 161122289 38678528 8886 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 9443 8886 118 309 0 9130 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43128

[startup+51.1014 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1609556/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=43484 CPUtime=48.94
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 11806 0 0 0 4886 8 0 0 25 0 1 0 161122289 44527616 10151 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 10871 10151 118 309 0 10558 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48840

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1605652/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=47404 CPUtime=100.13
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 14766 0 0 0 10003 10 0 0 25 0 1 0 161122289 48541696 11127 1992294400 4194304 5460562 548682068800 18446744073709551615 4226917 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 11851 11127 118 309 0 11538 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52760

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1604116/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=48520 CPUtime=160.1
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 17100 0 0 0 16000 10 0 0 25 0 1 0 161122289 49684480 11477 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 12130 11477 118 309 0 11817 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 53876

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1605076/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=47492 CPUtime=220.09
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 18872 0 0 0 21997 12 0 0 25 0 1 0 161122289 48631808 11265 1992294400 4194304 5460562 548682068800 18446744073709551615 4227838 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 11873 11265 118 309 0 11560 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52848

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1601172/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=51424 CPUtime=280.07
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 21785 0 0 0 27993 14 0 0 25 0 1 0 161122289 52658176 12194 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 12856 12194 118 309 0 12543 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 56780

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1598292/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=53804 CPUtime=340.05
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 24502 0 0 0 33989 16 0 0 25 0 1 0 161122289 55095296 12927 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 13451 12927 118 309 0 13138 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 59160


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


[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1579220/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74248 CPUtime=1179.81
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 56025 0 0 0 117948 33 0 0 25 0 1 0 161122289 76029952 17724 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18562 17724 118 309 0 18249 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 79604

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1579028/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74512 CPUtime=1239.79
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 56219 0 0 0 123946 33 0 0 25 0 1 0 161122289 76300288 17760 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18628 17760 119 309 0 18315 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 79868

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1578452/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=75024 CPUtime=1299.78
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 58342 0 0 0 129944 34 0 0 25 0 1 0 161122289 76824576 17867 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18756 17867 119 309 0 18443 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 80380

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577812/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1359.76
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 60494 0 0 0 135941 35 0 0 25 0 1 0 161122289 76296192 18003 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18003 119 309 0 18314 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 79864

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577876/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1419.74
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 60494 0 0 0 141939 35 0 0 25 0 1 0 161122289 76296192 18003 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18003 119 309 0 18314 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 79864

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

[startup+1433.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577876/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1430.94
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 60494 0 0 0 143059 35 0 0 25 0 1 0 161122289 76296192 18003 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18003 119 309 0 18314 0
Current children cumulated CPU time (s) 1433.06
Current children cumulated vsize (KiB) 79864

[startup+1459.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577620/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1456.53
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 145617 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4227009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1458.65
Current children cumulated vsize (KiB) 79864

[startup+1471.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1469.32
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 146896 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1471.44
Current children cumulated vsize (KiB) 79864

[startup+1475.11 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1472.53
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 147217 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1474.65
Current children cumulated vsize (KiB) 79864

[startup+1478.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1475.73
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 147537 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1477.85
Current children cumulated vsize (KiB) 79864

[startup+1479.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1476.52
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 147616 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4201743 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1478.64
Current children cumulated vsize (KiB) 79864

[startup+1479.51 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1476.93
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 147657 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4225790 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1479.05
Current children cumulated vsize (KiB) 79864

[startup+1479.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=74508 CPUtime=1477.12
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62546 0 0 0 147676 36 0 0 25 0 1 0 161122289 76296192 18039 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18627 18039 119 309 0 18314 0
Current children cumulated CPU time (s) 1479.24
Current children cumulated vsize (KiB) 79864

[startup+1479.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5409
/proc/meminfo: memFree=1577684/2055920 swapFree=4181296/4192956
[pid=5406] ppid=5404 vsize=5356 CPUtime=2.12
/proc/5406/stat : 5406 (rsat.sh) S 5404 5406 5273 0 -1 4194304 312 11899 0 0 0 0 203 9 16 0 1 0 161122076 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5406/statm: 1339 241 199 169 0 50 0
[pid=5409] ppid=5406 vsize=73232 CPUtime=1477.22
/proc/5409/stat : 5409 (rsat) R 5406 5406 5273 0 -1 4194304 62547 0 0 0 147686 36 0 0 25 0 1 0 161122289 74989568 17720 1992294400 4194304 5460562 548682068800 18446744073709551615 4786450 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5409/statm: 18308 17720 119 309 0 17995 0
Current children cumulated CPU time (s) 1479.34
Current children cumulated vsize (KiB) 78588

Child status: 20
Real time (s): 1479.85
CPU time (s): 1479.41
CPU user time (s): 1478.93
CPU system time (s): 0.483926
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 88060

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

runsolver used 1.68774 second user time and 3.69744 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-03 08:08:15
IDJOB=1773209
IDBENCH=20573
IDSOLVER=615
FILE ID=node35/1773209-1241330895
PBS_JOBID= 9225403
Free space on /tmp= 66552 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773209-1241330895/watcher-1773209-1241330895 -o /tmp/evaluation-result-1773209-1241330895/solver-1773209-1241330895 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773209-1241330895.cnf HOME

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=781634800

node35.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:       1656516 kB
Buffers:         67544 kB
Cached:         240028 kB
SwapCached:       5500 kB
Active:          80216 kB
Inactive:       235292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656516 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           10540 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            69896 kB
Committed_AS:   757312 kB
PageTables:       1396 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 node35 at 2009-05-03 08:32:55