Trace number 1716828

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.0UNSAT 490.041 490.183

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

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.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.19/1.23	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.19/1.23	c ==============================================================================
1.19/1.23	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.19/1.23	c CPU time:   1.16782 s
1.19/1.23	c ==============================================================================
1.28/1.36	c
1.28/1.36	c Starting glucose
1.28/1.36	c
1.28/1.36	
1.28/1.36	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.28/1.36	
1.28/1.36	c ============================[ Problem Statistics ]=============================
1.28/1.36	c |                                                                             |
1.28/1.36	c |  Number of variables:  17506                                                |
1.28/1.36	c |  Number of clauses:    98030                                                |
1.34/1.43	c |  Parsing time:         0.06         s                                       |
489.93/490.16	c restarts              : 230
489.93/490.16	c nb ReduceDB           : 18
489.93/490.16	c nb learnts DL2        : 1117
489.93/490.16	c nb learnts size 2     : 242
489.93/490.16	c nb learnts size 1     : 14
489.93/490.16	c conflicts             : 523539         (1072 /sec)
489.93/490.16	c decisions             : 651064         (0.19 % random) (1333 /sec)
489.93/490.16	c propagations          : 225625577      (461784 /sec)
489.93/490.16	c conflict literals     : 33672513       (75.36 % deleted)
489.93/490.16	c Memory used           : 33.11 MB
489.93/490.16	c CPU time              : 488.596 s
489.93/490.16	
489.93/490.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716828-1240620847/watcher-1716828-1240620847 -o /tmp/evaluation-result-1716828-1240620847/solver-1716828-1240620847 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1716828-1240620847.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11031
/proc/meminfo: memFree=1351416/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=0
/proc/11031/stat : 11031 (glucose.sh) R 11029 11031 10932 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 90117351 5488640 234 1992294400 4194304 4889804 548682068832 18446744073709551615 254194936307 0 0 4100 65536 0 0 0 17 1 0 0
/proc/11031/statm: 1340 235 194 169 0 51 0

[startup+0.0742879 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11031
/proc/meminfo: memFree=1351416/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=0
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90117351 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.10228 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11031
/proc/meminfo: memFree=1351416/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=0
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90117351 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302295 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11031
/proc/meminfo: memFree=1351416/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=0
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90117351 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.702323 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11031
/proc/meminfo: memFree=1351416/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=0
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90117351 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11033
/proc/meminfo: memFree=1317992/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 5360

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1337000/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=10720 CPUtime=1.72
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 2491 0 0 0 171 1 0 0 25 0 1 0 90117487 10977280 2477 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 2680 2477 76 172 0 2505 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 16080

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1334888/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=12608 CPUtime=4.92
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 2979 0 0 0 491 1 0 0 25 0 1 0 90117487 12910592 2965 1992294400 134512640 135217611 4294956304 18446744073709551615 134527884 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 3152 2965 76 172 0 2977 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17968

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1332592/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=14828 CPUtime=11.32
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 3514 0 0 0 1130 2 0 0 25 0 1 0 90117487 15183872 3500 1992294400 134512640 135217611 4294956304 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 3707 3500 76 172 0 3532 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20188

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1331384/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=16036 CPUtime=24.11
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 3811 0 0 0 2409 2 0 0 25 0 1 0 90117487 16420864 3797 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 4009 3797 76 172 0 3834 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21396

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1327096/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=20264 CPUtime=49.71
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 4872 0 0 0 4968 3 0 0 25 0 1 0 90117487 20750336 4858 1992294400 134512640 135217611 4294956304 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 5066 4858 77 172 0 4891 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25624

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1323576/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=23880 CPUtime=100.9
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 5754 0 0 0 10086 4 0 0 25 0 1 0 90117487 24453120 5740 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 5970 5740 77 172 0 5795 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29240

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1321912/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=25680 CPUtime=160.88
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 6165 0 0 0 16083 5 0 0 25 0 1 0 90117487 26296320 6151 1992294400 134512640 135217611 4294956304 18446744073709551615 134539603 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 6420 6151 77 172 0 6245 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31040

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1320568/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=26900 CPUtime=220.87
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 6502 0 0 0 22081 6 0 0 25 0 1 0 90117487 27545600 6488 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 6725 6488 77 172 0 6550 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 32260

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1317240/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=30208 CPUtime=280.85
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 7320 0 0 0 28079 6 0 0 25 0 1 0 90117487 30932992 7306 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 7552 7306 77 172 0 7377 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 35568

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1317112/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=30548 CPUtime=340.84
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 7344 0 0 0 34078 6 0 0 25 0 1 0 90117487 31281152 7330 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 7637 7330 77 172 0 7462 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 35908

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1316280/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=31280 CPUtime=400.82
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 7557 0 0 0 40076 6 0 0 25 0 1 0 90117487 32030720 7543 1992294400 134512640 135217611 4294956304 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 7820 7543 77 172 0 7645 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 36640

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=460.8
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8192 0 0 0 46073 7 0 0 25 0 1 0 90117487 34717696 8178 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8178 77 172 0 8301 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 39264

Solver just ended. Dumping a history of the last processes samples

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=472
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8192 0 0 0 47193 7 0 0 25 0 1 0 90117487 34717696 8178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8178 77 172 0 8301 0
Current children cumulated CPU time (s) 473.34
Current children cumulated vsize (KiB) 39264

[startup+479.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=478.4
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8193 0 0 0 47833 7 0 0 25 0 1 0 90117487 34717696 8179 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8179 77 172 0 8301 0
Current children cumulated CPU time (s) 479.74
Current children cumulated vsize (KiB) 39264

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=484.79
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8194 0 0 0 48472 7 0 0 25 0 1 0 90117487 34717696 8180 1992294400 134512640 135217611 4294956304 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 486.13
Current children cumulated vsize (KiB) 39264

[startup+487.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=486.4
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8194 0 0 0 48633 7 0 0 25 0 1 0 90117487 34717696 8180 1992294400 134512640 135217611 4294956304 18446744073709551615 134527763 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 487.74
Current children cumulated vsize (KiB) 39264

[startup+489.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=488
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8194 0 0 0 48793 7 0 0 25 0 1 0 90117487 34717696 8180 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 489.34
Current children cumulated vsize (KiB) 39264

[startup+489.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=488.39
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8194 0 0 0 48832 7 0 0 25 0 1 0 90117487 34717696 8180 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 489.73
Current children cumulated vsize (KiB) 39264

[startup+490.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11040
/proc/meminfo: memFree=1313720/2055920 swapFree=4192956/4192956
[pid=11031] ppid=11029 vsize=5360 CPUtime=1.34
/proc/11031/stat : 11031 (glucose.sh) S 11029 11031 10932 0 -1 4194304 313 8887 0 0 0 0 127 7 16 0 1 0 90117351 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11031/statm: 1340 238 195 169 0 51 0
[pid=11034] ppid=11031 vsize=33904 CPUtime=488.59
/proc/11034/stat : 11034 (glucose_static) R 11031 11031 10932 0 -1 4194304 8194 0 0 0 48852 7 0 0 25 0 1 0 90117487 34717696 8180 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11034/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 489.93
Current children cumulated vsize (KiB) 39264

Child status: 20
Real time (s): 490.183
CPU time (s): 490.041
CPU user time (s): 489.875
CPU system time (s): 0.165974
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 40868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.875
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17560
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= 41
involuntary context switches= 917

runsolver used 0.561914 second user time and 1.21182 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 02:54:07
IDJOB=1716828
IDBENCH=20398
IDSOLVER=503
FILE ID=node34/1716828-1240620847
PBS_JOBID= 9186315
Free space on /tmp= 66384 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716828-1240620847/watcher-1716828-1240620847 -o /tmp/evaluation-result-1716828-1240620847/solver-1716828-1240620847 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1716828-1240620847.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=178822632

node34.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:       1351896 kB
Buffers:         83020 kB
Cached:         521840 kB
SwapCached:          0 kB
Active:         189188 kB
Inactive:       429544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4780 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            71368 kB
Committed_AS:   302244 kB
PageTables:       1380 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= 66384 MiB
End job on node34 at 2009-04-25 03:02:17