Trace number 1825041

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 10005

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.691
Satisfiable
(Un)Satisfiability was proved
Number of variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   20575    69606 |    6172       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   20567    69669 |      --       0       --      -- |     --   | -8/63
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 3221   #clauses: 20567   #literals: 69669
0.00/0.05	c CPU time:   0.050992 s
0.00/0.05	c ==============================================================================
0.05/0.08	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-1825041-1242472867/watcher-1825041-1242472867 -o /tmp/evaluation-result-1825041-1242472867/solver-1825041-1242472867 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825041-1242472867.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: 1.00 0.97 0.91 3/64 31021
/proc/meminfo: memFree=923584/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0
/proc/31021/stat : 31021 (rsat.sh) R 31019 31021 30942 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 275320313 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31021/statm: 1339 234 194 169 0 50 0
[pid=31022] ppid=31021 vsize=952 CPUtime=0
/proc/31022/stat : 31022 (SatElite) R 31021 31021 30942 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 275320313 974848 133 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/31022/statm: 238 134 49 128 0 107 0

[startup+0.067037 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 31021
/proc/meminfo: memFree=923584/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 275320313 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31021/statm: 1339 235 195 169 0 50 0
[pid=31022] ppid=31021 vsize=2872 CPUtime=0.05
/proc/31022/stat : 31022 (SatElite) R 31021 31021 30942 0 -1 4194304 634 0 0 0 5 0 0 0 19 0 1 0 275320313 2940928 617 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/31022/statm: 718 617 70 128 0 587 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8228

[startup+0.101046 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 31021
/proc/meminfo: memFree=923584/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.30107 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 31021
/proc/meminfo: memFree=923584/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701119 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 31021
/proc/meminfo: memFree=923584/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.5012 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=920240/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=3948 CPUtime=1.4
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 864 0 0 0 140 0 0 0 25 0 1 0 275320322 4042752 834 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 987 834 86 211 0 773 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9304

[startup+3.10239 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=919280/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=5060 CPUtime=3
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 1197 0 0 0 300 0 0 0 25 0 1 0 275320322 5181440 1103 1992294400 134512640 135377749 4294956400 18446744073709551615 134522815 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 1265 1103 86 211 0 1051 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10416

[startup+6.30176 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=917232/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=6212 CPUtime=6.19
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 1557 0 0 0 619 0 0 0 25 0 1 0 275320322 6361088 1399 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 1553 1399 86 211 0 1339 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11568

[startup+12.7015 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=915448/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=8648 CPUtime=12.59
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 2360 0 0 0 1258 1 0 0 25 0 1 0 275320322 8855552 1973 1992294400 134512640 135377749 4294956400 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 2162 1973 86 211 0 1948 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14004

[startup+25.502 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=910264/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=14060 CPUtime=25.39
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 4107 0 0 0 2536 3 0 0 25 0 1 0 275320322 14397440 3267 1992294400 134512640 135377749 4294956400 18446744073709551615 134530120 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 3515 3267 86 211 0 3301 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19416

[startup+51.102 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=905464/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=18568 CPUtime=50.97
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 5701 0 0 0 5093 4 0 0 25 0 1 0 275320322 19013632 4473 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 4642 4473 86 211 0 4428 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 23924

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=900856/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=23404 CPUtime=102.14
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 7738 0 0 0 10208 6 0 0 25 0 1 0 275320322 23965696 5544 1992294400 134512640 135377749 4294956400 18446744073709551615 134529730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 5851 5544 86 211 0 5637 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 28760

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=892920/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=30788 CPUtime=162.11
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 10454 0 0 0 16203 8 0 0 25 0 1 0 275320322 31526912 7469 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 7697 7469 86 211 0 7483 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 36144

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=889912/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=35408 CPUtime=222.09
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 11639 0 0 0 22199 10 0 0 25 0 1 0 275320322 36257792 8268 1992294400 134512640 135377749 4294956400 18446744073709551615 134523268 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 8852 8268 86 211 0 8638 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 40764

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=879352/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=45820 CPUtime=282.05
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 14323 0 0 0 28193 12 0 0 25 0 1 0 275320322 46919680 10952 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 11455 10952 86 211 0 11241 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 51176

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=878968/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=45612 CPUtime=342.03
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 16007 0 0 0 34190 13 0 0 25 0 1 0 275320322 46706688 10982 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 11403 10982 86 211 0 11189 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 50968

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 31024
/proc/meminfo: memFree=878136/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0

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

/proc/31024/statm: 61846 56703 86 211 0 61632 0
Current children cumulated CPU time (s) 9337.7
Current children cumulated vsize (KiB) 252740

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31042
/proc/meminfo: memFree=693560/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=249564 CPUtime=9397.59
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 101642 0 0 0 939672 87 0 0 25 0 1 0 275320322 255553536 57202 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 62391 57202 86 211 0 62177 0
Current children cumulated CPU time (s) 9397.66
Current children cumulated vsize (KiB) 254920

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31042
/proc/meminfo: memFree=692216/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=250716 CPUtime=9457.56
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 101977 0 0 0 945668 88 0 0 25 0 1 0 275320322 256733184 57537 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 62679 57537 86 211 0 62465 0
Current children cumulated CPU time (s) 9457.63
Current children cumulated vsize (KiB) 256072

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31042
/proc/meminfo: memFree=690488/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=252252 CPUtime=9517.53
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 102407 0 0 0 951665 88 0 0 25 0 1 0 275320322 258306048 57967 1992294400 134512640 135377749 4294956400 18446744073709551615 134522955 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 63063 57967 86 211 0 62849 0
Current children cumulated CPU time (s) 9517.6
Current children cumulated vsize (KiB) 257608

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31042
/proc/meminfo: memFree=688952/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=253660 CPUtime=9577.52
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 102796 0 0 0 957663 89 0 0 25 0 1 0 275320322 259747840 58356 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 63415 58356 86 211 0 63201 0
Current children cumulated CPU time (s) 9577.59
Current children cumulated vsize (KiB) 259016

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=687288/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=255196 CPUtime=9637.48
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 103215 0 0 0 963659 89 0 0 25 0 1 0 275320322 261320704 58775 1992294400 134512640 135377749 4294956400 18446744073709551615 134522951 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 63799 58775 86 211 0 63585 0
Current children cumulated CPU time (s) 9637.55
Current children cumulated vsize (KiB) 260552

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=685624/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=256744 CPUtime=9697.45
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 103591 0 0 0 969656 89 0 0 25 0 1 0 275320322 262905856 59151 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 64186 59151 86 211 0 63972 0
Current children cumulated CPU time (s) 9697.52
Current children cumulated vsize (KiB) 262100

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=683832/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=258416 CPUtime=9757.43
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 104044 0 0 0 975653 90 0 0 25 0 1 0 275320322 264617984 59604 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 64604 59604 86 211 0 64390 0
Current children cumulated CPU time (s) 9757.5
Current children cumulated vsize (KiB) 263772

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=681656/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=260336 CPUtime=9817.4
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 104609 0 0 0 981649 91 0 0 25 0 1 0 275320322 266584064 60169 1992294400 134512640 135377749 4294956400 18446744073709551615 134530175 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 65084 60169 86 211 0 64870 0
Current children cumulated CPU time (s) 9817.47
Current children cumulated vsize (KiB) 265692

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=679480/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=262256 CPUtime=9877.38
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 105150 0 0 0 987646 92 0 0 25 0 1 0 275320322 268550144 60710 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 65564 60710 86 211 0 65350 0
Current children cumulated CPU time (s) 9877.45
Current children cumulated vsize (KiB) 267612

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=677752/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=263800 CPUtime=9937.36
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 105586 0 0 0 993643 93 0 0 25 0 1 0 275320322 270131200 61146 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 65950 61146 86 211 0 65736 0
Current children cumulated CPU time (s) 9937.43
Current children cumulated vsize (KiB) 269156

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=675832/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=265592 CPUtime=9997.33
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 106067 0 0 0 999640 93 0 0 25 0 1 0 275320322 271966208 61627 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 66398 61627 86 211 0 66184 0
Current children cumulated CPU time (s) 9997.4
Current children cumulated vsize (KiB) 270948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 31048
/proc/meminfo: memFree=675704/2055920 swapFree=4182092/4192956
[pid=31021] ppid=31019 vsize=5356 CPUtime=0.07
/proc/31021/stat : 31021 (rsat.sh) S 31019 31021 30942 0 -1 4194304 310 635 0 0 0 0 7 0 16 0 1 0 275320313 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31021/statm: 1339 237 195 169 0 50 0
[pid=31024] ppid=31021 vsize=265720 CPUtime=10000
/proc/31024/stat : 31024 (rsat) R 31021 31021 30942 0 -1 4194304 106091 0 0 0 999910 93 0 0 25 0 1 0 275320322 272097280 61651 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31024/statm: 66430 61651 86 211 0 66216 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 271076

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 31021 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=76988
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=9998
# CPU time returned by wait4() is 0.086986
# 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): 10005
CPU time (s): 10000.1
CPU user time (s): 9999.17
CPU system time (s): 0.93
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 271076

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

runsolver used 7.29989 second user time and 29.0876 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-16 13:21:07
IDJOB=1825041
IDBENCH=69567
IDSOLVER=665
FILE ID=node11/1825041-1242472867
PBS_JOBID= 9306823
Free space on /tmp= 66296 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-frg1mul.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825041-1242472867/watcher-1825041-1242472867 -o /tmp/evaluation-result-1825041-1242472867/solver-1825041-1242472867 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825041-1242472867.cnf            

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED=1919646458

node11.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.214
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.214
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:        924064 kB
Buffers:         92056 kB
Cached:         945064 kB
SwapCached:       4708 kB
Active:         190264 kB
Inactive:       854748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        924064 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            72816 kB
Committed_AS:  1042028 kB
PageTables:       1448 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= 66292 MiB
End job on node11 at 2009-05-16 16:07:54