Trace number 1825175

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) 10000.1 10004.8

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 |   28472       0        0     nan |  0.000 % |
1.19/1.25	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
1.19/1.25	c ==============================================================================
1.19/1.25	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
1.19/1.25	c CPU time:   1.22381 s
1.19/1.25	c ==============================================================================
1.28/1.34	c Rsat version 2.00

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

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
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: 0.92 0.98 0.99 3/64 19497
/proc/meminfo: memFree=1700904/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=0
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277419227 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19497/statm: 1339 235 195 169 0 50 0
[pid=19498] ppid=19497 vsize=1556 CPUtime=0
/proc/19498/stat : 19498 (SatElite) R 19497 19497 19460 0 -1 4194304 238 0 0 0 0 0 0 0 18 0 1 0 277419228 1593344 222 1992294400 134512640 135038345 4294956288 18446744073709551615 134682408 0 0 4096 3 0 0 0 17 0 0 0
/proc/19498/statm: 389 231 49 128 0 258 0

[startup+0.0751839 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19497
/proc/meminfo: memFree=1700904/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=0
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277419227 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19497/statm: 1339 235 195 169 0 50 0
[pid=19498] ppid=19497 vsize=10492 CPUtime=0.06
/proc/19498/stat : 19498 (SatElite) R 19497 19497 19460 0 -1 4194304 2475 0 0 0 6 0 0 0 18 0 1 0 277419228 10743808 2458 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/19498/statm: 2623 2459 50 128 0 2492 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15848

[startup+0.101186 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19497
/proc/meminfo: memFree=1700904/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=0
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277419227 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19497/statm: 1339 235 195 169 0 50 0
[pid=19498] ppid=19497 vsize=13144 CPUtime=0.09
/proc/19498/stat : 19498 (SatElite) R 19497 19497 19460 0 -1 4194304 3266 0 0 0 8 1 0 0 18 0 1 0 277419228 13459456 3110 1992294400 134512640 135038345 4294956288 18446744073709551615 134566357 0 0 4096 3 0 0 0 17 0 0 0
/proc/19498/statm: 3286 3110 67 128 0 3155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18500

[startup+0.301214 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19497
/proc/meminfo: memFree=1700904/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=0
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277419227 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19497/statm: 1339 235 195 169 0 50 0
[pid=19498] ppid=19497 vsize=14264 CPUtime=0.28
/proc/19498/stat : 19498 (SatElite) R 19497 19497 19460 0 -1 4194304 3597 0 0 0 27 1 0 0 19 0 1 0 277419228 14606336 3379 1992294400 134512640 135038345 4294956288 18446744073709551615 134543795 0 0 4096 3 0 0 0 17 0 0 0
/proc/19498/statm: 3566 3379 69 128 0 3435 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19620

[startup+0.70127 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19497
/proc/meminfo: memFree=1700904/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=0
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 277419227 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19497/statm: 1339 235 195 169 0 50 0
[pid=19498] ppid=19497 vsize=15420 CPUtime=0.69
/proc/19498/stat : 19498 (SatElite) R 19497 19497 19460 0 -1 4194304 3802 0 0 0 67 2 0 0 23 0 1 0 277419228 15790080 3584 1992294400 134512640 135038345 4294956288 18446744073709551615 134571324 0 0 4096 3 0 0 0 17 0 0 0
/proc/19498/statm: 3855 3584 69 128 0 3724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20776

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19499
/proc/meminfo: memFree=1681944/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5356

[startup+3.10161 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1691160/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=5540 CPUtime=1.75
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 1207 0 0 0 175 0 0 0 25 0 1 0 277419361 5672960 1192 1992294400 134512640 135377749 4294956400 18446744073709551615 134530136 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 1385 1192 85 211 0 1171 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10896

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1690712/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=5656 CPUtime=4.95
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 1246 0 0 0 495 0 0 0 25 0 1 0 277419361 5791744 1231 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 1414 1231 86 211 0 1200 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11012

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1690720/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=5776 CPUtime=11.34
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 1288 0 0 0 1134 0 0 0 25 0 1 0 277419361 5914624 1273 1992294400 134512640 135377749 4294956400 18446744073709551615 134530175 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 1444 1273 86 211 0 1230 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11132

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1690336/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=6360 CPUtime=24.14
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 1427 0 0 0 2413 1 0 0 25 0 1 0 277419361 6512640 1412 1992294400 134512640 135377749 4294956400 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 1590 1412 86 211 0 1376 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11716

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1689248/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=7616 CPUtime=49.71
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 1729 0 0 0 4970 1 0 0 25 0 1 0 277419361 7798784 1714 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 1904 1714 86 211 0 1690 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 12972

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1687520/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=9172 CPUtime=100.9
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 2275 0 0 0 10088 2 0 0 25 0 1 0 277419361 9392128 2064 1992294400 134512640 135377749 4294956400 18446744073709551615 134526453 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 2293 2064 86 211 0 2079 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 14528

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1685920/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=10824 CPUtime=160.87
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 2725 0 0 0 16084 3 0 0 25 0 1 0 277419361 11083776 2514 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 2706 2514 86 211 0 2492 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 16180

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19500
/proc/meminfo: memFree=1685152/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=11448 CPUtime=220.85
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 3063 0 0 0 22082 3 0 0 25 0 1 0 277419361 11722752 2656 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 2862 2656 86 211 0 2648 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 16804

[startup+282.301 s]
/proc/loadavg: 1.19 1.03 1.01 2/66 19500
/proc/meminfo: memFree=1683424/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=13660 CPUtime=280.82
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 3636 0 0 0 28079 3 0 0 25 0 1 0 277419361 13987840 3130 1992294400 134512640 135377749 4294956400 18446744073709551615 134529120 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 3415 3130 86 211 0 3201 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 19016

[startup+342.302 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 19500
/proc/meminfo: memFree=1681824/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=14848 CPUtime=340.8
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 4380 0 0 0 34076 4 0 0 25 0 1 0 277419361 15204352 3469 1992294400 134512640 135377749 4294956400 18446744073709551615 134529235 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 3712 3469 86 211 0 3498 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 20204


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

/proc/19500/statm: 22382 21224 86 211 0 22168 0
Current children cumulated CPU time (s) 9337.86
Current children cumulated vsize (KiB) 94884

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1606240/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=90656 CPUtime=9396.52
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 35117 0 0 0 939615 37 0 0 25 0 1 0 277419361 92831744 21508 1992294400 134512640 135377749 4294956400 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 22664 21508 86 211 0 22450 0
Current children cumulated CPU time (s) 9397.84
Current children cumulated vsize (KiB) 96012

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1605344/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=91612 CPUtime=9456.49
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 35399 0 0 0 945612 37 0 0 25 0 1 0 277419361 93810688 21757 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 22903 21757 86 211 0 22689 0
Current children cumulated CPU time (s) 9457.81
Current children cumulated vsize (KiB) 96968

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1604256/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=92540 CPUtime=9516.46
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 35660 0 0 0 951609 37 0 0 25 0 1 0 277419361 94760960 22018 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 23135 22018 86 211 0 22921 0
Current children cumulated CPU time (s) 9517.78
Current children cumulated vsize (KiB) 97896

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1603104/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=93604 CPUtime=9576.43
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 35947 0 0 0 957606 37 0 0 25 0 1 0 277419361 95850496 22305 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 23401 22305 86 211 0 23187 0
Current children cumulated CPU time (s) 9577.75
Current children cumulated vsize (KiB) 98960

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1601888/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=94648 CPUtime=9636.41
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 36237 0 0 0 963603 38 0 0 25 0 1 0 277419361 96919552 22595 1992294400 134512640 135377749 4294956400 18446744073709551615 134525875 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 23662 22595 86 211 0 23448 0
Current children cumulated CPU time (s) 9637.73
Current children cumulated vsize (KiB) 100004

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1600800/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=95576 CPUtime=9696.38
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 36485 0 0 0 969600 38 0 0 25 0 1 0 277419361 97869824 22843 1992294400 134512640 135377749 4294956400 18446744073709551615 134523156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 23894 22843 86 211 0 23680 0
Current children cumulated CPU time (s) 9697.7
Current children cumulated vsize (KiB) 100932

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1599712/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=96620 CPUtime=9756.35
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 36763 0 0 0 975597 38 0 0 25 0 1 0 277419361 98938880 23121 1992294400 134512640 135377749 4294956400 18446744073709551615 134530122 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 24155 23121 86 211 0 23941 0
Current children cumulated CPU time (s) 9757.67
Current children cumulated vsize (KiB) 101976

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1598752/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=97548 CPUtime=9816.32
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 37013 0 0 0 981594 38 0 0 25 0 1 0 277419361 99889152 23371 1992294400 134512640 135377749 4294956400 18446744073709551615 134529143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 24387 23371 86 211 0 24173 0
Current children cumulated CPU time (s) 9817.64
Current children cumulated vsize (KiB) 102904

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1597856/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=98372 CPUtime=9876.31
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 37278 0 0 0 987592 39 0 0 25 0 1 0 277419361 100732928 23603 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 24593 23603 86 211 0 24379 0
Current children cumulated CPU time (s) 9877.63
Current children cumulated vsize (KiB) 103728

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1596960/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=99084 CPUtime=9936.28
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 37494 0 0 0 993589 39 0 0 25 0 1 0 277419361 101462016 23819 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 24771 23819 86 211 0 24557 0
Current children cumulated CPU time (s) 9937.6
Current children cumulated vsize (KiB) 104440

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1596064/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=100936 CPUtime=9996.26
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 38016 0 0 0 999586 40 0 0 25 0 1 0 277419361 103358464 24051 1992294400 134512640 135377749 4294956400 18446744073709551615 134530256 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 25234 24051 86 211 0 25020 0
Current children cumulated CPU time (s) 9997.58
Current children cumulated vsize (KiB) 106292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19518
/proc/meminfo: memFree=1595936/2055920 swapFree=4155224/4192956
[pid=19497] ppid=19495 vsize=5356 CPUtime=1.32
/proc/19497/stat : 19497 (rsat.sh) S 19495 19497 19460 0 -1 4194304 310 4021 0 0 0 0 130 2 16 0 1 0 277419227 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19497/statm: 1339 237 195 169 0 50 0
[pid=19500] ppid=19497 vsize=100936 CPUtime=9998.76
/proc/19500/stat : 19500 (rsat) R 19497 19497 19460 0 -1 4194304 38024 0 0 0 999836 40 0 0 25 0 1 0 277419361 103358464 24059 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19500/statm: 25234 24059 86 211 0 25020 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 106292

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

Real time (s): 10004.8
CPU time (s): 10000.1
CPU user time (s): 9999.66
CPU system time (s): 0.42
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 106292

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

runsolver used 8.17276 second user time and 28.2147 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-16 19:12:28
IDJOB=1825175
IDBENCH=70848
IDSOLVER=665
FILE ID=node49/1825175-1242493948
PBS_JOBID= 9306948
Free space on /tmp= 65960 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=1459970497

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701384 kB
Buffers:         40584 kB
Cached:         235720 kB
SwapCached:      31464 kB
Active:          80732 kB
Inactive:       229500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701384 kB
SwapTotal:     4192956 kB
SwapFree:      4155224 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          13660 kB
Slab:            30152 kB
Committed_AS:  1019672 kB
PageTables:       1384 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= 65952 MiB
End job on node49 at 2009-05-16 21:59:15