Trace number 1772949

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 408.303 408.479

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.1181
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data

0.00/0.00	c Parsing...
0.68/0.77	c ==============================================================================
0.68/0.77	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.77	c ==============================================================================
0.68/0.77	c |         0 |  837166  2167854 |  251149       0        0     nan |  0.000 % |
20.79/20.81	c |         0 |  510801  3267506 |      --       0       --      -- |     --   | -326365/1099652
20.79/20.82	c ==============================================================================
20.79/20.82	c Result  :   #vars: 12778   #clauses: 510801   #literals: 3267506
20.79/20.82	c CPU time:   20.3179 s
20.79/20.82	c ==============================================================================
21.98/22.01	c Rsat version 3.02
21.98/22.75	c Base unit clause learned: 0
408.10/408.35	c CNF stats: (12778 vars, 510801 clauses)
408.10/408.35	c Decisions: 716844
408.10/408.35	c Conflicts: 286715
408.10/408.35	c Restarts: 30
408.10/408.35	c Avg lpc: 46.41
408.10/408.35	c Max decision level: 677
408.10/408.35	c KB reduction: 1 (134286 clauses removed)
408.10/408.35	c Final decision lit size:12778 (100.00 %)
408.10/408.35	c Final stack/save sizes: 1016(7.95 %)/2032(15.90 %)
408.10/408.35	c Final cdc size: 2032 (15.90 %)
408.10/408.35	c ***********************************************
408.10/408.35	c Conflicts with bac: 13097/286715 (4.57 %)
408.10/408.35	c Avg bac size: 24.34
408.10/408.35	c Avg bac bt depth: 10.36 vs 2.07 (normal)
408.20/408.42	c Running time: 386.03431 seconds
408.20/408.44	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-1772949-1241329936/watcher-1772949-1241329936 -o /tmp/evaluation-result-1772949-1241329936/solver-1772949-1241329936 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772949-1241329936.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 29259
/proc/meminfo: memFree=1808112/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=2432 CPUtime=0
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 161026733 2490368 393 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 641 395 66 186 0 451 0

[startup+0.054724 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29259
/proc/meminfo: memFree=1808112/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=11236 CPUtime=0.04
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 2468 0 0 0 3 1 0 0 18 0 1 0 161026733 11505664 2451 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 2809 2453 66 186 0 2619 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16592

[startup+0.101731 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29259
/proc/meminfo: memFree=1808112/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=21212 CPUtime=0.09
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 4678 0 0 0 6 3 0 0 18 0 1 0 161026733 21721088 4661 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 5303 4662 66 186 0 5113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26568

[startup+0.301762 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29259
/proc/meminfo: memFree=1808112/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=65028 CPUtime=0.29
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 14248 0 0 0 20 9 0 0 19 0 1 0 161026733 66588672 14231 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 16257 14232 66 186 0 16067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70384

[startup+0.701825 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29259
/proc/meminfo: memFree=1808112/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=158504 CPUtime=0.68
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 36632 0 0 0 49 19 0 0 23 0 1 0 161026733 162308096 36615 1992294400 4194304 4959918 548682068688 18446744073709551615 4232853 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 39626 36615 67 186 0 39436 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 163860

[startup+1.50195 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29261
/proc/meminfo: memFree=1649632/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=174040 CPUtime=1.49
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 39913 0 0 0 127 22 0 0 25 0 1 0 161026733 178216960 39466 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 43510 39466 91 186 0 43320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179396

[startup+3.10221 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29261
/proc/meminfo: memFree=1643232/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=178304 CPUtime=3.09
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 40977 0 0 0 283 26 0 0 25 0 1 0 161026733 182583296 40530 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 44576 40530 91 186 0 44386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183660

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29261
/proc/meminfo: memFree=1626720/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=185544 CPUtime=6.29
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 42619 0 0 0 597 32 0 0 25 0 1 0 161026733 189997056 42172 1992294400 4194304 4959918 548682068688 18446744073709551615 4240755 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 46386 42172 91 186 0 46196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190900

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29261
/proc/meminfo: memFree=1601832/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=0
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161026732 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29259/statm: 1339 239 199 169 0 50 0
[pid=29260] ppid=29259 vsize=196236 CPUtime=12.68
/proc/29260/stat : 29260 (SatElite) R 29259 29259 29190 0 -1 4194304 44866 0 0 0 1222 46 0 0 25 0 1 0 161026733 200945664 44419 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/29260/statm: 49059 44419 91 186 0 48869 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201592

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1706024/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=52968 CPUtime=3.47
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 12836 0 0 0 340 7 0 0 25 0 1 0 161028934 54239232 12759 1992294400 4194304 5460562 548682068800 18446744073709551615 4226209 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 13242 12759 116 309 0 12929 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 58324

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1691944/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=68724 CPUtime=29.06
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 16826 0 0 0 2895 11 0 0 25 0 1 0 161028934 70373376 16551 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 17181 16551 118 309 0 16868 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 74080

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1668584/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=91968 CPUtime=80.23
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 22829 0 0 0 8007 16 0 0 25 0 1 0 161028934 94175232 22292 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 22992 22292 118 309 0 22679 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 97324

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1653800/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=106096 CPUtime=140.2
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 26537 0 0 0 14001 19 0 0 25 0 1 0 161028934 108642304 25997 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 26524 25997 118 309 0 26211 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 111452

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1647528/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=114028 CPUtime=200.18
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 28582 0 0 0 19998 20 0 0 25 0 1 0 161028934 116764672 27527 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 28507 27527 118 309 0 28194 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 119384

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644392/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116580 CPUtime=260.17
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31369 0 0 0 25995 22 0 0 25 0 1 0 161028934 119377920 28261 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29145 28261 118 309 0 28832 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 121936

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644400/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116580 CPUtime=320.15
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31382 0 0 0 31993 22 0 0 25 0 1 0 161028934 119377920 28274 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29145 28274 118 309 0 28832 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 121936

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=380.13
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 37991 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 122332

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

[startup+403.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=380.93
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 38071 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 402.91
Current children cumulated vsize (KiB) 122332

[startup+406.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=384.12
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 38390 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 406.1
Current children cumulated vsize (KiB) 122332

[startup+407.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=384.92
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 38470 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 406.9
Current children cumulated vsize (KiB) 122332

[startup+407.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=385.72
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 38550 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 407.7
Current children cumulated vsize (KiB) 122332

[startup+408.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=116976 CPUtime=386.12
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31486 0 0 0 38590 22 0 0 25 0 1 0 161028934 119783424 28378 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 29244 28378 118 309 0 28931 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 122332

[startup+408.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29262
/proc/meminfo: memFree=1644080/2055920 swapFree=4181456/4192956
[pid=29259] ppid=29257 vsize=5356 CPUtime=21.98
/proc/29259/stat : 29259 (rsat.sh) S 29257 29259 29190 0 -1 4194304 312 49981 0 0 0 0 2140 58 16 0 1 0 161026732 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29259/statm: 1339 241 199 169 0 50 0
[pid=29262] ppid=29259 vsize=112984 CPUtime=386.22
/proc/29262/stat : 29262 (rsat) R 29259 29259 29190 0 -1 4194304 31487 0 0 0 38600 22 0 0 25 0 1 0 161028934 115695616 27380 1992294400 4194304 5460562 548682068800 18446744073709551615 4786450 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29262/statm: 28246 27380 118 309 0 27933 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 118340

Child status: 20
Real time (s): 408.479
CPU time (s): 408.303
CPU user time (s): 407.439
CPU system time (s): 0.863868
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 219400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.439
system time used= 0.863868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81938
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= 40
involuntary context switches= 1165

runsolver used 0.45693 second user time and 1.03984 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-03 07:52:18
IDJOB=1772949
IDBENCH=20418
IDSOLVER=615
FILE ID=node26/1772949-1241329936
PBS_JOBID= 9225398
Free space on /tmp= 66492 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772949-1241329936/watcher-1772949-1241329936 -o /tmp/evaluation-result-1772949-1241329936/solver-1772949-1241329936 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772949-1241329936.cnf HOME

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

MD5SUM BENCH= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=2095743802

node26.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.261
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.261
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:       1808592 kB
Buffers:         29988 kB
Cached:         141820 kB
SwapCached:       5400 kB
Active:          92156 kB
Inactive:        87608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808592 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           20932 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            53600 kB
Committed_AS:   667504 kB
PageTables:       1368 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= 66488 MiB
End job on node26 at 2009-05-03 07:59:06