Trace number 1774029

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 10003.3

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4326.83
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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.06/0.09	c ==============================================================================
0.06/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.09	c ==============================================================================
0.06/0.09	c |         0 |   94910   223744 |   28473       0        0     nan |  0.000 % |
0.99/1.07	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.99/1.07	c ==============================================================================
0.99/1.07	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.99/1.07	c CPU time:   1.03084 s
0.99/1.07	c ==============================================================================
1.09/1.14	c Rsat version 3.02
1.09/1.18	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-1774029-1241335585/watcher-1774029-1241335585 -o /tmp/evaluation-result-1774029-1241335585/solver-1774029-1241335585 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774029-1241335585.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.93 0.98 0.99 2/65 12732
/proc/meminfo: memFree=810120/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=0
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161587501 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12732/statm: 1339 239 199 169 0 50 0
[pid=12733] ppid=12732 vsize=2936 CPUtime=0
/proc/12733/stat : 12733 (SatElite) R 12732 12732 12695 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 0 161587501 3006464 545 1992294400 4194304 4959918 548682068688 18446744073709551615 4237381 0 0 4096 3 0 0 0 17 0 0 0
/proc/12733/statm: 734 547 64 186 0 544 0

[startup+0.0758079 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12732
/proc/meminfo: memFree=810120/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=0
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161587501 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12732/statm: 1339 239 199 169 0 50 0
[pid=12733] ppid=12732 vsize=20704 CPUtime=0.06
/proc/12733/stat : 12733 (SatElite) R 12732 12732 12695 0 -1 4194304 4931 0 0 0 5 1 0 0 18 0 1 0 161587501 21200896 4914 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/12733/statm: 5176 4918 65 186 0 4986 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26060

[startup+0.101809 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12732
/proc/meminfo: memFree=810120/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=0
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161587501 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12732/statm: 1339 239 199 169 0 50 0
[pid=12733] ppid=12732 vsize=22764 CPUtime=0.08
/proc/12733/stat : 12733 (SatElite) R 12732 12732 12695 0 -1 4194304 5567 0 0 0 7 1 0 0 18 0 1 0 161587501 23310336 5411 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/12733/statm: 5691 5411 91 186 0 5501 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28120

[startup+0.301832 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12732
/proc/meminfo: memFree=810120/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=0
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161587501 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12732/statm: 1339 239 199 169 0 50 0
[pid=12733] ppid=12732 vsize=24100 CPUtime=0.28
/proc/12733/stat : 12733 (SatElite) R 12732 12732 12695 0 -1 4194304 5900 0 0 0 26 2 0 0 19 0 1 0 161587501 24678400 5744 1992294400 4194304 4959918 548682068688 18446744073709551615 4224754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12733/statm: 6025 5744 91 186 0 5835 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29456

[startup+0.701876 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12732
/proc/meminfo: memFree=810120/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=0
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161587501 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12732/statm: 1339 239 199 169 0 50 0
[pid=12733] ppid=12732 vsize=25784 CPUtime=0.69
/proc/12733/stat : 12733 (SatElite) R 12732 12732 12695 0 -1 4194304 6133 0 0 0 66 3 0 0 23 0 1 0 161587501 26402816 5977 1992294400 4194304 4959918 548682068688 18446744073709551615 4270128 0 0 4096 3 0 0 0 17 0 0 0
/proc/12733/statm: 6446 5977 91 186 0 6256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31140

[startup+1.50198 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 12734
/proc/meminfo: memFree=782008/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 5356

[startup+3.10114 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 12735
/proc/meminfo: memFree=798584/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=8764 CPUtime=1.95
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 1770 0 0 0 194 1 0 0 25 0 1 0 161587615 8974336 1690 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 2191 1690 116 309 0 1878 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14120

[startup+6.3015 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 12735
/proc/meminfo: memFree=797688/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=9232 CPUtime=5.14
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 1900 0 0 0 513 1 0 0 25 0 1 0 161587615 9453568 1819 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 2308 1819 116 309 0 1995 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14588

[startup+12.7012 s]
/proc/loadavg: 1.09 1.02 1.01 2/67 12735
/proc/meminfo: memFree=797248/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=10012 CPUtime=11.53
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 2086 0 0 0 1152 1 0 0 25 0 1 0 161587615 10252288 2004 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 2503 2004 116 309 0 2190 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 15368

[startup+25.5017 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 12735
/proc/meminfo: memFree=796096/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=11500 CPUtime=24.33
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 2438 0 0 0 2431 2 0 0 25 0 1 0 161587615 11776000 2351 1992294400 4194304 5460562 548682068800 18446744073709551615 4226029 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 2875 2351 116 309 0 2562 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16856

[startup+51.1015 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 12735
/proc/meminfo: memFree=793408/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=14356 CPUtime=49.91
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 3205 0 0 0 4989 2 0 0 25 0 1 0 161587615 14700544 3044 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3589 3044 116 309 0 3276 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19712

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 12735
/proc/meminfo: memFree=792704/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=14788 CPUtime=101.09
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 3806 0 0 0 10107 2 0 0 25 0 1 0 161587615 15142912 3160 1992294400 4194304 5460562 548682068800 18446744073709551615 4200106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3697 3160 118 309 0 3384 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 20144

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12735
/proc/meminfo: memFree=792640/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=14840 CPUtime=161.07
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 4273 0 0 0 16104 3 0 0 25 0 1 0 161587615 15196160 3179 1992294400 4194304 5460562 548682068800 18446744073709551615 4226340 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3710 3179 118 309 0 3397 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20196

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12735
/proc/meminfo: memFree=792256/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=15236 CPUtime=221.04
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 4600 0 0 0 22101 3 0 0 25 0 1 0 161587615 15601664 3282 1992294400 4194304 5460562 548682068800 18446744073709551615 4225714 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3809 3282 118 309 0 3496 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20592

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12735
/proc/meminfo: memFree=792000/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=15468 CPUtime=281.01
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 4886 0 0 0 28098 3 0 0 25 0 1 0 161587615 15839232 3344 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3867 3344 118 309 0 3554 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 20824

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12735
/proc/meminfo: memFree=791616/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=15848 CPUtime=340.99
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 5437 0 0 0 34095 4 0 0 25 0 1 0 161587615 16228352 3447 1992294400 4194304 5460562 548682068800 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 3962 3447 118 309 0 3649 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 21204

[startup+402.302 s]

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

/proc/12735/statm: 10990 9979 118 309 0 10677 0
Current children cumulated CPU time (s) 9399.26
Current children cumulated vsize (KiB) 49316

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=764800/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=43960 CPUtime=9458.11
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 41843 0 0 0 945782 29 0 0 25 0 1 0 161587615 45015040 9979 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 10990 9979 118 309 0 10677 0
Current children cumulated CPU time (s) 9459.24
Current children cumulated vsize (KiB) 49316

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=764800/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=43960 CPUtime=9518.08
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 41843 0 0 0 951779 29 0 0 25 0 1 0 161587615 45015040 9979 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 10990 9979 118 309 0 10677 0
Current children cumulated CPU time (s) 9519.21
Current children cumulated vsize (KiB) 49316

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=764544/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=44724 CPUtime=9578.06
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 41939 0 0 0 957777 29 0 0 25 0 1 0 161587615 45797376 10075 1992294400 4194304 5460562 548682068800 18446744073709551615 4205002 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11181 10075 118 309 0 10868 0
Current children cumulated CPU time (s) 9579.19
Current children cumulated vsize (KiB) 50080

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=764416/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=44724 CPUtime=9638.05
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 41971 0 0 0 963776 29 0 0 25 0 1 0 161587615 45797376 10107 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11181 10107 118 309 0 10868 0
Current children cumulated CPU time (s) 9639.18
Current children cumulated vsize (KiB) 50080

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763136/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9698.03
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44253 0 0 0 969773 30 0 0 25 0 1 0 161587615 47501312 10373 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10373 118 309 0 11284 0
Current children cumulated CPU time (s) 9699.16
Current children cumulated vsize (KiB) 51744

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763136/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9758.01
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44253 0 0 0 975771 30 0 0 25 0 1 0 161587615 47501312 10373 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10373 118 309 0 11284 0
Current children cumulated CPU time (s) 9759.14
Current children cumulated vsize (KiB) 51744

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763136/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9817.99
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44253 0 0 0 981769 30 0 0 25 0 1 0 161587615 47501312 10373 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10373 118 309 0 11284 0
Current children cumulated CPU time (s) 9819.12
Current children cumulated vsize (KiB) 51744

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763200/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9877.98
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44253 0 0 0 987768 30 0 0 25 0 1 0 161587615 47501312 10373 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10373 118 309 0 11284 0
Current children cumulated CPU time (s) 9879.11
Current children cumulated vsize (KiB) 51744

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763200/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9937.95
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44263 0 0 0 993765 30 0 0 25 0 1 0 161587615 47501312 10383 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10383 118 309 0 11284 0
Current children cumulated CPU time (s) 9939.08
Current children cumulated vsize (KiB) 51744

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763200/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9997.94
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44263 0 0 0 999764 30 0 0 25 0 1 0 161587615 47501312 10383 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10383 118 309 0 11284 0
Current children cumulated CPU time (s) 9999.07
Current children cumulated vsize (KiB) 51744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763200/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9998.94
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44263 0 0 0 999864 30 0 0 25 0 1 0 161587615 47501312 10383 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10383 118 309 0 11284 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 51744

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

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

[startup+10003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12759
/proc/meminfo: memFree=763200/2055920 swapFree=4181588/4192956
[pid=12732] ppid=12730 vsize=5356 CPUtime=1.13
/proc/12732/stat : 12732 (rsat.sh) S 12730 12732 12695 0 -1 4194304 312 6533 0 0 0 0 109 4 16 0 1 0 161587501 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12732/statm: 1339 241 199 169 0 50 0
[pid=12735] ppid=12732 vsize=46388 CPUtime=9998.94
/proc/12735/stat : 12735 (rsat) R 12732 12732 12695 0 -1 4194304 44263 0 0 0 999864 30 0 0 25 0 1 0 161587615 47501312 10383 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/12735/statm: 11597 10383 118 309 0 11284 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 51744

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12732 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=96833
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 1.14382
# 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.3
CPU time (s): 10000.1
CPU user time (s): 9999.73
CPU system time (s): 0.34
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 59936

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

runsolver used 8.79866 second user time and 27.5858 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-03 09:26:25
IDJOB=1774029
IDBENCH=70848
IDSOLVER=615
FILE ID=node91/1774029-1241335585
PBS_JOBID= 9225453
Free space on /tmp= 66500 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774029-1241335585/watcher-1774029-1241335585 -o /tmp/evaluation-result-1774029-1241335585/solver-1774029-1241335585 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774029-1241335585.cnf HOME

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=50260644

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        810536 kB
Buffers:         80468 kB
Cached:        1061320 kB
SwapCached:       5440 kB
Active:         275768 kB
Inactive:       875196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        810536 kB
SwapTotal:     4192956 kB
SwapFree:      4181588 kB
Dirty:            7488 kB
Writeback:           0 kB
Mapped:          15108 kB
Slab:            80240 kB
Committed_AS:   588308 kB
PageTables:       1356 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= 66488 MiB
End job on node91 at 2009-05-03 12:13:10