Trace number 1774919

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-22? (TO) 10000.1 10004.2

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8766.23
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.49/1.58	c ==============================================================================
1.49/1.58	c |           |     ORIGINAL     |              LEARNT              |          |
1.49/1.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.49/1.58	c ==============================================================================
1.49/1.58	c |         0 | 1373915  3337034 |  412174       0        0     nan |  0.000 % |
8.08/8.11	c |         0 |  959954  2694138 |      --       0       --      -- |     --   | -111844/44415
8.08/8.11	c ==============================================================================
8.08/8.11	c Result  :   #vars: 137915   #clauses: 959954   #literals: 2694138
8.08/8.11	c CPU time:   7.74082 s
8.08/8.11	c ==============================================================================
9.19/9.24	c Rsat version 3.02
9.96/10.08	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774919-1241339795/watcher-1774919-1241339795 -o /tmp/evaluation-result-1774919-1241339795/solver-1774919-1241339795 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774919-1241339795.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30661
/proc/meminfo: memFree=1099520/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) R 30659 30661 30624 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30661/statm: 1339 238 198 169 0 50 0
[pid=30662] ppid=30661 vsize=2168 CPUtime=0
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 331 0 0 0 0 0 0 0 18 0 1 0 162007562 2220032 315 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 542 317 64 186 0 352 0

[startup+0.054149 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30661
/proc/meminfo: memFree=1099520/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=30984 CPUtime=0.04
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 4514 0 0 0 3 1 0 0 19 0 1 0 162007562 31727616 4465 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 7746 4468 64 186 0 7556 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36340

[startup+0.102153 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30661
/proc/meminfo: memFree=1099520/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=36880 CPUtime=0.09
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 7868 0 0 0 6 3 0 0 19 0 1 0 162007562 37765120 7819 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 9220 7821 64 186 0 9030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42236

[startup+0.302173 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30661
/proc/meminfo: memFree=1099520/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=82176 CPUtime=0.29
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 18753 0 0 0 21 8 0 0 21 0 1 0 162007562 84148224 18704 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 20544 18704 64 186 0 20354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87532

[startup+0.701213 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30661
/proc/meminfo: memFree=1099520/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=121516 CPUtime=0.69
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 28360 0 0 0 54 15 0 0 25 0 1 0 162007562 124432384 28311 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 30379 28313 64 186 0 30189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126872

[startup+1.50129 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30663
/proc/meminfo: memFree=950192/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=213192 CPUtime=1.49
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 51714 0 0 0 123 26 0 0 25 0 1 0 162007562 218308608 51665 1992294400 4194304 4959918 548682068688 18446744073709551615 4232828 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 53298 51665 66 186 0 53108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 218548

[startup+3.10146 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30663
/proc/meminfo: memFree=873328/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=242856 CPUtime=3.08
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 61084 0 0 0 276 32 0 0 25 0 1 0 162007562 248684544 58111 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 60714 58111 92 186 0 60524 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 248212

[startup+6.30178 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 30663
/proc/meminfo: memFree=845808/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=0
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162007561 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30661/statm: 1339 239 199 169 0 50 0
[pid=30662] ppid=30661 vsize=259764 CPUtime=6.29
/proc/30662/stat : 30662 (SatElite) R 30661 30661 30624 0 -1 4194304 64926 0 0 0 594 35 0 0 25 0 1 0 162007562 265998336 61953 1992294400 4194304 4959918 548682068688 18446744073709551615 4270153 0 0 4096 3 0 0 0 17 0 0 0
/proc/30662/statm: 64941 61953 92 186 0 64751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 265120

[startup+12.7014 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 30664
/proc/meminfo: memFree=989872/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=84932 CPUtime=3.44
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 21520 0 0 0 335 9 0 0 25 0 1 0 162008486 86970368 20198 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 21233 20198 116 309 0 20920 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 90288

[startup+25.5027 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 30664
/proc/meminfo: memFree=988656/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=85968 CPUtime=16.25
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 21925 0 0 0 1614 11 0 0 25 0 1 0 162008486 88031232 20588 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 21492 20588 116 309 0 21179 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91324

[startup+51.1023 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 30664
/proc/meminfo: memFree=986608/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=88060 CPUtime=41.82
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 22488 0 0 0 4170 12 0 0 25 0 1 0 162008486 90173440 21114 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 22015 21114 118 309 0 21702 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 93416

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 30664
/proc/meminfo: memFree=980464/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=94276 CPUtime=92.97
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 24180 0 0 0 9285 12 0 0 25 0 1 0 162008486 96538624 22668 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 23569 22668 118 309 0 23256 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 99632

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30664
/proc/meminfo: memFree=967344/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=108024 CPUtime=152.94
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 27806 0 0 0 15280 14 0 0 25 0 1 0 162008486 110616576 26009 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 27006 26009 118 309 0 26693 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 113380

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30666
/proc/meminfo: memFree=954032/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=120864 CPUtime=212.91
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 31081 0 0 0 21274 17 0 0 25 0 1 0 162008486 123764736 29282 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 30216 29282 118 309 0 29903 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 126220

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30666
/proc/meminfo: memFree=940144/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=134708 CPUtime=272.89
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 34595 0 0 0 27269 20 0 0 25 0 1 0 162008486 137940992 32795 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 33677 32795 118 309 0 33364 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 140064

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30666
/proc/meminfo: memFree=926064/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=149772 CPUtime=332.87
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 38376 0 0 0 33264 23 0 0 25 0 1 0 162008486 153366528 36318 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 37443 36318 118 309 0 37130 0
Current children cumulated CPU time (s) 342.09

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

/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9338.47
Current children cumulated vsize (KiB) 662868

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9389.21
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 938790 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9398.43
Current children cumulated vsize (KiB) 662868

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9449.19
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 944788 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9458.41
Current children cumulated vsize (KiB) 662868

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9509.17
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 950786 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9518.39
Current children cumulated vsize (KiB) 662868

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418224/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9569.15
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 956784 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9578.37
Current children cumulated vsize (KiB) 662868

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418224/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9629.12
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 962781 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9638.34
Current children cumulated vsize (KiB) 662868

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418096/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9689.1
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 968779 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9698.32
Current children cumulated vsize (KiB) 662868

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9749.07
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 974776 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9758.29
Current children cumulated vsize (KiB) 662868

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9809.04
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 980773 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9818.26
Current children cumulated vsize (KiB) 662868

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418160/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9869.02
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 986771 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9878.24
Current children cumulated vsize (KiB) 662868

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418224/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9928.98
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 992767 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9938.2
Current children cumulated vsize (KiB) 662868

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418224/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9988.96
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 998765 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 9998.18
Current children cumulated vsize (KiB) 662868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30688
/proc/meminfo: memFree=418224/2055920 swapFree=4179576/4192956
[pid=30661] ppid=30659 vsize=5356 CPUtime=9.22
/proc/30661/stat : 30661 (rsat.sh) S 30659 30661 30624 0 -1 4194304 312 69519 0 0 0 0 874 48 16 0 1 0 162007561 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30661/statm: 1339 241 199 169 0 50 0
[pid=30664] ppid=30661 vsize=657512 CPUtime=9990.86
/proc/30664/stat : 30664 (rsat) R 30661 30661 30624 0 -1 4194304 179151 0 0 0 998955 131 0 0 25 0 1 0 162008486 673292288 162839 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30664/statm: 164378 162839 118 309 0 164065 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 662868

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 30661 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=745670
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=492925
# CPU time returned by wait4() is 9.2386
# 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): 10004.2
CPU time (s): 10000.1
CPU user time (s): 9998.29
CPU system time (s): 1.79
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 679252

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

runsolver used 9.43956 second user time and 26.9439 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-03 10:36:37
IDJOB=1774919
IDBENCH=71055
IDSOLVER=615
FILE ID=node45/1774919-1241339795
PBS_JOBID= 9225482
Free space on /tmp= 66504 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774919-1241339795/watcher-1774919-1241339795 -o /tmp/evaluation-result-1774919-1241339795/solver-1774919-1241339795 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774919-1241339795.cnf HOME

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=648217276

node45.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.231
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.231
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:       1100008 kB
Buffers:         88912 kB
Cached:         764512 kB
SwapCached:       7796 kB
Active:         127324 kB
Inactive:       735140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100008 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:           32200 kB
Writeback:           0 kB
Mapped:          13900 kB
Slab:            79528 kB
Committed_AS:   702176 kB
PageTables:       1376 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= 66468 MiB
End job on node45 at 2009-05-03 13:23:23