Trace number 320625

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, and are wall clock time (not CPU 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 2007-02-08UNSAT 292.333 292.446

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.347
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 8901946, num vars = 2270930
0.00/0.00	c Exiting...too many clauses
0.00/0.00	c Rsat version 2.00
291.17/291.33	c 
291.17/291.33	c 
291.17/291.33	s UNSATISFIABLE
291.17/291.33	c CNF stats: (2270930 vars, 8901945 clauses)
291.17/291.33	c Decisions: 37212
291.17/291.33	c Conflicts: 4861
292.28/292.43	c Time: 292.36000s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-320625-1173048483 -o ROOT/results/node6/solver-320625-1173048483 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320625-1173048483/rsat.sh /tmp/evaluation/320625-1173048483/instance-320625-1173048483.cnf 

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): 2400 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: 0.93 0.97 0.91 3/77 31640
/proc/meminfo: memFree=1024192/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) R 31638 31640 31031 0 -1 4194304 288 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=1028 CPUtime=0
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 324803278 1052672 85 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135112030 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 283 88 77 211 0 69 0

[startup+0.0241551 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 31640
/proc/meminfo: memFree=1024192/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=197724 CPUtime=0.01
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 494 0 0 0 1 0 0 0 18 0 1 0 324803278 202469376 464 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134516604 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 49431 465 84 211 0 49217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 203076

[startup+0.10117 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 31640
/proc/meminfo: memFree=1024192/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=201948 CPUtime=0.08
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 1720 0 0 0 8 0 0 0 20 0 1 0 324803278 206794752 1649 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 50487 1649 84 211 0 50273 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 207300

[startup+0.301209 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 31640
/proc/meminfo: memFree=1024192/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=212772 CPUtime=0.28
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 4880 0 0 0 26 2 0 0 21 0 1 0 324803278 217878528 4700 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 53193 4700 84 211 0 52979 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 218124

[startup+0.701342 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 31640
/proc/meminfo: memFree=1024192/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=235080 CPUtime=0.69
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 11310 0 0 0 63 6 0 0 25 0 1 0 324803278 240721920 10933 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 58770 10933 84 211 0 58556 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 240432

[startup+1.50145 s]
/proc/loadavg: 0.93 0.97 0.91 2/79 31643
/proc/meminfo: memFree=955120/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=278508 CPUtime=1.48
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 23847 0 0 0 137 11 0 0 25 0 1 0 324803278 285192192 23120 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 69627 23120 84 211 0 69413 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 283860

[startup+3.10176 s]
/proc/loadavg: 1.01 0.99 0.91 2/79 31643
/proc/meminfo: memFree=890160/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=362724 CPUtime=3.08
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 48010 0 0 0 282 26 0 0 25 0 1 0 324803278 371429376 46718 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 90681 46718 84 211 0 90467 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 368076

[startup+6.30139 s]
/proc/loadavg: 1.01 0.99 0.91 2/79 31643
/proc/meminfo: memFree=700464/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=581204 CPUtime=6.28
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 119285 0 0 0 565 63 0 0 25 0 1 0 324803278 595152896 115352 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522242 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 145301 115352 84 211 0 145087 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 586556

[startup+12.7016 s]
/proc/loadavg: 1.08 1.00 0.92 2/79 31643
/proc/meminfo: memFree=435248/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=646520 CPUtime=12.68
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 166253 0 0 0 1189 79 0 0 25 0 1 0 324803278 662036480 147811 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522738 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 161630 147811 85 211 0 161416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 651872

[startup+25.5012 s]
/proc/loadavg: 1.07 1.00 0.92 2/79 31643
/proc/meminfo: memFree=423408/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=647708 CPUtime=25.47
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 194118 0 0 0 2463 84 0 0 25 0 1 0 324803278 663252992 150830 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134529231 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 161927 150830 85 211 0 161713 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 653060

[startup+51.1012 s]
/proc/loadavg: 1.04 1.00 0.92 2/79 31643
/proc/meminfo: memFree=421680/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=649912 CPUtime=51.07
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 218355 0 0 0 5019 88 0 0 25 0 1 0 324803278 665509888 151295 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 162478 151295 86 211 0 162264 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 655264

[startup+102.305 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 31643
/proc/meminfo: memFree=420656/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=651348 CPUtime=102.25
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 295676 0 0 0 10126 99 0 0 25 0 1 0 324803278 666980352 151586 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 162837 151586 86 211 0 162623 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 656700

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=423728/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=645864 CPUtime=162.23
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 354249 0 0 0 16114 109 0 0 25 0 1 0 324803278 661364736 150732 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522440 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 161466 150732 86 211 0 161252 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 651216

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=437488/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=630232 CPUtime=222.21
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 399357 0 0 0 22104 117 0 0 25 0 1 0 324803278 645357568 147290 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522442 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 157558 147290 86 211 0 157344 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 635584

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=456944/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=604968 CPUtime=282.18
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 482476 0 0 0 28089 129 0 0 25 0 1 0 324803278 619487232 142432 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522435 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 151242 142432 86 211 0 151028 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 610320

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

[startup+287.902 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=604836 CPUtime=287.78
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486795 0 0 0 28647 131 0 0 25 0 1 0 324803278 619352064 146719 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 287.78
Current children cumulated vsize (KiB) 610188

[startup+289.501 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=604836 CPUtime=289.38
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486795 0 0 0 28807 131 0 0 25 0 1 0 324803278 619352064 146719 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134524155 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 289.38
Current children cumulated vsize (KiB) 610188

[startup+291.102 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=604836 CPUtime=290.97
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486795 0 0 0 28966 131 0 0 25 0 1 0 324803278 619352064 146719 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 290.97
Current children cumulated vsize (KiB) 610188

[startup+291.902 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=588332 CPUtime=291.77
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486797 0 0 0 29046 131 0 0 25 0 1 0 324803278 602451968 142647 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134513972 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 147083 142647 86 211 0 146869 0
Current children cumulated CPU time (s) 291.77
Current children cumulated vsize (KiB) 593684

[startup+292.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=581496 CPUtime=292.17
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486797 0 0 0 29086 131 0 0 25 0 1 0 324803278 595451904 140938 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134979965 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 145374 140938 86 211 0 145160 0
Current children cumulated CPU time (s) 292.17
Current children cumulated vsize (KiB) 586848

[startup+292.402 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31643
/proc/meminfo: memFree=440048/2055924 swapFree=4156956/4192956
[pid=31640] ppid=31638 vsize=5352 CPUtime=0
/proc/31640/stat : 31640 (rsat.sh) S 31638 31640 31031 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 324803277 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31640/statm: 1338 234 195 169 0 49 0
[pid=31642] ppid=31640 vsize=439544 CPUtime=292.28
/proc/31642/stat : 31642 (rsat) R 31640 31640 31031 0 -1 4194304 486797 0 0 0 29091 137 0 0 25 0 1 0 324803278 450093056 107867 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135156186 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31642/statm: 109886 107867 49168 211 0 109672 0
Current children cumulated CPU time (s) 292.28
Current children cumulated vsize (KiB) 444896

Child status: 20
Real time (s): 292.446
CPU time (s): 292.333
CPU user time (s): 290.918
CPU system time (s): 1.41478
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 658920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.918
system time used= 1.41478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487338
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= 50
involuntary context switches= 470

runsolver used 0.318951 second user time and 0.753885 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar  4 22:48:06 UTC 2007

IDJOB= 320625
IDBENCH= 20508
IDSOLVER= 104
FILE ID= node6/320625-1173048483

PBS_JOBID= 4012267

Free space on /tmp= 66252 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/320625-1173048483/rsat.sh /tmp/evaluation/320625-1173048483/instance-320625-1173048483.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-320625-1173048483 -o ROOT/results/node6/solver-320625-1173048483 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320625-1173048483/rsat.sh /tmp/evaluation/320625-1173048483/instance-320625-1173048483.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 28244287

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.277
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.277
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:      2055924 kB
MemFree:       1024664 kB
Buffers:         47396 kB
Cached:         865568 kB
SwapCached:       2520 kB
Active:         394844 kB
Inactive:       559856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1024664 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:          185032 kB
Writeback:           0 kB
Mapped:          49400 kB
Slab:            62092 kB
Committed_AS:  1233184 kB
PageTables:       1796 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= 66252 MiB

End job on node6 on Sun Mar  4 22:52:58 UTC 2007