Trace number 1557036

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) 1200.07 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  226144   586057 |   67843       0        0     nan |  0.000 % |
0.99/1.05	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
0.99/1.05	c ==============================================================================
0.99/1.05	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
0.99/1.05	c CPU time:   0.964853 s
0.99/1.05	c ==============================================================================
1.18/1.26	c Rsat version 3.02
1.25/1.39	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-1557036-1238848073/watcher-1557036-1238848073 -o /tmp/evaluation-result-1557036-1238848073/solver-1557036-1238848073 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1557036-1238848073.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.12 3/72 7933
/proc/meminfo: memFree=1749288/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=0
/proc/7933/stat : 7933 (rsat.sh) R 7931 7933 7619 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 1157468438 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 271638391455 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/7933/statm: 1339 239 198 169 0 50 0
[pid=7934] ppid=7933 vsize=2168 CPUtime=0
/proc/7934/stat : 7934 (SatElite) R 7933 7933 7619 0 -1 4194304 381 0 0 0 0 0 0 0 18 0 1 0 1157468438 2220032 364 1992294400 4194304 4959918 548682068672 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/7934/statm: 542 366 64 186 0 352 0

[startup+0.045194 s]
/proc/loadavg: 1.00 1.00 1.12 3/72 7933
/proc/meminfo: memFree=1749288/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=0
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 1157468438 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7933/statm: 1339 240 199 169 0 50 0
[pid=7934] ppid=7933 vsize=21368 CPUtime=0.03
/proc/7934/stat : 7934 (SatElite) R 7933 7933 7619 0 -1 4194304 3574 0 0 0 2 1 0 0 19 0 1 0 1157468438 21880832 3518 1992294400 4194304 4959918 548682068672 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/7934/statm: 5342 3521 64 186 0 5152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26724

[startup+0.101204 s]
/proc/loadavg: 1.00 1.00 1.12 3/72 7933
/proc/meminfo: memFree=1749288/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=0
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 1157468438 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7933/statm: 1339 240 199 169 0 50 0
[pid=7934] ppid=7933 vsize=35996 CPUtime=0.09
/proc/7934/stat : 7934 (SatElite) R 7933 7933 7619 0 -1 4194304 7186 0 0 0 6 3 0 0 19 0 1 0 1157468438 36859904 7130 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/7934/statm: 8999 7131 64 186 0 8809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41352

[startup+0.301239 s]
/proc/loadavg: 1.00 1.00 1.12 3/72 7933
/proc/meminfo: memFree=1749288/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=0
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 1157468438 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7933/statm: 1339 240 199 169 0 50 0
[pid=7934] ppid=7933 vsize=58536 CPUtime=0.29
/proc/7934/stat : 7934 (SatElite) R 7933 7933 7619 0 -1 4194304 12920 0 0 0 22 7 0 0 21 0 1 0 1157468438 59940864 12695 1992294400 4194304 4959918 548682068672 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/7934/statm: 14634 12695 90 186 0 14444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63892

[startup+0.701311 s]
/proc/loadavg: 1.00 1.00 1.12 3/72 7933
/proc/meminfo: memFree=1749288/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=0
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 1157468438 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7933/statm: 1339 240 199 169 0 50 0
[pid=7934] ppid=7933 vsize=69964 CPUtime=0.68
/proc/7934/stat : 7934 (SatElite) R 7933 7933 7619 0 -1 4194304 15561 0 0 0 60 8 0 0 25 0 1 0 1157468438 71643136 15335 1992294400 4194304 4959918 548682068672 18446744073709551615 4270071 0 0 4096 3 0 0 0 17 0 0 0
/proc/7934/statm: 17491 15335 90 186 0 17301 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75320

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.12 2/74 7935
/proc/meminfo: memFree=1682712/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 5356

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.12 2/74 7936
/proc/meminfo: memFree=1724632/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=20192 CPUtime=1.82
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 4818 0 0 0 180 2 0 0 25 0 1 0 1157468564 20676608 4462 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 5048 4462 116 309 0 4735 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25548

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.12 2/74 7936
/proc/meminfo: memFree=1722968/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=21092 CPUtime=5.02
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 5564 0 0 0 499 3 0 0 25 0 1 0 1157468564 21598208 4693 1992294400 4194304 5460562 548682068784 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 5273 4693 116 309 0 4960 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26448

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.12 2/74 7936
/proc/meminfo: memFree=1722072/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=22076 CPUtime=11.42
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 6286 0 0 0 1138 4 0 0 25 0 1 0 1157468564 22605824 4937 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 5519 4937 118 309 0 5206 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27432

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.11 2/74 7936
/proc/meminfo: memFree=1721048/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=23452 CPUtime=24.22
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 7323 0 0 0 2417 5 0 0 25 0 1 0 1157468564 24014848 5230 1992294400 4194304 5460562 548682068784 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 5863 5230 118 309 0 5550 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28808

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.11 2/74 7936
/proc/meminfo: memFree=1719576/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=24772 CPUtime=49.8
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 8707 0 0 0 4973 7 0 0 25 0 1 0 1157468564 25366528 5581 1992294400 4194304 5460562 548682068784 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 6193 5581 118 309 0 5880 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30128

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.10 2/74 7936
/proc/meminfo: memFree=1716440/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=28368 CPUtime=100.98
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 10940 0 0 0 10089 9 0 0 25 0 1 0 1157468564 29048832 6352 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 7092 6352 118 309 0 6779 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33724

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/74 7936
/proc/meminfo: memFree=1712920/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=31628 CPUtime=160.96
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 11805 0 0 0 16086 10 0 0 25 0 1 0 1157468564 32387072 7217 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 7907 7217 118 309 0 7594 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 36984

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 7936
/proc/meminfo: memFree=1710936/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=33392 CPUtime=220.94
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 12786 0 0 0 22083 11 0 0 25 0 1 0 1157468564 34193408 7682 1992294400 4194304 5460562 548682068784 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8348 7682 118 309 0 8035 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 38748

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 7936
/proc/meminfo: memFree=1710808/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=33692 CPUtime=280.92
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 12846 0 0 0 28081 11 0 0 25 0 1 0 1157468564 34500608 7742 1992294400 4194304 5460562 548682068784 18446744073709551615 4225773 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8423 7742 118 309 0 8110 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 39048

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/74 7936
/proc/meminfo: memFree=1710744/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=33692 CPUtime=340.9
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 12846 0 0 0 34079 11 0 0 25 0 1 0 1157468564 34500608 7742 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8423 7742 118 309 0 8110 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 39048


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

/proc/7936/statm: 8830 8210 118 309 0 8517 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 40676

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 7936
/proc/meminfo: memFree=1708120/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=35880 CPUtime=640.8
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 14386 0 0 0 64068 12 0 0 25 0 1 0 1157468564 36741120 8322 1992294400 4194304 5460562 548682068784 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8970 8322 118 309 0 8657 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 41236

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 7936
/proc/meminfo: memFree=1708120/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=35880 CPUtime=700.78
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 14386 0 0 0 70066 12 0 0 25 0 1 0 1157468564 36741120 8322 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8970 8322 118 309 0 8657 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 41236

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.03 2/74 7936
/proc/meminfo: memFree=1708056/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=35880 CPUtime=760.76
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 14386 0 0 0 76064 12 0 0 25 0 1 0 1157468564 36741120 8322 1992294400 4194304 5460562 548682068784 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 8970 8322 118 309 0 8657 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 41236

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 7936
/proc/meminfo: memFree=1706712/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=37396 CPUtime=820.74
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 14791 0 0 0 82061 13 0 0 25 0 1 0 1157468564 38293504 8727 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9349 8727 118 309 0 9036 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 42752

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 7936
/proc/meminfo: memFree=1705816/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=38216 CPUtime=880.72
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15464 0 0 0 88059 13 0 0 25 0 1 0 1157468564 39133184 8920 1992294400 4194304 5460562 548682068784 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9554 8920 118 309 0 9241 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 43572

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 7936
/proc/meminfo: memFree=1705752/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=38216 CPUtime=940.7
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15464 0 0 0 94057 13 0 0 25 0 1 0 1157468564 39133184 8920 1992294400 4194304 5460562 548682068784 18446744073709551615 4225754 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9554 8920 118 309 0 9241 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 43572

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 7938
/proc/meminfo: memFree=1705368/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=38216 CPUtime=1000.67
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15464 0 0 0 100054 13 0 0 25 0 1 0 1157468564 39133184 8920 1992294400 4194304 5460562 548682068784 18446744073709551615 4227559 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9554 8920 118 309 0 9241 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 43572

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 7938
/proc/meminfo: memFree=1705432/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=38216 CPUtime=1060.65
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15474 0 0 0 106052 13 0 0 25 0 1 0 1157468564 39133184 8930 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9554 8930 118 309 0 9241 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 43572

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 7938
/proc/meminfo: memFree=1705624/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=37832 CPUtime=1120.64
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15896 0 0 0 112050 14 0 0 25 0 1 0 1157468564 38739968 8872 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9458 8872 118 309 0 9145 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 43188

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 7938
/proc/meminfo: memFree=1705688/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=37832 CPUtime=1180.62
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15896 0 0 0 118048 14 0 0 25 0 1 0 1157468564 38739968 8872 1992294400 4194304 5460562 548682068784 18446744073709551615 4201926 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9458 8872 118 309 0 9145 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 43188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 7938
/proc/meminfo: memFree=1705688/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=37832 CPUtime=1198.82
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15896 0 0 0 119868 14 0 0 25 0 1 0 1157468564 38739968 8872 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9458 8872 118 309 0 9145 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 43188

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 7938
/proc/meminfo: memFree=1705688/2055920 swapFree=4174716/4192956
[pid=7933] ppid=7931 vsize=5356 CPUtime=1.25
/proc/7933/stat : 7933 (rsat.sh) S 7931 7933 7619 0 -1 4194304 315 16011 0 0 0 0 114 11 16 0 1 0 1157468438 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7933/statm: 1339 242 199 169 0 50 0
[pid=7936] ppid=7933 vsize=37832 CPUtime=1198.82
/proc/7936/stat : 7936 (rsat) R 7933 7933 7619 0 -1 4194304 15896 0 0 0 119868 14 0 0 25 0 1 0 1157468564 38739968 8872 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7936/statm: 9458 8872 118 309 0 9145 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 43188

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.82
CPU system time (s): 0.25
CPU usage (%): 99.9631
Max. virtual memory (cumulated for all children) (KiB): 77008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14383
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16326
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= 4

runsolver used 1.11783 second user time and 3.2885 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-04 14:27:53
IDJOB=1557036
IDBENCH=70830
IDSOLVER=545
FILE ID=node67/1557036-1238848073
PBS_JOBID= 9085841
Free space on /tmp= 66552 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557036-1238848073/watcher-1557036-1238848073 -o /tmp/evaluation-result-1557036-1238848073/solver-1557036-1238848073 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1557036-1238848073.cnf HOME

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=443703289

node67.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.265
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.265
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:       1749768 kB
Buffers:         22440 kB
Cached:         213204 kB
SwapCached:       9768 kB
Active:          82956 kB
Inactive:       163928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749768 kB
SwapTotal:     4192956 kB
SwapFree:      4174716 kB
Dirty:            9860 kB
Writeback:           0 kB
Mapped:          16956 kB
Slab:            44364 kB
Committed_AS:  3606916 kB
PageTables:       2060 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= 66536 MiB
End job on node67 at 2009-04-04 14:47:56