Trace number 1774039

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 10002.8

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7132.69
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.09/1.17	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.09/1.17	c ==============================================================================
1.09/1.17	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
1.09/1.17	c CPU time:   1.12783 s
1.09/1.17	c ==============================================================================
1.19/1.25	c Rsat version 3.02
1.19/1.29	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-1774039-1241335626/watcher-1774039-1241335626 -o /tmp/evaluation-result-1774039-1241335626/solver-1774039-1241335626 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774039-1241335626.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.92 0.98 0.99 3/64 22397
/proc/meminfo: memFree=1279976/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161595239 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 239 199 169 0 50 0
[pid=22398] ppid=22397 vsize=1464 CPUtime=0
/proc/22398/stat : 22398 (SatElite) R 22397 22397 22360 0 -1 4194304 238 0 0 0 0 0 0 0 20 0 1 0 161595239 1499136 221 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 366 225 62 186 0 176 0

[startup+0.070796 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22397
/proc/meminfo: memFree=1279976/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161595239 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 239 199 169 0 50 0
[pid=22398] ppid=22397 vsize=17800 CPUtime=0.06
/proc/22398/stat : 22398 (SatElite) R 22397 22397 22360 0 -1 4194304 4221 0 0 0 4 2 0 0 20 0 1 0 161595239 18227200 4204 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 4450 4206 64 186 0 4260 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23156

[startup+0.101799 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22397
/proc/meminfo: memFree=1279976/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161595239 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 239 199 169 0 50 0
[pid=22398] ppid=22397 vsize=22576 CPUtime=0.09
/proc/22398/stat : 22398 (SatElite) R 22397 22397 22360 0 -1 4194304 5522 0 0 0 7 2 0 0 20 0 1 0 161595239 23117824 5362 1992294400 4194304 4959918 548682068688 18446744073709551615 4265439 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 5644 5362 89 186 0 5454 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27932

[startup+0.301823 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22397
/proc/meminfo: memFree=1279976/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161595239 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 239 199 169 0 50 0
[pid=22398] ppid=22397 vsize=24288 CPUtime=0.29
/proc/22398/stat : 22398 (SatElite) R 22397 22397 22360 0 -1 4194304 5950 0 0 0 26 3 0 0 21 0 1 0 161595239 24870912 5790 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 6072 5790 91 186 0 5882 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29644

[startup+0.701871 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22397
/proc/meminfo: memFree=1279976/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161595239 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 239 199 169 0 50 0
[pid=22398] ppid=22397 vsize=25476 CPUtime=0.68
/proc/22398/stat : 22398 (SatElite) R 22397 22397 22360 0 -1 4194304 6197 0 0 0 65 3 0 0 25 0 1 0 161595239 26087424 6037 1992294400 4194304 4959918 548682068688 18446744073709551615 4270114 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 6369 6037 91 186 0 6179 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30832

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22399
/proc/meminfo: memFree=1251152/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 5356

[startup+3.10216 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1268240/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=8848 CPUtime=1.83
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 1797 0 0 0 183 0 0 0 25 0 1 0 161595364 9060352 1715 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 2212 1715 116 309 0 1899 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14204

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1267544/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=9428 CPUtime=5.03
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 1945 0 0 0 502 1 0 0 25 0 1 0 161595364 9654272 1863 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 2357 1863 116 309 0 2044 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14784

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1266656/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=10504 CPUtime=11.43
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 2211 0 0 0 1142 1 0 0 25 0 1 0 161595364 10756096 2123 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 2626 2123 116 309 0 2313 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15860

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1264936/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=12460 CPUtime=24.23
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 2685 0 0 0 2421 2 0 0 25 0 1 0 161595364 12759040 2591 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 3115 2591 116 309 0 2802 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17816

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1261736/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=15632 CPUtime=49.81
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 3767 0 0 0 4978 3 0 0 25 0 1 0 161595364 16007168 3346 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 3908 3346 118 309 0 3595 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20988

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1261544/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=15776 CPUtime=101
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 4053 0 0 0 10097 3 0 0 25 0 1 0 161595364 16154624 3408 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 3944 3408 118 309 0 3631 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21132

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1261416/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=15804 CPUtime=160.97
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 4514 0 0 0 16094 3 0 0 25 0 1 0 161595364 16183296 3421 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 3951 3421 118 309 0 3638 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21160

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1260904/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=16280 CPUtime=220.96
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 4861 0 0 0 22093 3 0 0 25 0 1 0 161595364 16670720 3544 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 4070 3544 118 309 0 3757 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 21636

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1260520/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=16608 CPUtime=280.95
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 5397 0 0 0 28091 4 0 0 25 0 1 0 161595364 17006592 3632 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 4152 3632 118 309 0 3839 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 21964

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22400
/proc/meminfo: memFree=1260200/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=16928 CPUtime=340.93
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 5705 0 0 0 34089 4 0 0 25 0 1 0 161595364 17334272 3716 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 4232 3716 118 309 0 3919 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 22284

[startup+402.301 s]

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

/proc/22400/statm: 13092 12011 118 309 0 12779 0
Current children cumulated CPU time (s) 9339.69
Current children cumulated vsize (KiB) 57724

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226728/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9398.43
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46658 0 0 0 939807 36 0 0 25 0 1 0 161595364 53624832 12011 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12011 118 309 0 12779 0
Current children cumulated CPU time (s) 9399.67
Current children cumulated vsize (KiB) 57724

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226856/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9458.41
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46658 0 0 0 945805 36 0 0 25 0 1 0 161595364 53624832 12011 1992294400 4194304 5460562 548682068800 18446744073709551615 4225776 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12011 118 309 0 12779 0
Current children cumulated CPU time (s) 9459.65
Current children cumulated vsize (KiB) 57724

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226856/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9518.39
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46658 0 0 0 951803 36 0 0 25 0 1 0 161595364 53624832 12011 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12011 118 309 0 12779 0
Current children cumulated CPU time (s) 9519.63
Current children cumulated vsize (KiB) 57724

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226664/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9578.38
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46711 0 0 0 957802 36 0 0 25 0 1 0 161595364 53624832 12064 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12064 118 309 0 12779 0
Current children cumulated CPU time (s) 9579.62
Current children cumulated vsize (KiB) 57724

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226728/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9638.36
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46711 0 0 0 963800 36 0 0 25 0 1 0 161595364 53624832 12064 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12064 118 309 0 12779 0
Current children cumulated CPU time (s) 9639.6
Current children cumulated vsize (KiB) 57724

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226728/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52368 CPUtime=9698.34
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46711 0 0 0 969798 36 0 0 25 0 1 0 161595364 53624832 12064 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13092 12064 118 309 0 12779 0
Current children cumulated CPU time (s) 9699.58
Current children cumulated vsize (KiB) 57724

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1226600/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=52720 CPUtime=9758.33
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46751 0 0 0 975797 36 0 0 25 0 1 0 161595364 53985280 12104 1992294400 4194304 5460562 548682068800 18446744073709551615 4204979 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13180 12104 118 309 0 12867 0
Current children cumulated CPU time (s) 9759.57
Current children cumulated vsize (KiB) 58076

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1225768/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=54256 CPUtime=9818.32
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 46953 0 0 0 981795 37 0 0 25 0 1 0 161595364 55558144 12306 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13564 12306 118 309 0 13251 0
Current children cumulated CPU time (s) 9819.56
Current children cumulated vsize (KiB) 59612

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1225320/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=54256 CPUtime=9878.31
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 49037 0 0 0 987793 38 0 0 25 0 1 0 161595364 55558144 12374 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13564 12374 118 309 0 13251 0
Current children cumulated CPU time (s) 9879.55
Current children cumulated vsize (KiB) 59612

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1225320/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=54256 CPUtime=9938.28
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 49037 0 0 0 993790 38 0 0 25 0 1 0 161595364 55558144 12374 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13564 12374 118 309 0 13251 0
Current children cumulated CPU time (s) 9939.52
Current children cumulated vsize (KiB) 59612

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1225384/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=54256 CPUtime=9998.27
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 49037 0 0 0 999789 38 0 0 25 0 1 0 161595364 55558144 12374 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13564 12374 118 309 0 13251 0
Current children cumulated CPU time (s) 9999.51
Current children cumulated vsize (KiB) 59612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22424
/proc/meminfo: memFree=1225384/2055920 swapFree=4191900/4192956
[pid=22397] ppid=22395 vsize=5356 CPUtime=1.24
/proc/22397/stat : 22397 (rsat.sh) S 22395 22397 22360 0 -1 4194304 312 6685 0 0 0 0 119 5 16 0 1 0 161595239 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 1339 241 199 169 0 50 0
[pid=22400] ppid=22397 vsize=54256 CPUtime=9998.77
/proc/22400/stat : 22400 (rsat) R 22397 22397 22360 0 -1 4194304 49037 0 0 0 999839 38 0 0 25 0 1 0 161595364 55558144 12374 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22400/statm: 13564 12374 118 309 0 13251 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 59612

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 22397 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=194818
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=55991
# CPU time returned by wait4() is 1.25081
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.8
CPU time (s): 10000
CPU user time (s): 9999.58
CPU system time (s): 0.43
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 67804

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

runsolver used 12.0602 second user time and 24.0733 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-03 09:27:06
IDJOB=1774039
IDBENCH=70849
IDSOLVER=615
FILE ID=node33/1774039-1241335626
PBS_JOBID= 9225454
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=476648903

node33.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.212
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.212
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:       1280456 kB
Buffers:         80532 kB
Cached:         592080 kB
SwapCached:        384 kB
Active:         100708 kB
Inactive:       585212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280456 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7584 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            75612 kB
Committed_AS:   659116 kB
PageTables:       1388 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= 66464 MiB
End job on node33 at 2009-05-03 12:13:51