Trace number 1719986

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 534.931 535.083

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
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.49/0.57	c ==============================================================================
0.49/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.57	c ==============================================================================
0.49/0.57	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.69/3.73	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.69/3.73	c ==============================================================================
3.69/3.73	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.69/3.73	c CPU time:   3.45547 s
3.69/3.73	c ==============================================================================
4.08/4.11	c Rsat version 3.02
4.10/4.28	c Base unit clause learned: 0
534.73/534.99	c CNF stats: (28754 vars, 222774 clauses)
534.73/534.99	c Decisions: 3662938
534.73/534.99	c Conflicts: 989176
534.73/534.99	c Restarts: 125
534.73/534.99	c Avg lpc: 39.55
534.73/534.99	c Max decision level: 514
534.73/534.99	c KB reduction: 16 (847689 clauses removed)
534.73/534.99	c Final decision lit size:28754 (100.00 %)
534.73/534.99	c Final stack/save sizes: 287(1.00 %)/2296(7.98 %)
534.73/534.99	c Final cdc size: 1148 (3.99 %)
534.73/534.99	c ***********************************************
534.73/534.99	c Conflicts with bac: 131356/989176 (13.28 %)
534.73/534.99	c Avg bac size: 15.08
534.73/534.99	c Avg bac bt depth: 11.22 vs 2.51 (normal)
534.83/535.05	c Running time: 530.59534 seconds
534.83/535.06	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-1719986-1240651527/watcher-1719986-1240651527 -o /tmp/evaluation-result-1719986-1240651527/solver-1719986-1240651527 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1719986-1240651527.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.83 1.45 2/64 18020
/proc/meminfo: memFree=1883136/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=1252 CPUtime=0
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 179 0 0 0 0 0 0 0 20 0 1 0 93185992 1282048 162 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 313 164 64 186 0 123 0

[startup+0.026305 s]
/proc/loadavg: 1.83 1.83 1.45 2/64 18020
/proc/meminfo: memFree=1883136/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=7204 CPUtime=0.01
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 1523 0 0 0 1 0 0 0 20 0 1 0 93185992 7376896 1506 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 1801 1508 64 186 0 1611 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12560

[startup+0.102313 s]
/proc/loadavg: 1.83 1.83 1.45 2/64 18020
/proc/meminfo: memFree=1883136/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=27300 CPUtime=0.09
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 6027 0 0 0 7 2 0 0 20 0 1 0 93185992 27955200 6010 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 6825 6014 64 186 0 6635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32656

[startup+0.302335 s]
/proc/loadavg: 1.83 1.83 1.45 2/64 18020
/proc/meminfo: memFree=1883136/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=72912 CPUtime=0.29
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 17550 0 0 0 20 9 0 0 21 0 1 0 93185992 74661888 17533 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 18228 17534 64 186 0 18038 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78268

[startup+0.702393 s]
/proc/loadavg: 1.83 1.83 1.45 2/64 18020
/proc/meminfo: memFree=1883136/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=144588 CPUtime=0.69
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 33260 0 0 0 51 18 0 0 25 0 1 0 93185992 148058112 32083 1992294400 4194304 4959918 548682068656 18446744073709551615 4252579 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 36147 32083 92 186 0 35957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149944

[startup+1.50148 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 18022
/proc/meminfo: memFree=1751280/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=146468 CPUtime=1.49
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 33643 0 0 0 128 21 0 0 25 0 1 0 93185992 149983232 32466 1992294400 4194304 4959918 548682068656 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 36617 32466 92 186 0 36427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151824

[startup+3.10166 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 18022
/proc/meminfo: memFree=1739248/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=0
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93185992 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 240 199 169 0 50 0
[pid=18021] ppid=18020 vsize=150720 CPUtime=3.09
/proc/18021/stat : 18021 (SatElite) R 18020 18020 17920 0 -1 4194304 34616 0 0 0 283 26 0 0 25 0 1 0 93185992 154337280 33439 1992294400 4194304 4959918 548682068656 18446744073709551615 4270452 0 0 4096 3 0 0 0 17 1 0 0
/proc/18021/statm: 37680 33439 92 186 0 37490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156076

[startup+6.30103 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 18023
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=25680 CPUtime=2.17
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 6087 0 0 0 214 3 0 0 25 0 1 0 93186403 26296320 5821 1992294400 4194304 5460562 548682068784 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 6420 5821 116 309 0 6107 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31036

[startup+12.7018 s]
/proc/loadavg: 1.71 1.80 1.45 2/66 18023
/proc/meminfo: memFree=1835056/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=29700 CPUtime=8.57
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 7130 0 0 0 853 4 0 0 25 0 1 0 93186403 30412800 6796 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 7425 6796 118 309 0 7112 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35056

[startup+25.5022 s]
/proc/loadavg: 1.55 1.76 1.44 2/66 18023
/proc/meminfo: memFree=1825584/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=38428 CPUtime=21.37
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 9483 0 0 0 2132 5 0 0 25 0 1 0 93186403 39350272 9009 1992294400 4194304 5460562 548682068784 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 9607 9009 118 309 0 9294 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43784

[startup+51.1022 s]
/proc/loadavg: 1.36 1.70 1.43 2/66 18023
/proc/meminfo: memFree=1821424/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=43124 CPUtime=46.96
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 12740 0 0 0 4689 7 0 0 25 0 1 0 93186403 44158976 9988 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 10781 9988 118 309 0 10468 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48480

[startup+102.305 s]
/proc/loadavg: 1.15 1.59 1.40 2/66 18023
/proc/meminfo: memFree=1817328/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=46996 CPUtime=98.15
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 15749 0 0 0 9806 9 0 0 25 0 1 0 93186403 48123904 11004 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 11749 11004 118 309 0 11436 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52352

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 18023
/proc/meminfo: memFree=1817392/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=46984 CPUtime=158.13
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 17740 0 0 0 15803 10 0 0 25 0 1 0 93186403 48111616 11009 1992294400 4194304 5460562 548682068784 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 11746 11009 118 309 0 11433 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 52340

[startup+222.303 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 18023
/proc/meminfo: memFree=1815984/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=48068 CPUtime=218.11
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 21032 0 0 0 21799 12 0 0 25 0 1 0 93186403 49221632 11322 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 12017 11322 118 309 0 11704 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 53424

[startup+282.303 s]
/proc/loadavg: 1.00 1.32 1.32 2/66 18023
/proc/meminfo: memFree=1814000/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=50372 CPUtime=278.09
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 22599 0 0 0 27796 13 0 0 25 0 1 0 93186403 51580928 11894 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 12593 11894 118 309 0 12280 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55728

[startup+342.303 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 18023
/proc/meminfo: memFree=1813488/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=50404 CPUtime=338.09
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 24641 0 0 0 33794 15 0 0 25 0 1 0 93186403 51613696 11952 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 12601 11952 118 309 0 12288 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55760

[startup+402.303 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 18023
/proc/meminfo: memFree=1811440/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=52228 CPUtime=398.06
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 27133 0 0 0 39790 16 0 0 25 0 1 0 93186403 53481472 12456 1992294400 4194304 5460562 548682068784 18446744073709551615 4226134 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13057 12456 118 309 0 12744 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 57584

[startup+462.303 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 18023
/proc/meminfo: memFree=1810416/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=53200 CPUtime=458.04
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 28373 0 0 0 45787 17 0 0 25 0 1 0 93186403 54476800 12704 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13300 12704 118 309 0 12987 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 58556

[startup+522.303 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=518.03
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31013 0 0 0 51784 19 0 0 25 0 1 0 93186403 56967168 12778 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12778 118 309 0 13595 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 60988

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

[startup+524.706 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=520.43
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31013 0 0 0 52024 19 0 0 25 0 1 0 93186403 56967168 12778 1992294400 4194304 5460562 548682068784 18446744073709551615 4227838 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12778 118 309 0 13595 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 60988

[startup+531.103 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=526.83
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31026 0 0 0 52664 19 0 0 25 0 1 0 93186403 56967168 12791 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12791 118 309 0 13595 0
Current children cumulated CPU time (s) 530.93
Current children cumulated vsize (KiB) 60988

[startup+532.702 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=528.43
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31058 0 0 0 52824 19 0 0 25 0 1 0 93186403 56967168 12823 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 532.53
Current children cumulated vsize (KiB) 60988

[startup+534.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=530.03
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31058 0 0 0 52984 19 0 0 25 0 1 0 93186403 56967168 12823 1992294400 4194304 5460562 548682068784 18446744073709551615 4795408 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 534.13
Current children cumulated vsize (KiB) 60988

[startup+534.701 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=530.43
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31058 0 0 0 53024 19 0 0 25 0 1 0 93186403 56967168 12823 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 534.53
Current children cumulated vsize (KiB) 60988

[startup+534.901 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=55632 CPUtime=530.63
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31058 0 0 0 53044 19 0 0 25 0 1 0 93186403 56967168 12823 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 534.73
Current children cumulated vsize (KiB) 60988

[startup+535.001 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 18023
/proc/meminfo: memFree=1810032/2055920 swapFree=4192812/4192956
[pid=18020] ppid=18018 vsize=5356 CPUtime=4.1
/proc/18020/stat : 18020 (rsat.sh) S 18018 18020 17920 0 -1 4194304 315 37342 0 0 0 0 378 32 16 0 1 0 93185992 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18020/statm: 1339 242 199 169 0 50 0
[pid=18023] ppid=18020 vsize=53888 CPUtime=530.73
/proc/18023/stat : 18023 (rsat) R 18020 18020 17920 0 -1 4194304 31059 0 0 0 53054 19 0 0 25 0 1 0 93186403 55181312 12387 1992294400 4194304 5460562 548682068784 18446744073709551615 4791845 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18023/statm: 13472 12387 118 309 0 13159 0
Current children cumulated CPU time (s) 534.83
Current children cumulated vsize (KiB) 59244

Child status: 20
Real time (s): 535.083
CPU time (s): 534.931
CPU user time (s): 534.386
CPU system time (s): 0.544917
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 160336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.386
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 987

runsolver used 0.608907 second user time and 1.34479 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 11:25:28
IDJOB=1719986
IDBENCH=69586
IDSOLVER=545
FILE ID=node20/1719986-1240651527
PBS_JOBID= 9186525
Free space on /tmp= 66236 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719986-1240651527/watcher-1719986-1240651527 -o /tmp/evaluation-result-1719986-1240651527/solver-1719986-1240651527 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1719986-1240651527.cnf HOME

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=1510441216

node20.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	: 5931.00
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:       1883616 kB
Buffers:          5396 kB
Cached:          94224 kB
SwapCached:          0 kB
Active:          45332 kB
Inactive:        68196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15304 kB
Writeback:           0 kB
Mapped:          23632 kB
Slab:            44796 kB
Committed_AS:   374188 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= 66232 MiB
End job on node20 at 2009-04-25 11:34:23