Trace number 1716776

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 413.023 413.148

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

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.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.08/1.11	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.08/1.11	c ==============================================================================
1.08/1.11	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.08/1.11	c CPU time:   1.06184 s
1.08/1.11	c ==============================================================================
1.18/1.26	c
1.18/1.26	c Starting glucose
1.18/1.26	c
1.18/1.26	
1.18/1.26	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.18/1.26	
1.18/1.26	c ============================[ Problem Statistics ]=============================
1.18/1.26	c |                                                                             |
1.18/1.26	c |  Number of variables:  18800                                                |
1.18/1.26	c |  Number of clauses:    114078                                               |
1.25/1.35	c |  Parsing time:         0.07         s                                       |
412.97/413.13	c restarts              : 576
412.97/413.13	c nb ReduceDB           : 25
412.97/413.13	c nb learnts DL2        : 2240
412.97/413.13	c nb learnts size 2     : 756
412.97/413.13	c nb learnts size 1     : 20
412.97/413.13	c conflicts             : 836311         (2031 /sec)
412.97/413.13	c decisions             : 3362296        (1.17 % random) (8167 /sec)
412.97/413.13	c propagations          : 577773487      (1403475 /sec)
412.97/413.13	c conflict literals     : 36751937       (56.38 % deleted)
412.97/413.13	c Memory used           : 34.29 MB
412.97/413.13	c CPU time              : 411.673 s
412.97/413.13	
412.97/413.14	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-1716776-1240620319/watcher-1716776-1240620319 -o /tmp/evaluation-result-1716776-1240620319/solver-1716776-1240620319 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1716776-1240620319.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: 0.92 0.98 0.99 2/64 18252
/proc/meminfo: memFree=1282808/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=0
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90065058 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 236 195 169 0 51 0
[pid=18253] ppid=18252 vsize=0 CPUtime=0
/proc/18253/stat : 18253 (glucose.sh) R 18252 18252 18215 0 -1 64 17 0 0 0 0 0 0 0 23 0 1 0 90065058 0 0 1992294400 0 0 0 18446744073709551615 221236489511 0 0 4096 0 0 0 0 17 1 0 0
/proc/18253/statm: 183 2 0 0 0 6 0

[startup+0.0437049 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18252
/proc/meminfo: memFree=1282808/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=0
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90065058 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 236 195 169 0 51 0
[pid=18253] ppid=18252 vsize=9236 CPUtime=0.02
/proc/18253/stat : 18253 (SatELite_releas) R 18252 18252 18215 0 -1 4194304 1560 0 0 0 2 0 0 0 23 0 1 0 90065058 9457664 1496 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18253/statm: 2309 1497 51 174 0 2132 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14596

[startup+0.101711 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18252
/proc/meminfo: memFree=1282808/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=0
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90065058 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 236 195 169 0 51 0
[pid=18253] ppid=18252 vsize=14112 CPUtime=0.09
/proc/18253/stat : 18253 (SatELite_releas) R 18252 18252 18215 0 -1 4194304 2805 0 0 0 8 1 0 0 23 0 1 0 90065058 14450688 2741 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18253/statm: 3528 2742 51 174 0 3351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19472

[startup+0.301731 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18252
/proc/meminfo: memFree=1282808/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=0
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90065058 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 236 195 169 0 51 0
[pid=18253] ppid=18252 vsize=20700 CPUtime=0.29
/proc/18253/stat : 18253 (SatELite_releas) R 18252 18252 18215 0 -1 4194304 4515 0 0 0 26 3 0 0 24 0 1 0 90065058 21196800 4074 1992294400 134512640 135225430 4294956176 18446744073709551615 134587578 0 0 4096 3 0 0 0 17 1 0 0
/proc/18253/statm: 5175 4074 77 174 0 4998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26060

[startup+0.701774 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18252
/proc/meminfo: memFree=1282808/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=0
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 90065058 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 236 195 169 0 51 0
[pid=18253] ppid=18252 vsize=23752 CPUtime=0.69
/proc/18253/stat : 18253 (SatELite_releas) R 18252 18252 18215 0 -1 4194304 5145 0 0 0 66 3 0 0 25 0 1 0 90065058 24322048 4704 1992294400 134512640 135225430 4294956176 18446744073709551615 134586104 0 0 4096 3 0 0 0 17 1 0 0
/proc/18253/statm: 5938 4704 77 174 0 5761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29112

[startup+1.50187 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 18254
/proc/meminfo: memFree=1263464/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 5360

[startup+3.10103 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1267304/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=12492 CPUtime=1.82
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 2946 0 0 0 181 1 0 0 25 0 1 0 90065184 12791808 2932 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 3123 2932 77 172 0 2948 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17852

[startup+6.30138 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1265000/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=14516 CPUtime=5.02
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 3449 0 0 0 500 2 0 0 25 0 1 0 90065184 14864384 3435 1992294400 134512640 135217611 4294956304 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 3629 3435 77 172 0 3454 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19876

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1262888/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=16684 CPUtime=11.42
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 3996 0 0 0 1140 2 0 0 25 0 1 0 90065184 17084416 3982 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 4171 3982 77 172 0 3996 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22044

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1259240/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=20072 CPUtime=24.21
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 4810 0 0 0 2418 3 0 0 25 0 1 0 90065184 20553728 4796 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 5018 4796 77 172 0 4843 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25432

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1256680/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=22684 CPUtime=49.81
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 5441 0 0 0 4977 4 0 0 25 0 1 0 90065184 23228416 5427 1992294400 134512640 135217611 4294956304 18446744073709551615 134532567 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 5671 5427 77 172 0 5496 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 28044

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1253096/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=26244 CPUtime=101
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 6344 0 0 0 10095 5 0 0 25 0 1 0 90065184 26873856 6330 1992294400 134512640 135217611 4294956304 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 6561 6330 77 172 0 6386 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31604

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1251112/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=28392 CPUtime=160.98
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 6838 0 0 0 16092 6 0 0 25 0 1 0 90065184 29073408 6824 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 7098 6824 77 172 0 6923 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33752

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1249512/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=30008 CPUtime=220.96
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 7244 0 0 0 22090 6 0 0 25 0 1 0 90065184 30728192 7230 1992294400 134512640 135217611 4294956304 18446744073709551615 134538835 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 7502 7230 77 172 0 7327 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 35368

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1247912/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=31656 CPUtime=280.95
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 7626 0 0 0 28088 7 0 0 25 0 1 0 90065184 32415744 7612 1992294400 134512640 135217611 4294956304 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 7914 7612 77 172 0 7739 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 37016

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1246760/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=32756 CPUtime=340.93
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 7913 0 0 0 34086 7 0 0 25 0 1 0 90065184 33542144 7899 1992294400 134512640 135217611 4294956304 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8189 7899 77 172 0 8014 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 38116

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244648/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=34972 CPUtime=400.92
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8433 0 0 0 40084 8 0 0 25 0 1 0 90065184 35811328 8419 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8743 8419 77 172 0 8568 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40332

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

[startup+403.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244648/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=34972 CPUtime=401.72
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8433 0 0 0 40164 8 0 0 25 0 1 0 90065184 35811328 8419 1992294400 134512640 135217611 4294956304 18446744073709551615 134532849 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8743 8419 77 172 0 8568 0
Current children cumulated CPU time (s) 402.97
Current children cumulated vsize (KiB) 40332

[startup+409.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244584/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=35108 CPUtime=408.12
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8464 0 0 0 40804 8 0 0 25 0 1 0 90065184 35950592 8450 1992294400 134512640 135217611 4294956304 18446744073709551615 134532963 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 40468

[startup+411.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244584/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=35108 CPUtime=409.72
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8464 0 0 0 40964 8 0 0 25 0 1 0 90065184 35950592 8450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 410.97
Current children cumulated vsize (KiB) 40468

[startup+411.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244584/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=35108 CPUtime=410.52
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8464 0 0 0 41044 8 0 0 25 0 1 0 90065184 35950592 8450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 411.77
Current children cumulated vsize (KiB) 40468

[startup+412.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244584/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=35108 CPUtime=411.32
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8464 0 0 0 41124 8 0 0 25 0 1 0 90065184 35950592 8450 1992294400 134512640 135217611 4294956304 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 412.57
Current children cumulated vsize (KiB) 40468

[startup+413.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18255
/proc/meminfo: memFree=1244584/2055920 swapFree=4192956/4192956
[pid=18252] ppid=18250 vsize=5360 CPUtime=1.25
/proc/18252/stat : 18252 (glucose.sh) S 18250 18252 18215 0 -1 4194304 313 5677 0 0 0 0 120 5 16 0 1 0 90065058 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1340 238 195 169 0 51 0
[pid=18255] ppid=18252 vsize=35108 CPUtime=411.72
/proc/18255/stat : 18255 (glucose_static) R 18252 18252 18215 0 -1 4194304 8464 0 0 0 41164 8 0 0 25 0 1 0 90065184 35950592 8450 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18255/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 412.97
Current children cumulated vsize (KiB) 40468

Child status: 20
Real time (s): 413.148
CPU time (s): 413.023
CPU user time (s): 412.875
CPU system time (s): 0.147977
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 40468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.875
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14620
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= 42
involuntary context switches= 462

runsolver used 0.482926 second user time and 1.02584 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-25 02:45:19
IDJOB=1716776
IDBENCH=20390
IDSOLVER=503
FILE ID=node21/1716776-1240620319
PBS_JOBID= 9186354
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=1505384210

node21.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.233
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.233
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:       1283288 kB
Buffers:        101252 kB
Cached:         568752 kB
SwapCached:          0 kB
Active:         190840 kB
Inactive:       493000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1283288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4652 kB
Writeback:           0 kB
Mapped:          23564 kB
Slab:            74840 kB
Committed_AS:   299484 kB
PageTables:       1376 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= 66328 MiB
End job on node21 at 2009-04-25 02:52:12