Trace number 1772814

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 488.104 488.281

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.268
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.08/0.15	c ==============================================================================
0.08/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.15	c ==============================================================================
0.08/0.15	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.19/1.29	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.19/1.29	c ==============================================================================
1.19/1.29	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.19/1.29	c CPU time:   1.23981 s
1.19/1.29	c ==============================================================================
1.38/1.41	c
1.38/1.41	c Starting glucose
1.38/1.41	c
1.38/1.41	
1.38/1.41	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.38/1.41	
1.38/1.41	c ============================[ Problem Statistics ]=============================
1.38/1.41	c |                                                                             |
1.38/1.41	c |  Number of variables:  17506                                                |
1.38/1.41	c |  Number of clauses:    98030                                                |
1.38/1.48	c |  Parsing time:         0.06         s                                       |
488.00/488.26	c restarts              : 230
488.00/488.26	c nb ReduceDB           : 18
488.00/488.26	c nb learnts DL2        : 1117
488.00/488.26	c nb learnts size 2     : 242
488.00/488.26	c nb learnts size 1     : 14
488.00/488.26	c conflicts             : 523539         (1076 /sec)
488.00/488.26	c decisions             : 651064         (0.19 % random) (1338 /sec)
488.00/488.26	c propagations          : 225625577      (463676 /sec)
488.00/488.26	c conflict literals     : 33672513       (75.36 % deleted)
488.00/488.26	c Memory used           : 33.11 MB
488.00/488.26	c CPU time              : 486.602 s
488.00/488.26	
488.00/488.27	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-1772814-1241250041/watcher-1772814-1241250041 -o /tmp/evaluation-result-1772814-1241250041/solver-1772814-1241250041 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772814-1241250041.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.88 0.98 0.99 2/64 28062
/proc/meminfo: memFree=1120760/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=0
/proc/28062/stat : 28062 (glucose.sh) R 28060 28062 28025 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 153037363 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/28062/statm: 1340 235 194 169 0 51 0
[pid=28063] ppid=28062 vsize=1360 CPUtime=0
/proc/28063/stat : 28063 (SatELite_releas) R 28062 28062 28025 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 153037363 1392640 175 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 340 177 49 174 0 163 0

[startup+0.0852991 s]
/proc/loadavg: 0.88 0.98 0.99 2/64 28062
/proc/meminfo: memFree=1120760/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=0
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153037363 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1340 236 195 169 0 51 0
[pid=28063] ppid=28062 vsize=14088 CPUtime=0.07
/proc/28063/stat : 28063 (SatELite_releas) R 28062 28062 28025 0 -1 4194304 3149 0 0 0 6 1 0 0 22 0 1 0 153037363 14426112 3085 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 3522 3086 51 174 0 3345 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19448

[startup+0.1013 s]
/proc/loadavg: 0.88 0.98 0.99 2/64 28062
/proc/meminfo: memFree=1120760/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=0
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153037363 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1340 236 195 169 0 51 0
[pid=28063] ppid=28062 vsize=15672 CPUtime=0.08
/proc/28063/stat : 28063 (SatELite_releas) R 28062 28062 28025 0 -1 4194304 3576 0 0 0 7 1 0 0 22 0 1 0 153037363 16048128 3512 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 3918 3514 51 174 0 3741 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21032

[startup+0.301334 s]
/proc/loadavg: 0.88 0.98 0.99 2/64 28062
/proc/meminfo: memFree=1120760/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=0
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153037363 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1340 236 195 169 0 51 0
[pid=28063] ppid=28062 vsize=28136 CPUtime=0.29
/proc/28063/stat : 28063 (SatELite_releas) R 28062 28062 28025 0 -1 4194304 6492 0 0 0 26 3 0 0 25 0 1 0 153037363 28811264 6325 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 7034 6326 76 174 0 6857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33496

[startup+0.701405 s]
/proc/loadavg: 0.88 0.98 0.99 2/64 28062
/proc/meminfo: memFree=1120760/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=0
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153037363 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1340 236 195 169 0 51 0
[pid=28063] ppid=28062 vsize=31996 CPUtime=0.69
/proc/28063/stat : 28063 (SatELite_releas) R 28062 28062 28025 0 -1 4194304 7560 0 0 0 65 4 0 0 25 0 1 0 153037363 32763904 7291 1992294400 134512640 135225430 4294956176 18446744073709551615 134612529 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 7999 7291 76 174 0 7822 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37356

[startup+1.50156 s]
/proc/loadavg: 0.88 0.98 0.99 2/66 28064
/proc/meminfo: memFree=1088040/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 5360

[startup+3.10183 s]
/proc/loadavg: 0.88 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1106344/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=10588 CPUtime=1.68
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 2475 0 0 0 167 1 0 0 25 0 1 0 153037505 10842112 2461 1992294400 134512640 135217611 4294956288 18446744073709551615 134540952 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 2647 2461 76 172 0 2472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15948

[startup+6.30139 s]
/proc/loadavg: 0.89 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1104296/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=12608 CPUtime=4.87
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 2979 0 0 0 486 1 0 0 25 0 1 0 153037505 12910592 2965 1992294400 134512640 135217611 4294956288 18446744073709551615 134528187 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 3152 2965 76 172 0 2977 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17968

[startup+12.7015 s]
/proc/loadavg: 0.90 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1102000/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=14828 CPUtime=11.27
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 3505 0 0 0 1125 2 0 0 25 0 1 0 153037505 15183872 3491 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 3707 3491 76 172 0 3532 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20188

[startup+25.5018 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1100848/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=16036 CPUtime=24.06
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 3810 0 0 0 2404 2 0 0 25 0 1 0 153037505 16420864 3796 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 4009 3796 76 172 0 3834 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 21396

[startup+51.1013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1096560/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=20264 CPUtime=49.65
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 4872 0 0 0 4963 2 0 0 25 0 1 0 153037505 20750336 4858 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 5066 4858 77 172 0 4891 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25624

[startup+102.305 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1093040/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=23880 CPUtime=100.84
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 5754 0 0 0 10081 3 0 0 25 0 1 0 153037505 24453120 5740 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 5970 5740 77 172 0 5795 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29240

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1091376/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=25680 CPUtime=160.82
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 6165 0 0 0 16078 4 0 0 25 0 1 0 153037505 26296320 6151 1992294400 134512640 135217611 4294956288 18446744073709551615 134536956 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 6420 6151 77 172 0 6245 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31040

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1089968/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=27044 CPUtime=220.79
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 6533 0 0 0 22075 4 0 0 25 0 1 0 153037505 27693056 6519 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 6761 6519 77 172 0 6586 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 32404

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1086768/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=30208 CPUtime=280.77
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 7320 0 0 0 28072 5 0 0 25 0 1 0 153037505 30932992 7306 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 7552 7306 77 172 0 7377 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 35568

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1086704/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=30548 CPUtime=340.75
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 7344 0 0 0 34070 5 0 0 25 0 1 0 153037505 31281152 7330 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 7637 7330 77 172 0 7462 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 35908

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1085808/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=31280 CPUtime=400.73
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 7557 0 0 0 40067 6 0 0 25 0 1 0 153037505 32030720 7543 1992294400 134512640 135217611 4294956288 18446744073709551615 134527820 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 7820 7543 77 172 0 7645 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 36640

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=460.71
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8192 0 0 0 46064 7 0 0 25 0 1 0 153037505 34717696 8178 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8178 77 172 0 8301 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 39264

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

[startup+473.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=471.91
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8192 0 0 0 47184 7 0 0 25 0 1 0 153037505 34717696 8178 1992294400 134512640 135217611 4294956288 18446744073709551615 134527817 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8178 77 172 0 8301 0
Current children cumulated CPU time (s) 473.31
Current children cumulated vsize (KiB) 39264

[startup+479.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=478.3
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 47823 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 479.7
Current children cumulated vsize (KiB) 39264

[startup+483.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=481.5
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48143 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134527763 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 482.9
Current children cumulated vsize (KiB) 39264

[startup+486.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=484.7
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48463 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134539823 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 486.1
Current children cumulated vsize (KiB) 39264

[startup+487.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=485.5
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48543 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 486.9
Current children cumulated vsize (KiB) 39264

[startup+487.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=486.3
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48623 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 487.7
Current children cumulated vsize (KiB) 39264

[startup+488.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=486.5
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48643 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134522477 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 487.9
Current children cumulated vsize (KiB) 39264

[startup+488.201 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28065
/proc/meminfo: memFree=1083248/2055920 swapFree=4181908/4192956
[pid=28062] ppid=28060 vsize=5360 CPUtime=1.4
/proc/28062/stat : 28062 (glucose.sh) S 28060 28062 28025 0 -1 4194304 313 8887 0 0 0 0 134 6 16 0 1 0 153037363 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1340 238 195 169 0 51 0
[pid=28065] ppid=28062 vsize=33904 CPUtime=486.6
/proc/28065/stat : 28065 (glucose_static) R 28062 28062 28025 0 -1 4194304 8194 0 0 0 48653 7 0 0 25 0 1 0 153037505 34717696 8180 1992294400 134512640 135217611 4294956288 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28065/statm: 8476 8180 77 172 0 8301 0
Current children cumulated CPU time (s) 488
Current children cumulated vsize (KiB) 39264

Child status: 20
Real time (s): 488.281
CPU time (s): 488.104
CPU user time (s): 487.952
CPU system time (s): 0.151976
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 39492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.952
system time used= 0.151976
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= 37
involuntary context switches= 1385

runsolver used 0.595909 second user time and 1.16882 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 09:40:41
IDJOB=1772814
IDBENCH=20398
IDSOLVER=610
FILE ID=node18/1772814-1241250041
PBS_JOBID= 9224906
Free space on /tmp= 66348 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-1772814-1241250041/watcher-1772814-1241250041 -o /tmp/evaluation-result-1772814-1241250041/solver-1772814-1241250041 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772814-1241250041.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=617748559

node18.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.280
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.280
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:       1121240 kB
Buffers:         76688 kB
Cached:         749872 kB
SwapCached:       4876 kB
Active:         132232 kB
Inactive:       702140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121240 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            4972 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            86356 kB
Committed_AS:   725052 kB
PageTables:       1372 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= 66348 MiB
End job on node18 at 2009-05-02 09:48:49