Trace number 1774884

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 174.648 174.728

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark160.007
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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.79/0.82	c ==============================================================================
0.79/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.82	c ==============================================================================
0.79/0.82	c |         0 |  812032  1943653 |  243609       0        0     nan |  0.000 % |
5.09/5.14	c |         0 |  546568  1525554 |      --       0       --      -- |     --   | -74547/15789
5.09/5.15	c ==============================================================================
5.09/5.15	c Result  :   #vars: 85693   #clauses: 546568   #literals: 1525554
5.09/5.15	c CPU time:   4.96024 s
5.09/5.15	c ==============================================================================
5.68/5.70	c
5.68/5.70	c Starting glucose
5.68/5.70	c
5.68/5.70	
5.68/5.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.68/5.70	
5.68/5.70	c ============================[ Problem Statistics ]=============================
5.68/5.70	c |                                                                             |
5.68/5.70	c |  Number of variables:  85693                                                |
5.68/5.70	c |  Number of clauses:    546568                                               |
5.68/6.12	c |  Parsing time:         0.37         s                                       |
174.59/174.70	c restarts              : 180
174.59/174.70	c nb ReduceDB           : 3
174.59/174.70	c nb learnts DL2        : 1940
174.59/174.70	c nb learnts size 2     : 1237
174.59/174.70	c nb learnts size 1     : 268
174.59/174.70	c conflicts             : 66924          (396 /sec)
174.59/174.70	c decisions             : 345239         (1.27 % random) (2045 /sec)
174.59/174.70	c propagations          : 210489164      (1246757 /sec)
174.59/174.70	c conflict literals     : 8251796        (42.28 % deleted)
174.59/174.70	c Memory used           : 56.87 MB
174.59/174.70	c CPU time              : 168.829 s
174.59/174.70	
174.59/174.71	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-1774884-1241268711/watcher-1774884-1241268711 -o /tmp/evaluation-result-1774884-1241268711/solver-1774884-1241268711 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774884-1241268711.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.92 0.98 0.99 3/64 32214
/proc/meminfo: memFree=1493320/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) R 32212 32214 32177 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32214/statm: 1340 235 194 169 0 51 0
[pid=32215] ppid=32214 vsize=1744 CPUtime=0
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 154904454 1785856 264 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 436 266 50 174 0 259 0

[startup+0.00878788 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32214
/proc/meminfo: memFree=1493320/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=4080 CPUtime=0
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 595 0 0 0 0 0 0 0 19 0 1 0 154904454 4177920 579 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 1020 586 50 174 0 843 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9440

[startup+0.101796 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32214
/proc/meminfo: memFree=1493320/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=32312 CPUtime=0.09
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 5229 0 0 0 7 2 0 0 19 0 1 0 154904454 33087488 5109 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 8078 5110 50 174 0 7901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37672

[startup+0.301817 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32214
/proc/meminfo: memFree=1493320/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=48764 CPUtime=0.29
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 9184 0 0 0 24 5 0 0 21 0 1 0 154904454 49934336 9064 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 12191 9064 50 174 0 12014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54124

[startup+0.701859 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32214
/proc/meminfo: memFree=1493320/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=80420 CPUtime=0.69
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 17582 0 0 0 58 11 0 0 25 0 1 0 154904454 82350080 17462 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 20105 17462 51 174 0 19928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85780

[startup+1.50195 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32216
/proc/meminfo: memFree=1418936/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=99128 CPUtime=1.49
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 23349 0 0 0 135 14 0 0 25 0 1 0 154904454 101507072 21229 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 24782 21229 77 174 0 24605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104488

[startup+3.10111 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32216
/proc/meminfo: memFree=1401848/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=0
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154904453 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32214/statm: 1340 236 195 169 0 51 0
[pid=32215] ppid=32214 vsize=111036 CPUtime=3.09
/proc/32215/stat : 32215 (SatELite_releas) R 32214 32214 32177 0 -1 4194304 25743 0 0 0 293 16 0 0 25 0 1 0 154904454 113700864 23373 1992294400 134512640 135225430 4294956176 18446744073709551615 134586107 0 0 4096 3 0 0 0 17 0 0 0
/proc/32215/statm: 27759 23373 77 174 0 27582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116396

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32216
/proc/meminfo: memFree=1393592/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 5360

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1435448/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=43764 CPUtime=6.98
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 10460 0 0 0 693 5 0 0 25 0 1 0 154905024 44814336 10410 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 10941 10410 77 172 0 10766 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49124

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1431672/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=47764 CPUtime=19.78
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 11456 0 0 0 1971 7 0 0 25 0 1 0 154905024 48910336 11406 1992294400 134512640 135217611 4294956288 18446744073709551615 134543622 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 11941 11406 77 172 0 11766 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53124

[startup+51.1012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1428600/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=50804 CPUtime=45.34
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 12209 0 0 0 4527 7 0 0 25 0 1 0 154905024 52023296 12159 1992294400 134512640 135217611 4294956288 18446744073709551615 134527990 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 12701 12159 77 172 0 12526 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 56164

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=96.53
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14071 0 0 0 9644 9 0 0 25 0 1 0 154905024 59629568 14021 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14021 77 172 0 14383 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 63592

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=156.51
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 15642 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 63592

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=160.51
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16042 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134542230 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 63592

[startup+169.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=163.71
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16362 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (KiB) 63592

[startup+172.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=166.92
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16683 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 172.6
Current children cumulated vsize (KiB) 63592

[startup+173.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=167.71
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16762 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 173.39
Current children cumulated vsize (KiB) 63592

[startup+174.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=168.51
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16842 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 174.19
Current children cumulated vsize (KiB) 63592

[startup+174.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32217
/proc/meminfo: memFree=1421304/2055920 swapFree=4180872/4192956
[pid=32214] ppid=32212 vsize=5360 CPUtime=5.68
/proc/32214/stat : 32214 (glucose.sh) S 32212 32214 32177 0 -1 4194304 313 28886 0 0 0 0 544 24 16 0 1 0 154904453 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32214/statm: 1340 238 195 169 0 51 0
[pid=32217] ppid=32214 vsize=58232 CPUtime=168.91
/proc/32217/stat : 32217 (glucose_static) R 32214 32214 32177 0 -1 4194304 14078 0 0 0 16882 9 0 0 25 0 1 0 154905024 59629568 14028 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32217/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 174.59
Current children cumulated vsize (KiB) 63592

Child status: 20
Real time (s): 174.728
CPU time (s): 174.648
CPU user time (s): 174.28
CPU system time (s): 0.367944
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 116688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.281
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43443
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= 38
involuntary context switches= 316

runsolver used 0.151976 second user time and 0.496924 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-02 14:51:52
IDJOB=1774884
IDBENCH=71046
IDSOLVER=610
FILE ID=node19/1774884-1241268711
PBS_JOBID= 9224975
Free space on /tmp= 66484 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774884-1241268711/watcher-1774884-1241268711 -o /tmp/evaluation-result-1774884-1241268711/solver-1774884-1241268711 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774884-1241268711.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1592544239

node19.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.236
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.236
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:       1493800 kB
Buffers:         79928 kB
Cached:         385556 kB
SwapCached:       6776 kB
Active:          63544 kB
Inactive:       410648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493800 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:           16592 kB
Writeback:           0 kB
Mapped:          13328 kB
Slab:            73856 kB
Committed_AS:   717900 kB
PageTables:       1452 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= 66484 MiB
End job on node19 at 2009-05-02 14:54:47