Trace number 1772824

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
glucose 1.0? (TO) 10000.1 10002.6

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6816.94
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
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 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.09/0.16	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.09/0.16	c ==============================================================================
0.09/0.16	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.09/0.16	c CPU time:   0.151976 s
0.09/0.16	c ==============================================================================
0.09/0.18	c
0.09/0.18	c Starting glucose
0.09/0.18	c
0.09/0.18	
0.09/0.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.18	
0.09/0.18	c ============================[ Problem Statistics ]=============================
0.09/0.18	c |                                                                             |
0.09/0.18	c |  Number of variables:  2673                                                 |
0.09/0.18	c |  Number of clauses:    15594                                                |
0.09/0.19	c |  Parsing time:         0.01         s                                       |

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-1772824-1241250350/watcher-1772824-1241250350 -o /tmp/evaluation-result-1772824-1241250350/solver-1772824-1241250350 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772824-1241250350.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28852
/proc/meminfo: memFree=1361480/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0
/proc/28852/stat : 28852 (glucose.sh) R 28850 28852 28815 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 153068715 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/28852/statm: 1340 235 194 169 0 51 0
[pid=28853] ppid=28852 vsize=876 CPUtime=0
/proc/28853/stat : 28853 (SatELite_releas) R 28852 28852 28815 0 -1 4194304 90 0 0 0 0 0 0 0 21 0 1 0 153068715 897024 74 1992294400 134512640 135225430 4294956176 18446744073709551615 134716689 0 0 4096 3 0 0 0 17 1 0 0
/proc/28853/statm: 219 74 49 174 0 42 0

[startup+0.0808881 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28852
/proc/meminfo: memFree=1361480/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153068715 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 236 195 169 0 51 0
[pid=28853] ppid=28852 vsize=4664 CPUtime=0.06
/proc/28853/stat : 28853 (SatELite_releas) R 28852 28852 28815 0 -1 4194304 1035 0 0 0 6 0 0 0 21 0 1 0 153068715 4775936 1019 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 1 0 0
/proc/28853/statm: 1166 1019 76 174 0 989 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10024

[startup+0.101891 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28852
/proc/meminfo: memFree=1361480/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153068715 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 236 195 169 0 51 0
[pid=28853] ppid=28852 vsize=4664 CPUtime=0.09
/proc/28853/stat : 28853 (SatELite_releas) R 28852 28852 28815 0 -1 4194304 1037 0 0 0 9 0 0 0 21 0 1 0 153068715 4775936 1021 1992294400 134512640 135225430 4294956176 18446744073709551615 134587264 0 0 4096 3 0 0 0 17 1 0 0
/proc/28853/statm: 1166 1021 76 174 0 989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10024

[startup+0.301913 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28852
/proc/meminfo: memFree=1361480/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5360

[startup+0.701952 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28852
/proc/meminfo: memFree=1361480/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5360

[startup+1.50202 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 28855
/proc/meminfo: memFree=1357624/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=4240 CPUtime=1.31
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 788 0 0 0 131 0 0 0 25 0 1 0 153068733 4341760 774 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 1060 774 76 172 0 885 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9600

[startup+3.10117 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 28855
/proc/meminfo: memFree=1356728/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=5032 CPUtime=2.91
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 984 0 0 0 291 0 0 0 25 0 1 0 153068733 5152768 970 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 1258 970 76 172 0 1083 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10392

[startup+6.30147 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 28855
/proc/meminfo: memFree=1355904/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=5828 CPUtime=6.1
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 1170 0 0 0 610 0 0 0 25 0 1 0 153068733 5967872 1156 1992294400 134512640 135217611 4294956288 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 1457 1156 76 172 0 1282 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11188

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 28855
/proc/meminfo: memFree=1354688/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=7036 CPUtime=12.5
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 1479 0 0 0 1250 0 0 0 25 0 1 0 153068733 7204864 1465 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 1759 1465 76 172 0 1584 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12396

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 28855
/proc/meminfo: memFree=1353984/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=7720 CPUtime=25.3
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 1652 0 0 0 2529 1 0 0 25 0 1 0 153068733 7905280 1638 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 1930 1638 77 172 0 1755 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13080

[startup+51.1017 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1351232/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=10876 CPUtime=50.89
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 2415 0 0 0 5088 1 0 0 25 0 1 0 153068733 11137024 2401 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 2719 2401 77 172 0 2544 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16236

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1347712/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=14148 CPUtime=102.09
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 3231 0 0 0 10207 2 0 0 25 0 1 0 153068733 14487552 3217 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 3537 3217 77 172 0 3362 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19508

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1346752/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=15116 CPUtime=162.07
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 3456 0 0 0 16205 2 0 0 25 0 1 0 153068733 15478784 3442 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 3779 3442 77 172 0 3604 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20476

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1345856/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=16240 CPUtime=222.05
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 3687 0 0 0 22203 2 0 0 25 0 1 0 153068733 16629760 3673 1992294400 134512640 135217611 4294956288 18446744073709551615 134721486 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 4060 3673 77 172 0 3885 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 21600

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1344832/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=17192 CPUtime=282.03
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 3930 0 0 0 28201 2 0 0 25 0 1 0 153068733 17604608 3916 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 4298 3916 77 172 0 4123 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 22552

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1343552/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=18420 CPUtime=342.02
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 4259 0 0 0 34199 3 0 0 25 0 1 0 153068733 18862080 4245 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 4605 4245 77 172 0 4430 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23780

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 28855
/proc/meminfo: memFree=1341440/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16

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

/proc/28855/statm: 19964 18646 77 172 0 19789 0
Current children cumulated CPU time (s) 9339.95
Current children cumulated vsize (KiB) 85216

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284352/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80036 CPUtime=9399.77
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18690 0 0 0 939954 23 0 0 25 0 1 0 153068733 81956864 18654 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20009 18654 77 172 0 19834 0
Current children cumulated CPU time (s) 9399.93
Current children cumulated vsize (KiB) 85396

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284288/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80108 CPUtime=9459.75
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18703 0 0 0 945952 23 0 0 25 0 1 0 153068733 82030592 18667 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20027 18667 77 172 0 19852 0
Current children cumulated CPU time (s) 9459.91
Current children cumulated vsize (KiB) 85468

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284288/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80108 CPUtime=9519.74
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18703 0 0 0 951951 23 0 0 25 0 1 0 153068733 82030592 18667 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20027 18667 77 172 0 19852 0
Current children cumulated CPU time (s) 9519.9
Current children cumulated vsize (KiB) 85468

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284288/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80108 CPUtime=9579.72
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18703 0 0 0 957949 23 0 0 25 0 1 0 153068733 82030592 18667 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20027 18667 77 172 0 19852 0
Current children cumulated CPU time (s) 9579.88
Current children cumulated vsize (KiB) 85468

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284224/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80108 CPUtime=9639.71
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18705 0 0 0 963948 23 0 0 25 0 1 0 153068733 82030592 18669 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20027 18669 77 172 0 19852 0
Current children cumulated CPU time (s) 9639.87
Current children cumulated vsize (KiB) 85468

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284160/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80092 CPUtime=9699.69
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18727 0 0 0 969946 23 0 0 25 0 1 0 153068733 82014208 18691 1992294400 134512640 135217611 4294956288 18446744073709551615 134537887 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20023 18691 77 172 0 19848 0
Current children cumulated CPU time (s) 9699.85
Current children cumulated vsize (KiB) 85452

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284032/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9759.68
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18754 0 0 0 975945 23 0 0 25 0 1 0 153068733 82124800 18718 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18718 77 172 0 19875 0
Current children cumulated CPU time (s) 9759.84
Current children cumulated vsize (KiB) 85560

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1284032/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9819.66
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18757 0 0 0 981943 23 0 0 25 0 1 0 153068733 82124800 18721 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18721 77 172 0 19875 0
Current children cumulated CPU time (s) 9819.82
Current children cumulated vsize (KiB) 85560

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1283968/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9879.65
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18764 0 0 0 987942 23 0 0 25 0 1 0 153068733 82124800 18728 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18728 77 172 0 19875 0
Current children cumulated CPU time (s) 9879.81
Current children cumulated vsize (KiB) 85560

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1283968/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9939.63
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18764 0 0 0 993940 23 0 0 25 0 1 0 153068733 82124800 18728 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18728 77 172 0 19875 0
Current children cumulated CPU time (s) 9939.79
Current children cumulated vsize (KiB) 85560

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1283904/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9999.62
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18767 0 0 0 999939 23 0 0 25 0 1 0 153068733 82124800 18731 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18731 77 172 0 19875 0
Current children cumulated CPU time (s) 9999.78
Current children cumulated vsize (KiB) 85560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28877
/proc/meminfo: memFree=1283904/2055920 swapFree=4181396/4192956
[pid=28852] ppid=28850 vsize=5360 CPUtime=0.16
/proc/28852/stat : 28852 (glucose.sh) S 28850 28852 28815 0 -1 4194304 313 1129 0 0 0 0 16 0 17 0 1 0 153068715 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28852/statm: 1340 238 195 169 0 51 0
[pid=28855] ppid=28852 vsize=80200 CPUtime=9999.92
/proc/28855/stat : 28855 (glucose_static) R 28852 28852 28815 0 -1 4194304 18767 0 0 0 999969 23 0 0 25 0 1 0 153068733 82124800 18731 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28855/statm: 20050 18731 77 172 0 19875 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 85560

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 28852 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=169974
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.178972
# 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): 10002.6
CPU time (s): 10000.1
CPU user time (s): 9999.85
CPU system time (s): 0.23
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 85560

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

runsolver used 9.00363 second user time and 27.3768 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-02 09:45:50
IDJOB=1772824
IDBENCH=20399
IDSOLVER=610
FILE ID=node8/1772824-1241250350
PBS_JOBID= 9224907
Free space on /tmp= 65940 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772824-1241250350/watcher-1772824-1241250350 -o /tmp/evaluation-result-1772824-1241250350/solver-1772824-1241250350 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772824-1241250350.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1140144393

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1361960 kB
Buffers:         72380 kB
Cached:         520316 kB
SwapCached:       5024 kB
Active:          41256 kB
Inactive:       560308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361960 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            78132 kB
Committed_AS:   780732 kB
PageTables:       1372 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= 65940 MiB
End job on node8 at 2009-05-02 12:32:35