Trace number 1731689

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 1047.11 1047.43

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark315.531
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   71378   143596 |   21413       0        0     nan |  0.000 % |
0.58/0.68	c |         0 |   70478   203615 |      --       0       --      -- |     --   | -900/60019
0.58/0.68	c ==============================================================================
0.58/0.68	c Result  :   #vars: 870   #clauses: 70478   #literals: 203615
0.58/0.68	c CPU time:   0.669898 s
0.58/0.68	c ==============================================================================
0.69/0.75	c Rsat version 3.02
0.69/0.79	c Base unit clause learned: 0
1047.05/1047.40	c CNF stats: (870 vars, 70478 clauses)
1047.05/1047.40	c Decisions: 2144509
1047.05/1047.40	c Conflicts: 1309269
1047.05/1047.40	c Restarts: 30
1047.05/1047.40	c Avg lpc: 98.62
1047.05/1047.40	c Max decision level: 246
1047.05/1047.40	c KB reduction: 38 (1221239 clauses removed)
1047.05/1047.40	c Final decision lit size:870 (100.00 %)
1047.05/1047.40	c Final stack/save sizes: 640(73.56 %)/640(73.56 %)
1047.05/1047.40	c Final cdc size: 800 (91.95 %)
1047.05/1047.40	c ***********************************************
1047.05/1047.40	c Conflicts with bac: 37322/1309269 (2.85 %)
1047.05/1047.40	c Avg bac size: 57.79
1047.05/1047.40	c Avg bac bt depth: 5.60 vs 1.44 (normal)
1047.05/1047.41	c Running time: 1046.10697 seconds
1047.05/1047.42	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-1731689-1240773396/watcher-1731689-1240773396 -o /tmp/evaluation-result-1731689-1240773396/solver-1731689-1240773396 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1731689-1240773396.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.00 1.00 1.00 3/64 27375
/proc/meminfo: memFree=1844264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 105367810 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27375/statm: 1339 240 199 169 0 50 0
[pid=27376] ppid=27375 vsize=1408 CPUtime=0
/proc/27376/stat : 27376 (SatElite) R 27375 27375 26996 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 105367810 1441792 204 1992294400 4194304 4959918 548682068656 18446744073709551615 4408435 0 0 4096 3 0 0 0 17 1 0 0
/proc/27376/statm: 352 206 65 186 0 162 0

[startup+0.00764407 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27375
/proc/meminfo: memFree=1844264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 105367810 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27375/statm: 1339 240 199 169 0 50 0
[pid=27376] ppid=27375 vsize=1672 CPUtime=0
/proc/27376/stat : 27376 (SatElite) R 27375 27375 26996 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 105367810 1712128 277 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/27376/statm: 418 279 65 186 0 228 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7028

[startup+0.101654 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27375
/proc/meminfo: memFree=1844264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 105367810 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27375/statm: 1339 240 199 169 0 50 0
[pid=27376] ppid=27375 vsize=11124 CPUtime=0.08
/proc/27376/stat : 27376 (SatElite) R 27375 27375 26996 0 -1 4194304 2359 0 0 0 8 0 0 0 18 0 1 0 105367810 11390976 2342 1992294400 4194304 4959918 548682068656 18446744073709551615 4292852 0 0 4096 3 0 0 0 17 1 0 0
/proc/27376/statm: 2781 2342 90 186 0 2591 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16480

[startup+0.301675 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27375
/proc/meminfo: memFree=1844264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 105367810 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27375/statm: 1339 240 199 169 0 50 0
[pid=27376] ppid=27375 vsize=11848 CPUtime=0.28
/proc/27376/stat : 27376 (SatElite) R 27375 27375 26996 0 -1 4194304 2495 0 0 0 28 0 0 0 19 0 1 0 105367810 12132352 2478 1992294400 4194304 4959918 548682068656 18446744073709551615 4269694 0 0 4096 3 0 0 0 17 1 0 0
/proc/27376/statm: 2962 2478 91 186 0 2772 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17204

[startup+0.701719 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27375
/proc/meminfo: memFree=1844264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 105367810 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27375/statm: 1339 240 199 169 0 50 0
[pid=27376] ppid=27375 vsize=10732 CPUtime=0.69
/proc/27376/stat : 27376 (SatElite) R 27375 27375 26996 0 -1 4194304 2497 0 0 0 68 1 0 0 22 0 1 0 105367810 10989568 2340 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/27376/statm: 2683 2340 92 186 0 2493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16088

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1836888/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=9864 CPUtime=0.73
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 2009 0 0 0 73 0 0 0 23 0 1 0 105367885 10100736 1990 1992294400 4194304 5460562 548682068784 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 2466 1990 116 309 0 2153 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 15220

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1833496/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=13728 CPUtime=2.33
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 2972 0 0 0 232 1 0 0 25 0 1 0 105367885 14057472 2953 1992294400 4194304 5460562 548682068784 18446744073709551615 4551328 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 3432 2953 118 309 0 3119 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 19084

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1827480/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=18720 CPUtime=5.53
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 4250 0 0 0 551 2 0 0 25 0 1 0 105367885 19169280 4165 1992294400 4194304 5460562 548682068784 18446744073709551615 4226238 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 4680 4165 118 309 0 4367 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 24076

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1825368/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=19292 CPUtime=11.93
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 4909 0 0 0 1190 3 0 0 25 0 1 0 105367885 19755008 4340 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 4823 4340 118 309 0 4510 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24648

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1824024/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=20648 CPUtime=24.72
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 5697 0 0 0 2469 3 0 0 25 0 1 0 105367885 21143552 4680 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 5162 4680 118 309 0 4849 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 26004

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1821848/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=23056 CPUtime=50.31
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 6965 0 0 0 5027 4 0 0 25 0 1 0 105367885 23609344 5276 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 5764 5276 118 309 0 5451 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28412

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1816536/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=28520 CPUtime=101.5
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 10900 0 0 0 10143 7 0 0 25 0 1 0 105367885 29204480 6569 1992294400 4194304 5460562 548682068784 18446744073709551615 4794785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 7130 6569 118 309 0 6817 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33876

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1812120/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=32772 CPUtime=161.48
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 13906 0 0 0 16139 9 0 0 25 0 1 0 105367885 33558528 7654 1992294400 4194304 5460562 548682068784 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 8193 7654 118 309 0 7880 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 38128

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1810200/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=34628 CPUtime=221.46
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 15348 0 0 0 22137 9 0 0 25 0 1 0 105367885 35459072 8136 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 8657 8136 118 309 0 8344 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 39984

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1806104/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=37584 CPUtime=281.44
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 17811 0 0 0 28134 10 0 0 25 0 1 0 105367885 38486016 8882 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 9396 8882 118 309 0 9083 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 42940

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1805400/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=39312 CPUtime=341.42
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 19229 0 0 0 34131 11 0 0 25 0 1 0 105367885 40255488 9340 1992294400 4194304 5460562 548682068784 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 9828 9340 118 309 0 9515 0

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


[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1794264/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=50872 CPUtime=701.32
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 32921 0 0 0 70113 19 0 0 25 0 1 0 105367885 52092928 12062 1992294400 4194304 5460562 548682068784 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 12718 12062 118 309 0 12405 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 56228

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1792152/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=53176 CPUtime=761.31
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 34411 0 0 0 76111 20 0 0 25 0 1 0 105367885 54452224 12560 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13294 12560 118 309 0 12981 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 58532

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1791768/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=53144 CPUtime=821.29
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 35502 0 0 0 82108 21 0 0 25 0 1 0 105367885 54419456 12659 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13286 12659 118 309 0 12973 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 58500

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1789080/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=881.27
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 37172 0 0 0 88105 22 0 0 25 0 1 0 105367885 57282560 13337 1992294400 4194304 5460562 548682068784 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13337 118 309 0 13672 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 61296

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788760/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=941.26
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 38222 0 0 0 94103 23 0 0 25 0 1 0 105367885 57282560 13395 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13395 118 309 0 13672 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 61296

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1001.23
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 100100 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 61296

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1022.83
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 102260 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1023.56
Current children cumulated vsize (KiB) 61296

[startup+1036.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1035.62
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 103539 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1036.35
Current children cumulated vsize (KiB) 61296

[startup+1043.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1042.02
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 104179 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1042.75
Current children cumulated vsize (KiB) 61296

[startup+1044.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1043.62
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 104339 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1044.35
Current children cumulated vsize (KiB) 61296

[startup+1046.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1045.22
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 104499 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1045.95
Current children cumulated vsize (KiB) 61296

[startup+1047.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1046.03
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 104580 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4211542 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1046.76
Current children cumulated vsize (KiB) 61296

[startup+1047.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1046.22
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39232 0 0 0 104599 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4211504 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1046.95
Current children cumulated vsize (KiB) 61296

[startup+1047.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27378
/proc/meminfo: memFree=1788632/2055920 swapFree=4180832/4192956
[pid=27375] ppid=27373 vsize=5356 CPUtime=0.73
/proc/27375/stat : 27375 (rsat.sh) S 27373 27375 26996 0 -1 4194304 315 2500 0 0 0 0 72 1 16 0 1 0 105367810 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1339 242 199 169 0 50 0
[pid=27378] ppid=27375 vsize=55940 CPUtime=1046.32
/proc/27378/stat : 27378 (rsat) R 27375 27375 26996 0 -1 4194304 39233 0 0 0 104609 23 0 0 25 0 1 0 105367885 57282560 13413 1992294400 4194304 5460562 548682068784 18446744073709551615 4873703 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27378/statm: 13985 13413 118 309 0 13672 0
Current children cumulated CPU time (s) 1047.05
Current children cumulated vsize (KiB) 61296

Child status: 20
Real time (s): 1047.43
CPU time (s): 1047.11
CPU user time (s): 1046.84
CPU system time (s): 0.269958
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 65392

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

runsolver used 1.24381 second user time and 2.56961 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-26 21:16:36
IDJOB=1731689
IDBENCH=24756
IDSOLVER=545
FILE ID=node42/1731689-1240773396
PBS_JOBID= 9187162
Free space on /tmp= 66328 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731689-1240773396/watcher-1731689-1240773396 -o /tmp/evaluation-result-1731689-1240773396/solver-1731689-1240773396 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1731689-1240773396.cnf HOME

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=454463221

node42.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.232
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.232
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:       1844744 kB
Buffers:         14532 kB
Cached:         132868 kB
SwapCached:       5940 kB
Active:          64844 kB
Inactive:        90948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844744 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            6516 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            41444 kB
Committed_AS:   503076 kB
PageTables:       1388 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= 66320 MiB
End job on node42 at 2009-04-26 21:34:04