Trace number 356554

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 291.486 291.603

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.1241
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
290.29/290.47	c 
290.29/290.47	c 
290.29/290.47	s UNSATISFIABLE
290.29/290.47	c CNF stats: (2270930 vars, 8901945 clauses)
290.29/290.47	c Decisions: 37212
290.29/290.47	c Conflicts: 4861
291.40/291.57	c Time: 291.52000s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-356554-1177543126 -o ROOT/results/node17/solver-356554-1177543126 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/356554-1177543126/rsat.sh /tmp/evaluation/356554-1177543126/instance-356554-1177543126.cnf 

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): 15000 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 0.94 0.61 4/77 32500
/proc/meminfo: memFree=1626160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=1020 CPUtime=0
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 43 0 0 0 0 0 0 0 20 0 1 0 202231352 1044480 29 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135205584 0 0 4096 0 0 0 0 17 1 0 0
/proc/32502/statm: 255 47 39 211 0 41 0

[startup+0.0414659 s]
/proc/loadavg: 1.00 0.94 0.61 4/77 32500
/proc/meminfo: memFree=1626160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=198780 CPUtime=0.03
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 781 0 0 0 3 0 0 0 20 0 1 0 202231352 203550720 740 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 49695 740 84 211 0 49481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 204132

[startup+0.101471 s]
/proc/loadavg: 1.00 0.94 0.61 4/77 32500
/proc/meminfo: memFree=1626160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=201948 CPUtime=0.08
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 1727 0 0 0 8 0 0 0 20 0 1 0 202231352 206794752 1655 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 50487 1655 84 211 0 50273 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 207300

[startup+0.301493 s]
/proc/loadavg: 1.00 0.94 0.61 4/77 32500
/proc/meminfo: memFree=1626160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=212772 CPUtime=0.28
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 4870 0 0 0 26 2 0 0 21 0 1 0 202231352 217878528 4690 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 53193 4690 84 211 0 52979 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 218124

[startup+0.701533 s]
/proc/loadavg: 1.00 0.94 0.61 4/77 32500
/proc/meminfo: memFree=1626160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=234948 CPUtime=0.69
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 11284 0 0 0 63 6 0 0 25 0 1 0 202231352 240586752 10908 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 58737 10908 84 211 0 58523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 240300

[startup+1.50161 s]
/proc/loadavg: 1.00 0.95 0.61 2/79 32503
/proc/meminfo: memFree=1563616/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=278772 CPUtime=1.49
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 23943 0 0 0 135 14 0 0 25 0 1 0 202231352 285462528 23215 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134517285 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 69693 23215 84 211 0 69479 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 284124

[startup+3.10178 s]
/proc/loadavg: 1.00 0.95 0.61 2/79 32503
/proc/meminfo: memFree=1496032/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=363780 CPUtime=3.09
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 48312 0 0 0 281 28 0 0 25 0 1 0 202231352 372510720 47013 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 90945 47014 84 211 0 90731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 369132

[startup+6.3011 s]
/proc/loadavg: 1.00 0.95 0.61 2/79 32503
/proc/meminfo: memFree=1300576/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=581204 CPUtime=6.29
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 119283 0 0 0 567 62 0 0 25 0 1 0 202231352 595152896 115351 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522242 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 145301 115351 84 211 0 145087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 586556

[startup+12.7028 s]
/proc/loadavg: 1.00 0.95 0.61 2/79 32503
/proc/meminfo: memFree=1034528/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=646520 CPUtime=12.68
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 166253 0 0 0 1190 78 0 0 25 0 1 0 202231352 662036480 147811 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134523174 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/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.00 0.95 0.62 2/79 32503
/proc/meminfo: memFree=1022496/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=647708 CPUtime=25.48
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 194118 0 0 0 2466 82 0 0 25 0 1 0 202231352 663252992 150830 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529235 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 161927 150830 85 211 0 161713 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 653060

[startup+51.1017 s]
/proc/loadavg: 1.00 0.95 0.63 2/79 32503
/proc/meminfo: memFree=1020640/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=649912 CPUtime=51.06
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 218355 0 0 0 5020 86 0 0 25 0 1 0 202231352 665509888 151295 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530062 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 162478 151295 86 211 0 162264 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 655264

[startup+102.306 s]
/proc/loadavg: 1.00 0.95 0.65 2/79 32503
/proc/meminfo: memFree=1019808/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=651348 CPUtime=102.25
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 296374 0 0 0 10128 97 0 0 25 0 1 0 202231352 666980352 151587 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 162837 151587 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 0.96 0.66 2/79 32503
/proc/meminfo: memFree=1023072/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=645864 CPUtime=162.23
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 354249 0 0 0 16117 106 0 0 25 0 1 0 202231352 661364736 150732 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522417 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 161466 150732 86 211 0 161252 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 651216

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.68 2/79 32503
/proc/meminfo: memFree=1036896/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=629836 CPUtime=222.21
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 399357 0 0 0 22107 114 0 0 25 0 1 0 202231352 644952064 147197 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522439 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 157459 147197 86 211 0 157245 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 635188

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1056160/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=604836 CPUtime=282.2
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 482476 0 0 0 28093 127 0 0 25 0 1 0 202231352 619352064 142400 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 151209 142400 86 211 0 150995 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 610188

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

[startup+287.902 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1039200/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=604836 CPUtime=287.79
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 486795 0 0 0 28650 129 0 0 25 0 1 0 202231352 619352064 146719 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 287.79
Current children cumulated vsize (KiB) 610188

[startup+289.502 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1039200/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=604836 CPUtime=289.39
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 486795 0 0 0 28810 129 0 0 25 0 1 0 202231352 619352064 146719 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 289.39
Current children cumulated vsize (KiB) 610188

[startup+290.301 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1039200/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=604836 CPUtime=290.19
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 486795 0 0 0 28890 129 0 0 25 0 1 0 202231352 619352064 146719 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 151209 146719 86 211 0 150995 0
Current children cumulated CPU time (s) 290.19
Current children cumulated vsize (KiB) 610188

[startup+291.101 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1039200/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=588332 CPUtime=291
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 486797 0 0 0 28970 130 0 0 25 0 1 0 202231352 602451968 142647 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134982808 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 147083 142647 86 211 0 146869 0
Current children cumulated CPU time (s) 291
Current children cumulated vsize (KiB) 593684

[startup+291.505 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1062112/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=0
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 304 75 0 0 0 0 0 0 18 0 1 0 202231351 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32500/statm: 1338 234 195 169 0 49 0
[pid=32502] ppid=32500 vsize=466160 CPUtime=291.4
/proc/32502/stat : 32502 (rsat) R 32500 32500 32406 0 -1 4194304 486797 0 0 0 29008 132 0 0 25 0 1 0 202231352 477347840 114521 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135041953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32502/statm: 116540 114521 787 211 0 116326 0
Current children cumulated CPU time (s) 291.4
Current children cumulated vsize (KiB) 471512

[startup+291.601 s]
/proc/loadavg: 1.00 0.97 0.70 2/79 32503
/proc/meminfo: memFree=1062112/2055920 swapFree=4139472/4192956
[pid=32500] ppid=32498 vsize=5352 CPUtime=291.47
/proc/32500/stat : 32500 (rsat.sh) S 32498 32500 32406 0 -1 4194304 332 486877 0 0 0 0 29008 139 18 0 1 0 202231351 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32500/statm: 1338 235 196 169 0 49 0
Current children cumulated CPU time (s) 291.47
Current children cumulated vsize (KiB) 5352

Child status: 20
Real time (s): 291.603
CPU time (s): 291.486
CPU user time (s): 290.087
CPU system time (s): 1.39879
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 659564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.087
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487337
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= 55
involuntary context switches= 524

runsolver used 0.287956 second user time and 0.725889 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Wed Apr 25 23:18:58 UTC 2007

IDJOB= 356554
IDBENCH= 20508
IDSOLVER= 169
FILE ID= node17/356554-1177543126

PBS_JOBID= 4695930

Free space on /tmp= 66218 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 340675129

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1626632 kB
Buffers:         38180 kB
Cached:         296540 kB
SwapCached:      15888 kB
Active:         233848 kB
Inactive:       124420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626632 kB
SwapTotal:     4192956 kB
SwapFree:      4139472 kB
Dirty:          185184 kB
Writeback:           0 kB
Mapped:          29676 kB
Slab:            56496 kB
Committed_AS:  7279280 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= 66228 MiB

End job on node17 on Wed Apr 25 23:23:50 UTC 2007