Trace number 1773419

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 519.402 519.646

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 benchmark287.195
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.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.38/3.50	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.49/3.50	c ==============================================================================
3.49/3.50	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.49/3.50	c CPU time:   3.25251 s
3.49/3.50	c ==============================================================================
3.79/3.86	c Rsat version 3.02
3.86/4.05	c Base unit clause learned: 0
519.25/519.55	c CNF stats: (28754 vars, 222774 clauses)
519.25/519.55	c Decisions: 3662938
519.25/519.55	c Conflicts: 989176
519.25/519.55	c Restarts: 125
519.25/519.55	c Avg lpc: 39.55
519.25/519.55	c Max decision level: 514
519.25/519.55	c KB reduction: 16 (847689 clauses removed)
519.25/519.55	c Final decision lit size:28754 (100.00 %)
519.25/519.55	c Final stack/save sizes: 287(1.00 %)/2296(7.98 %)
519.25/519.55	c Final cdc size: 1148 (3.99 %)
519.25/519.55	c ***********************************************
519.25/519.55	c Conflicts with bac: 131356/989176 (13.28 %)
519.25/519.55	c Avg bac size: 15.08
519.25/519.55	c Avg bac bt depth: 11.22 vs 2.51 (normal)
519.34/519.62	c Running time: 515.33766 seconds
519.34/519.62	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-1773419-1241332375/watcher-1773419-1241332375 -o /tmp/evaluation-result-1773419-1241332375/solver-1773419-1241332375 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773419-1241332375.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: 1.00 0.99 0.99 3/64 5436
/proc/meminfo: memFree=1648292/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) R 5434 5436 5273 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5436/statm: 1339 238 198 169 0 50 0
[pid=5437] ppid=5436 vsize=1516 CPUtime=0
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 161270157 1552384 208 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 379 211 64 186 0 189 0

[startup+0.0628461 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 5436
/proc/meminfo: memFree=1648292/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=16860 CPUtime=0.05
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 3830 0 0 0 4 1 0 0 19 0 1 0 161270157 17264640 3813 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 4215 3815 64 186 0 4025 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22216

[startup+0.101849 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 5436
/proc/meminfo: memFree=1648292/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=27828 CPUtime=0.09
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 6219 0 0 0 7 2 0 0 19 0 1 0 161270157 28495872 6202 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 6957 6208 64 186 0 6767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33184

[startup+0.301871 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 5436
/proc/meminfo: memFree=1648292/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=74628 CPUtime=0.29
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 18114 0 0 0 20 9 0 0 21 0 1 0 161270157 76419072 18097 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 18657 18098 64 186 0 18467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79984

[startup+0.701914 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 5436
/proc/meminfo: memFree=1648292/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=144588 CPUtime=0.69
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 33325 0 0 0 54 15 0 0 25 0 1 0 161270157 148058112 32148 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 36147 32148 92 186 0 35957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149944

[startup+1.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5438
/proc/meminfo: memFree=1516052/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=146468 CPUtime=1.49
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 33672 0 0 0 131 18 0 0 25 0 1 0 161270157 149983232 32495 1992294400 4194304 4959918 548682068688 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 36617 32495 92 186 0 36427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151824

[startup+3.10118 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5438
/proc/meminfo: memFree=1504084/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=0
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161270157 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5436/statm: 1339 239 199 169 0 50 0
[pid=5437] ppid=5436 vsize=150720 CPUtime=3.09
/proc/5437/stat : 5437 (SatElite) R 5436 5436 5273 0 -1 4194304 34616 0 0 0 286 23 0 0 25 0 1 0 161270157 154337280 33439 1992294400 4194304 4959918 548682068688 18446744073709551615 4274980 0 0 4096 3 0 0 0 17 0 0 0
/proc/5437/statm: 37680 33439 92 186 0 37490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156076

[startup+6.30154 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1603732/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=25828 CPUtime=2.41
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 6128 0 0 0 238 3 0 0 25 0 1 0 161270544 26447872 5862 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 6457 5862 116 309 0 6144 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31184

[startup+12.7023 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1600084/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=29832 CPUtime=8.82
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 7181 0 0 0 878 4 0 0 25 0 1 0 161270544 30547968 6847 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 7458 6847 118 309 0 7145 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35188

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1590868/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=38700 CPUtime=21.61
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 9557 0 0 0 2155 6 0 0 25 0 1 0 161270544 39628800 9083 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 9675 9083 118 309 0 9362 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44056

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1586772/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=43124 CPUtime=47.16
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 12740 0 0 0 4709 7 0 0 25 0 1 0 161270544 44158976 9988 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 10781 9988 118 309 0 10468 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 48480

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1582804/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=46996 CPUtime=98.35
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 15749 0 0 0 9826 9 0 0 25 0 1 0 161270544 48123904 11004 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 11749 11004 118 309 0 11436 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 52352

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1582676/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=46984 CPUtime=158.33
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 18754 0 0 0 15822 11 0 0 25 0 1 0 161270544 48111616 11031 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 11746 11031 118 309 0 11433 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 52340

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1581524/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=48068 CPUtime=218.3
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 21032 0 0 0 21818 12 0 0 25 0 1 0 161270544 49221632 11322 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 12017 11322 118 309 0 11704 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 53424

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1579092/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=50404 CPUtime=278.28
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 23633 0 0 0 27815 13 0 0 25 0 1 0 161270544 51613696 11936 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 12601 11936 118 309 0 12288 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 55760

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5439
/proc/meminfo: memFree=1578644/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=50780 CPUtime=338.25
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 25734 0 0 0 33811 14 0 0 25 0 1 0 161270544 51998720 12053 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 12695 12053 118 309 0 12382 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 56136

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1576852/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=52228 CPUtime=398.22
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 27133 0 0 0 39807 15 0 0 25 0 1 0 161270544 53481472 12456 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13057 12456 118 309 0 12744 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 57584

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575892/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=53392 CPUtime=458.21
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 28387 0 0 0 45805 16 0 0 25 0 1 0 161270544 54673408 12718 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13348 12718 118 309 0 13035 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 58748

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

[startup+486.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=482.2
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31013 0 0 0 48203 17 0 0 25 0 1 0 161270544 56967168 12778 1992294400 4194304 5460562 548682068800 18446744073709551615 4802778 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12778 118 309 0 13595 0
Current children cumulated CPU time (s) 486.06
Current children cumulated vsize (KiB) 60988

[startup+499.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=494.99
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31013 0 0 0 49482 17 0 0 25 0 1 0 161270544 56967168 12778 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12778 118 309 0 13595 0
Current children cumulated CPU time (s) 498.85
Current children cumulated vsize (KiB) 60988

[startup+511.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=507.79
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31019 0 0 0 50762 17 0 0 25 0 1 0 161270544 56967168 12784 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12784 118 309 0 13595 0
Current children cumulated CPU time (s) 511.65
Current children cumulated vsize (KiB) 60988

[startup+515.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=510.99
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31026 0 0 0 51082 17 0 0 25 0 1 0 161270544 56967168 12791 1992294400 4194304 5460562 548682068800 18446744073709551615 4201554 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12791 118 309 0 13595 0
Current children cumulated CPU time (s) 514.85
Current children cumulated vsize (KiB) 60988

[startup+516.701 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=512.59
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31026 0 0 0 51242 17 0 0 25 0 1 0 161270544 56967168 12791 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12791 118 309 0 13595 0
Current children cumulated CPU time (s) 516.45
Current children cumulated vsize (KiB) 60988

[startup+518.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=514.19
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31058 0 0 0 51402 17 0 0 25 0 1 0 161270544 56967168 12823 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 518.05
Current children cumulated vsize (KiB) 60988

[startup+519.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=514.99
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31058 0 0 0 51482 17 0 0 25 0 1 0 161270544 56967168 12823 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 518.85
Current children cumulated vsize (KiB) 60988

[startup+519.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=55632 CPUtime=515.39
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31058 0 0 0 51522 17 0 0 25 0 1 0 161270544 56967168 12823 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 13908 12823 118 309 0 13595 0
Current children cumulated CPU time (s) 519.25
Current children cumulated vsize (KiB) 60988

[startup+519.602 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 5441
/proc/meminfo: memFree=1575572/2055920 swapFree=4181296/4192956
[pid=5436] ppid=5434 vsize=5356 CPUtime=3.86
/proc/5436/stat : 5436 (rsat.sh) S 5434 5436 5273 0 -1 4194304 312 37342 0 0 0 0 357 29 16 0 1 0 161270157 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5436/statm: 1339 241 199 169 0 50 0
[pid=5439] ppid=5436 vsize=51836 CPUtime=515.48
/proc/5439/stat : 5439 (rsat) R 5436 5436 5273 0 -1 4194304 31059 0 0 0 51531 17 0 0 25 0 1 0 161270544 53080064 12125 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5439/statm: 12959 12125 118 309 0 12646 0
Current children cumulated CPU time (s) 519.34
Current children cumulated vsize (KiB) 57192

Child status: 20
Real time (s): 519.646
CPU time (s): 519.402
CPU user time (s): 518.912
CPU system time (s): 0.489925
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 160336

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

runsolver used 0.489925 second user time and 1.40878 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-03 08:32:56
IDJOB=1773419
IDBENCH=69586
IDSOLVER=615
FILE ID=node35/1773419-1241332375
PBS_JOBID= 9225403
Free space on /tmp= 66548 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-1773419-1241332375/watcher-1773419-1241332375 -o /tmp/evaluation-result-1773419-1241332375/solver-1773419-1241332375 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773419-1241332375.cnf HOME

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=603458745

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:       1648772 kB
Buffers:         67764 kB
Cached:         247492 kB
SwapCached:       5500 kB
Active:          85308 kB
Inactive:       237828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648772 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           15304 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            70028 kB
Committed_AS:   757320 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= 66540 MiB
End job on node35 at 2009-05-03 08:41:36