Trace number 1559541

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 1200.07 1207.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.481
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |   95911   226247 |   28773       0        0     nan |  0.000 % |
1.28/1.35	c |         0 |   59414   177649 |      --       0       --      -- |     --   | -36157/-47622
1.28/1.35	c ==============================================================================
1.28/1.35	c Result  :   #vars: 14275   #clauses: 59414   #literals: 177649
1.28/1.35	c CPU time:   1.2998 s
1.28/1.35	c ==============================================================================
1.38/1.44	c Rsat version 2.00
1200.03/1207.01	HOME/rsat.sh: line 39: 17669 Terminated              $RS $TMP.cnf -r $TMP.result

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-1559541-1238885052/watcher-1559541-1238885052 -o /tmp/evaluation-result-1559541-1238885052/solver-1559541-1238885052 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1559541-1238885052.cnf 

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.91 1.95 1.98 4/85 17666
/proc/meminfo: memFree=1539304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=18576 CPUtime=0
/proc/17666/stat : 17666 (runsolver) R 17664 17666 17599 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1161166247 19021824 292 1992294400 4194304 4302564 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17666/statm: 4644 292 257 26 0 2626 0

[startup+0.0110701 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 17666
/proc/meminfo: memFree=1539304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=0
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 284 0 0 0 0 0 0 0 22 0 1 0 1161166247 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101082 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 17666
/proc/meminfo: memFree=1539304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=0
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 284 0 0 0 0 0 0 0 22 0 1 0 1161166247 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301101 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 17666
/proc/meminfo: memFree=1539304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=0
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 284 0 0 0 0 0 0 0 22 0 1 0 1161166247 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701138 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 17666
/proc/meminfo: memFree=1539304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=0
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 284 0 0 0 0 0 0 0 22 0 1 0 1161166247 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50122 s]
/proc/loadavg: 1.91 1.95 1.98 3/87 17668
/proc/meminfo: memFree=1524632/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.10238 s]
/proc/loadavg: 1.91 1.95 1.98 3/87 17669
/proc/meminfo: memFree=1534040/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=5692 CPUtime=1.63
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 1245 0 0 0 162 1 0 0 25 0 1 0 1161166392 5828608 1229 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 1423 1229 85 211 0 1209 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 11048

[startup+6.3017 s]
/proc/loadavg: 1.92 1.95 1.98 4/87 17669
/proc/meminfo: memFree=1533784/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=5692 CPUtime=4.81
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 1272 0 0 0 480 1 0 0 25 0 1 0 1161166392 5828608 1256 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 1423 1256 86 211 0 1209 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11048

[startup+12.7013 s]
/proc/loadavg: 1.93 1.95 1.98 3/87 17669
/proc/meminfo: memFree=1533592/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=5948 CPUtime=11.18
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 1332 0 0 0 1117 1 0 0 25 0 1 0 1161166392 6090752 1316 1992294400 134512640 135377749 4294956400 18446744073709551615 134523217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 1487 1316 86 211 0 1273 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 11304

[startup+25.5016 s]
/proc/loadavg: 1.94 1.96 1.98 3/87 17669
/proc/meminfo: memFree=1533080/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=6572 CPUtime=23.9
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 1488 0 0 0 2389 1 0 0 25 0 1 0 1161166392 6729728 1472 1992294400 134512640 135377749 4294956400 18446744073709551615 134529418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 1643 1472 86 211 0 1429 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 11928

[startup+51.1012 s]
/proc/loadavg: 1.96 1.96 1.98 3/87 17669
/proc/meminfo: memFree=1532120/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=7668 CPUtime=49.35
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 1740 0 0 0 4933 2 0 0 25 0 1 0 1161166392 7852032 1722 1992294400 134512640 135377749 4294956400 18446744073709551615 134529186 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 1917 1722 86 211 0 1703 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 13024

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.98 3/87 17669
/proc/meminfo: memFree=1530072/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=9480 CPUtime=100.26
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 2380 0 0 0 10024 2 0 0 25 0 1 0 1161166392 9707520 2165 1992294400 134512640 135377749 4294956400 18446744073709551615 134522972 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 2370 2165 86 211 0 2156 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 14836

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1529752/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=9944 CPUtime=159.92
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 2493 0 0 0 15989 3 0 0 25 0 1 0 1161166392 10182656 2278 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 2486 2278 86 211 0 2272 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 15300

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1528024/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=11452 CPUtime=219.56
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 3081 0 0 0 21953 3 0 0 25 0 1 0 1161166392 11726848 2670 1992294400 134512640 135377749 4294956400 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 2863 2670 86 211 0 2649 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 16808

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1528088/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=11452 CPUtime=279.22
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 3092 0 0 0 27919 3 0 0 25 0 1 0 1161166392 11726848 2681 1992294400 134512640 135377749 4294956400 18446744073709551615 134530101 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 2863 2681 86 211 0 2649 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 16808

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1525720/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=14196 CPUtime=338.88
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 3799 0 0 0 33884 4 0 0 25 0 1 0 1161166392 14536704 3289 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 3549 3289 86 211 0 3335 0
Current children cumulated CPU time (s) 340.29
Current children cumulated vsize (KiB) 19552

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1524312/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=15356 CPUtime=398.54
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 4487 0 0 0 39849 5 0 0 25 0 1 0 1161166392 15724544 3589 1992294400 134512640 135377749 4294956400 18446744073709551615 134530120 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 3839 3589 86 211 0 3625 0
Current children cumulated CPU time (s) 399.95
Current children cumulated vsize (KiB) 20712

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1524376/2055920 swapFree=4170456/4192956

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

[pid=17669] ppid=17666 vsize=15356 CPUtime=458.2
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 4489 0 0 0 45815 5 0 0 25 0 1 0 1161166392 15724544 3591 1992294400 134512640 135377749 4294956400 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 3839 3591 86 211 0 3625 0
Current children cumulated CPU time (s) 459.61
Current children cumulated vsize (KiB) 20712

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1524376/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=15356 CPUtime=517.85
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 4489 0 0 0 51780 5 0 0 25 0 1 0 1161166392 15724544 3591 1992294400 134512640 135377749 4294956400 18446744073709551615 134526447 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 3839 3591 86 211 0 3625 0
Current children cumulated CPU time (s) 519.26
Current children cumulated vsize (KiB) 20712

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1524248/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=15488 CPUtime=577.51
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 4533 0 0 0 57746 5 0 0 25 0 1 0 1161166392 15859712 3635 1992294400 134512640 135377749 4294956400 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 3872 3635 86 211 0 3658 0
Current children cumulated CPU time (s) 578.92
Current children cumulated vsize (KiB) 20844

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1523288/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=16480 CPUtime=637.16
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 4777 0 0 0 63711 5 0 0 25 0 1 0 1161166392 16875520 3877 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4120 3877 86 211 0 3906 0
Current children cumulated CPU time (s) 638.57
Current children cumulated vsize (KiB) 21836

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521432/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=19008 CPUtime=696.82
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 5435 0 0 0 69676 6 0 0 25 0 1 0 1161166392 19464192 4341 1992294400 134512640 135377749 4294956400 18446744073709551615 134523176 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4752 4341 86 211 0 4538 0
Current children cumulated CPU time (s) 698.23
Current children cumulated vsize (KiB) 24364

[startup+762.308 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=18740 CPUtime=756.48
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6263 0 0 0 75641 7 0 0 25 0 1 0 1161166392 19189760 4332 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4685 4332 86 211 0 4471 0
Current children cumulated CPU time (s) 757.89
Current children cumulated vsize (KiB) 24096

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=18740 CPUtime=816.13
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6263 0 0 0 81606 7 0 0 25 0 1 0 1161166392 19189760 4332 1992294400 134512640 135377749 4294956400 18446744073709551615 134523196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4685 4332 86 211 0 4471 0
Current children cumulated CPU time (s) 817.54
Current children cumulated vsize (KiB) 24096

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=18740 CPUtime=875.79
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6263 0 0 0 87572 7 0 0 25 0 1 0 1161166392 19189760 4332 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4685 4332 86 211 0 4471 0
Current children cumulated CPU time (s) 877.2
Current children cumulated vsize (KiB) 24096

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521304/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=18740 CPUtime=935.44
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6263 0 0 0 93537 7 0 0 25 0 1 0 1161166392 19189760 4332 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4685 4332 86 211 0 4471 0
Current children cumulated CPU time (s) 936.85
Current children cumulated vsize (KiB) 24096

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17669
/proc/meminfo: memFree=1521368/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=18740 CPUtime=995.1
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6264 0 0 0 99503 7 0 0 25 0 1 0 1161166392 19189760 4333 1992294400 134512640 135377749 4294956400 18446744073709551615 134529240 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 4685 4333 86 211 0 4471 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 24096

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17675
/proc/meminfo: memFree=1519832/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=20428 CPUtime=1054.75
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 6667 0 0 0 105467 8 0 0 25 0 1 0 1161166392 20918272 4735 1992294400 134512640 135377749 4294956400 18446744073709551615 134529196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 5107 4735 86 211 0 4893 0
Current children cumulated CPU time (s) 1056.16
Current children cumulated vsize (KiB) 25784

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17675
/proc/meminfo: memFree=1517912/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=22060 CPUtime=1114.41
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 7125 0 0 0 111432 9 0 0 25 0 1 0 1161166392 22589440 5192 1992294400 134512640 135377749 4294956400 18446744073709551615 134525803 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 5515 5192 86 211 0 5301 0
Current children cumulated CPU time (s) 1115.82
Current children cumulated vsize (KiB) 27416

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17675
/proc/meminfo: memFree=1516056/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=23860 CPUtime=1174.06
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 7581 0 0 0 117397 9 0 0 25 0 1 0 1161166392 24432640 5647 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 5965 5647 86 211 0 5751 0
Current children cumulated CPU time (s) 1175.47
Current children cumulated vsize (KiB) 29216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 17675
/proc/meminfo: memFree=1515224/2055920 swapFree=4170456/4192956
[pid=17666] ppid=17664 vsize=5356 CPUtime=1.41
/proc/17666/stat : 17666 (rsat.sh) S 17664 17666 17599 0 -1 4194304 310 4086 0 0 0 0 137 4 16 0 1 0 1161166247 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17666/statm: 1339 237 195 169 0 50 0
[pid=17669] ppid=17666 vsize=24556 CPUtime=1198.62
/proc/17669/stat : 17669 (rsat) R 17666 17666 17599 0 -1 4194304 7757 0 0 0 119852 10 0 0 25 0 1 0 1161166392 25145344 5823 1992294400 134512640 135377749 4294956400 18446744073709551615 134525989 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17669/statm: 6139 5823 86 211 0 5925 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 29912

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)
Real time (s): 1207.02
CPU time (s): 1200.07
CPU user time (s): 1199.91
CPU system time (s): 0.158975
CPU usage (%): 99.4242
Max. virtual memory (cumulated for all children) (KiB): 29912

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

runsolver used 1.92071 second user time and 4.67729 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-05 00:44:13
IDJOB=1559541
IDBENCH=70878
IDSOLVER=560
FILE ID=node70/1559541-1238885052
PBS_JOBID= 9086036
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559541-1238885052/watcher-1559541-1238885052 -o /tmp/evaluation-result-1559541-1238885052/solver-1559541-1238885052 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1559541-1238885052.cnf            

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=1514566747

node70.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1539784 kB
Buffers:         55780 kB
Cached:         381900 kB
SwapCached:       8264 kB
Active:         176480 kB
Inactive:       270972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539784 kB
SwapTotal:     4192956 kB
SwapFree:      4170456 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            52888 kB
Committed_AS:  2380144 kB
PageTables:       2556 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= 66520 MiB
End job on node70 at 2009-04-05 01:04:22