Trace number 355712

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-08? (TO) 10000.1 10003.4

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
MD5SUMe2ce53da4f00ba19b35d5b71c6e657f7
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2473.75
Satisfiable
(Un)Satisfiability was proved
Number of variables70924
Number of clauses294099
Sum of the clauses size752291
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2207955
Number of clauses of size 354916
Number of clauses of size 410434
Number of clauses of size 55929
Number of clauses of size over 512793

Solver Data (download as text)

0.00/0.00	c Parsing...
0.18/0.28	c ==============================================================================
0.18/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.28	c ==============================================================================
0.18/0.28	c |         0 |  284662   731562 |   85398       0        0     nan |  0.000 % |
1.59/1.63	c |         0 |  195973   638152 |      --       0       --      -- |     --   | -68571/-40676
1.59/1.63	c ==============================================================================
1.59/1.63	c Result  :   #vars: 30631   #clauses: 195973   #literals: 638152
1.59/1.63	c CPU time:   1.54876 s
1.59/1.63	c ==============================================================================
1.89/1.94	c Rsat version 2.00

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node54/watcher-355712-1176831986 -o ROOT/results/node54/solver-355712-1176831986 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/355712-1176831986/rsat.sh /tmp/evaluation/355712-1176831986/instance-355712-1176831986.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: 0.71 0.91 0.97 3/66 9769
/proc/meminfo: memFree=1811128/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) R 9767 9769 9713 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 231 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9769/statm: 1338 231 194 169 0 49 0
[pid=9770] ppid=9769 vsize=688 CPUtime=0
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 66 0 0 0 0 0 0 0 18 0 1 0 130573126 704512 48 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 172 48 39 128 0 41 0

[startup+0.067564 s]
/proc/loadavg: 0.71 0.91 0.97 3/66 9769
/proc/meminfo: memFree=1811128/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 232 195 169 0 49 0
[pid=9770] ppid=9769 vsize=8340 CPUtime=0.05
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 1707 0 0 0 4 1 0 0 19 0 1 0 130573126 8540160 1689 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 2085 1689 50 128 0 1954 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13692

[startup+0.102568 s]
/proc/loadavg: 0.71 0.91 0.97 3/66 9769
/proc/meminfo: memFree=1811128/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 232 195 169 0 49 0
[pid=9770] ppid=9769 vsize=10848 CPUtime=0.09
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 2579 0 0 0 7 2 0 0 19 0 1 0 130573126 11108352 2561 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134548412 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 2712 2562 50 128 0 2581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16200

[startup+0.302604 s]
/proc/loadavg: 0.71 0.91 0.97 3/66 9769
/proc/meminfo: memFree=1811128/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 232 195 169 0 49 0
[pid=9770] ppid=9769 vsize=37120 CPUtime=0.29
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 7466 0 0 0 24 5 0 0 20 0 1 0 130573126 38010880 7448 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134542774 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 9280 7448 64 128 0 9149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42472

[startup+0.701644 s]
/proc/loadavg: 0.71 0.91 0.97 3/66 9769
/proc/meminfo: memFree=1811128/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 232 195 169 0 49 0
[pid=9770] ppid=9769 vsize=44024 CPUtime=0.69
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 9610 0 0 0 62 7 0 0 24 0 1 0 130573126 45080576 8862 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 11006 8862 69 128 0 10875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49376

[startup+1.50174 s]
/proc/loadavg: 0.71 0.91 0.97 2/68 9771
/proc/meminfo: memFree=1771688/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=0
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 130573126 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 232 195 169 0 49 0
[pid=9770] ppid=9769 vsize=49016 CPUtime=1.49
/proc/9770/stat : 9770 (SatElite) R 9769 9769 9713 0 -1 4194304 10589 0 0 0 141 8 0 0 25 0 1 0 130573126 50192384 9714 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134574783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9770/statm: 12254 9714 69 128 0 12123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54368

[startup+3.10195 s]
/proc/loadavg: 0.71 0.91 0.97 2/68 9772
/proc/meminfo: memFree=1791016/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=14692 CPUtime=1.15
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 3591 0 0 0 114 1 0 0 25 0 1 0 130573320 15044608 3459 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 3673 3459 86 211 0 3459 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20044

[startup+6.30136 s]
/proc/loadavg: 0.73 0.91 0.97 2/68 9772
/proc/meminfo: memFree=1788584/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=15912 CPUtime=4.35
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 3882 0 0 0 434 1 0 0 25 0 1 0 130573320 16293888 3749 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529245 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 3978 3749 86 211 0 3764 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21264

[startup+12.7012 s]
/proc/loadavg: 0.76 0.91 0.97 2/68 9772
/proc/meminfo: memFree=1786152/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=18456 CPUtime=10.75
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 4547 0 0 0 1073 2 0 0 25 0 1 0 130573320 18898944 4380 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522849 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 4614 4380 86 211 0 4400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23808

[startup+25.5028 s]
/proc/loadavg: 0.81 0.91 0.97 2/68 9772
/proc/meminfo: memFree=1781480/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=23140 CPUtime=23.54
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 5774 0 0 0 2351 3 0 0 25 0 1 0 130573320 23695360 5509 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 5785 5509 86 211 0 5571 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28492

[startup+51.1021 s]
/proc/loadavg: 0.94 0.93 0.97 2/68 9772
/proc/meminfo: memFree=1777640/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=27312 CPUtime=49.12
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 7650 0 0 0 4908 4 0 0 25 0 1 0 130573320 27967488 6419 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530118 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 6828 6419 86 211 0 6614 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32664

[startup+102.307 s]
/proc/loadavg: 1.10 0.98 0.98 2/68 9772
/proc/meminfo: memFree=1765992/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=38632 CPUtime=100.31
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 11346 0 0 0 10023 8 0 0 25 0 1 0 130573320 39559168 9343 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 9658 9343 86 211 0 9444 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 43984

[startup+162.302 s]
/proc/loadavg: 1.10 0.99 0.99 2/68 9772
/proc/meminfo: memFree=1762280/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=42640 CPUtime=160.29
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 12360 0 0 0 16020 9 0 0 25 0 1 0 130573320 43663360 10357 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 10660 10357 86 211 0 10446 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 47992

[startup+222.303 s]
/proc/loadavg: 1.10 1.01 0.99 2/68 9772
/proc/meminfo: memFree=1748072/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=57644 CPUtime=220.27
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 16238 0 0 0 22013 14 0 0 25 0 1 0 130573320 59027456 13848 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 14411 13848 86 211 0 14197 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 62996

[startup+282.303 s]
/proc/loadavg: 1.09 1.02 1.00 2/68 9772
/proc/meminfo: memFree=1747560/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=57844 CPUtime=280.25
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 17836 0 0 0 28010 15 0 0 25 0 1 0 130573320 59232256 13906 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 14461 13906 86 211 0 14247 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 63196

[startup+342.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/68 9772
/proc/meminfo: memFree=1747568/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=57844 CPUtime=340.23
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 17836 0 0 0 34008 15 0 0 25 0 1 0 130573320 59232256 13906 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 14461 13906 86 211 0 14247 0

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

/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9339.14
Current children cumulated vsize (KiB) 553028

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 10372
/proc/meminfo: memFree=1263792/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9397.19
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 939545 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9399.12
Current children cumulated vsize (KiB) 553028

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 10372
/proc/meminfo: memFree=1263856/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9457.17
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 945543 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9459.1
Current children cumulated vsize (KiB) 553028

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 10372
/proc/meminfo: memFree=1263856/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9517.16
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 951542 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9519.09
Current children cumulated vsize (KiB) 553028

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 10372
/proc/meminfo: memFree=1263792/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9577.14
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 957540 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529228 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9579.07
Current children cumulated vsize (KiB) 553028

[startup+9642.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/68 10372
/proc/meminfo: memFree=1263792/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9637.12
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 963538 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9639.05
Current children cumulated vsize (KiB) 553028

[startup+9702.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/68 10372
/proc/meminfo: memFree=1263728/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9697.1
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 969536 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529228 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9699.03
Current children cumulated vsize (KiB) 553028

[startup+9762.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/68 10372
/proc/meminfo: memFree=1263728/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9757.08
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 975534 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9759.01
Current children cumulated vsize (KiB) 553028

[startup+9822.3 s]
/proc/loadavg: 1.14 1.07 1.02 2/68 10372
/proc/meminfo: memFree=1263728/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9817.06
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 981532 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530164 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9818.99
Current children cumulated vsize (KiB) 553028

[startup+9882.3 s]
/proc/loadavg: 1.12 1.07 1.02 2/68 10372
/proc/meminfo: memFree=1263664/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9877.04
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 987530 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9878.97
Current children cumulated vsize (KiB) 553028

[startup+9942.3 s]
/proc/loadavg: 1.11 1.07 1.02 2/68 10372
/proc/meminfo: memFree=1263728/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9937.02
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 993528 174 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9938.95
Current children cumulated vsize (KiB) 553028

[startup+10002.3 s]
/proc/loadavg: 1.10 1.07 1.01 2/68 10372
/proc/meminfo: memFree=1263664/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9997.02
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 999527 175 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 9998.95
Current children cumulated vsize (KiB) 553028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.09 1.07 1.01 2/68 10372
/proc/meminfo: memFree=1263664/2055920 swapFree=4181252/4192956
[pid=9769] ppid=9767 vsize=5352 CPUtime=1.93
/proc/9769/stat : 9769 (rsat.sh) S 9767 9769 9713 0 -1 4194304 305 11840 0 0 0 0 182 11 16 0 1 0 130573126 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9769/statm: 1338 234 195 169 0 49 0
[pid=9772] ppid=9769 vsize=547676 CPUtime=9998.12
/proc/9772/stat : 9772 (rsat) R 9769 9769 9713 0 -1 4194304 171435 0 0 0 999637 175 0 0 25 0 1 0 130573320 560820224 133800 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 1 0 0
/proc/9772/statm: 136919 133800 86 211 0 136705 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 553028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9769 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=829721
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 1.9427
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.4
CPU time (s): 10000.1
CPU user time (s): 9998.19
CPU system time (s): 1.86
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 609916

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

runsolver used 9.51855 second user time and 26.8989 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Tue Apr 17 17:46:27 UTC 2007

IDJOB= 355712
IDBENCH= 20562
IDSOLVER= 169
FILE ID= node54/355712-1176831986

PBS_JOBID= 4586409

Free space on /tmp= 66340 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
COMMAND LINE= /tmp/evaluation/355712-1176831986/rsat.sh /tmp/evaluation/355712-1176831986/instance-355712-1176831986.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-355712-1176831986 -o ROOT/results/node54/solver-355712-1176831986 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/355712-1176831986/rsat.sh /tmp/evaluation/355712-1176831986/instance-355712-1176831986.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e2ce53da4f00ba19b35d5b71c6e657f7

RANDOM SEED= 79469098

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1811536 kB
Buffers:         13820 kB
Cached:         180660 kB
SwapCached:       5032 kB
Active:          49432 kB
Inactive:       155616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811536 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:            8520 kB
Writeback:           0 kB
Mapped:          15328 kB
Slab:            25176 kB
Committed_AS:  2018308 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66333 MiB

End job on node54 on Tue Apr 17 20:33:12 UTC 2007