Trace number 1824819

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 10004.4

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   78817   208932 |   23645       0        0     nan |  0.000 % |
0.49/0.50	c |         0 |   60741   195331 |      --       0       --      -- |     --   | -18076/-13601
0.49/0.50	c ==============================================================================
0.49/0.50	c Result  :   #vars: 11150   #clauses: 60741   #literals: 195331
0.49/0.50	c CPU time:   0.467928 s
0.49/0.50	c ==============================================================================
0.59/0.60	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-1824819-1242482878/watcher-1824819-1242482878 -o /tmp/evaluation-result-1824819-1242482878/solver-1824819-1242482878 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1824819-1242482878.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.95 3/64 851
/proc/meminfo: memFree=1826672/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276315577 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 235 195 169 0 50 0
[pid=852] ppid=851 vsize=684 CPUtime=0
/proc/852/stat : 852 (SatElite) R 851 851 814 0 -1 4194304 61 0 0 0 0 0 0 0 19 0 1 0 276315577 700416 44 1992294400 134512640 135038345 4294956288 18446744073709551615 134699069 0 0 4096 3 0 0 0 17 0 0 0
/proc/852/statm: 171 44 36 128 0 40 0

[startup+0.0854559 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 851
/proc/meminfo: memFree=1826672/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276315577 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 235 195 169 0 50 0
[pid=852] ppid=851 vsize=10584 CPUtime=0.07
/proc/852/stat : 852 (SatElite) R 851 851 814 0 -1 4194304 2325 0 0 0 5 2 0 0 19 0 1 0 276315577 10838016 2308 1992294400 134512640 135038345 4294956288 18446744073709551615 134566259 0 0 4096 3 0 0 0 17 0 0 0
/proc/852/statm: 2646 2308 66 128 0 2515 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15940

[startup+0.101458 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 851
/proc/meminfo: memFree=1826672/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276315577 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 235 195 169 0 50 0
[pid=852] ppid=851 vsize=11296 CPUtime=0.09
/proc/852/stat : 852 (SatElite) R 851 851 814 0 -1 4194304 2474 0 0 0 7 2 0 0 19 0 1 0 276315577 11567104 2414 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/852/statm: 2824 2414 69 128 0 2693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16652

[startup+0.301475 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 851
/proc/meminfo: memFree=1826672/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276315577 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 235 195 169 0 50 0
[pid=852] ppid=851 vsize=14236 CPUtime=0.28
/proc/852/stat : 852 (SatElite) R 851 851 814 0 -1 4194304 3162 0 0 0 26 2 0 0 21 0 1 0 276315577 14577664 3102 1992294400 134512640 135038345 4294956288 18446744073709551615 134571745 0 0 4096 3 0 0 0 17 0 0 0
/proc/852/statm: 3559 3102 69 128 0 3428 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19592

[startup+0.701525 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 851
/proc/meminfo: memFree=1826672/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 0.95 2/66 854
/proc/meminfo: memFree=1850464/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=6132 CPUtime=0.89
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 1412 0 0 0 88 1 0 0 25 0 1 0 276315637 6279168 1378 1992294400 134512640 135377749 4294956400 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 1533 1378 86 211 0 1319 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11488

[startup+3.10174 s]
/proc/loadavg: 0.92 0.98 0.95 2/66 854
/proc/meminfo: memFree=1849184/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=8204 CPUtime=2.49
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 1913 0 0 0 248 1 0 0 25 0 1 0 276315637 8400896 1846 1992294400 134512640 135377749 4294956400 18446744073709551615 134522965 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 2051 1846 86 211 0 1837 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13560

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.95 2/66 854
/proc/meminfo: memFree=1846496/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=10736 CPUtime=5.69
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 2956 0 0 0 567 2 0 0 25 0 1 0 276315637 10993664 2497 1992294400 134512640 135377749 4294956400 18446744073709551615 134522412 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 2684 2497 86 211 0 2470 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16092

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.95 2/66 854
/proc/meminfo: memFree=1842208/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=14048 CPUtime=12.08
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 4237 0 0 0 1206 2 0 0 25 0 1 0 276315637 14385152 3292 1992294400 134512640 135377749 4294956400 18446744073709551615 134524210 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 3512 3292 86 211 0 3298 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19404

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.95 2/66 854
/proc/meminfo: memFree=1836576/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=19940 CPUtime=24.88
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 6547 0 0 0 2485 3 0 0 25 0 1 0 276315637 20418560 4635 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 4985 4635 86 211 0 4771 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25296

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.95 2/66 854
/proc/meminfo: memFree=1829280/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=26808 CPUtime=50.45
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 9134 0 0 0 5040 5 0 0 25 0 1 0 276315637 27451392 6450 1992294400 134512640 135377749 4294956400 18446744073709551615 134526453 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 6702 6450 86 211 0 6488 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32164

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.95 2/66 854
/proc/meminfo: memFree=1813600/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=43392 CPUtime=101.64
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 14965 0 0 0 10155 9 0 0 25 0 1 0 276315637 44433408 10354 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 10848 10354 86 211 0 10634 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 48748

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 854
/proc/meminfo: memFree=1795488/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=60832 CPUtime=161.61
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 21117 0 0 0 16147 14 0 0 25 0 1 0 276315637 62291968 14859 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 15208 14859 86 211 0 14994 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 66188

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 854
/proc/meminfo: memFree=1795488/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=60832 CPUtime=221.58
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 21118 0 0 0 22144 14 0 0 25 0 1 0 276315637 62291968 14860 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 15208 14860 86 211 0 14994 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 66188

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 854
/proc/meminfo: memFree=1773664/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=85788 CPUtime=281.57
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 27446 0 0 0 28137 20 0 0 25 0 1 0 276315637 87846912 20418 1992294400 134512640 135377749 4294956400 18446744073709551615 134530173 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 21447 20418 86 211 0 21233 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 91144

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/66 854
/proc/meminfo: memFree=1754784/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=102948 CPUtime=341.53
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 35385 0 0 0 34126 27 0 0 25 0 1 0 276315637 105418752 25015 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 25737 25015 86 211 0 25523 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 108304


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

/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9338.24
Current children cumulated vsize (KiB) 643564

[startup+9402.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 872
/proc/meminfo: memFree=1216608/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9397.62
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 939578 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9398.21
Current children cumulated vsize (KiB) 643564

[startup+9462.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 872
/proc/meminfo: memFree=1216608/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9457.6
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 945576 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9458.19
Current children cumulated vsize (KiB) 643564

[startup+9522.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 872
/proc/meminfo: memFree=1216608/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9517.58
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 951574 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9518.17
Current children cumulated vsize (KiB) 643564

[startup+9582.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 872
/proc/meminfo: memFree=1216608/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9577.54
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 957570 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9578.13
Current children cumulated vsize (KiB) 643564

[startup+9642.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 872
/proc/meminfo: memFree=1216608/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9637.5
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 963566 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9638.09
Current children cumulated vsize (KiB) 643564

[startup+9702.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9697.48
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 969564 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9698.07
Current children cumulated vsize (KiB) 643564

[startup+9762.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9757.43
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 975559 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9758.02
Current children cumulated vsize (KiB) 643564

[startup+9822.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9817.41
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 981557 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9818
Current children cumulated vsize (KiB) 643564

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9877.39
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212702 0 0 0 987555 184 0 0 25 0 1 0 276315637 653524992 158366 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158366 86 211 0 159338 0
Current children cumulated CPU time (s) 9877.98
Current children cumulated vsize (KiB) 643564

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9937.36
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212717 0 0 0 993552 184 0 0 25 0 1 0 276315637 653524992 158381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158381 86 211 0 159338 0
Current children cumulated CPU time (s) 9937.95
Current children cumulated vsize (KiB) 643564

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9997.34
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212717 0 0 0 999550 184 0 0 25 0 1 0 276315637 653524992 158381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158381 86 211 0 159338 0
Current children cumulated CPU time (s) 9997.93
Current children cumulated vsize (KiB) 643564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 872
/proc/meminfo: memFree=1216544/2055920 swapFree=4176228/4192956
[pid=851] ppid=849 vsize=5356 CPUtime=0.59
/proc/851/stat : 851 (rsat.sh) S 849 851 814 0 -1 4194304 310 3663 0 0 0 0 54 5 18 0 1 0 276315577 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/851/statm: 1339 237 195 169 0 50 0
[pid=854] ppid=851 vsize=638208 CPUtime=9999.45
/proc/854/stat : 854 (rsat) R 851 851 814 0 -1 4194304 212717 0 0 0 999761 184 0 0 25 0 1 0 276315637 653524992 158381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/854/statm: 159552 158381 86 211 0 159338 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 643564

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 851 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=549916
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50992
# CPU time returned by wait4() is 0.600908
# 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): 10004.4
CPU time (s): 10000
CPU user time (s): 9998.15
CPU system time (s): 1.89
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 698064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.549916
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3973
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5

runsolver used 8.5137 second user time and 27.8748 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-16 16:07:58
IDJOB=1824819
IDBENCH=20403
IDSOLVER=665
FILE ID=node48/1824819-1242482878
PBS_JOBID= 9306891
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824819-1242482878/watcher-1824819-1242482878 -o /tmp/evaluation-result-1824819-1242482878/solver-1824819-1242482878 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1824819-1242482878.cnf            

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

MD5SUM BENCH= 0cf155110f71a43081221b427d368ee8
RANDOM SEED=1974259625

node48.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.209
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.209
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:       1827152 kB
Buffers:         34584 kB
Cached:         140816 kB
SwapCached:      11464 kB
Active:          81000 kB
Inactive:       107348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827152 kB
SwapTotal:     4192956 kB
SwapFree:      4176228 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          13880 kB
Slab:            26452 kB
Committed_AS:  1065876 kB
PageTables:       1368 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= 66288 MiB
End job on node48 at 2009-05-16 18:54:45